[
https://issues.apache.org/jira/browse/COUCHDB-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944189#comment-15944189
]
Joan Touzet commented on COUCHDB-3347:
--------------------------------------
Found non-ASCII in {{rel/overlay/etc/default.ini}} that was at fault. I only
fixed the {{default.ini}} file rather than the {{dev/run}} script this time.
https://gitbox.apache.org/repos/asf?p=couchdb.git;a=commitdiff;h=3552b582afb7c8ca5037eb4eae68e0e6064a0ccf
Once the CentOS 6 build succeeds I will close this out.
> dev/run failure on Jenkins CI CentOS 6 (Python 3)
> -------------------------------------------------
>
> Key: COUCHDB-3347
> URL: https://issues.apache.org/jira/browse/COUCHDB-3347
> Project: CouchDB
> Issue Type: Test
> Components: Test Suite
> Reporter: Joan Touzet
>
> This is a sporadic failure that happens when writing out the config file for
> a CouchDB node by dev/run. Needs further investigation.
> {noformat}
> make[1]: Entering directory `/usr/src/couchdb/apache-couchdb-2.0.0-35a8684'
> # This might help with emfile errors during `make javascript`: ulimit -n 10240
> Traceback (most recent call last):
> File "dev/run", line 535, in <module>
> main()
> File "dev/run", line 80, in main
> ctx = setup()
> File "dev/run", line 94, in setup
> setup_configs(ctx)
> File "dev/run", line 65, in wrapper
> res = func(*args, **kwargs)
> File "dev/run", line 190, in setup_configs
> write_config(ctx, node, env)
> File "dev/run", line 207, in write_config
> content = handle.read()
> File "/usr/lib64/python3.4/encodings/ascii.py", line 26, in decode
> return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 5056:
> ordinal not in range(128)
> make[1]: *** [javascript] Error 1
> make[1]: Leaving directory `/usr/src/couchdb/apache-couchdb-2.0.0-35a8684'
> make: *** [check] Error 2
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)