Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3713164f6485193a7db812284b98f7ee71a568b9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-compose, mavenSettings:ci-build-images-settings, dockerImageName:edgex-compose, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.25.4], releaseBranchOverride:edgex-compose] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-compose USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-compose DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-compose-archive.tar.gz SEMVER_BUMP_LEVEL: pre RELEASE_BRANCH_OVERRIDE: edgex-compose DOCKER_CUSTOM_TAGS: 1.25.4 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1656’ is offline Running on prd-centos7-docker-4c-2g-1671 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 Fetching without tags Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 Commit message: "Merge pull request #129 from cherrycl/issue-128" > git rev-list --no-walk 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:16:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:16:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:16:02 ========================================================= 06:16:02 EdgeX Global Pipelines Version Info 06:16:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:16:03 ------------------- 06:16:03 stable info: 06:16:03 ------------------- 06:16:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:16:03 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 06:16:03 Message: update stable to v1.0.89 06:16:04 ------------------- 06:16:04 experimental info: 06:16:04 ------------------- 06:16:04 Commited By: **** collab-it+edgex@linuxfoundation.org 06:16:04 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 06:16:04 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:16:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:16:07 + ls -al . 06:16:07 total 12 06:16:07 drwxrwxr-x. 3 jenkins jenkins 72 Jun 3 06:15 . 06:16:07 drwxrwxr-x. 4 jenkins jenkins 112 Jun 3 06:15 .. 06:16:07 -rw-rw-r--. 1 jenkins jenkins 1561 Jun 3 06:15 Dockerfile 06:16:07 drwxrwxr-x. 8 jenkins jenkins 162 Jun 3 06:16 .git 06:16:07 -rw-rw-r--. 1 jenkins jenkins 886 Jun 3 06:15 Jenkinsfile 06:16:07 -rw-rw-r--. 1 jenkins jenkins 1309 Jun 3 06:15 README.md [Pipeline] isUnix [Pipeline] sh 06:16:08 + docker build -t edgex-devops/edgex-compose -f Dockerfile --build-arg ARCH=amd64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=amd64 . 06:16:08 Sending build context to Docker daemon 203.3kB 06:16:08 Step 1/30 : ARG DOCKER_VERSION=19.03.5 06:16:08 Step 2/30 : ARG PYTHON_VERSION=3.7.5 06:16:08 Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 06:16:08 Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 06:16:08 Step 5/30 : ARG COMPOSE_TAG=1.25.4 06:16:08 Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli 06:16:08 19.03.5: Pulling from library/docker 06:16:08 c9b1b535fdd9: Pulling fs layer 06:16:08 cd54125436dc: Pulling fs layer 06:16:08 70d1554c15cb: Pulling fs layer 06:16:08 79e322b40fa7: Pulling fs layer 06:16:08 fa396aa1c77a: Pulling fs layer 06:16:08 af8b1978c51e: Pulling fs layer 06:16:08 e3cc93a7c611: Pulling fs layer 06:16:08 fa396aa1c77a: Waiting 06:16:08 af8b1978c51e: Waiting 06:16:08 e3cc93a7c611: Waiting 06:16:08 79e322b40fa7: Waiting 06:16:09 70d1554c15cb: Verifying Checksum 06:16:09 70d1554c15cb: Download complete 06:16:09 c9b1b535fdd9: Verifying Checksum 06:16:09 c9b1b535fdd9: Download complete 06:16:09 cd54125436dc: Verifying Checksum 06:16:09 cd54125436dc: Download complete 06:16:09 af8b1978c51e: Download complete 06:16:09 fa396aa1c77a: Verifying Checksum 06:16:09 fa396aa1c77a: Download complete 06:16:09 e3cc93a7c611: Verifying Checksum 06:16:09 e3cc93a7c611: Download complete 06:16:09 c9b1b535fdd9: Pull complete 06:16:10 79e322b40fa7: Verifying Checksum 06:16:10 79e322b40fa7: Download complete 06:16:10 cd54125436dc: Pull complete 06:16:10 70d1554c15cb: Pull complete 06:16:13 79e322b40fa7: Pull complete 06:16:13 fa396aa1c77a: Pull complete 06:16:13 af8b1978c51e: Pull complete 06:16:13 e3cc93a7c611: Pull complete 06:16:13 Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 06:16:13 Status: Downloaded newer image for docker:19.03.5 06:16:13 ---> 31c774f62a9b 06:16:13 Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build 06:16:14 3.7.5-alpine3.10: Pulling from library/python 06:16:14 89d9c30c1d48: Pulling fs layer 06:16:14 910c49c00810: Pulling fs layer 06:16:14 7efe415eb85a: Pulling fs layer 06:16:14 7d8d53519b81: Pulling fs layer 06:16:14 519124ac136c: Pulling fs layer 06:16:14 7d8d53519b81: Waiting 06:16:14 519124ac136c: Waiting 06:16:14 910c49c00810: Verifying Checksum 06:16:14 910c49c00810: Download complete 06:16:14 89d9c30c1d48: Download complete 06:16:14 7d8d53519b81: Verifying Checksum 06:16:14 7d8d53519b81: Download complete 06:16:14 519124ac136c: Verifying Checksum 06:16:14 519124ac136c: Download complete 06:16:14 89d9c30c1d48: Pull complete 06:16:15 7efe415eb85a: Verifying Checksum 06:16:15 7efe415eb85a: Download complete 06:16:15 910c49c00810: Pull complete 06:16:17 7efe415eb85a: Pull complete 06:16:17 7d8d53519b81: Pull complete 06:16:17 519124ac136c: Pull complete 06:16:17 Digest: sha256:de9fc5bc46cb1a7e2222b976394ea8aa0290592e3075457d41c5f246f176b1bf 06:16:17 Status: Downloaded newer image for python:3.7.5-alpine3.10 06:16:17 ---> 8922d588eec6 06:16:17 Step 8/30 : RUN apk add --no-cache bash build-base ca-certificates curl gcc git libc-dev libffi-dev libgcc make musl-dev openssl openssl-dev python2 python2-dev zlib-dev 06:16:17 ---> Running in 63965f93f891 06:16:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:16:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:16:19 (1/34) Upgrading libcrypto1.1 (1.1.1d-r0 -> 1.1.1g-r0) 06:16:19 (2/34) Upgrading libssl1.1 (1.1.1d-r0 -> 1.1.1g-r0) 06:16:19 (3/34) Installing bash (5.0.0-r0) 06:16:19 Executing bash-5.0.0-r0.post-install 06:16:19 (4/34) Installing binutils (2.32-r0) 06:16:19 (5/34) Installing libmagic (5.37-r1) 06:16:19 (6/34) Installing file (5.37-r1) 06:16:19 (7/34) Installing gmp (6.1.2-r1) 06:16:19 (8/34) Installing isl (0.18-r0) 06:16:19 (9/34) Installing libgomp (8.3.0-r0) 06:16:19 (10/34) Installing libatomic (8.3.0-r0) 06:16:19 (11/34) Installing libgcc (8.3.0-r0) 06:16:19 (12/34) Installing mpfr3 (3.1.5-r1) 06:16:19 (13/34) Installing mpc1 (1.1.0-r0) 06:16:19 (14/34) Installing libstdc++ (8.3.0-r0) 06:16:19 (15/34) Installing gcc (8.3.0-r0) 06:16:20 Still waiting to schedule task 06:16:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:16:21 (16/34) Installing musl-dev (1.1.22-r3) 06:16:23 (17/34) Installing libc-dev (0.7.1-r0) 06:16:23 (18/34) Installing g++ (8.3.0-r0) 06:16:25 (19/34) Installing make (4.2.1-r2) 06:16:25 (20/34) Installing fortify-headers (1.1-r0) 06:16:25 (21/34) Installing build-base (0.5-r1) 06:16:25 (22/34) Installing nghttp2-libs (1.39.2-r0) 06:16:25 (23/34) Installing libcurl (7.66.0-r0) 06:16:25 (24/34) Installing curl (7.66.0-r0) 06:16:25 (25/34) Installing pcre2 (10.33-r0) 06:16:25 (26/34) Installing git (2.22.4-r0) 06:16:25 (27/34) Installing linux-headers (4.19.36-r0) 06:16:26 (28/34) Installing pkgconf (1.6.1-r1) 06:16:26 (29/34) Installing libffi-dev (3.2.1-r6) 06:16:26 (30/34) Installing openssl (1.1.1g-r0) 06:16:26 (31/34) Installing openssl-dev (1.1.1g-r0) 06:16:26 (32/34) Installing python2 (2.7.18-r0) 06:16:27 (33/34) Installing python2-dev (2.7.18-r0) 06:16:28 (34/34) Installing zlib-dev (1.2.11-r1) 06:16:28 Executing busybox-1.30.1-r2.trigger 06:16:28 Executing ca-certificates-20190108-r0.trigger 06:16:28 OK: 266 MiB in 67 packages 06:16:36 Removing intermediate container 63965f93f891 06:16:36 ---> 8878b4f8c5a6 06:16:36 Step 9/30 : ENV BUILD_BOOTLOADER=1 06:16:36 ---> Running in 107b854e2b5e 06:16:36 Removing intermediate container 107b854e2b5e 06:16:36 ---> 1ca79fa1a305 06:16:36 Step 10/30 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker 06:16:37 ---> 10fcfd208dc5 06:16:37 Step 11/30 : WORKDIR /code/ 06:16:37 ---> Running in 75aedd0229ca 06:16:37 Removing intermediate container 75aedd0229ca 06:16:37 ---> c69afb95fde9 06:16:37 Step 12/30 : ARG COMPOSE_TAG 06:16:37 ---> Running in 3c0f75352a7f 06:16:37 Removing intermediate container 3c0f75352a7f 06:16:37 ---> ad7d63f559db 06:16:37 Step 13/30 : RUN git clone --branch ${COMPOSE_TAG} --quiet --recurse-submodules https://github.com/docker/compose.git . 06:16:37 ---> Running in 7f534b1acbcf 06:16:39 Note: checking out '8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c'. 06:16:39 06:16:39 You are in 'detached HEAD' state. You can look around, make experimental 06:16:39 changes and commit them, and you can discard any commits you make in this 06:16:39 state without impacting any branches by performing another checkout. 06:16:39 06:16:39 If you want to create a new branch to retain commits you create, you may 06:16:39 do so (now or later) by using -b with the checkout command again. Example: 06:16:39 06:16:39 git checkout -b 06:16:39 06:16:40 Removing intermediate container 7f534b1acbcf 06:16:40 ---> 321303c2091c 06:16:40 Step 14/30 : RUN pip install virtualenv==16.2.0 06:16:40 ---> Running in 42d4dec3ad70 06:16:43 Collecting virtualenv==16.2.0 06:16:43 Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) 06:16:43 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.6.0) 06:16:43 Installing collected packages: virtualenv 06:16:43 Successfully installed virtualenv-16.2.0 06:16:43 WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. 06:16:43 You should consider upgrading via the 'pip install --upgrade pip' command. 06:16:44 Removing intermediate container 42d4dec3ad70 06:16:44 ---> 151a4213225d 06:16:44 Step 15/30 : RUN pip install tox==2.9.1 06:16:44 ---> Running in 2352d7f90183 06:16:45 Collecting tox==2.9.1 06:16:45 Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) 06:16:45 Collecting pluggy<1.0,>=0.3.0 06:16:45 Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl 06:16:45 Collecting py>=1.4.17 06:16:45 Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB) 06:16:45 Collecting six 06:16:45 Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl 06:16:45 Requirement already satisfied: virtualenv>=1.11.2; python_version != "3.2" in /usr/local/lib/python3.7/site-packages (from tox==2.9.1) (16.2.0) 06:16:45 Collecting importlib-metadata>=0.12; python_version < "3.8" 06:16:45 Downloading https://files.pythonhosted.org/packages/ad/e4/891bfcaf868ccabc619942f27940c77a8a4b45fd8367098955bb7e152fb1/importlib_metadata-1.6.0-py2.py3-none-any.whl 06:16:46 Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=1.11.2; python_version != "3.2"->tox==2.9.1) (41.6.0) 06:16:46 Collecting zipp>=0.5 06:16:46 Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl 06:16:46 Installing collected packages: zipp, importlib-metadata, pluggy, py, six, tox 06:16:46 Successfully installed importlib-metadata-1.6.0 pluggy-0.13.1 py-1.8.1 six-1.15.0 tox-2.9.1 zipp-3.1.0 06:16:46 WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. 06:16:46 You should consider upgrading via the 'pip install --upgrade pip' command. 06:16:47 Removing intermediate container 2352d7f90183 06:16:47 ---> 3a93683f974d 06:16:47 Step 16/30 : RUN tox --notest 06:16:47 ---> Running in aeac7f9c7380 06:16:48 py27 create: /code/.tox/py27 06:16:53 py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt 06:20:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1672 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] checkout 06:20:22 using credential edgex-jenkins-ssh 06:20:22 Cloning the remote Git repository 06:20:22 Cloning with configured refspecs honoured and without tags 06:20:22 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 06:20:22 > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 06:20:22 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 06:20:22 > git --version # timeout=10 06:20:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:23 Fetching without tags 06:20:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 06:20:23 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 06:20:23 > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 06:20:23 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 06:20:23 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 06:20:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:20:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 06:20:24 Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) 06:20:23 > git config core.sparsecheckout # timeout=10 06:20:24 > git checkout -f 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 06:20:28 Commit message: "Merge pull request #129 from cherrycl/issue-128" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:20:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:20:30 py27 develop-inst: /code 06:20:30 py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,atomicwrites==1.4.0,attrs==19.3.0,backports.functools-lru-cache==1.6.1,backports.shutil-get-terminal-size==1.0.0,backports.ssl-match-hostname==3.5.0.1,bcrypt==3.1.7,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,configparser==4.0.2,contextlib2==0.6.0.post1,coverage==5.0.3,cryptography==2.9.2,ddt==1.2.2,docker==4.1.0,-e git+https://github.com/docker/compose.git@8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,funcsigs==1.0.2,functools32==3.2.3.post2,idna==2.8,importlib-metadata==1.6.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==5.0.0,packaging==20.4,paramiko==2.7.1,pathlib2==2.3.5,pluggy==0.13.1,py==1.8.1,pycodestyle==2.5.0,pycparser==2.20,pyflakes==2.1.1,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==4.6.5,pytest-cov==2.8.1,PyYAML==5.3,requests==2.22.0,scandir==1.10.0,six==1.12.0,subprocess32==3.5.4,texttable==1.6.2,typing==3.7.4.1,urllib3==1.25.9,wcwidth==0.2.3,websocket-client==0.57.0,zipp==1.2.0 06:20:30 py37 create: /code/.tox/py37 06:20:30 + ls -al . 06:20:30 total 24 06:20:30 drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 06:20 . 06:20:30 drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 06:20 .. 06:20:30 drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 06:20 .git 06:20:30 -rw-rw-r-- 1 jenkins jenkins 1561 Jun 3 06:20 Dockerfile 06:20:30 -rw-rw-r-- 1 jenkins jenkins 886 Jun 3 06:20 Jenkinsfile 06:20:30 -rw-rw-r-- 1 jenkins jenkins 1309 Jun 3 06:20 README.md [Pipeline] isUnix [Pipeline] sh 06:20:30 + docker build -t edgex-devops/edgex-compose-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=arm64 . 06:20:31 Sending build context to Docker daemon 203.3kB 06:20:31 Step 1/30 : ARG DOCKER_VERSION=19.03.5 06:20:31 Step 2/30 : ARG PYTHON_VERSION=3.7.5 06:20:31 Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 06:20:31 Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 06:20:31 Step 5/30 : ARG COMPOSE_TAG=1.25.4 06:20:31 Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli 06:20:32 19.03.5: Pulling from library/docker 06:20:32 8fa90b21c985: Pulling fs layer 06:20:32 f2917335fcb0: Pulling fs layer 06:20:32 c8d3c84c2515: Pulling fs layer 06:20:32 32738a03c1ca: Pulling fs layer 06:20:32 c36258bdcaf0: Pulling fs layer 06:20:32 149292bf8308: Pulling fs layer 06:20:32 f91f03656c52: Pulling fs layer 06:20:32 32738a03c1ca: Waiting 06:20:32 c36258bdcaf0: Waiting 06:20:32 149292bf8308: Waiting 06:20:32 f91f03656c52: Waiting 06:20:32 c8d3c84c2515: Verifying Checksum 06:20:32 c8d3c84c2515: Download complete 06:20:32 f2917335fcb0: Verifying Checksum 06:20:32 f2917335fcb0: Download complete 06:20:32 8fa90b21c985: Verifying Checksum 06:20:32 c36258bdcaf0: Verifying Checksum 06:20:32 c36258bdcaf0: Download complete 06:20:32 149292bf8308: Verifying Checksum 06:20:32 149292bf8308: Download complete 06:20:32 f91f03656c52: Verifying Checksum 06:20:32 f91f03656c52: Download complete 06:20:33 8fa90b21c985: Pull complete 06:20:35 py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt 06:20:35 f2917335fcb0: Pull complete 06:20:35 c8d3c84c2515: Pull complete 06:20:38 32738a03c1ca: Verifying Checksum 06:20:38 32738a03c1ca: Download complete 06:20:41 32738a03c1ca: Pull complete 06:20:42 c36258bdcaf0: Pull complete 06:20:42 149292bf8308: Pull complete 06:20:42 f91f03656c52: Pull complete 06:20:42 Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 06:20:42 Status: Downloaded newer image for docker:19.03.5 06:20:42 ---> 466581031774 06:20:42 Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build 06:20:57 Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:20:58 Failed in branch arm64 06:24:57 py37 develop-inst: /code 06:24:57 py37 installed: attrs==19.3.0,backports.shutil-get-terminal-size==1.0.0,bcrypt==3.1.7,cached-property==1.5.1,certifi==2019.11.28,cffi==1.14.0,chardet==3.0.4,coverage==5.0.3,cryptography==2.9.2,ddt==1.2.2,docker==4.1.0,-e git+https://github.com/docker/compose.git@8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,entrypoints==0.3,flake8==3.7.9,idna==2.8,importlib-metadata==1.6.0,ipaddress==1.0.23,jsonschema==3.2.0,mccabe==0.6.1,mock==3.0.5,more-itertools==8.3.0,packaging==20.4,paramiko==2.7.1,pluggy==0.13.1,py==1.8.1,pycodestyle==2.5.0,pycparser==2.20,pyflakes==2.1.1,PyNaCl==1.4.0,pyparsing==2.4.7,pyrsistent==0.16.0,PySocks==1.7.1,pytest==5.3.2,pytest-cov==2.8.1,PyYAML==5.3,requests==2.22.0,six==1.12.0,texttable==1.6.2,urllib3==1.25.9,wcwidth==0.2.3,websocket-client==0.57.0,zipp==3.1.0 06:24:57 pre-commit create: /code/.tox/pre-commit 06:25:02 pre-commit installdeps: pre-commit 06:25:10 pre-commit installed: appdirs==1.4.4,cfgv==3.1.0,distlib==0.3.0,filelock==3.0.12,identify==1.4.18,importlib-metadata==1.6.0,nodeenv==1.4.0,pre-commit==2.4.0,PyYAML==5.3.1,six==1.15.0,toml==0.10.1,virtualenv==20.0.21,zipp==3.1.0 06:25:10 ___________________________________ summary ____________________________________ 06:25:10 py27: skipped tests 06:25:10 py37: skipped tests 06:25:10 pre-commit: skipped tests 06:25:10 congratulations :) 06:25:19 Removing intermediate container aeac7f9c7380 06:25:19 ---> c04262453cc5 06:25:19 Step 17/30 : ARG GIT_COMMIT=unknown 06:25:19 ---> Running in 02be17c2032b 06:25:19 Removing intermediate container 02be17c2032b 06:25:19 ---> a54ab20cf820 06:25:19 Step 18/30 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT 06:25:19 ---> Running in 293948c4581a 06:25:19 Removing intermediate container 293948c4581a 06:25:19 ---> b7258a3678c9 06:25:19 Step 19/30 : RUN script/build/linux-entrypoint 06:25:19 ---> Running in c4f7d3736404 06:25:19 + CODE_PATH=/code 06:25:19 + VENV=/code/.tox/py37 06:25:19 + cd /code 06:25:19 + mkdir -p dist 06:25:19 + chmod 777 dist 06:25:19 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt 06:25:31 + '[' -z unknown ']' 06:25:31 + echo unknown 06:25:31 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 06:25:31 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 06:25:31 + '[' '!' -z 1 ']' 06:25:31 + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller 06:25:31 Cloning into '/tmp/pyinstaller'... 06:25:35 + cd /tmp/pyinstaller/bootloader 06:25:35 + git checkout v3.6 06:25:35 Note: checking out 'v3.6'. 06:25:35 06:25:35 You are in 'detached HEAD' state. You can look around, make experimental 06:25:35 changes and commit them, and you can discard any commits you make in this 06:25:35 state without impacting any branches by performing another checkout. 06:25:35 06:25:35 If you want to create a new branch to retain commits you create, you may 06:25:35 do so (now or later) by using -b with the checkout command again. Example: 06:25:35 06:25:35 git checkout -b 06:25:35 06:25:35 HEAD is now at 6d4cce1f Release 3.6. 06:25:35 + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all 06:25:35 Setting top to : /tmp/pyinstaller/bootloader 06:25:35 Setting out to : /tmp/pyinstaller/bootloader/build 06:25:35 Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] 06:25:35 Checking for 'gcc' (C compiler) : /usr/bin/gcc 06:25:35 Checking size of pointer : 8 06:25:35 Platform : Linux-64bit detected based on compiler 06:25:35 Checking for compiler flags -m64 : yes 06:25:35 Checking for linker flags -m64 : yes 06:25:36 Checking for library dl : yes 06:25:36 Checking for library m : yes 06:25:36 Checking for library z : yes 06:25:36 Checking for function unsetenv : yes 06:25:36 Checking for function mkdtemp : yes 06:25:36 Checking for function strndup : yes 06:25:36 Checking for function strnlen : yes 06:25:36 Checking for compiler flags -Wl,--as-needed : yes 06:25:36 Checking for program '/usr/bin/strip' : /usr/bin/strip 06:25:36 Checking for program 'strip' : /usr/bin/strip 06:25:36 'configure' finished successfully (0.837s) 06:25:36 'all' finished successfully (0.000s) 06:25:36 'distclean' finished successfully (0.001s) 06:25:36 Setting top to : /tmp/pyinstaller/bootloader 06:25:36 Setting out to : /tmp/pyinstaller/bootloader/build 06:25:36 Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] 06:25:36 Checking for 'gcc' (C compiler) : /usr/bin/gcc 06:25:36 Checking size of pointer : 8 06:25:36 Platform : Linux-64bit detected based on compiler 06:25:36 Checking for compiler flags -m64 : yes 06:25:36 Checking for linker flags -m64 : yes 06:25:36 Checking for library dl : yes 06:25:36 Checking for library m : yes 06:25:36 Checking for library z : yes 06:25:36 Checking for function unsetenv : yes 06:25:36 Checking for function mkdtemp : yes 06:25:36 Checking for function strndup : yes 06:25:37 Checking for function strnlen : yes 06:25:37 Checking for compiler flags -Wl,--as-needed : yes 06:25:37 Checking for program '/usr/bin/strip' : /usr/bin/strip 06:25:37 Checking for program 'strip' : /usr/bin/strip 06:25:37 'configure' finished successfully (0.684s) 06:25:37 'make_all' finished successfully (0.009s) 06:25:37 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 06:25:37 [ 1/13] Compiling src/pyi_python.c 06:25:37 [ 2/13] Compiling src/pyi_global.c 06:25:37 [ 3/13] Compiling src/main.c 06:25:37 [ 4/13] Compiling src/pyi_archive.c 06:25:37 [ 5/13] Compiling src/pyi_launch.c 06:25:37 [ 6/13] Compiling src/pyi_win32_utils.c 06:25:37 [ 7/13] Compiling src/pyi_main.c 06:25:37 [ 8/13] Compiling src/pyi_pythonlib.c 06:25:37 [ 9/13] Compiling src/pyi_python27_compat.c 06:25:37 [10/13] Compiling src/pyi_utils.c 06:25:37 [11/13] Compiling src/pyi_path.c 06:25:37 [12/13] Linking build/debug/run_d 06:25:37 [13/13] Processing build/debug/run_d 06:25:37 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 06:25:37 'build_debug' finished successfully (0.503s) 06:25:37 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 06:25:37 [ 1/13] Compiling src/pyi_python.c 06:25:37 [ 2/13] Compiling src/pyi_global.c 06:25:37 [ 3/13] Compiling src/main.c 06:25:37 [ 4/13] Compiling src/pyi_archive.c 06:25:37 [ 5/13] Compiling src/pyi_utils.c 06:25:37 [ 6/13] Compiling src/pyi_path.c 06:25:37 [ 7/13] Compiling src/pyi_win32_utils.c 06:25:37 [ 8/13] Compiling src/pyi_pythonlib.c 06:25:38 [ 9/13] Compiling src/pyi_main.c 06:25:38 [10/13] Compiling src/pyi_launch.c 06:25:38 [11/13] Compiling src/pyi_python27_compat.c 06:25:38 [12/13] Linking build/release/run 06:25:38 [13/13] Processing build/release/run 06:25:38 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 06:25:38 'build_release' finished successfully (0.581s) 06:25:38 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' 06:25:38 [14/14] Processing build/debug/run_d 06:25:38 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) 06:25:38 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' 06:25:38 'install_debug' finished successfully (0.032s) 06:25:38 Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' 06:25:38 [13/14] Processing build/release/run 06:25:38 + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) 06:25:38 Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' 06:25:38 'install_release' finished successfully (0.028s) 06:25:38 + /code/.tox/py37/bin/pip3 install .. 06:25:39 Processing /tmp/pyinstaller 06:25:39 Installing build dependencies: started 06:25:42 Installing build dependencies: finished with status 'done' 06:25:42 Getting requirements to build wheel: started 06:25:43 Getting requirements to build wheel: finished with status 'done' 06:25:43 Preparing wheel metadata: started 06:25:43 Preparing wheel metadata: finished with status 'done' 06:25:43 Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (47.1.1) 06:25:43 Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (0.17) 06:25:43 Building wheels for collected packages: PyInstaller 06:25:43 Building wheel for PyInstaller (PEP 517): started 06:25:46 Building wheel for PyInstaller (PEP 517): finished with status 'done' 06:25:46 Created wheel for PyInstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2927667 sha256=2955ada077915196799117b9c3e9555d6a68dda946e6a95cce3c04092d36b4a6 06:25:46 Stored in directory: /tmp/pip-ephem-wheel-cache-9ww2d2dt/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b 06:25:46 Successfully built PyInstaller 06:25:46 Installing collected packages: PyInstaller 06:25:46 Attempting uninstall: PyInstaller 06:25:46 Found existing installation: PyInstaller 3.6 06:25:47 Uninstalling PyInstaller-3.6: 06:25:47 Successfully uninstalled PyInstaller-3.6 06:25:48 Successfully installed PyInstaller-3.6 06:25:48 + cd /code 06:25:48 + rm -Rf /tmp/pyinstaller 06:25:48 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec 06:25:48 66 INFO: PyInstaller: 3.6 06:25:48 67 INFO: Python: 3.7.5 06:25:48 70 INFO: Platform: Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with 06:25:48 73 INFO: UPX is not available. 06:25:48 74 INFO: Extending PYTHONPATH with paths 06:25:48 ['/code/bin', '/code'] 06:25:48 75 INFO: checking Analysis 06:25:48 75 INFO: Building Analysis because Analysis-00.toc is non existent 06:25:48 75 INFO: Initializing module dependency graph... 06:25:48 77 INFO: Caching module graph hooks... 06:25:48 84 INFO: Analyzing base_library.zip ... 06:25:54 4839 INFO: Caching module dependency graph... 06:25:54 4985 INFO: running Analysis Analysis-00.toc 06:25:54 5003 INFO: Analyzing bin/docker-compose 06:25:54 5163 INFO: Processing pre-find module path hook distutils 06:25:54 5164 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7' 06:25:54 5525 INFO: Processing pre-safe import module hook urllib3.packages.six.moves 06:25:56 7184 INFO: Processing pre-safe import module hook six.moves 06:26:02 13212 INFO: Processing module hooks... 06:26:02 13213 INFO: Loading module hook "hook-certifi.py"... 06:26:02 13215 INFO: Loading module hook "hook-cryptography.py"... 06:26:02 13455 INFO: Loading module hook "hook-distutils.py"... 06:26:02 13458 INFO: Loading module hook "hook-encodings.py"... 06:26:02 13523 INFO: Loading module hook "hook-importlib_metadata.py"... 06:26:02 13525 INFO: Loading module hook "hook-jsonschema.py"... 06:26:02 13529 INFO: Loading module hook "hook-nacl.py"... 06:26:02 13531 INFO: Loading module hook "hook-pkg_resources.py"... 06:26:02 14060 INFO: Processing pre-safe import module hook win32com 06:26:02 14083 INFO: Excluding import '__main__' 06:26:02 14084 INFO: Removing import of __main__ from module pkg_resources 06:26:02 14085 INFO: Loading module hook "hook-pydoc.py"... 06:26:02 14085 INFO: Loading module hook "hook-sysconfig.py"... 06:26:02 14095 INFO: Loading module hook "hook-xml.py"... 06:26:02 14201 INFO: Looking for ctypes DLLs 06:26:03 Illegal option -p 06:26:03 14261 INFO: Analyzing run-time hooks ... 06:26:03 14275 INFO: Including run-time hook 'pyi_rth_certifi.py' 06:26:03 14277 INFO: Including run-time hook 'pyi_rth_pkgres.py' 06:26:03 14278 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' 06:26:03 14299 INFO: Looking for dynamic libraries 06:26:03 14785 INFO: Looking for eggs 06:26:03 14785 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 06:26:03 14807 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt 06:26:03 14935 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html 06:26:03 15004 INFO: checking PYZ 06:26:03 15004 INFO: Building PYZ because PYZ-00.toc is non existent 06:26:03 15004 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz 06:26:05 16187 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. 06:26:05 16210 INFO: checking PKG 06:26:05 16210 INFO: Building PKG because PKG-00.toc is non existent 06:26:05 16210 INFO: Building PKG (CArchive) PKG-00.pkg 06:26:17 27737 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 06:26:17 27748 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run 06:26:17 27748 INFO: checking EXE 06:26:17 27748 INFO: Building EXE because EXE-00.toc is non existent 06:26:17 27748 INFO: Building EXE from EXE-00.toc 06:26:17 27749 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose 06:26:17 27816 INFO: Building EXE from EXE-00.toc completed successfully. 06:26:17 + ls -la dist/ 06:26:17 total 17832 06:26:17 drwxrwxrwx 2 root root 28 Jun 3 06:26 . 06:26:17 drwxr-xr-x 1 root root 58 Jun 3 06:25 .. 06:26:17 -rwxr-xr-x 1 root root 18256712 Jun 3 06:26 docker-compose 06:26:17 + ldd dist/docker-compose 06:26:17  /lib/ld-musl-x86_64.so.1 (0x7fcf6066a000) 06:26:17 libz.so.1 => /lib/libz.so.1 (0x7fcf60634000) 06:26:17 libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fcf6066a000) 06:26:17 + mv dist/docker-compose /usr/local/bin 06:26:17 + docker-compose version 06:26:17 [697] Failed to execute script pyi_rth_pkgres 06:26:17 Traceback (most recent call last): 06:26:17 File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in 06:26:17 File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module 06:26:17 exec(bytecode, module.__dict__) 06:26:17 File "site-packages/pkg_resources/__init__.py", line 86, in 06:26:17 ModuleNotFoundError: No module named 'pkg_resources.py2_warn' 06:26:17 The command '/bin/sh -c script/build/linux-entrypoint' returned a non-zero code: 255 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:26:17 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:26:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:26:19 ---> package-listing.sh 06:26:19 ++ facter osfamily 06:26:19 ++ tr '[:upper:]' '[:lower:]' 06:26:19 + OS_FAMILY=redhat 06:26:19 + workspace=/w/workspace/ry_ci-build-images_edgex-compose 06:26:19 + START_PACKAGES=/tmp/packages_start.txt 06:26:19 + END_PACKAGES=/tmp/packages_end.txt 06:26:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:26:19 + PACKAGES=/tmp/packages_start.txt 06:26:19 + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' 06:26:19 + PACKAGES=/tmp/packages_end.txt 06:26:19 + case "${OS_FAMILY}" in 06:26:19 + rpm -qa 06:26:19 + sort 06:26:23 + '[' -f /tmp/packages_start.txt ']' 06:26:23 + '[' -f /tmp/packages_end.txt ']' 06:26:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:26:23 + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' 06:26:23 + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/archives/ 06:26:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_ci-build-images_edgex-compose/archives/ [Pipeline] isUnix [Pipeline] sh 06:26:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:24 06:26:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:26:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:24 alpine: Pulling from edgex-lftools-log-publisher 06:26:24 c9b1b535fdd9: Already exists 06:26:24 2cc5ad85d9ab: Pulling fs layer 06:26:24 756a868c4378: Pulling fs layer 06:26:24 444b2fc9a129: Pulling fs layer 06:26:24 ea15f1150254: Pulling fs layer 06:26:24 41b27a9f41bf: Pulling fs layer 06:26:24 28c525ee5125: Pulling fs layer 06:26:24 094b1ea09ed8: Pulling fs layer 06:26:24 138eaada9080: Pulling fs layer 06:26:24 0622d0fa9048: Pulling fs layer 06:26:24 28c525ee5125: Waiting 06:26:24 094b1ea09ed8: Waiting 06:26:24 138eaada9080: Waiting 06:26:24 0622d0fa9048: Waiting 06:26:24 ea15f1150254: Waiting 06:26:24 41b27a9f41bf: Waiting 06:26:24 444b2fc9a129: Verifying Checksum 06:26:24 444b2fc9a129: Download complete 06:26:24 2cc5ad85d9ab: Verifying Checksum 06:26:24 2cc5ad85d9ab: Download complete 06:26:24 ea15f1150254: Verifying Checksum 06:26:24 ea15f1150254: Download complete 06:26:24 28c525ee5125: Verifying Checksum 06:26:24 28c525ee5125: Download complete 06:26:25 2cc5ad85d9ab: Pull complete 06:26:25 756a868c4378: Verifying Checksum 06:26:25 756a868c4378: Download complete 06:26:25 138eaada9080: Verifying Checksum 06:26:25 138eaada9080: Download complete 06:26:25 094b1ea09ed8: Verifying Checksum 06:26:25 094b1ea09ed8: Download complete 06:26:25 0622d0fa9048: Verifying Checksum 06:26:25 0622d0fa9048: Download complete 06:26:26 41b27a9f41bf: Verifying Checksum 06:26:26 41b27a9f41bf: Download complete 06:26:27 756a868c4378: Pull complete 06:26:27 444b2fc9a129: Pull complete 06:26:27 ea15f1150254: Pull complete 06:26:32 41b27a9f41bf: Pull complete 06:26:32 28c525ee5125: Pull complete 06:26:34 094b1ea09ed8: Pull complete 06:26:34 138eaada9080: Pull complete 06:26:34 0622d0fa9048: Pull complete 06:26:34 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 06:26:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:26:35 prd-centos7-docker-4c-2g-1671 does not seem to be running inside a container 06:26:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ry_ci-build-images_edgex-compose -v /w/workspace/ry_ci-build-images_edgex-compose:/w/workspace/ry_ci-build-images_edgex-compose:rw,z -v /w/workspace/ry_ci-build-images_edgex-compose@tmp:/w/workspace/ry_ci-build-images_edgex-compose@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:26:36 $ docker top 2e4c814eb17460c5333c7cf7a356357ee4910eebb6eecb815935699b565e2541 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:26:36 provisioning config files... 06:26:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config5209411708018104204tmp [Pipeline] { [Pipeline] echo 06:26:36 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:26:37 ---> create-netrc.sh [Pipeline] echo 06:26:37 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:26:37 ---> logs-deploy.sh 06:26:37 + ARCHIVE_ARTIFACTS= 06:26:37 + LOGS_SERVER=https://logs.edgexfoundry.org 06:26:37 + '[' https://logs.edgexfoundry.org == None ']' 06:26:37 + NEXUS_URL=https://nexus.edgexfoundry.org 06:26:37 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/4 06:26:37 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/4/ 06:26:37 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/4 /w/workspace/ry_ci-build-images_edgex-compose 06:26:38 Archives upload complete. 06:26:38 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/4/