You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/02/14 15:14:36 UTC

Build failed in Jenkins: incubator-trafficcontrol-master-build #575

See <https://builds.apache.org/job/incubator-trafficcontrol-master-build/575/display/redirect?page=changes>

Changes:

[mitchell852] Add Apache license headers

[mitchell852] Add missing license file libraries

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/incubator-trafficcontrol-master-build/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/incubator-trafficcontrol-master-build/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1170)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1200)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1724)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:421)
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository git://github.com/apache/incubator-trafficcontrol.git
 > git init <https://builds.apache.org/job/incubator-trafficcontrol-master-build/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/incubator-trafficcontrol.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/incubator-trafficcontrol.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/incubator-trafficcontrol.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/incubator-trafficcontrol.git # timeout=10
Fetching upstream changes from git://github.com/apache/incubator-trafficcontrol.git
using GIT_SSH to set credentials 
 > git fetch --tags --progress git://github.com/apache/incubator-trafficcontrol.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 908b0bd84ad9afcd8d6786e47fadc7a5f62b2a44 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 908b0bd84ad9afcd8d6786e47fadc7a5f62b2a44
Commit message: "Add missing license file libraries"
 > git rev-list 7c4ce34c15462716306c44ec3f5662e52220244a # timeout=10
[incubator-trafficcontrol-master-build] $ /bin/bash /tmp/jenkins7332482307863072752.sh
+ docker system prune -f
Total reclaimed space: 0B
+ proj=jenkins-incubator-trafficcontrol-master-build-575
+ '[' '!' -x bin/docker-compose ']'
+ mkdir bin
++ uname -s
++ uname -m
+ curl -L https://github.com/docker/compose/releases/download/1.13.0/docker-compose-Linux-x86_64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   617    0   617    0     0   1936      0 --:--:-- --:--:-- --:--:--  1940
  0 8079k    0 50730    0     0  53013      0  0:02:36 --:--:--  0:02:36 53013 32 8079k   32 2599k    0     0  1332k      0  0:00:06  0:00:01  0:00:05 2562k100 8079k  100 8079k    0     0  3503k      0  0:00:02  0:00:02 --:--:-- 5952k
+ chmod +x ./bin/docker-compose
+ docker version
Client:
 Version:      17.05.0-ce
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:10:54 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-ce
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:10:54 2017
 OS/Arch:      linux/amd64
 Experimental: false
+ rm -rf dist
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-master-build-575 -f infrastructure/docker/build/docker-compose.yml down -v
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Removing network jenkinsincubatortrafficcontrolmasterbuild575_default
Network jenkinsincubatortrafficcontrolmasterbuild575_default not found.
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-master-build-575 -f infrastructure/docker/build/docker-compose.yml up --build
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Creating network "jenkinsincubatortrafficcontrolmasterbuild575_default" with the default driver
Building traffic_portal_build
Traceback (most recent call last):
  File "bin/docker-compose", line 3, in <module>
    
  File "compose/cli/main.py", line 68, in main
  File "compose/cli/main.py", line 118, in perform_command
  File "compose/cli/main.py", line 924, in up
  File "compose/project.py", line 400, in up
  File "compose/service.py", line 291, in ensure_image_exists
  File "compose/service.py", line 871, in build
  File "site-packages/docker/api/build.py", line 141, in build
  File "site-packages/docker/utils/build.py", line 13, in tar
  File "site-packages/docker/utils/utils.py", line 117, in create_archive
  File "tarfile.py", line 2049, in addfile
IOError: [Errno 28] No space left on device
Failed to execute script docker-compose
+ docker ps -a
+ grep traffic
+ docker images
+ grep traffic
incubatortrafficcontrolprtrafficopstest_integration           latest              4cfef7768c4f        39 hours ago        1.35GB
incubatortrafficcontrolprtrafficopstest_unit                  latest              87d6b834d4dd        39 hours ago        1.35GB
incubatortrafficcontrolprtrafficopstest_unit_golang           latest              0ad5599e9c70        39 hours ago        728MB
jenkinsincubatortrafficcontroltrafficopstest409_integration   latest              3b2ed19ebe32        5 days ago          1.34GB
jenkinsincubatortrafficcontroltrafficopstest409_unit          latest              d66ff81a5e8f        5 days ago          1.34GB
jenkinsincubatortrafficcontroltrafficopstest409_unit_golang   latest              32166b2011b0        5 days ago          728MB
jenkinsincubatortrafficcontroltrafficopstest404_unit_golang   latest              ab5b534eb23e        7 days ago          727MB
traffic_stats_builder                                         latest              e63c74f2de01        7 days ago          614MB
traffic_ops_builder                                           latest              f8ff4630f032        7 days ago          849MB
trafficcontrol_tarball                                        latest              e1e207614e59        7 days ago          289MB
traffic_monitor_builder                                       latest              32a5ea657cd2        7 days ago          614MB
traffic_router_builder                                        latest              079e10aea005        7 days ago          706MB
traffic_portal_builder                                        latest              0c87418a9d7e        7 days ago          598MB
+ ./bin/docker-compose -p jenkins-incubator-trafficcontrol-master-build-575 -f infrastructure/docker/build/docker-compose.yml down -v
WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue:
pip uninstall docker-py; pip uninstall docker; pip install docker
Removing network jenkinsincubatortrafficcontrolmasterbuild575_default
Archiving artifacts
ERROR: No artifacts found that match the file pattern "dist/*.tar.gz,dist/*x86_64.rpm". Configuration error?
ERROR: ?dist/*.tar.gz? doesn?t match anything: even ?dist? doesn?t exist
Build step 'Archive the artifacts' changed build result to FAILURE

Jenkins build is back to normal : incubator-trafficcontrol-master-build #576

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/incubator-trafficcontrol-master-build/576/display/redirect?page=changes>