[
https://issues.apache.org/jira/browse/COUCHDB-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joan Touzet closed COUCHDB-3347.
--------------------------------
Resolution: Fixed
> 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 failure that happens when handling the config files for a CouchDB
> node by dev/run under Python 3. 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)