See <https://ci.trafficserver.apache.org/job/tsqa-lint/3/>

------------------------------------------
Started by user Thomas Jackson
Building remotely on QA3 (qa) in workspace 
<https://ci.trafficserver.apache.org/job/tsqa-lint/ws/>
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/trafficserver.git # timeout=10
Cleaning workspace
 > /usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > /usr/bin/git reset --hard # timeout=10
 > /usr/bin/git clean -fdx # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/trafficserver.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/trafficserver.git 
 > +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=10
Checking out Revision d09c9800394d07bd2f3af1cc83a0f2c31c4c29e9 
(refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f d09c9800394d07bd2f3af1cc83a0f2c31c4c29e9
 > /usr/bin/git rev-list d09c9800394d07bd2f3af1cc83a0f2c31c4c29e9 # timeout=10
[tsqa-lint] $ /bin/bash -xe /tmp/hudson6058907462952633856.sh
+ virtualenv tsqa-lint
New python executable in tsqa-lint/bin/python
Installing 
Setuptools.............................................................................................done.
Installing 
Pip....................................................................................................................................done.
+ source tsqa-lint/bin/activate
++ deactivate nondestructive
++ unset pydoc
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=<https://ci.trafficserver.apache.org/job/tsqa-lint/ws/tsqa-lint>
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/bin
++ 
PATH=<https://ci.trafficserver.apache.org/job/tsqa-lint/ws/tsqa-lint/bin>:/usr/local/bin:/usr/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' x '!=' x ']'
+++ basename <https://ci.trafficserver.apache.org/job/tsqa-lint/ws/tsqa-lint>
++ '[' tsqa-lint = __ ']'
+++ basename <https://ci.trafficserver.apache.org/job/tsqa-lint/ws/tsqa-lint>
++ PS1='(tsqa-lint)'
++ export PS1
++ alias 'pydoc=python -m pydoc'
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
+ tsqa-lint/bin/pip install flake8 flake8-junit-report
Requirement already satisfied (use --upgrade to upgrade): flake8 in 
./tsqa-lint/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): flake8-junit-report 
in ./tsqa-lint/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pyflakes>=0.8.1,<0.9 
in ./tsqa-lint/lib/python2.7/site-packages (from flake8)
Requirement already satisfied (use --upgrade to upgrade): pep8>=1.5.7,<1.6 in 
./tsqa-lint/lib/python2.7/site-packages (from flake8)
Requirement already satisfied (use --upgrade to upgrade): mccabe>=0.2.1,<0.4 in 
./tsqa-lint/lib/python2.7/site-packages (from flake8)
Requirement already satisfied (use --upgrade to upgrade): Click in 
./tsqa-lint/lib/python2.7/site-packages (from flake8-junit-report)
Cleaning up...
+ flake8 --output-file flake8.txt src/ci/tsqa/tests/
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
        at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
        at 
hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
        at hudson.remoting.UserRequest.perform(UserRequest.java:121)
        at hudson.remoting.UserRequest.perform(UserRequest.java:49)
        at hudson.remoting.Request$2.run(Request.java:324)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at ......remote call to QA3(Native Method)
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
        at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
        at hudson.remoting.Channel.call(Channel.java:752)
        at hudson.FilePath.act(FilePath.java:978)
        at hudson.FilePath.act(FilePath.java:967)
        at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
        at 
hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
        at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:761)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
        at hudson.model.Build$BuildExecution.post2(Build.java:183)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
        at hudson.model.Run.execute(Run.java:1775)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:89)
        at hudson.model.Executor.run(Executor.java:240)

Reply via email to