You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2017/03/27 20:25:41 UTC

[jira] [Created] (COUCHDB-3347) Test runner failure on Jenkins CI CentOS 6 (Python 3)

Joan Touzet created COUCHDB-3347:
------------------------------------

             Summary: Test runner 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)