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 [2020-06-03T06:16:02.241Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-03T06:16:02.355Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-03T06:16:02.393Z] ========================================================= [2020-06-03T06:16:02.393Z] EdgeX Global Pipelines Version Info [2020-06-03T06:16:02.393Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-03T06:16:03.848Z] ------------------- [2020-06-03T06:16:03.848Z] stable info: [2020-06-03T06:16:03.848Z] ------------------- [2020-06-03T06:16:03.848Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-03T06:16:03.848Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T06:16:03.848Z] Message: update stable to v1.0.89 [2020-06-03T06:16:04.806Z] ------------------- [2020-06-03T06:16:04.807Z] experimental info: [2020-06-03T06:16:04.807Z] ------------------- [2020-06-03T06:16:04.807Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-03T06:16:04.807Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T06:16:04.807Z] 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 [2020-06-03T06:16:07.447Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-03T06:16:07.746Z] + ls -al . [2020-06-03T06:16:07.746Z] total 12 [2020-06-03T06:16:07.746Z] drwxrwxr-x. 3 jenkins jenkins 72 Jun 3 06:15 . [2020-06-03T06:16:07.746Z] drwxrwxr-x. 4 jenkins jenkins 112 Jun 3 06:15 .. [2020-06-03T06:16:07.746Z] -rw-rw-r--. 1 jenkins jenkins 1561 Jun 3 06:15 Dockerfile [2020-06-03T06:16:07.746Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 3 06:16 .git [2020-06-03T06:16:07.746Z] -rw-rw-r--. 1 jenkins jenkins 886 Jun 3 06:15 Jenkinsfile [2020-06-03T06:16:07.746Z] -rw-rw-r--. 1 jenkins jenkins 1309 Jun 3 06:15 README.md [Pipeline] isUnix [Pipeline] sh [2020-06-03T06:16:08.329Z] + docker build -t edgex-devops/edgex-compose -f Dockerfile --build-arg ARCH=amd64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=amd64 . [2020-06-03T06:16:08.329Z] Sending build context to Docker daemon 203.3kB [2020-06-03T06:16:08.593Z] Step 1/30 : ARG DOCKER_VERSION=19.03.5 [2020-06-03T06:16:08.593Z] Step 2/30 : ARG PYTHON_VERSION=3.7.5 [2020-06-03T06:16:08.593Z] Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 [2020-06-03T06:16:08.593Z] Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 [2020-06-03T06:16:08.593Z] Step 5/30 : ARG COMPOSE_TAG=1.25.4 [2020-06-03T06:16:08.593Z] Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli [2020-06-03T06:16:08.854Z] 19.03.5: Pulling from library/docker [2020-06-03T06:16:08.854Z] c9b1b535fdd9: Pulling fs layer [2020-06-03T06:16:08.854Z] cd54125436dc: Pulling fs layer [2020-06-03T06:16:08.854Z] 70d1554c15cb: Pulling fs layer [2020-06-03T06:16:08.854Z] 79e322b40fa7: Pulling fs layer [2020-06-03T06:16:08.854Z] fa396aa1c77a: Pulling fs layer [2020-06-03T06:16:08.854Z] af8b1978c51e: Pulling fs layer [2020-06-03T06:16:08.854Z] e3cc93a7c611: Pulling fs layer [2020-06-03T06:16:08.854Z] fa396aa1c77a: Waiting [2020-06-03T06:16:08.854Z] af8b1978c51e: Waiting [2020-06-03T06:16:08.854Z] e3cc93a7c611: Waiting [2020-06-03T06:16:08.854Z] 79e322b40fa7: Waiting [2020-06-03T06:16:09.118Z] 70d1554c15cb: Verifying Checksum [2020-06-03T06:16:09.118Z] 70d1554c15cb: Download complete [2020-06-03T06:16:09.118Z] c9b1b535fdd9: Verifying Checksum [2020-06-03T06:16:09.118Z] c9b1b535fdd9: Download complete [2020-06-03T06:16:09.118Z] cd54125436dc: Verifying Checksum [2020-06-03T06:16:09.118Z] cd54125436dc: Download complete [2020-06-03T06:16:09.118Z] af8b1978c51e: Download complete [2020-06-03T06:16:09.388Z] fa396aa1c77a: Verifying Checksum [2020-06-03T06:16:09.388Z] fa396aa1c77a: Download complete [2020-06-03T06:16:09.388Z] e3cc93a7c611: Verifying Checksum [2020-06-03T06:16:09.388Z] e3cc93a7c611: Download complete [2020-06-03T06:16:09.388Z] c9b1b535fdd9: Pull complete [2020-06-03T06:16:10.372Z] 79e322b40fa7: Verifying Checksum [2020-06-03T06:16:10.372Z] 79e322b40fa7: Download complete [2020-06-03T06:16:10.372Z] cd54125436dc: Pull complete [2020-06-03T06:16:10.372Z] 70d1554c15cb: Pull complete [2020-06-03T06:16:13.714Z] 79e322b40fa7: Pull complete [2020-06-03T06:16:13.714Z] fa396aa1c77a: Pull complete [2020-06-03T06:16:13.975Z] af8b1978c51e: Pull complete [2020-06-03T06:16:13.975Z] e3cc93a7c611: Pull complete [2020-06-03T06:16:13.975Z] Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 [2020-06-03T06:16:13.975Z] Status: Downloaded newer image for docker:19.03.5 [2020-06-03T06:16:13.975Z] ---> 31c774f62a9b [2020-06-03T06:16:13.975Z] Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build [2020-06-03T06:16:14.236Z] 3.7.5-alpine3.10: Pulling from library/python [2020-06-03T06:16:14.501Z] 89d9c30c1d48: Pulling fs layer [2020-06-03T06:16:14.501Z] 910c49c00810: Pulling fs layer [2020-06-03T06:16:14.501Z] 7efe415eb85a: Pulling fs layer [2020-06-03T06:16:14.501Z] 7d8d53519b81: Pulling fs layer [2020-06-03T06:16:14.501Z] 519124ac136c: Pulling fs layer [2020-06-03T06:16:14.501Z] 7d8d53519b81: Waiting [2020-06-03T06:16:14.501Z] 519124ac136c: Waiting [2020-06-03T06:16:14.501Z] 910c49c00810: Verifying Checksum [2020-06-03T06:16:14.501Z] 910c49c00810: Download complete [2020-06-03T06:16:14.501Z] 89d9c30c1d48: Download complete [2020-06-03T06:16:14.765Z] 7d8d53519b81: Verifying Checksum [2020-06-03T06:16:14.765Z] 7d8d53519b81: Download complete [2020-06-03T06:16:14.765Z] 519124ac136c: Verifying Checksum [2020-06-03T06:16:14.765Z] 519124ac136c: Download complete [2020-06-03T06:16:14.765Z] 89d9c30c1d48: Pull complete [2020-06-03T06:16:15.035Z] 7efe415eb85a: Verifying Checksum [2020-06-03T06:16:15.035Z] 7efe415eb85a: Download complete [2020-06-03T06:16:15.035Z] 910c49c00810: Pull complete [2020-06-03T06:16:17.628Z] 7efe415eb85a: Pull complete [2020-06-03T06:16:17.628Z] 7d8d53519b81: Pull complete [2020-06-03T06:16:17.628Z] 519124ac136c: Pull complete [2020-06-03T06:16:17.628Z] Digest: sha256:de9fc5bc46cb1a7e2222b976394ea8aa0290592e3075457d41c5f246f176b1bf [2020-06-03T06:16:17.628Z] Status: Downloaded newer image for python:3.7.5-alpine3.10 [2020-06-03T06:16:17.628Z] ---> 8922d588eec6 [2020-06-03T06:16:17.628Z] 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 [2020-06-03T06:16:17.628Z] ---> Running in 63965f93f891 [2020-06-03T06:16:19.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-06-03T06:16:19.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-06-03T06:16:19.026Z] (1/34) Upgrading libcrypto1.1 (1.1.1d-r0 -> 1.1.1g-r0) [2020-06-03T06:16:19.026Z] (2/34) Upgrading libssl1.1 (1.1.1d-r0 -> 1.1.1g-r0) [2020-06-03T06:16:19.026Z] (3/34) Installing bash (5.0.0-r0) [2020-06-03T06:16:19.026Z] Executing bash-5.0.0-r0.post-install [2020-06-03T06:16:19.026Z] (4/34) Installing binutils (2.32-r0) [2020-06-03T06:16:19.287Z] (5/34) Installing libmagic (5.37-r1) [2020-06-03T06:16:19.287Z] (6/34) Installing file (5.37-r1) [2020-06-03T06:16:19.287Z] (7/34) Installing gmp (6.1.2-r1) [2020-06-03T06:16:19.287Z] (8/34) Installing isl (0.18-r0) [2020-06-03T06:16:19.287Z] (9/34) Installing libgomp (8.3.0-r0) [2020-06-03T06:16:19.287Z] (10/34) Installing libatomic (8.3.0-r0) [2020-06-03T06:16:19.287Z] (11/34) Installing libgcc (8.3.0-r0) [2020-06-03T06:16:19.287Z] (12/34) Installing mpfr3 (3.1.5-r1) [2020-06-03T06:16:19.287Z] (13/34) Installing mpc1 (1.1.0-r0) [2020-06-03T06:16:19.287Z] (14/34) Installing libstdc++ (8.3.0-r0) [2020-06-03T06:16:19.287Z] (15/34) Installing gcc (8.3.0-r0) [2020-06-03T06:16:20.575Z] Still waiting to schedule task [2020-06-03T06:16:20.575Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-03T06:16:21.855Z] (16/34) Installing musl-dev (1.1.22-r3) [2020-06-03T06:16:23.200Z] (17/34) Installing libc-dev (0.7.1-r0) [2020-06-03T06:16:23.200Z] (18/34) Installing g++ (8.3.0-r0) [2020-06-03T06:16:25.124Z] (19/34) Installing make (4.2.1-r2) [2020-06-03T06:16:25.124Z] (20/34) Installing fortify-headers (1.1-r0) [2020-06-03T06:16:25.124Z] (21/34) Installing build-base (0.5-r1) [2020-06-03T06:16:25.124Z] (22/34) Installing nghttp2-libs (1.39.2-r0) [2020-06-03T06:16:25.124Z] (23/34) Installing libcurl (7.66.0-r0) [2020-06-03T06:16:25.388Z] (24/34) Installing curl (7.66.0-r0) [2020-06-03T06:16:25.388Z] (25/34) Installing pcre2 (10.33-r0) [2020-06-03T06:16:25.388Z] (26/34) Installing git (2.22.4-r0) [2020-06-03T06:16:25.983Z] (27/34) Installing linux-headers (4.19.36-r0) [2020-06-03T06:16:26.558Z] (28/34) Installing pkgconf (1.6.1-r1) [2020-06-03T06:16:26.558Z] (29/34) Installing libffi-dev (3.2.1-r6) [2020-06-03T06:16:26.558Z] (30/34) Installing openssl (1.1.1g-r0) [2020-06-03T06:16:26.558Z] (31/34) Installing openssl-dev (1.1.1g-r0) [2020-06-03T06:16:26.822Z] (32/34) Installing python2 (2.7.18-r0) [2020-06-03T06:16:27.776Z] (33/34) Installing python2-dev (2.7.18-r0) [2020-06-03T06:16:28.037Z] (34/34) Installing zlib-dev (1.2.11-r1) [2020-06-03T06:16:28.037Z] Executing busybox-1.30.1-r2.trigger [2020-06-03T06:16:28.037Z] Executing ca-certificates-20190108-r0.trigger [2020-06-03T06:16:28.037Z] OK: 266 MiB in 67 packages [2020-06-03T06:16:36.234Z] Removing intermediate container 63965f93f891 [2020-06-03T06:16:36.234Z] ---> 8878b4f8c5a6 [2020-06-03T06:16:36.234Z] Step 9/30 : ENV BUILD_BOOTLOADER=1 [2020-06-03T06:16:36.234Z] ---> Running in 107b854e2b5e [2020-06-03T06:16:36.234Z] Removing intermediate container 107b854e2b5e [2020-06-03T06:16:36.234Z] ---> 1ca79fa1a305 [2020-06-03T06:16:36.234Z] Step 10/30 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2020-06-03T06:16:37.295Z] ---> 10fcfd208dc5 [2020-06-03T06:16:37.295Z] Step 11/30 : WORKDIR /code/ [2020-06-03T06:16:37.295Z] ---> Running in 75aedd0229ca [2020-06-03T06:16:37.608Z] Removing intermediate container 75aedd0229ca [2020-06-03T06:16:37.608Z] ---> c69afb95fde9 [2020-06-03T06:16:37.608Z] Step 12/30 : ARG COMPOSE_TAG [2020-06-03T06:16:37.608Z] ---> Running in 3c0f75352a7f [2020-06-03T06:16:37.608Z] Removing intermediate container 3c0f75352a7f [2020-06-03T06:16:37.608Z] ---> ad7d63f559db [2020-06-03T06:16:37.608Z] Step 13/30 : RUN git clone --branch ${COMPOSE_TAG} --quiet --recurse-submodules https://github.com/docker/compose.git . [2020-06-03T06:16:37.893Z] ---> Running in 7f534b1acbcf [2020-06-03T06:16:39.829Z] Note: checking out '8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c'. [2020-06-03T06:16:39.829Z] [2020-06-03T06:16:39.829Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-06-03T06:16:39.829Z] changes and commit them, and you can discard any commits you make in this [2020-06-03T06:16:39.829Z] state without impacting any branches by performing another checkout. [2020-06-03T06:16:39.829Z] [2020-06-03T06:16:39.829Z] If you want to create a new branch to retain commits you create, you may [2020-06-03T06:16:39.829Z] do so (now or later) by using -b with the checkout command again. Example: [2020-06-03T06:16:39.829Z] [2020-06-03T06:16:39.829Z] git checkout -b [2020-06-03T06:16:39.829Z] [2020-06-03T06:16:40.419Z] Removing intermediate container 7f534b1acbcf [2020-06-03T06:16:40.419Z] ---> 321303c2091c [2020-06-03T06:16:40.419Z] Step 14/30 : RUN pip install virtualenv==16.2.0 [2020-06-03T06:16:40.686Z] ---> Running in 42d4dec3ad70 [2020-06-03T06:16:43.266Z] Collecting virtualenv==16.2.0 [2020-06-03T06:16:43.266Z] Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) [2020-06-03T06:16:43.266Z] Requirement already satisfied: setuptools>=18.0.0 in /usr/local/lib/python3.7/site-packages (from virtualenv==16.2.0) (41.6.0) [2020-06-03T06:16:43.266Z] Installing collected packages: virtualenv [2020-06-03T06:16:43.266Z] Successfully installed virtualenv-16.2.0 [2020-06-03T06:16:43.528Z] WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. [2020-06-03T06:16:43.528Z] You should consider upgrading via the 'pip install --upgrade pip' command. [2020-06-03T06:16:44.484Z] Removing intermediate container 42d4dec3ad70 [2020-06-03T06:16:44.484Z] ---> 151a4213225d [2020-06-03T06:16:44.484Z] Step 15/30 : RUN pip install tox==2.9.1 [2020-06-03T06:16:44.484Z] ---> Running in 2352d7f90183 [2020-06-03T06:16:45.437Z] Collecting tox==2.9.1 [2020-06-03T06:16:45.437Z] Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) [2020-06-03T06:16:45.699Z] Collecting pluggy<1.0,>=0.3.0 [2020-06-03T06:16:45.699Z] Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl [2020-06-03T06:16:45.699Z] Collecting py>=1.4.17 [2020-06-03T06:16:45.699Z] Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB) [2020-06-03T06:16:45.962Z] Collecting six [2020-06-03T06:16:45.962Z] Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl [2020-06-03T06:16:45.962Z] 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) [2020-06-03T06:16:45.962Z] Collecting importlib-metadata>=0.12; python_version < "3.8" [2020-06-03T06:16:45.962Z] Downloading https://files.pythonhosted.org/packages/ad/e4/891bfcaf868ccabc619942f27940c77a8a4b45fd8367098955bb7e152fb1/importlib_metadata-1.6.0-py2.py3-none-any.whl [2020-06-03T06:16:46.225Z] 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) [2020-06-03T06:16:46.225Z] Collecting zipp>=0.5 [2020-06-03T06:16:46.225Z] Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl [2020-06-03T06:16:46.225Z] Installing collected packages: zipp, importlib-metadata, pluggy, py, six, tox [2020-06-03T06:16:46.488Z] 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 [2020-06-03T06:16:46.488Z] WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. [2020-06-03T06:16:46.488Z] You should consider upgrading via the 'pip install --upgrade pip' command. [2020-06-03T06:16:47.449Z] Removing intermediate container 2352d7f90183 [2020-06-03T06:16:47.449Z] ---> 3a93683f974d [2020-06-03T06:16:47.449Z] Step 16/30 : RUN tox --notest [2020-06-03T06:16:47.449Z] ---> Running in aeac7f9c7380 [2020-06-03T06:16:48.026Z] py27 create: /code/.tox/py27 [2020-06-03T06:16:53.400Z] py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt [2020-06-03T06:20:17.431Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1672 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] checkout [2020-06-03T06:20:22.334Z] using credential edgex-jenkins-ssh [2020-06-03T06:20:22.369Z] Cloning the remote Git repository [2020-06-03T06:20:22.369Z] Cloning with configured refspecs honoured and without tags [2020-06-03T06:20:22.401Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2020-06-03T06:20:22.506Z] > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 [2020-06-03T06:20:22.576Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-06-03T06:20:22.577Z] > git --version # timeout=10 [2020-06-03T06:20:22.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T06:20:23.512Z] Fetching without tags [2020-06-03T06:20:22.690Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-03T06:20:23.341Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-06-03T06:20:23.358Z] > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-03T06:20:23.437Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-06-03T06:20:23.485Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-06-03T06:20:23.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T06:20:23.507Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-03T06:20:24.001Z] Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) [2020-06-03T06:20:23.983Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T06:20:24.006Z] > git checkout -f 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 [2020-06-03T06:20:28.354Z] 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 [2020-06-03T06:20:29.813Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-03T06:20:30.170Z] py27 develop-inst: /code [2020-06-03T06:20:30.170Z] 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 [2020-06-03T06:20:30.170Z] py37 create: /code/.tox/py37 [2020-06-03T06:20:30.287Z] + ls -al . [2020-06-03T06:20:30.287Z] total 24 [2020-06-03T06:20:30.287Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 06:20 . [2020-06-03T06:20:30.287Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 06:20 .. [2020-06-03T06:20:30.287Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 06:20 .git [2020-06-03T06:20:30.287Z] -rw-rw-r-- 1 jenkins jenkins 1561 Jun 3 06:20 Dockerfile [2020-06-03T06:20:30.287Z] -rw-rw-r-- 1 jenkins jenkins 886 Jun 3 06:20 Jenkinsfile [2020-06-03T06:20:30.287Z] -rw-rw-r-- 1 jenkins jenkins 1309 Jun 3 06:20 README.md [Pipeline] isUnix [Pipeline] sh [2020-06-03T06:20:30.644Z] + docker build -t edgex-devops/edgex-compose-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=arm64 . [2020-06-03T06:20:31.240Z] Sending build context to Docker daemon 203.3kB [2020-06-03T06:20:31.514Z] Step 1/30 : ARG DOCKER_VERSION=19.03.5 [2020-06-03T06:20:31.514Z] Step 2/30 : ARG PYTHON_VERSION=3.7.5 [2020-06-03T06:20:31.514Z] Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 [2020-06-03T06:20:31.514Z] Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 [2020-06-03T06:20:31.514Z] Step 5/30 : ARG COMPOSE_TAG=1.25.4 [2020-06-03T06:20:31.514Z] Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli [2020-06-03T06:20:32.107Z] 19.03.5: Pulling from library/docker [2020-06-03T06:20:32.107Z] 8fa90b21c985: Pulling fs layer [2020-06-03T06:20:32.107Z] f2917335fcb0: Pulling fs layer [2020-06-03T06:20:32.107Z] c8d3c84c2515: Pulling fs layer [2020-06-03T06:20:32.107Z] 32738a03c1ca: Pulling fs layer [2020-06-03T06:20:32.107Z] c36258bdcaf0: Pulling fs layer [2020-06-03T06:20:32.107Z] 149292bf8308: Pulling fs layer [2020-06-03T06:20:32.107Z] f91f03656c52: Pulling fs layer [2020-06-03T06:20:32.107Z] 32738a03c1ca: Waiting [2020-06-03T06:20:32.107Z] c36258bdcaf0: Waiting [2020-06-03T06:20:32.107Z] 149292bf8308: Waiting [2020-06-03T06:20:32.107Z] f91f03656c52: Waiting [2020-06-03T06:20:32.381Z] c8d3c84c2515: Verifying Checksum [2020-06-03T06:20:32.381Z] c8d3c84c2515: Download complete [2020-06-03T06:20:32.658Z] f2917335fcb0: Verifying Checksum [2020-06-03T06:20:32.658Z] f2917335fcb0: Download complete [2020-06-03T06:20:32.658Z] 8fa90b21c985: Verifying Checksum [2020-06-03T06:20:32.658Z] c36258bdcaf0: Verifying Checksum [2020-06-03T06:20:32.658Z] c36258bdcaf0: Download complete [2020-06-03T06:20:32.932Z] 149292bf8308: Verifying Checksum [2020-06-03T06:20:32.932Z] 149292bf8308: Download complete [2020-06-03T06:20:32.932Z] f91f03656c52: Verifying Checksum [2020-06-03T06:20:32.932Z] f91f03656c52: Download complete [2020-06-03T06:20:33.213Z] 8fa90b21c985: Pull complete [2020-06-03T06:20:35.493Z] py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt [2020-06-03T06:20:35.885Z] f2917335fcb0: Pull complete [2020-06-03T06:20:35.885Z] c8d3c84c2515: Pull complete [2020-06-03T06:20:38.490Z] 32738a03c1ca: Verifying Checksum [2020-06-03T06:20:38.490Z] 32738a03c1ca: Download complete [2020-06-03T06:20:41.882Z] 32738a03c1ca: Pull complete [2020-06-03T06:20:42.159Z] c36258bdcaf0: Pull complete [2020-06-03T06:20:42.437Z] 149292bf8308: Pull complete [2020-06-03T06:20:42.711Z] f91f03656c52: Pull complete [2020-06-03T06:20:42.711Z] Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 [2020-06-03T06:20:42.711Z] Status: Downloaded newer image for docker:19.03.5 [2020-06-03T06:20:42.711Z] ---> 466581031774 [2020-06-03T06:20:42.711Z] Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build [2020-06-03T06:20:57.771Z] 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] } [2020-06-03T06:20:58.096Z] Failed in branch arm64 [2020-06-03T06:24:57.386Z] py37 develop-inst: /code [2020-06-03T06:24:57.386Z] 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 [2020-06-03T06:24:57.386Z] pre-commit create: /code/.tox/pre-commit [2020-06-03T06:25:02.720Z] pre-commit installdeps: pre-commit [2020-06-03T06:25:10.921Z] 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 [2020-06-03T06:25:10.921Z] ___________________________________ summary ____________________________________ [2020-06-03T06:25:10.921Z] py27: skipped tests [2020-06-03T06:25:10.921Z] py37: skipped tests [2020-06-03T06:25:10.921Z] pre-commit: skipped tests [2020-06-03T06:25:10.921Z] congratulations :) [2020-06-03T06:25:19.139Z] Removing intermediate container aeac7f9c7380 [2020-06-03T06:25:19.139Z] ---> c04262453cc5 [2020-06-03T06:25:19.139Z] Step 17/30 : ARG GIT_COMMIT=unknown [2020-06-03T06:25:19.139Z] ---> Running in 02be17c2032b [2020-06-03T06:25:19.139Z] Removing intermediate container 02be17c2032b [2020-06-03T06:25:19.139Z] ---> a54ab20cf820 [2020-06-03T06:25:19.139Z] Step 18/30 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT [2020-06-03T06:25:19.139Z] ---> Running in 293948c4581a [2020-06-03T06:25:19.139Z] Removing intermediate container 293948c4581a [2020-06-03T06:25:19.139Z] ---> b7258a3678c9 [2020-06-03T06:25:19.139Z] Step 19/30 : RUN script/build/linux-entrypoint [2020-06-03T06:25:19.139Z] ---> Running in c4f7d3736404 [2020-06-03T06:25:19.403Z] + CODE_PATH=/code [2020-06-03T06:25:19.403Z] + VENV=/code/.tox/py37 [2020-06-03T06:25:19.403Z] + cd /code [2020-06-03T06:25:19.403Z] + mkdir -p dist [2020-06-03T06:25:19.403Z] + chmod 777 dist [2020-06-03T06:25:19.403Z] + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt [2020-06-03T06:25:31.681Z] + '[' -z unknown ']' [2020-06-03T06:25:31.681Z] + echo unknown [2020-06-03T06:25:31.681Z] + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-06-03T06:25:31.681Z] + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-06-03T06:25:31.681Z] + '[' '!' -z 1 ']' [2020-06-03T06:25:31.681Z] + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller [2020-06-03T06:25:31.681Z] Cloning into '/tmp/pyinstaller'... [2020-06-03T06:25:35.024Z] + cd /tmp/pyinstaller/bootloader [2020-06-03T06:25:35.024Z] + git checkout v3.6 [2020-06-03T06:25:35.288Z] Note: checking out 'v3.6'. [2020-06-03T06:25:35.288Z] [2020-06-03T06:25:35.288Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-06-03T06:25:35.288Z] changes and commit them, and you can discard any commits you make in this [2020-06-03T06:25:35.288Z] state without impacting any branches by performing another checkout. [2020-06-03T06:25:35.288Z] [2020-06-03T06:25:35.288Z] If you want to create a new branch to retain commits you create, you may [2020-06-03T06:25:35.288Z] do so (now or later) by using -b with the checkout command again. Example: [2020-06-03T06:25:35.288Z] [2020-06-03T06:25:35.288Z] git checkout -b [2020-06-03T06:25:35.288Z] [2020-06-03T06:25:35.288Z] HEAD is now at 6d4cce1f Release 3.6. [2020-06-03T06:25:35.288Z] + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all [2020-06-03T06:25:35.554Z] Setting top to : /tmp/pyinstaller/bootloader [2020-06-03T06:25:35.554Z] Setting out to : /tmp/pyinstaller/bootloader/build [2020-06-03T06:25:35.554Z] Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] [2020-06-03T06:25:35.554Z] Checking for 'gcc' (C compiler) : /usr/bin/gcc [2020-06-03T06:25:35.820Z] Checking size of pointer : 8 [2020-06-03T06:25:35.820Z] Platform : Linux-64bit detected based on compiler [2020-06-03T06:25:35.820Z] Checking for compiler flags -m64 : yes [2020-06-03T06:25:35.820Z] Checking for linker flags -m64 : yes [2020-06-03T06:25:36.085Z] Checking for library dl : yes [2020-06-03T06:25:36.085Z] Checking for library m : yes [2020-06-03T06:25:36.085Z] Checking for library z : yes [2020-06-03T06:25:36.085Z] Checking for function unsetenv : yes [2020-06-03T06:25:36.347Z] Checking for function mkdtemp : yes [2020-06-03T06:25:36.347Z] Checking for function strndup : yes [2020-06-03T06:25:36.347Z] Checking for function strnlen : yes [2020-06-03T06:25:36.347Z] Checking for compiler flags -Wl,--as-needed : yes [2020-06-03T06:25:36.347Z] Checking for program '/usr/bin/strip' : /usr/bin/strip [2020-06-03T06:25:36.347Z] Checking for program 'strip' : /usr/bin/strip [2020-06-03T06:25:36.347Z] 'configure' finished successfully (0.837s) [2020-06-03T06:25:36.347Z] 'all' finished successfully (0.000s) [2020-06-03T06:25:36.347Z] 'distclean' finished successfully (0.001s) [2020-06-03T06:25:36.347Z] Setting top to : /tmp/pyinstaller/bootloader [2020-06-03T06:25:36.347Z] Setting out to : /tmp/pyinstaller/bootloader/build [2020-06-03T06:25:36.347Z] Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] [2020-06-03T06:25:36.610Z] Checking for 'gcc' (C compiler) : /usr/bin/gcc [2020-06-03T06:25:36.610Z] Checking size of pointer : 8 [2020-06-03T06:25:36.610Z] Platform : Linux-64bit detected based on compiler [2020-06-03T06:25:36.610Z] Checking for compiler flags -m64 : yes [2020-06-03T06:25:36.610Z] Checking for linker flags -m64 : yes [2020-06-03T06:25:36.610Z] Checking for library dl : yes [2020-06-03T06:25:36.610Z] Checking for library m : yes [2020-06-03T06:25:36.874Z] Checking for library z : yes [2020-06-03T06:25:36.874Z] Checking for function unsetenv : yes [2020-06-03T06:25:36.874Z] Checking for function mkdtemp : yes [2020-06-03T06:25:36.874Z] Checking for function strndup : yes [2020-06-03T06:25:37.140Z] Checking for function strnlen : yes [2020-06-03T06:25:37.140Z] Checking for compiler flags -Wl,--as-needed : yes [2020-06-03T06:25:37.140Z] Checking for program '/usr/bin/strip' : /usr/bin/strip [2020-06-03T06:25:37.140Z] Checking for program 'strip' : /usr/bin/strip [2020-06-03T06:25:37.140Z] 'configure' finished successfully (0.684s) [2020-06-03T06:25:37.140Z] 'make_all' finished successfully (0.009s) [2020-06-03T06:25:37.140Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T06:25:37.140Z] [ 1/13] Compiling src/pyi_python.c [2020-06-03T06:25:37.140Z] [ 2/13] Compiling src/pyi_global.c [2020-06-03T06:25:37.140Z] [ 3/13] Compiling src/main.c [2020-06-03T06:25:37.140Z] [ 4/13] Compiling src/pyi_archive.c [2020-06-03T06:25:37.140Z] [ 5/13] Compiling src/pyi_launch.c [2020-06-03T06:25:37.140Z] [ 6/13] Compiling src/pyi_win32_utils.c [2020-06-03T06:25:37.140Z] [ 7/13] Compiling src/pyi_main.c [2020-06-03T06:25:37.140Z] [ 8/13] Compiling src/pyi_pythonlib.c [2020-06-03T06:25:37.419Z] [ 9/13] Compiling src/pyi_python27_compat.c [2020-06-03T06:25:37.419Z] [10/13] Compiling src/pyi_utils.c [2020-06-03T06:25:37.419Z] [11/13] Compiling src/pyi_path.c [2020-06-03T06:25:37.723Z] [12/13] Linking build/debug/run_d [2020-06-03T06:25:37.723Z] [13/13] Processing build/debug/run_d [2020-06-03T06:25:37.723Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T06:25:37.723Z] 'build_debug' finished successfully (0.503s) [2020-06-03T06:25:37.723Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T06:25:37.723Z] [ 1/13] Compiling src/pyi_python.c [2020-06-03T06:25:37.723Z] [ 2/13] Compiling src/pyi_global.c [2020-06-03T06:25:37.723Z] [ 3/13] Compiling src/main.c [2020-06-03T06:25:37.723Z] [ 4/13] Compiling src/pyi_archive.c [2020-06-03T06:25:37.723Z] [ 5/13] Compiling src/pyi_utils.c [2020-06-03T06:25:37.723Z] [ 6/13] Compiling src/pyi_path.c [2020-06-03T06:25:37.723Z] [ 7/13] Compiling src/pyi_win32_utils.c [2020-06-03T06:25:37.723Z] [ 8/13] Compiling src/pyi_pythonlib.c [2020-06-03T06:25:38.003Z] [ 9/13] Compiling src/pyi_main.c [2020-06-03T06:25:38.003Z] [10/13] Compiling src/pyi_launch.c [2020-06-03T06:25:38.003Z] [11/13] Compiling src/pyi_python27_compat.c [2020-06-03T06:25:38.273Z] [12/13] Linking build/release/run [2020-06-03T06:25:38.273Z] [13/13] Processing build/release/run [2020-06-03T06:25:38.273Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T06:25:38.273Z] 'build_release' finished successfully (0.581s) [2020-06-03T06:25:38.273Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T06:25:38.273Z] [14/14] Processing build/debug/run_d [2020-06-03T06:25:38.273Z] + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) [2020-06-03T06:25:38.273Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T06:25:38.273Z] 'install_debug' finished successfully (0.032s) [2020-06-03T06:25:38.273Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T06:25:38.273Z] [13/14] Processing build/release/run [2020-06-03T06:25:38.273Z] + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) [2020-06-03T06:25:38.273Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T06:25:38.273Z] 'install_release' finished successfully (0.028s) [2020-06-03T06:25:38.273Z] + /code/.tox/py37/bin/pip3 install .. [2020-06-03T06:25:39.222Z] Processing /tmp/pyinstaller [2020-06-03T06:25:39.800Z] Installing build dependencies: started [2020-06-03T06:25:42.370Z] Installing build dependencies: finished with status 'done' [2020-06-03T06:25:42.370Z] Getting requirements to build wheel: started [2020-06-03T06:25:43.333Z] Getting requirements to build wheel: finished with status 'done' [2020-06-03T06:25:43.333Z] Preparing wheel metadata: started [2020-06-03T06:25:43.598Z] Preparing wheel metadata: finished with status 'done' [2020-06-03T06:25:43.598Z] Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (47.1.1) [2020-06-03T06:25:43.598Z] Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (0.17) [2020-06-03T06:25:43.598Z] Building wheels for collected packages: PyInstaller [2020-06-03T06:25:43.598Z] Building wheel for PyInstaller (PEP 517): started [2020-06-03T06:25:46.193Z] Building wheel for PyInstaller (PEP 517): finished with status 'done' [2020-06-03T06:25:46.193Z] Created wheel for PyInstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2927667 sha256=2955ada077915196799117b9c3e9555d6a68dda946e6a95cce3c04092d36b4a6 [2020-06-03T06:25:46.193Z] Stored in directory: /tmp/pip-ephem-wheel-cache-9ww2d2dt/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b [2020-06-03T06:25:46.193Z] Successfully built PyInstaller [2020-06-03T06:25:46.458Z] Installing collected packages: PyInstaller [2020-06-03T06:25:46.458Z] Attempting uninstall: PyInstaller [2020-06-03T06:25:46.458Z] Found existing installation: PyInstaller 3.6 [2020-06-03T06:25:47.036Z] Uninstalling PyInstaller-3.6: [2020-06-03T06:25:47.036Z] Successfully uninstalled PyInstaller-3.6 [2020-06-03T06:25:48.436Z] Successfully installed PyInstaller-3.6 [2020-06-03T06:25:48.436Z] + cd /code [2020-06-03T06:25:48.436Z] + rm -Rf /tmp/pyinstaller [2020-06-03T06:25:48.436Z] + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec [2020-06-03T06:25:48.700Z] 66 INFO: PyInstaller: 3.6 [2020-06-03T06:25:48.700Z] 67 INFO: Python: 3.7.5 [2020-06-03T06:25:48.700Z] 70 INFO: Platform: Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with [2020-06-03T06:25:48.964Z] 73 INFO: UPX is not available. [2020-06-03T06:25:48.964Z] 74 INFO: Extending PYTHONPATH with paths [2020-06-03T06:25:48.964Z] ['/code/bin', '/code'] [2020-06-03T06:25:48.964Z] 75 INFO: checking Analysis [2020-06-03T06:25:48.964Z] 75 INFO: Building Analysis because Analysis-00.toc is non existent [2020-06-03T06:25:48.964Z] 75 INFO: Initializing module dependency graph... [2020-06-03T06:25:48.964Z] 77 INFO: Caching module graph hooks... [2020-06-03T06:25:48.964Z] 84 INFO: Analyzing base_library.zip ... [2020-06-03T06:25:54.279Z] 4839 INFO: Caching module dependency graph... [2020-06-03T06:25:54.279Z] 4985 INFO: running Analysis Analysis-00.toc [2020-06-03T06:25:54.279Z] 5003 INFO: Analyzing bin/docker-compose [2020-06-03T06:25:54.279Z] 5163 INFO: Processing pre-find module path hook distutils [2020-06-03T06:25:54.279Z] 5164 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7' [2020-06-03T06:25:54.280Z] 5525 INFO: Processing pre-safe import module hook urllib3.packages.six.moves [2020-06-03T06:25:56.211Z] 7184 INFO: Processing pre-safe import module hook six.moves [2020-06-03T06:26:02.848Z] 13212 INFO: Processing module hooks... [2020-06-03T06:26:02.848Z] 13213 INFO: Loading module hook "hook-certifi.py"... [2020-06-03T06:26:02.848Z] 13215 INFO: Loading module hook "hook-cryptography.py"... [2020-06-03T06:26:02.848Z] 13455 INFO: Loading module hook "hook-distutils.py"... [2020-06-03T06:26:02.848Z] 13458 INFO: Loading module hook "hook-encodings.py"... [2020-06-03T06:26:02.848Z] 13523 INFO: Loading module hook "hook-importlib_metadata.py"... [2020-06-03T06:26:02.848Z] 13525 INFO: Loading module hook "hook-jsonschema.py"... [2020-06-03T06:26:02.848Z] 13529 INFO: Loading module hook "hook-nacl.py"... [2020-06-03T06:26:02.848Z] 13531 INFO: Loading module hook "hook-pkg_resources.py"... [2020-06-03T06:26:02.848Z] 14060 INFO: Processing pre-safe import module hook win32com [2020-06-03T06:26:02.848Z] 14083 INFO: Excluding import '__main__' [2020-06-03T06:26:02.848Z] 14084 INFO: Removing import of __main__ from module pkg_resources [2020-06-03T06:26:02.848Z] 14085 INFO: Loading module hook "hook-pydoc.py"... [2020-06-03T06:26:02.848Z] 14085 INFO: Loading module hook "hook-sysconfig.py"... [2020-06-03T06:26:02.848Z] 14095 INFO: Loading module hook "hook-xml.py"... [2020-06-03T06:26:02.848Z] 14201 INFO: Looking for ctypes DLLs [2020-06-03T06:26:03.112Z] Illegal option -p [2020-06-03T06:26:03.112Z] 14261 INFO: Analyzing run-time hooks ... [2020-06-03T06:26:03.112Z] 14275 INFO: Including run-time hook 'pyi_rth_certifi.py' [2020-06-03T06:26:03.112Z] 14277 INFO: Including run-time hook 'pyi_rth_pkgres.py' [2020-06-03T06:26:03.112Z] 14278 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' [2020-06-03T06:26:03.112Z] 14299 INFO: Looking for dynamic libraries [2020-06-03T06:26:03.695Z] 14785 INFO: Looking for eggs [2020-06-03T06:26:03.695Z] 14785 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 [2020-06-03T06:26:03.695Z] 14807 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt [2020-06-03T06:26:03.695Z] 14935 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html [2020-06-03T06:26:03.695Z] 15004 INFO: checking PYZ [2020-06-03T06:26:03.695Z] 15004 INFO: Building PYZ because PYZ-00.toc is non existent [2020-06-03T06:26:03.695Z] 15004 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz [2020-06-03T06:26:05.093Z] 16187 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. [2020-06-03T06:26:05.093Z] 16210 INFO: checking PKG [2020-06-03T06:26:05.093Z] 16210 INFO: Building PKG because PKG-00.toc is non existent [2020-06-03T06:26:05.093Z] 16210 INFO: Building PKG (CArchive) PKG-00.pkg [2020-06-03T06:26:17.372Z] 27737 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. [2020-06-03T06:26:17.372Z] 27748 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run [2020-06-03T06:26:17.372Z] 27748 INFO: checking EXE [2020-06-03T06:26:17.372Z] 27748 INFO: Building EXE because EXE-00.toc is non existent [2020-06-03T06:26:17.372Z] 27748 INFO: Building EXE from EXE-00.toc [2020-06-03T06:26:17.372Z] 27749 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose [2020-06-03T06:26:17.372Z] 27816 INFO: Building EXE from EXE-00.toc completed successfully. [2020-06-03T06:26:17.372Z] + ls -la dist/ [2020-06-03T06:26:17.372Z] total 17832 [2020-06-03T06:26:17.372Z] drwxrwxrwx 2 root root 28 Jun 3 06:26 . [2020-06-03T06:26:17.372Z] drwxr-xr-x 1 root root 58 Jun 3 06:25 .. [2020-06-03T06:26:17.372Z] -rwxr-xr-x 1 root root 18256712 Jun 3 06:26 docker-compose [2020-06-03T06:26:17.372Z] + ldd dist/docker-compose [2020-06-03T06:26:17.372Z]  /lib/ld-musl-x86_64.so.1 (0x7fcf6066a000) [2020-06-03T06:26:17.372Z] libz.so.1 => /lib/libz.so.1 (0x7fcf60634000) [2020-06-03T06:26:17.372Z] libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fcf6066a000) [2020-06-03T06:26:17.372Z] + mv dist/docker-compose /usr/local/bin [2020-06-03T06:26:17.372Z] + docker-compose version [2020-06-03T06:26:17.372Z] [697] Failed to execute script pyi_rth_pkgres [2020-06-03T06:26:17.372Z] Traceback (most recent call last): [2020-06-03T06:26:17.372Z] File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in [2020-06-03T06:26:17.372Z] File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module [2020-06-03T06:26:17.372Z] exec(bytecode, module.__dict__) [2020-06-03T06:26:17.372Z] File "site-packages/pkg_resources/__init__.py", line 86, in [2020-06-03T06:26:17.372Z] ModuleNotFoundError: No module named 'pkg_resources.py2_warn' [2020-06-03T06:26:17.640Z] 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] } [2020-06-03T06:26:17.912Z] 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 [2020-06-03T06:26:18.621Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T06:26:19.203Z] ---> package-listing.sh [2020-06-03T06:26:19.203Z] ++ facter osfamily [2020-06-03T06:26:19.203Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-03T06:26:19.203Z] + OS_FAMILY=redhat [2020-06-03T06:26:19.203Z] + workspace=/w/workspace/ry_ci-build-images_edgex-compose [2020-06-03T06:26:19.203Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-03T06:26:19.203Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-03T06:26:19.203Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-03T06:26:19.203Z] + PACKAGES=/tmp/packages_start.txt [2020-06-03T06:26:19.203Z] + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' [2020-06-03T06:26:19.203Z] + PACKAGES=/tmp/packages_end.txt [2020-06-03T06:26:19.203Z] + case "${OS_FAMILY}" in [2020-06-03T06:26:19.203Z] + rpm -qa [2020-06-03T06:26:19.203Z] + sort [2020-06-03T06:26:23.708Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-03T06:26:23.708Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-03T06:26:23.708Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-03T06:26:23.708Z] + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' [2020-06-03T06:26:23.708Z] + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/archives/ [2020-06-03T06:26:23.708Z] + 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 [2020-06-03T06:26:24.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T06:26:24.122Z] [2020-06-03T06:26:24.122Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-03T06:26:24.473Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T06:26:24.474Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-03T06:26:24.474Z] c9b1b535fdd9: Already exists [2020-06-03T06:26:24.474Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-03T06:26:24.474Z] 756a868c4378: Pulling fs layer [2020-06-03T06:26:24.474Z] 444b2fc9a129: Pulling fs layer [2020-06-03T06:26:24.474Z] ea15f1150254: Pulling fs layer [2020-06-03T06:26:24.474Z] 41b27a9f41bf: Pulling fs layer [2020-06-03T06:26:24.474Z] 28c525ee5125: Pulling fs layer [2020-06-03T06:26:24.474Z] 094b1ea09ed8: Pulling fs layer [2020-06-03T06:26:24.474Z] 138eaada9080: Pulling fs layer [2020-06-03T06:26:24.474Z] 0622d0fa9048: Pulling fs layer [2020-06-03T06:26:24.474Z] 28c525ee5125: Waiting [2020-06-03T06:26:24.474Z] 094b1ea09ed8: Waiting [2020-06-03T06:26:24.474Z] 138eaada9080: Waiting [2020-06-03T06:26:24.474Z] 0622d0fa9048: Waiting [2020-06-03T06:26:24.474Z] ea15f1150254: Waiting [2020-06-03T06:26:24.474Z] 41b27a9f41bf: Waiting [2020-06-03T06:26:24.474Z] 444b2fc9a129: Verifying Checksum [2020-06-03T06:26:24.474Z] 444b2fc9a129: Download complete [2020-06-03T06:26:24.474Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-03T06:26:24.474Z] 2cc5ad85d9ab: Download complete [2020-06-03T06:26:24.746Z] ea15f1150254: Verifying Checksum [2020-06-03T06:26:24.746Z] ea15f1150254: Download complete [2020-06-03T06:26:24.746Z] 28c525ee5125: Verifying Checksum [2020-06-03T06:26:24.746Z] 28c525ee5125: Download complete [2020-06-03T06:26:25.015Z] 2cc5ad85d9ab: Pull complete [2020-06-03T06:26:25.292Z] 756a868c4378: Verifying Checksum [2020-06-03T06:26:25.292Z] 756a868c4378: Download complete [2020-06-03T06:26:25.566Z] 138eaada9080: Verifying Checksum [2020-06-03T06:26:25.566Z] 138eaada9080: Download complete [2020-06-03T06:26:25.566Z] 094b1ea09ed8: Verifying Checksum [2020-06-03T06:26:25.566Z] 094b1ea09ed8: Download complete [2020-06-03T06:26:25.566Z] 0622d0fa9048: Verifying Checksum [2020-06-03T06:26:25.566Z] 0622d0fa9048: Download complete [2020-06-03T06:26:26.153Z] 41b27a9f41bf: Verifying Checksum [2020-06-03T06:26:26.153Z] 41b27a9f41bf: Download complete [2020-06-03T06:26:27.555Z] 756a868c4378: Pull complete [2020-06-03T06:26:27.555Z] 444b2fc9a129: Pull complete [2020-06-03T06:26:27.819Z] ea15f1150254: Pull complete [2020-06-03T06:26:32.049Z] 41b27a9f41bf: Pull complete [2020-06-03T06:26:32.049Z] 28c525ee5125: Pull complete [2020-06-03T06:26:34.606Z] 094b1ea09ed8: Pull complete [2020-06-03T06:26:34.606Z] 138eaada9080: Pull complete [2020-06-03T06:26:34.867Z] 0622d0fa9048: Pull complete [2020-06-03T06:26:34.867Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-03T06:26:34.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-03T06:26:35.066Z] prd-centos7-docker-4c-2g-1671 does not seem to be running inside a container [2020-06-03T06:26:35.139Z] $ 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 [2020-06-03T06:26:36.663Z] $ docker top 2e4c814eb17460c5333c7cf7a356357ee4910eebb6eecb815935699b565e2541 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-03T06:26:36.903Z] provisioning config files... [2020-06-03T06:26:36.922Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config5209411708018104204tmp [Pipeline] { [Pipeline] echo [2020-06-03T06:26:36.949Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T06:26:37.255Z] ---> create-netrc.sh [Pipeline] echo [2020-06-03T06:26:37.266Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T06:26:37.565Z] ---> logs-deploy.sh [2020-06-03T06:26:37.565Z] + ARCHIVE_ARTIFACTS= [2020-06-03T06:26:37.565Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-03T06:26:37.565Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-03T06:26:37.565Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-03T06:26:37.565Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/4 [2020-06-03T06:26:37.565Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/4/ [2020-06-03T06:26:37.565Z] + 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 [2020-06-03T06:26:38.953Z] Archives upload complete. [2020-06-03T06:26:38.953Z] + 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/