Indeed, and SR-1109 is still causing the Create installable package step to fail for 14.04 ( https://ci.swift.org/view/Packages/job/oss-swift-package-linux-ubuntu-14_04/1075/console#console-section-9). The failure was always there (cannot import Glibc into the REPL) but has now been exposed since pexpect was added to the CI server.
On Wed, Apr 20, 2016 at 7:34 PM, Ryan Lovelett via swift-dev < swift-dev@swift.org> wrote: > On Wed, Apr 20, 2016, at 08:17 PM, Greg Parker via swift-dev wrote: > > > > > On Apr 20, 2016, at 5:14 PM, no-re...@swift.org wrote: > > > > > > New issue found! > > > > > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1072] > > > > > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1072/ > > > Project: oss-swift-package-linux-ubuntu-14_04 > > > Date of build: Wed, 20 Apr 2016 16:56:48 -0700 > > > Build duration: 17 min > > > Identified problems: > > > > > > • Regression test failed: This build failed because a regression > test in the test suite FAILed. Below is a list of all errors: > > > • Indication 1 > > > > None of you are to blame. The test was previously not reaching this point > > due to other failures. > > > > Can anyone tell me who is responsible for this test? > > I don't know who is responsible for the test. I can tell you this has > been reported as https://bugs.swift.org/browse/SR-1109. > > There is even a discussion thread over here. > > > https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20160418/001739.html > > > > > > > ******************** TEST 'swift-package-tests :: > > repl/test-repl-glibc.py' FAILED ******************** > > > > Script: > > -- > > rm -rf /tmp/swift-package-tests/repl/Output/test-repl-glibc.py.tmp.dir > > mkdir /tmp/swift-package-tests/repl/Output/test-repl-glibc.py.tmp.dir > > python > > > /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/swift-integration-tests/repl/test-repl-glibc.py > > > /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox/usr/bin/swift > > > > > > /tmp/swift-package-tests/repl/Output/test-repl-glibc.py.tmp.dir/output.txt > > > /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/llvm-linux-x86_64/bin/FileCheck > > --input-file > > > /tmp/swift-package-tests/repl/Output/test-repl-glibc.py.tmp.dir/output.txt > > > /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/swift-integration-tests/repl/test-repl-glibc.py > > -- > > Exit Code: 1 > > > > Command Output (stdout): > > -- > > Command 0: "rm" "-rf" > > "/tmp/swift-package-tests/repl/Output/test-repl-glibc.py.tmp.dir" > > Command 0 Result: 0 > > Command 0 Output: > > > > > > Command 0 Stderr: > > > > > > Command 1: "mkdir" > > "/tmp/swift-package-tests/repl/Output/test-repl-glibc.py.tmp.dir" > > Command 1 Result: 0 > > Command 1 Output: > > > > > > Command 1 Stderr: > > > > > > Command 2: "python" > > > "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/swift-integration-tests/repl/test-repl-glibc.py" > > > "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox/usr/bin/swift" > > Command 2 Result: 1 > > Command 2 Output: > > None > > > > Command 2 Stderr: > > Traceback (most recent call last): > > File > > > > "/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/swift-integration-tests/repl/test-repl-glibc.py", > > line 49, in <module> > > repl.expect("init") > > File "/usr/lib/python2.7/dist-packages/pexpect/__init__.py", line 1418, > > in expect > > timeout, searchwindowsize) > > File "/usr/lib/python2.7/dist-packages/pexpect/__init__.py", line 1433, > > in expect_list > > timeout, searchwindowsize) > > File "/usr/lib/python2.7/dist-packages/pexpect/__init__.py", line 1535, > > in expect_loop > > raise TIMEOUT(str(err) + '\n' + str(self)) > > pexpect.TIMEOUT: Timeout exceeded. > > <pexpect.spawn object at 0x7f266f3175d0> > > version: 3.1 > > command: > > > /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox/usr/bin/swift > > args: > > > ['/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox/usr/bin/swift'] > > searcher: <pexpect.searcher_re object at 0x7f266f317610> > > buffer (last 100 chars): "ookup FILE\r\nno type was found matching > > 'FILE'\r\n\x1b[1G\x1b[J\x1b[2m 2> \x1b[22m \x1b[1G 2> \x1b[1G\x1b[2m > > 2> \x1b[22m\x1b[6G" > > before (last 100 chars): "ookup FILE\r\nno type was found matching > > 'FILE'\r\n\x1b[1G\x1b[J\x1b[2m 2> \x1b[22m \x1b[1G 2> \x1b[1G\x1b[2m > > 2> \x1b[22m\x1b[6G" > > after: <class 'pexpect.TIMEOUT'> > > match: None > > match_index: None > > exitstatus: None > > flag_eof: False > > pid: 27025 > > child_fd: 3 > > closed: False > > timeout: 30 > > delimiter: <class 'pexpect.EOF'> > > logfile: None > > logfile_read: None > > logfile_send: None > > maxread: 2000 > > ignorecase: False > > searchwindowsize: None > > delaybeforesend: 0.05 > > delayafterclose: 0.1 > > delayafterterminate: 0.1 > > > > > > > > > > > > _______________________________________________ > > swift-dev mailing list > > swift-dev@swift.org > > https://lists.swift.org/mailman/listinfo/swift-dev > _______________________________________________ > swift-dev mailing list > swift-dev@swift.org > https://lists.swift.org/mailman/listinfo/swift-dev > -- Joseph Bell http://dev.iachieved.it/iachievedit/ @iachievedit
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev