The log gives
Worker information
hostname: i-03bc520-precise-production-2-worker-org-docker.travisci.net:40c0c808-8220-4d15-870b-44654306af79
version: v2.5.0 https://github.com/travis-ci/worker/tree/da3a43228dffc0fcca5a46569ca786b22991979f
instance: 4805c94:travis:python
startup: 434.916264ms
system_info
Build system information
Build language: python
Build group: stable
Build dist: precise
Build id: 203680842
Job id: 203680843
travis-build version: 2b04abe3b
Build image provisioning date and time
Thu Feb 5 15:09:33 UTC 2015
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 12.04.5 LTS
Release: 12.04
Codename: precise
Linux Version
3.13.0-29-generic
Cookbooks Version
a68419e https://github.com/travis-ci/travis-cookbooks/tree/a68419e
GCC version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
LLVM version
clang version 3.4 (tags/RELEASE_34/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
Pre-installed Ruby versions
ruby-1.9.3-p551
Pre-installed Node.js versions
v0.10.36
Pre-installed Go versions
1.4.1
Redis version
redis-server 2.8.19
riak version
2.0.2
MongoDB version
MongoDB 2.4.12
CouchDB version
couchdb 1.6.1
Neo4j version
1.9.4
RabbitMQ Version
3.4.3
ElasticSearch version
1.4.0
Installed Sphinx versions
2.0.10
2.1.9
2.2.6
Default Sphinx version
2.2.6
Installed Firefox version
firefox 31.0esr
PhantomJS version
1.9.8
ant -version
Apache Ant(TM) version 1.8.2 compiled on December 3 2011
mvn -version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)
Maven home: /usr/local/maven
Java version: 1.7.0_76, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-oracle/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.13.0-29-generic", arch: "amd64", family: "unix"
fix.CVE-2015-7547
$ export DEBIAN_FRONTEND=noninteractive
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libc-bin libc-dev-bin libc6-dev
Suggested packages:
glibc-doc
The following packages will be upgraded:
libc-bin libc-dev-bin libc6 libc6-dev
4 upgraded, 0 newly installed, 0 to remove and 258 not upgraded.
Need to get 8,840 kB of archives.
After this operation, 14.3 kB disk space will be freed.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6-dev amd64 2.15-0ubuntu10.15 [2,943 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc-dev-bin amd64 2.15-0ubuntu10.15 [84.7 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc-bin amd64 2.15-0ubuntu10.15 [1,177 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libc6 amd64 2.15-0ubuntu10.15 [4,636 kB]
Fetched 8,840 kB in 0s (31.9 MB/s)
Preconfiguring packages ...
(Reading database ... 72431 files and directories currently installed.)
Preparing to replace libc6-dev 2.15-0ubuntu10.10 (using .../libc6-dev_2.15-0ubuntu10.15_amd64.deb) ...
Unpacking replacement libc6-dev ...
Preparing to replace libc-dev-bin 2.15-0ubuntu10.10 (using .../libc-dev-bin_2.15-0ubuntu10.15_amd64.deb) ...
Unpacking replacement libc-dev-bin ...
Preparing to replace libc-bin 2.15-0ubuntu10.10 (using .../libc-bin_2.15-0ubuntu10.15_amd64.deb) ...
Unpacking replacement libc-bin ...
Processing triggers for man-db ...
Setting up libc-bin (2.15-0ubuntu10.15) ...
(Reading database ... 72430 files and directories currently installed.)
Preparing to replace libc6 2.15-0ubuntu10.10 (using .../libc6_2.15-0ubuntu10.15_amd64.deb) ...
Unpacking replacement libc6 ...
Setting up libc6 (2.15-0ubuntu10.15) ...
Setting up libc-dev-bin (2.15-0ubuntu10.15) ...
Setting up libc6-dev (2.15-0ubuntu10.15) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
git.checkout
0.42s$ git clone --depth=50 --branch=master https://github.com/ergonomica/ergonomica.git ergonomica/ergonomica
Cloning into 'ergonomica/ergonomica'...
remote: Counting objects: 718, done.
remote: Compressing objects: 100% (410/410), done.
remote: Total 718 (delta 329), reused 645 (delta 286), pack-reused 0
Receiving objects: 100% (718/718), 702.25 KiB | 0 bytes/s, done.
Resolving deltas: 100% (329/329), done.
Checking connectivity... done.
$ cd ergonomica/ergonomica
$ git checkout -qf d323e055fd9aa6d604d33a80e1145394c468080e
This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid and setguid executables.
If you require sudo, add 'sudo: required' to your .travis.yml
See https://docs.travis-ci.com/user/workers/container-based-infrastructure/ for details.
0.00s$ source ~/virtualenv/python2.7/bin/activate
$ python --version
Python 2.7.9
$ pip --version
pip 6.0.7 from /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (python 2.7)
install
2.57s$ pip install -r requirements.txt
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Collecting ptpython (from -r requirements.txt (line 2))
Downloading ptpython-0.36-py2-none-any.whl (46kB)
100% |################################| 49kB 4.4MB/s
Collecting pyflakes (from -r requirements.txt (line 3))
Downloading pyflakes-1.5.0-py2.py3-none-any.whl (225kB)
100% |################################| 225kB 2.6MB/s
Collecting pyvim (from -r requirements.txt (line 4))
Downloading pyvim-0.0.20-py2-none-any.whl (42kB)
100% |################################| 45kB 2.3MB/s
Collecting colorama (from -r requirements.txt (line 5))
Downloading colorama-0.3.7-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.25 in /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (from pytest->-r requirements.txt (line 1))
Collecting jedi>=0.9.0 (from ptpython->-r requirements.txt (line 2))
Downloading jedi-0.10.0-py2.py3-none-any.whl (186kB)
100% |################################| 188kB 2.2MB/s
Collecting docopt (from ptpython->-r requirements.txt (line 2))
Downloading docopt-0.6.2.tar.gz
Collecting pygments (from ptpython->-r requirements.txt (line 2))
Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB)
100% |################################| 843kB 653kB/s
Collecting prompt-toolkit<2.0.0,>=1.0.0 (from ptpython->-r requirements.txt (line 2))
Downloading prompt_toolkit-1.0.13-py2-none-any.whl (247kB)
100% |################################| 249kB 2.2MB/s
Collecting six>=1.9.0 (from prompt-toolkit<2.0.0,>=1.0.0->ptpython->-r requirements.txt (line 2))
Downloading six-1.10.0-py2.py3-none-any.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.0->ptpython->-r requirements.txt (line 2))
Downloading wcwidth-0.1.7-py2.py3-none-any.whl
Installing collected packages: wcwidth, six, prompt-toolkit, pygments, docopt, jedi, colorama, pyvim, pyflakes, ptpython
Running setup.py install for docopt
Successfully installed colorama-0.3.7 docopt-0.6.2 jedi-0.10.0 prompt-toolkit-1.0.13 ptpython-0.36 pyflakes-1.5.0 pygments-2.2.0 pyvim-0.0.20 six-1.10.0 wcwidth-0.1.7
0.01s$ mkdir /home/travis/.ergo
The command "mkdir /home/travis/.ergo" exited with 0.
0.00s$ mkdir /home/travis/.ergo/packages
The command "mkdir /home/travis/.ergo/packages" exited with 0.
0.00s$ touch /home/travis/.ergo/.ergo_profile
The command "touch /home/travis/.ergo/.ergo_profile" exited with 0.
0.00s$ touch /home/travis/.ergo/.ergo_history
The command "touch /home/travis/.ergo/.ergo_history" exited with 0.
0.30s$ python -m unittest discover
]2;ergonomica[ergo: ArgumentError] Use the -s argument to run strings.
E.......................
======================================================================
ERROR: test_addline (tests.test.TestStringMethods)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/ergonomica/ergonomica/tests/test.py", line 68, in test_addline
ergo('addline "TESTING this feature\n" "once again testing this feature" {file:"test-addline"}')
File "/home/travis/build/ergonomica/ergonomica/ergonomica/ergo.py", line 102, in ergo
return map(ergo, get_code_blocks(stdin))
File "/home/travis/build/ergonomica/ergonomica/ergonomica/ergo.py", line 218, in ergo
stdout = [handle_runtime_error(blocks[i], error)]
File "/home/travis/build/ergonomica/ergonomica/ergonomica/lib/lang/error_handler.py", line 48, in handle_runtime_error
raise error
ErgonomicaError: [ergo: ArgumentError]: No file set for addline.
----------------------------------------------------------------------
Ran 24 tests in 0.025s
FAILED (errors=1)
The command "python -m unittest discover" exited with 1.
Done. Your build exited with 1.
bug