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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1649 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 Fetching 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 > 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 Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) > 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 31c5007a9fd2567780236747dd9b4d53ccc62abd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-03T05:10:19.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-03T05:10:19.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-03T05:10:19.632Z] ========================================================= [2020-06-03T05:10:19.633Z] EdgeX Global Pipelines Version Info [2020-06-03T05:10:19.633Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-03T05:10:21.116Z] ------------------- [2020-06-03T05:10:21.116Z] stable info: [2020-06-03T05:10:21.116Z] ------------------- [2020-06-03T05:10:21.116Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-03T05:10:21.116Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T05:10:21.116Z] Message: update stable to v1.0.89 [2020-06-03T05:10:21.688Z] ------------------- [2020-06-03T05:10:21.688Z] experimental info: [2020-06-03T05:10:21.688Z] ------------------- [2020-06-03T05:10:21.688Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-03T05:10:21.688Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-03T05:10:21.688Z] 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-03T05:10:25.281Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-03T05:10:25.577Z] + ls -al . [2020-06-03T05:10:25.577Z] total 12 [2020-06-03T05:10:25.577Z] drwxrwxr-x. 3 jenkins jenkins 72 Jun 3 05:10 . [2020-06-03T05:10:25.577Z] drwxrwxr-x. 4 jenkins jenkins 112 Jun 3 05:10 .. [2020-06-03T05:10:25.577Z] -rw-rw-r--. 1 jenkins jenkins 1561 Jun 3 05:10 Dockerfile [2020-06-03T05:10:25.577Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 3 05:10 .git [2020-06-03T05:10:25.577Z] -rw-rw-r--. 1 jenkins jenkins 886 Jun 3 05:10 Jenkinsfile [2020-06-03T05:10:25.577Z] -rw-rw-r--. 1 jenkins jenkins 1309 Jun 3 05:10 README.md [Pipeline] isUnix [Pipeline] sh [2020-06-03T05:10:26.214Z] + docker build -t edgex-devops/edgex-compose -f Dockerfile --build-arg ARCH=amd64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=amd64 . [2020-06-03T05:10:26.214Z] Sending build context to Docker daemon 203.3kB [2020-06-03T05:10:26.476Z] Step 1/30 : ARG DOCKER_VERSION=19.03.5 [2020-06-03T05:10:26.476Z] Step 2/30 : ARG PYTHON_VERSION=3.7.5 [2020-06-03T05:10:26.476Z] Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 [2020-06-03T05:10:26.476Z] Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 [2020-06-03T05:10:26.476Z] Step 5/30 : ARG COMPOSE_TAG=1.25.4 [2020-06-03T05:10:26.476Z] Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli [2020-06-03T05:10:26.738Z] 19.03.5: Pulling from library/docker [2020-06-03T05:10:26.738Z] c9b1b535fdd9: Pulling fs layer [2020-06-03T05:10:26.738Z] cd54125436dc: Pulling fs layer [2020-06-03T05:10:26.738Z] 70d1554c15cb: Pulling fs layer [2020-06-03T05:10:26.738Z] 79e322b40fa7: Pulling fs layer [2020-06-03T05:10:26.738Z] fa396aa1c77a: Pulling fs layer [2020-06-03T05:10:26.738Z] af8b1978c51e: Pulling fs layer [2020-06-03T05:10:26.738Z] e3cc93a7c611: Pulling fs layer [2020-06-03T05:10:26.738Z] fa396aa1c77a: Waiting [2020-06-03T05:10:26.738Z] 79e322b40fa7: Waiting [2020-06-03T05:10:26.738Z] e3cc93a7c611: Waiting [2020-06-03T05:10:26.738Z] af8b1978c51e: Waiting [2020-06-03T05:10:26.999Z] 70d1554c15cb: Verifying Checksum [2020-06-03T05:10:26.999Z] 70d1554c15cb: Download complete [2020-06-03T05:10:26.999Z] cd54125436dc: Verifying Checksum [2020-06-03T05:10:26.999Z] cd54125436dc: Download complete [2020-06-03T05:10:26.999Z] c9b1b535fdd9: Verifying Checksum [2020-06-03T05:10:26.999Z] c9b1b535fdd9: Download complete [2020-06-03T05:10:26.999Z] fa396aa1c77a: Verifying Checksum [2020-06-03T05:10:26.999Z] fa396aa1c77a: Download complete [2020-06-03T05:10:26.999Z] af8b1978c51e: Verifying Checksum [2020-06-03T05:10:26.999Z] af8b1978c51e: Download complete [2020-06-03T05:10:27.264Z] e3cc93a7c611: Download complete [2020-06-03T05:10:27.264Z] c9b1b535fdd9: Pull complete [2020-06-03T05:10:27.844Z] cd54125436dc: Pull complete [2020-06-03T05:10:28.106Z] 79e322b40fa7: Verifying Checksum [2020-06-03T05:10:28.106Z] 79e322b40fa7: Download complete [2020-06-03T05:10:28.106Z] 70d1554c15cb: Pull complete [2020-06-03T05:10:30.679Z] 79e322b40fa7: Pull complete [2020-06-03T05:10:30.679Z] fa396aa1c77a: Pull complete [2020-06-03T05:10:30.679Z] af8b1978c51e: Pull complete [2020-06-03T05:10:30.940Z] e3cc93a7c611: Pull complete [2020-06-03T05:10:30.940Z] Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 [2020-06-03T05:10:30.940Z] Status: Downloaded newer image for docker:19.03.5 [2020-06-03T05:10:30.940Z] ---> 31c774f62a9b [2020-06-03T05:10:30.940Z] Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build [2020-06-03T05:10:31.200Z] 3.7.5-alpine3.10: Pulling from library/python [2020-06-03T05:10:31.200Z] 89d9c30c1d48: Pulling fs layer [2020-06-03T05:10:31.200Z] 910c49c00810: Pulling fs layer [2020-06-03T05:10:31.200Z] 7efe415eb85a: Pulling fs layer [2020-06-03T05:10:31.200Z] 7d8d53519b81: Pulling fs layer [2020-06-03T05:10:31.200Z] 519124ac136c: Pulling fs layer [2020-06-03T05:10:31.200Z] 7d8d53519b81: Waiting [2020-06-03T05:10:31.200Z] 519124ac136c: Waiting [2020-06-03T05:10:31.464Z] 910c49c00810: Verifying Checksum [2020-06-03T05:10:31.464Z] 910c49c00810: Download complete [2020-06-03T05:10:31.464Z] 89d9c30c1d48: Verifying Checksum [2020-06-03T05:10:31.464Z] 89d9c30c1d48: Download complete [2020-06-03T05:10:31.464Z] 7d8d53519b81: Verifying Checksum [2020-06-03T05:10:31.464Z] 7d8d53519b81: Download complete [2020-06-03T05:10:31.728Z] 519124ac136c: Verifying Checksum [2020-06-03T05:10:31.728Z] 519124ac136c: Download complete [2020-06-03T05:10:31.728Z] 89d9c30c1d48: Pull complete [2020-06-03T05:10:31.728Z] 7efe415eb85a: Verifying Checksum [2020-06-03T05:10:31.728Z] 7efe415eb85a: Download complete [2020-06-03T05:10:31.991Z] 910c49c00810: Pull complete [2020-06-03T05:10:33.935Z] 7efe415eb85a: Pull complete [2020-06-03T05:10:33.935Z] 7d8d53519b81: Pull complete [2020-06-03T05:10:34.202Z] 519124ac136c: Pull complete [2020-06-03T05:10:34.202Z] Digest: sha256:de9fc5bc46cb1a7e2222b976394ea8aa0290592e3075457d41c5f246f176b1bf [2020-06-03T05:10:34.202Z] Status: Downloaded newer image for python:3.7.5-alpine3.10 [2020-06-03T05:10:34.202Z] ---> 8922d588eec6 [2020-06-03T05:10:34.202Z] 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-03T05:10:34.202Z] ---> Running in fa40fc4d2bfb [2020-06-03T05:10:35.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-06-03T05:10:35.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-06-03T05:10:35.413Z] (1/34) Upgrading libcrypto1.1 (1.1.1d-r0 -> 1.1.1g-r0) [2020-06-03T05:10:35.413Z] (2/34) Upgrading libssl1.1 (1.1.1d-r0 -> 1.1.1g-r0) [2020-06-03T05:10:35.413Z] (3/34) Installing bash (5.0.0-r0) [2020-06-03T05:10:35.413Z] Executing bash-5.0.0-r0.post-install [2020-06-03T05:10:35.413Z] (4/34) Installing binutils (2.32-r0) [2020-06-03T05:10:35.674Z] (5/34) Installing libmagic (5.37-r1) [2020-06-03T05:10:35.674Z] (6/34) Installing file (5.37-r1) [2020-06-03T05:10:35.674Z] (7/34) Installing gmp (6.1.2-r1) [2020-06-03T05:10:35.674Z] (8/34) Installing isl (0.18-r0) [2020-06-03T05:10:35.674Z] (9/34) Installing libgomp (8.3.0-r0) [2020-06-03T05:10:35.674Z] (10/34) Installing libatomic (8.3.0-r0) [2020-06-03T05:10:35.674Z] (11/34) Installing libgcc (8.3.0-r0) [2020-06-03T05:10:35.674Z] (12/34) Installing mpfr3 (3.1.5-r1) [2020-06-03T05:10:35.674Z] (13/34) Installing mpc1 (1.1.0-r0) [2020-06-03T05:10:35.674Z] (14/34) Installing libstdc++ (8.3.0-r0) [2020-06-03T05:10:35.674Z] (15/34) Installing gcc (8.3.0-r0) [2020-06-03T05:10:37.374Z] Still waiting to schedule task [2020-06-03T05:10:37.374Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-06-03T05:10:39.890Z] (16/34) Installing musl-dev (1.1.22-r3) [2020-06-03T05:10:39.890Z] (17/34) Installing libc-dev (0.7.1-r0) [2020-06-03T05:10:39.890Z] (18/34) Installing g++ (8.3.0-r0) [2020-06-03T05:10:40.153Z] (19/34) Installing make (4.2.1-r2) [2020-06-03T05:10:40.153Z] (20/34) Installing fortify-headers (1.1-r0) [2020-06-03T05:10:40.153Z] (21/34) Installing build-base (0.5-r1) [2020-06-03T05:10:40.153Z] (22/34) Installing nghttp2-libs (1.39.2-r0) [2020-06-03T05:10:40.153Z] (23/34) Installing libcurl (7.66.0-r0) [2020-06-03T05:10:40.153Z] (24/34) Installing curl (7.66.0-r0) [2020-06-03T05:10:40.153Z] (25/34) Installing pcre2 (10.33-r0) [2020-06-03T05:10:40.153Z] (26/34) Installing git (2.22.4-r0) [2020-06-03T05:10:40.416Z] (27/34) Installing linux-headers (4.19.36-r0) [2020-06-03T05:10:41.361Z] (28/34) Installing pkgconf (1.6.1-r1) [2020-06-03T05:10:41.361Z] (29/34) Installing libffi-dev (3.2.1-r6) [2020-06-03T05:10:41.361Z] (30/34) Installing openssl (1.1.1g-r0) [2020-06-03T05:10:41.361Z] (31/34) Installing openssl-dev (1.1.1g-r0) [2020-06-03T05:10:41.361Z] (32/34) Installing python2 (2.7.18-r0) [2020-06-03T05:10:42.302Z] (33/34) Installing python2-dev (2.7.18-r0) [2020-06-03T05:10:42.302Z] (34/34) Installing zlib-dev (1.2.11-r1) [2020-06-03T05:10:42.302Z] Executing busybox-1.30.1-r2.trigger [2020-06-03T05:10:42.302Z] Executing ca-certificates-20190108-r0.trigger [2020-06-03T05:10:42.563Z] OK: 266 MiB in 67 packages [2020-06-03T05:10:49.296Z] Removing intermediate container fa40fc4d2bfb [2020-06-03T05:10:49.296Z] ---> 2962164816f1 [2020-06-03T05:10:49.296Z] Step 9/30 : ENV BUILD_BOOTLOADER=1 [2020-06-03T05:10:49.296Z] ---> Running in ffa711e5afb9 [2020-06-03T05:10:49.296Z] Removing intermediate container ffa711e5afb9 [2020-06-03T05:10:49.296Z] ---> 464c8c0bb6b9 [2020-06-03T05:10:49.296Z] Step 10/30 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2020-06-03T05:10:51.213Z] ---> ed09b681d36f [2020-06-03T05:10:51.214Z] Step 11/30 : WORKDIR /code/ [2020-06-03T05:10:51.214Z] ---> Running in e254e3de1e41 [2020-06-03T05:10:51.214Z] Removing intermediate container e254e3de1e41 [2020-06-03T05:10:51.214Z] ---> 45a97edc1da7 [2020-06-03T05:10:51.214Z] Step 12/30 : ARG COMPOSE_TAG [2020-06-03T05:10:51.214Z] ---> Running in 7c5c926f2512 [2020-06-03T05:10:51.214Z] Removing intermediate container 7c5c926f2512 [2020-06-03T05:10:51.214Z] ---> d9e36a7a0963 [2020-06-03T05:10:51.214Z] Step 13/30 : RUN git clone --branch ${COMPOSE_TAG} --quiet --recurse-submodules https://github.com/docker/compose.git . [2020-06-03T05:10:51.214Z] ---> Running in 137462b43f16 [2020-06-03T05:10:53.139Z] Note: checking out '8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c'. [2020-06-03T05:10:53.139Z] [2020-06-03T05:10:53.139Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-06-03T05:10:53.139Z] changes and commit them, and you can discard any commits you make in this [2020-06-03T05:10:53.139Z] state without impacting any branches by performing another checkout. [2020-06-03T05:10:53.139Z] [2020-06-03T05:10:53.139Z] If you want to create a new branch to retain commits you create, you may [2020-06-03T05:10:53.139Z] do so (now or later) by using -b with the checkout command again. Example: [2020-06-03T05:10:53.139Z] [2020-06-03T05:10:53.139Z] git checkout -b [2020-06-03T05:10:53.139Z] [2020-06-03T05:10:54.084Z] Removing intermediate container 137462b43f16 [2020-06-03T05:10:54.084Z] ---> ec171881033c [2020-06-03T05:10:54.084Z] Step 14/30 : RUN pip install virtualenv==16.2.0 [2020-06-03T05:10:54.084Z] ---> Running in ecca583ed27f [2020-06-03T05:10:56.013Z] Collecting virtualenv==16.2.0 [2020-06-03T05:10:56.275Z] Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) [2020-06-03T05:10:56.275Z] 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-03T05:10:56.536Z] Installing collected packages: virtualenv [2020-06-03T05:10:56.536Z] Successfully installed virtualenv-16.2.0 [2020-06-03T05:10:56.536Z] WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. [2020-06-03T05:10:56.536Z] You should consider upgrading via the 'pip install --upgrade pip' command. [2020-06-03T05:10:57.110Z] Removing intermediate container ecca583ed27f [2020-06-03T05:10:57.110Z] ---> 3b10cf7ff2e8 [2020-06-03T05:10:57.110Z] Step 15/30 : RUN pip install tox==2.9.1 [2020-06-03T05:10:57.377Z] ---> Running in bccacf93245f [2020-06-03T05:10:58.325Z] Collecting tox==2.9.1 [2020-06-03T05:10:58.325Z] Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) [2020-06-03T05:10:58.325Z] 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-03T05:10:58.586Z] Collecting six [2020-06-03T05:10:58.586Z] Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl [2020-06-03T05:10:58.586Z] Collecting py>=1.4.17 [2020-06-03T05:10:58.586Z] Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB) [2020-06-03T05:10:58.586Z] Collecting pluggy<1.0,>=0.3.0 [2020-06-03T05:10:58.586Z] Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl [2020-06-03T05:10:58.586Z] 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-03T05:10:58.846Z] Collecting importlib-metadata>=0.12; python_version < "3.8" [2020-06-03T05:10:58.846Z] Downloading https://files.pythonhosted.org/packages/ad/e4/891bfcaf868ccabc619942f27940c77a8a4b45fd8367098955bb7e152fb1/importlib_metadata-1.6.0-py2.py3-none-any.whl [2020-06-03T05:10:58.846Z] Collecting zipp>=0.5 [2020-06-03T05:10:58.846Z] Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl [2020-06-03T05:10:58.846Z] Installing collected packages: six, py, zipp, importlib-metadata, pluggy, tox [2020-06-03T05:10:59.107Z] 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-03T05:10:59.107Z] WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. [2020-06-03T05:10:59.107Z] You should consider upgrading via the 'pip install --upgrade pip' command. [2020-06-03T05:11:00.057Z] Removing intermediate container bccacf93245f [2020-06-03T05:11:00.057Z] ---> 665a6c594743 [2020-06-03T05:11:00.057Z] Step 16/30 : RUN tox --notest [2020-06-03T05:11:00.057Z] ---> Running in 04f39c9a91d5 [2020-06-03T05:11:00.637Z] py27 create: /code/.tox/py27 [2020-06-03T05:11:05.957Z] py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt [2020-06-03T05:14:27.667Z] py27 develop-inst: /code [2020-06-03T05:14:27.667Z] 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-03T05:14:27.667Z] py37 create: /code/.tox/py37 [2020-06-03T05:14:27.667Z] py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt [2020-06-03T05:15:13.050Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1652 in /w/workspace/ry_ci-build-images_edgex-compose [Pipeline] { [Pipeline] checkout [2020-06-03T05:15:19.500Z] using credential edgex-jenkins-ssh [2020-06-03T05:15:19.534Z] Cloning the remote Git repository [2020-06-03T05:15:19.534Z] Cloning with configured refspecs honoured and without tags [2020-06-03T05:15:19.571Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2020-06-03T05:15:19.836Z] > git init /w/workspace/ry_ci-build-images_edgex-compose # timeout=10 [2020-06-03T05:15:20.010Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-06-03T05:15:20.011Z] > git --version # timeout=10 [2020-06-03T05:15:20.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T05:15:20.154Z] > 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-03T05:15:20.879Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-06-03T05:15:21.031Z] Fetching without tags [2020-06-03T05:15:21.501Z] Checking out Revision 3713164f6485193a7db812284b98f7ee71a568b9 (edgex-compose) [2020-06-03T05:15:20.927Z] > git config --add remote.origin.fetch +refs/heads/edgex-compose:refs/remotes/origin/edgex-compose # timeout=10 [2020-06-03T05:15:20.958Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2020-06-03T05:15:21.013Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2020-06-03T05:15:21.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-03T05:15:21.027Z] > 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-03T05:15:21.490Z] > git config core.sparsecheckout # timeout=10 [2020-06-03T05:15:21.505Z] > git checkout -f 3713164f6485193a7db812284b98f7ee71a568b9 # timeout=10 [2020-06-03T05:15:26.155Z] 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-03T05:15:28.140Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-03T05:15:28.586Z] + ls -al . [2020-06-03T05:15:28.586Z] total 24 [2020-06-03T05:15:28.586Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 05:15 . [2020-06-03T05:15:28.586Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 05:15 .. [2020-06-03T05:15:28.586Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 05:15 .git [2020-06-03T05:15:28.586Z] -rw-rw-r-- 1 jenkins jenkins 1561 Jun 3 05:15 Dockerfile [2020-06-03T05:15:28.586Z] -rw-rw-r-- 1 jenkins jenkins 886 Jun 3 05:15 Jenkinsfile [2020-06-03T05:15:28.586Z] -rw-rw-r-- 1 jenkins jenkins 1309 Jun 3 05:15 README.md [Pipeline] isUnix [Pipeline] sh [2020-06-03T05:15:28.943Z] + docker build -t edgex-devops/edgex-compose-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=3713164f6485193a7db812284b98f7ee71a568b9 --label arch=arm64 . [2020-06-03T05:15:29.543Z] Sending build context to Docker daemon 203.3kB [2020-06-03T05:15:29.816Z] Step 1/30 : ARG DOCKER_VERSION=19.03.5 [2020-06-03T05:15:29.816Z] Step 2/30 : ARG PYTHON_VERSION=3.7.5 [2020-06-03T05:15:29.816Z] Step 3/30 : ARG BUILD_ALPINE_VERSION=3.10 [2020-06-03T05:15:29.816Z] Step 4/30 : ARG RUNTIME_ALPINE_VERSION=3.10.3 [2020-06-03T05:15:29.816Z] Step 5/30 : ARG COMPOSE_TAG=1.25.4 [2020-06-03T05:15:29.816Z] Step 6/30 : FROM docker:${DOCKER_VERSION} AS docker-cli [2020-06-03T05:15:30.412Z] 19.03.5: Pulling from library/docker [2020-06-03T05:15:30.412Z] 8fa90b21c985: Pulling fs layer [2020-06-03T05:15:30.412Z] f2917335fcb0: Pulling fs layer [2020-06-03T05:15:30.412Z] c8d3c84c2515: Pulling fs layer [2020-06-03T05:15:30.686Z] 32738a03c1ca: Pulling fs layer [2020-06-03T05:15:30.686Z] c36258bdcaf0: Pulling fs layer [2020-06-03T05:15:30.686Z] 149292bf8308: Pulling fs layer [2020-06-03T05:15:30.686Z] f91f03656c52: Pulling fs layer [2020-06-03T05:15:30.686Z] c36258bdcaf0: Waiting [2020-06-03T05:15:30.686Z] 149292bf8308: Waiting [2020-06-03T05:15:30.686Z] 32738a03c1ca: Waiting [2020-06-03T05:15:30.686Z] f91f03656c52: Waiting [2020-06-03T05:15:30.686Z] c8d3c84c2515: Verifying Checksum [2020-06-03T05:15:30.686Z] c8d3c84c2515: Download complete [2020-06-03T05:15:30.964Z] f2917335fcb0: Verifying Checksum [2020-06-03T05:15:30.964Z] f2917335fcb0: Download complete [2020-06-03T05:15:30.964Z] 8fa90b21c985: Verifying Checksum [2020-06-03T05:15:30.964Z] 8fa90b21c985: Download complete [2020-06-03T05:15:31.241Z] c36258bdcaf0: Verifying Checksum [2020-06-03T05:15:31.241Z] c36258bdcaf0: Download complete [2020-06-03T05:15:31.241Z] 149292bf8308: Verifying Checksum [2020-06-03T05:15:31.241Z] 149292bf8308: Download complete [2020-06-03T05:15:31.241Z] f91f03656c52: Verifying Checksum [2020-06-03T05:15:31.241Z] f91f03656c52: Download complete [2020-06-03T05:15:31.530Z] 8fa90b21c985: Pull complete [2020-06-03T05:15:33.530Z] f2917335fcb0: Pull complete [2020-06-03T05:15:33.803Z] c8d3c84c2515: Pull complete [2020-06-03T05:15:36.417Z] 32738a03c1ca: Verifying Checksum [2020-06-03T05:15:36.417Z] 32738a03c1ca: Download complete [2020-06-03T05:15:39.795Z] 32738a03c1ca: Pull complete [2020-06-03T05:15:39.795Z] c36258bdcaf0: Pull complete [2020-06-03T05:15:40.069Z] 149292bf8308: Pull complete [2020-06-03T05:15:40.344Z] f91f03656c52: Pull complete [2020-06-03T05:15:40.344Z] Digest: sha256:0b90b0aefd15794e4d5bea2debc3b761c1d3481a92ec7166f8453652d0deba95 [2020-06-03T05:15:40.344Z] Status: Downloaded newer image for docker:19.03.5 [2020-06-03T05:15:40.344Z] ---> 466581031774 [2020-06-03T05:15:40.344Z] Step 7/30 : FROM python:${PYTHON_VERSION}-alpine${BUILD_ALPINE_VERSION} AS build [2020-06-03T05:15:40.620Z] 3.7.5-alpine3.10: Pulling from library/python [2020-06-03T05:15:40.892Z] 8bfa91304040: Pulling fs layer [2020-06-03T05:15:40.892Z] 1b8b9474c28b: Pulling fs layer [2020-06-03T05:15:40.892Z] 53f4f43b0a1f: Pulling fs layer [2020-06-03T05:15:40.892Z] 34771aedd7fc: Pulling fs layer [2020-06-03T05:15:40.892Z] 65a56e15d2db: Pulling fs layer [2020-06-03T05:15:40.892Z] 34771aedd7fc: Waiting [2020-06-03T05:15:40.892Z] 65a56e15d2db: Waiting [2020-06-03T05:15:41.167Z] 1b8b9474c28b: Verifying Checksum [2020-06-03T05:15:41.167Z] 1b8b9474c28b: Download complete [2020-06-03T05:15:41.167Z] 34771aedd7fc: Verifying Checksum [2020-06-03T05:15:41.167Z] 34771aedd7fc: Download complete [2020-06-03T05:15:41.446Z] 8bfa91304040: Verifying Checksum [2020-06-03T05:15:41.446Z] 8bfa91304040: Download complete [2020-06-03T05:15:41.720Z] 65a56e15d2db: Verifying Checksum [2020-06-03T05:15:41.720Z] 65a56e15d2db: Download complete [2020-06-03T05:15:41.720Z] 53f4f43b0a1f: Retrying in 5 seconds [2020-06-03T05:15:41.995Z] 8bfa91304040: Pull complete [2020-06-03T05:15:42.590Z] 1b8b9474c28b: Pull complete [2020-06-03T05:15:42.861Z] 53f4f43b0a1f: Retrying in 4 seconds [2020-06-03T05:15:43.833Z] 53f4f43b0a1f: Retrying in 3 seconds [2020-06-03T05:15:44.818Z] 53f4f43b0a1f: Retrying in 2 seconds [2020-06-03T05:15:45.790Z] 53f4f43b0a1f: Retrying in 1 second [2020-06-03T05:15:49.164Z] 53f4f43b0a1f: Verifying Checksum [2020-06-03T05:15:49.164Z] 53f4f43b0a1f: Download complete [2020-06-03T05:15:53.486Z] 53f4f43b0a1f: Pull complete [2020-06-03T05:15:53.486Z] 34771aedd7fc: Pull complete [2020-06-03T05:15:53.761Z] 65a56e15d2db: Pull complete [2020-06-03T05:15:53.761Z] Digest: sha256:de9fc5bc46cb1a7e2222b976394ea8aa0290592e3075457d41c5f246f176b1bf [2020-06-03T05:15:53.761Z] Status: Downloaded newer image for python:3.7.5-alpine3.10 [2020-06-03T05:15:53.761Z] ---> 3da5450ddc50 [2020-06-03T05:15:53.761Z] 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-03T05:15:56.402Z] ---> Running in dff032873534 [2020-06-03T05:15:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-06-03T05:15:57.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-06-03T05:15:57.651Z] (1/34) Upgrading libcrypto1.1 (1.1.1d-r0 -> 1.1.1g-r0) [2020-06-03T05:15:57.922Z] (2/34) Upgrading libssl1.1 (1.1.1d-r0 -> 1.1.1g-r0) [2020-06-03T05:15:57.922Z] (3/34) Installing bash (5.0.0-r0) [2020-06-03T05:15:57.922Z] Executing bash-5.0.0-r0.post-install [2020-06-03T05:15:57.922Z] (4/34) Installing binutils (2.32-r0) [2020-06-03T05:15:58.195Z] (5/34) Installing libmagic (5.37-r1) [2020-06-03T05:15:58.467Z] (6/34) Installing file (5.37-r1) [2020-06-03T05:15:58.467Z] (7/34) Installing gmp (6.1.2-r1) [2020-06-03T05:15:58.467Z] (8/34) Installing isl (0.18-r0) [2020-06-03T05:15:58.467Z] (9/34) Installing libgomp (8.3.0-r0) [2020-06-03T05:15:58.467Z] (10/34) Installing libatomic (8.3.0-r0) [2020-06-03T05:15:58.467Z] (11/34) Installing libgcc (8.3.0-r0) [2020-06-03T05:15:58.739Z] (12/34) Installing mpfr3 (3.1.5-r1) [2020-06-03T05:15:58.739Z] (13/34) Installing mpc1 (1.1.0-r0) [2020-06-03T05:15:58.739Z] (14/34) Installing libstdc++ (8.3.0-r0) [2020-06-03T05:15:58.739Z] (15/34) Installing gcc (8.3.0-r0) [2020-06-03T05:16:00.168Z] (16/34) Installing musl-dev (1.1.22-r3) [2020-06-03T05:16:00.440Z] (17/34) Installing libc-dev (0.7.1-r0) [2020-06-03T05:16:00.440Z] (18/34) Installing g++ (8.3.0-r0) [2020-06-03T05:16:01.869Z] (19/34) Installing make (4.2.1-r2) [2020-06-03T05:16:01.869Z] (20/34) Installing fortify-headers (1.1-r0) [2020-06-03T05:16:01.869Z] (21/34) Installing build-base (0.5-r1) [2020-06-03T05:16:01.869Z] (22/34) Installing nghttp2-libs (1.39.2-r0) [2020-06-03T05:16:01.869Z] (23/34) Installing libcurl (7.66.0-r0) [2020-06-03T05:16:01.869Z] (24/34) Installing curl (7.66.0-r0) [2020-06-03T05:16:01.869Z] (25/34) Installing pcre2 (10.33-r0) [2020-06-03T05:16:01.869Z] (26/34) Installing git (2.22.4-r0) [2020-06-03T05:16:02.461Z] (27/34) Installing linux-headers (4.19.36-r0) [2020-06-03T05:16:03.882Z] (28/34) Installing pkgconf (1.6.1-r1) [2020-06-03T05:16:03.882Z] (29/34) Installing libffi-dev (3.2.1-r6) [2020-06-03T05:16:03.882Z] (30/34) Installing openssl (1.1.1g-r0) [2020-06-03T05:16:03.882Z] (31/34) Installing openssl-dev (1.1.1g-r0) [2020-06-03T05:16:04.472Z] (32/34) Installing python2 (2.7.18-r0) [2020-06-03T05:16:05.897Z] (33/34) Installing python2-dev (2.7.18-r0) [2020-06-03T05:16:06.168Z] (34/34) Installing zlib-dev (1.2.11-r1) [2020-06-03T05:16:06.168Z] Executing busybox-1.30.1-r2.trigger [2020-06-03T05:16:06.168Z] Executing ca-certificates-20190108-r0.trigger [2020-06-03T05:16:06.443Z] OK: 275 MiB in 67 packages [2020-06-03T05:16:21.515Z] Removing intermediate container dff032873534 [2020-06-03T05:16:21.515Z] ---> b04a7d4cd79a [2020-06-03T05:16:21.515Z] Step 9/30 : ENV BUILD_BOOTLOADER=1 [2020-06-03T05:16:21.515Z] ---> Running in 53d7418760c4 [2020-06-03T05:16:21.515Z] Removing intermediate container 53d7418760c4 [2020-06-03T05:16:21.515Z] ---> 744bb0eec257 [2020-06-03T05:16:21.515Z] Step 10/30 : COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker [2020-06-03T05:16:23.504Z] ---> 991c9f06a46f [2020-06-03T05:16:23.504Z] Step 11/30 : WORKDIR /code/ [2020-06-03T05:16:23.504Z] ---> Running in 39cd35261acc [2020-06-03T05:16:24.102Z] Removing intermediate container 39cd35261acc [2020-06-03T05:16:24.102Z] ---> 66d751f5a9b2 [2020-06-03T05:16:24.102Z] Step 12/30 : ARG COMPOSE_TAG [2020-06-03T05:16:24.102Z] ---> Running in 0735a8bd4e5d [2020-06-03T05:16:24.375Z] Removing intermediate container 0735a8bd4e5d [2020-06-03T05:16:24.375Z] ---> 1cd51a6b03e4 [2020-06-03T05:16:24.375Z] Step 13/30 : RUN git clone --branch ${COMPOSE_TAG} --quiet --recurse-submodules https://github.com/docker/compose.git . [2020-06-03T05:16:24.648Z] ---> Running in 31e85e691f06 [2020-06-03T05:16:28.965Z] Note: checking out '8d51620a78c25eef161cc4a49ea0acc1dbcf1f2c'. [2020-06-03T05:16:28.965Z] [2020-06-03T05:16:28.965Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-06-03T05:16:28.965Z] changes and commit them, and you can discard any commits you make in this [2020-06-03T05:16:28.965Z] state without impacting any branches by performing another checkout. [2020-06-03T05:16:28.966Z] [2020-06-03T05:16:28.966Z] If you want to create a new branch to retain commits you create, you may [2020-06-03T05:16:28.966Z] do so (now or later) by using -b with the checkout command again. Example: [2020-06-03T05:16:28.966Z] [2020-06-03T05:16:28.966Z] git checkout -b [2020-06-03T05:16:28.966Z] [2020-06-03T05:16:30.961Z] Removing intermediate container 31e85e691f06 [2020-06-03T05:16:30.961Z] ---> 1fda6386c477 [2020-06-03T05:16:30.961Z] Step 14/30 : RUN pip install virtualenv==16.2.0 [2020-06-03T05:16:31.234Z] ---> Running in b1cdd202e8ef [2020-06-03T05:16:37.928Z] Collecting virtualenv==16.2.0 [2020-06-03T05:16:37.928Z] Downloading https://files.pythonhosted.org/packages/6a/d1/e0d142ce7b8a5c76adbfad01d853bca84c7c0240e35577498e20bc2ade7d/virtualenv-16.2.0-py2.py3-none-any.whl (1.9MB) [2020-06-03T05:16:38.518Z] 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-03T05:16:38.518Z] Installing collected packages: virtualenv [2020-06-03T05:16:38.789Z] Successfully installed virtualenv-16.2.0 [2020-06-03T05:16:39.385Z] WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. [2020-06-03T05:16:39.385Z] You should consider upgrading via the 'pip install --upgrade pip' command. [2020-06-03T05:16:41.358Z] Removing intermediate container b1cdd202e8ef [2020-06-03T05:16:41.358Z] ---> e2d7977cf397 [2020-06-03T05:16:41.358Z] Step 15/30 : RUN pip install tox==2.9.1 [2020-06-03T05:16:41.642Z] ---> Running in 0e9ec6742b54 [2020-06-03T05:16:45.019Z] Collecting tox==2.9.1 [2020-06-03T05:16:45.019Z] Downloading https://files.pythonhosted.org/packages/1d/4e/20c679f8c5948f7c48591fde33d442e716af66a31a88f5791850a75041eb/tox-2.9.1-py2.py3-none-any.whl (73kB) [2020-06-03T05:16:45.289Z] Collecting six [2020-06-03T05:16:45.289Z] Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl [2020-06-03T05:16:45.560Z] Collecting pluggy<1.0,>=0.3.0 [2020-06-03T05:16:45.560Z] Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl [2020-06-03T05:16:45.830Z] Collecting py>=1.4.17 [2020-06-03T05:16:45.830Z] Downloading https://files.pythonhosted.org/packages/99/8d/21e1767c009211a62a8e3067280bfce76e89c9f876180308515942304d2d/py-1.8.1-py2.py3-none-any.whl (83kB) [2020-06-03T05:16:46.113Z] 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-03T05:16:46.702Z] Collecting importlib-metadata>=0.12; python_version < "3.8" [2020-06-03T05:16:46.702Z] Downloading https://files.pythonhosted.org/packages/ad/e4/891bfcaf868ccabc619942f27940c77a8a4b45fd8367098955bb7e152fb1/importlib_metadata-1.6.0-py2.py3-none-any.whl [2020-06-03T05:16:46.702Z] 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-03T05:16:46.973Z] Collecting zipp>=0.5 [2020-06-03T05:16:46.973Z] Downloading https://files.pythonhosted.org/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl [2020-06-03T05:16:47.245Z] Installing collected packages: six, zipp, importlib-metadata, pluggy, py, tox [2020-06-03T05:16:48.219Z] 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-03T05:16:48.219Z] WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available. [2020-06-03T05:16:48.219Z] You should consider upgrading via the 'pip install --upgrade pip' command. [2020-06-03T05:16:49.656Z] Removing intermediate container 0e9ec6742b54 [2020-06-03T05:16:49.656Z] ---> 8ac8c384efb4 [2020-06-03T05:16:49.656Z] Step 16/30 : RUN tox --notest [2020-06-03T05:16:49.931Z] ---> Running in 9afb9bb8958c [2020-06-03T05:16:51.896Z] py27 create: /code/.tox/py27 [2020-06-03T05:17:06.933Z] py27 installdeps: -rrequirements.txt, -rrequirements-dev.txt [2020-06-03T05:17:49.321Z] py37 develop-inst: /code [2020-06-03T05:17:49.321Z] 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-03T05:17:49.321Z] pre-commit create: /code/.tox/pre-commit [2020-06-03T05:17:49.321Z] pre-commit installdeps: pre-commit [2020-06-03T05:17:53.532Z] 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-03T05:17:53.532Z] ___________________________________ summary ____________________________________ [2020-06-03T05:17:53.532Z] py27: skipped tests [2020-06-03T05:17:53.532Z] py37: skipped tests [2020-06-03T05:17:53.532Z] pre-commit: skipped tests [2020-06-03T05:17:53.532Z] congratulations :) [2020-06-03T05:18:03.554Z] Removing intermediate container 04f39c9a91d5 [2020-06-03T05:18:03.554Z] ---> b137ef3a224e [2020-06-03T05:18:03.554Z] Step 17/30 : ARG GIT_COMMIT=unknown [2020-06-03T05:18:03.554Z] ---> Running in 378c9751cf97 [2020-06-03T05:18:03.554Z] Removing intermediate container 378c9751cf97 [2020-06-03T05:18:03.554Z] ---> ce91cbe42b3e [2020-06-03T05:18:03.554Z] Step 18/30 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT [2020-06-03T05:18:03.554Z] ---> Running in ca4bc57cefe2 [2020-06-03T05:18:03.554Z] Removing intermediate container ca4bc57cefe2 [2020-06-03T05:18:03.554Z] ---> e6bb04cc5c35 [2020-06-03T05:18:03.554Z] Step 19/30 : RUN script/build/linux-entrypoint [2020-06-03T05:18:03.554Z] ---> Running in d95aa27c804f [2020-06-03T05:18:03.554Z] + CODE_PATH=/code [2020-06-03T05:18:03.554Z] + VENV=/code/.tox/py37 [2020-06-03T05:18:03.554Z] + cd /code [2020-06-03T05:18:03.554Z] + mkdir -p dist [2020-06-03T05:18:03.554Z] + chmod 777 dist [2020-06-03T05:18:03.554Z] + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt [2020-06-03T05:18:13.556Z] + '[' -z unknown ']' [2020-06-03T05:18:13.556Z] + echo unknown [2020-06-03T05:18:13.556Z] + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-06-03T05:18:13.556Z] + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-06-03T05:18:13.556Z] + '[' '!' -z 1 ']' [2020-06-03T05:18:13.556Z] + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller [2020-06-03T05:18:13.556Z] Cloning into '/tmp/pyinstaller'... [2020-06-03T05:18:17.769Z] + cd /tmp/pyinstaller/bootloader [2020-06-03T05:18:17.769Z] + git checkout v3.6 [2020-06-03T05:18:17.769Z] Note: checking out 'v3.6'. [2020-06-03T05:18:17.769Z] [2020-06-03T05:18:17.769Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-06-03T05:18:17.769Z] changes and commit them, and you can discard any commits you make in this [2020-06-03T05:18:17.769Z] state without impacting any branches by performing another checkout. [2020-06-03T05:18:17.769Z] [2020-06-03T05:18:17.769Z] If you want to create a new branch to retain commits you create, you may [2020-06-03T05:18:17.769Z] do so (now or later) by using -b with the checkout command again. Example: [2020-06-03T05:18:17.769Z] [2020-06-03T05:18:17.769Z] git checkout -b [2020-06-03T05:18:17.769Z] [2020-06-03T05:18:17.769Z] HEAD is now at 6d4cce1f Release 3.6. [2020-06-03T05:18:17.769Z] + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all [2020-06-03T05:18:17.769Z] Setting top to : /tmp/pyinstaller/bootloader [2020-06-03T05:18:17.769Z] Setting out to : /tmp/pyinstaller/bootloader/build [2020-06-03T05:18:17.769Z] Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] [2020-06-03T05:18:17.769Z] Checking for 'gcc' (C compiler) : /usr/bin/gcc [2020-06-03T05:18:17.769Z] Checking size of pointer : 8 [2020-06-03T05:18:17.769Z] Platform : Linux-64bit detected based on compiler [2020-06-03T05:18:17.769Z] Checking for compiler flags -m64 : yes [2020-06-03T05:18:18.030Z] Checking for linker flags -m64 : yes [2020-06-03T05:18:18.030Z] Checking for library dl : yes [2020-06-03T05:18:18.030Z] Checking for library m : yes [2020-06-03T05:18:18.030Z] Checking for library z : yes [2020-06-03T05:18:18.030Z] Checking for function unsetenv : yes [2020-06-03T05:18:18.296Z] Checking for function mkdtemp : yes [2020-06-03T05:18:18.296Z] Checking for function strndup : yes [2020-06-03T05:18:18.296Z] Checking for function strnlen : yes [2020-06-03T05:18:18.296Z] Checking for compiler flags -Wl,--as-needed : yes [2020-06-03T05:18:18.296Z] Checking for program '/usr/bin/strip' : /usr/bin/strip [2020-06-03T05:18:18.296Z] Checking for program 'strip' : /usr/bin/strip [2020-06-03T05:18:18.296Z] 'configure' finished successfully (0.683s) [2020-06-03T05:18:18.296Z] 'all' finished successfully (0.000s) [2020-06-03T05:18:18.296Z] 'distclean' finished successfully (0.001s) [2020-06-03T05:18:18.296Z] Setting top to : /tmp/pyinstaller/bootloader [2020-06-03T05:18:18.296Z] Setting out to : /tmp/pyinstaller/bootloader/build [2020-06-03T05:18:18.296Z] Python Version : 3.7.5 (default, Nov 15 2019, 03:07:23) [GCC 8.3.0] [2020-06-03T05:18:18.296Z] Checking for 'gcc' (C compiler) : /usr/bin/gcc [2020-06-03T05:18:18.561Z] Checking size of pointer : 8 [2020-06-03T05:18:18.561Z] Platform : Linux-64bit detected based on compiler [2020-06-03T05:18:18.561Z] Checking for compiler flags -m64 : yes [2020-06-03T05:18:18.561Z] Checking for linker flags -m64 : yes [2020-06-03T05:18:18.561Z] Checking for library dl : yes [2020-06-03T05:18:18.561Z] Checking for library m : yes [2020-06-03T05:18:18.821Z] Checking for library z : yes [2020-06-03T05:18:18.821Z] Checking for function unsetenv : yes [2020-06-03T05:18:18.821Z] Checking for function mkdtemp : yes [2020-06-03T05:18:18.821Z] Checking for function strndup : yes [2020-06-03T05:18:19.108Z] Checking for function strnlen : yes [2020-06-03T05:18:19.108Z] Checking for compiler flags -Wl,--as-needed : yes [2020-06-03T05:18:19.108Z] Checking for program '/usr/bin/strip' : /usr/bin/strip [2020-06-03T05:18:19.108Z] Checking for program 'strip' : /usr/bin/strip [2020-06-03T05:18:19.108Z] 'configure' finished successfully (0.676s) [2020-06-03T05:18:19.108Z] 'make_all' finished successfully (0.006s) [2020-06-03T05:18:19.108Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:18:19.108Z] [ 1/13] Compiling src/pyi_python.c [2020-06-03T05:18:19.108Z] [ 2/13] Compiling src/pyi_global.c [2020-06-03T05:18:19.108Z] [ 3/13] Compiling src/main.c [2020-06-03T05:18:19.108Z] [ 4/13] Compiling src/pyi_archive.c [2020-06-03T05:18:19.108Z] [ 5/13] Compiling src/pyi_launch.c [2020-06-03T05:18:19.108Z] [ 6/13] Compiling src/pyi_win32_utils.c [2020-06-03T05:18:19.108Z] [ 7/13] Compiling src/pyi_main.c [2020-06-03T05:18:19.108Z] [ 8/13] Compiling src/pyi_pythonlib.c [2020-06-03T05:18:19.381Z] [ 9/13] Compiling src/pyi_python27_compat.c [2020-06-03T05:18:19.381Z] [10/13] Compiling src/pyi_utils.c [2020-06-03T05:18:19.381Z] [11/13] Compiling src/pyi_path.c [2020-06-03T05:18:19.381Z] [12/13] Linking build/debug/run_d [2020-06-03T05:18:19.645Z] [13/13] Processing build/debug/run_d [2020-06-03T05:18:19.645Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:18:19.645Z] 'build_debug' finished successfully (0.497s) [2020-06-03T05:18:19.645Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:18:19.645Z] [ 1/13] Compiling src/pyi_python.c [2020-06-03T05:18:19.645Z] [ 2/13] Compiling src/pyi_global.c [2020-06-03T05:18:19.645Z] [ 3/13] Compiling src/main.c [2020-06-03T05:18:19.645Z] [ 4/13] Compiling src/pyi_archive.c [2020-06-03T05:18:19.645Z] [ 5/13] Compiling src/pyi_utils.c [2020-06-03T05:18:19.645Z] [ 6/13] Compiling src/pyi_launch.c [2020-06-03T05:18:19.645Z] [ 7/13] Compiling src/pyi_python27_compat.c [2020-06-03T05:18:19.645Z] [ 8/13] Compiling src/pyi_pythonlib.c [2020-06-03T05:18:19.645Z] [ 9/13] Compiling src/pyi_win32_utils.c [2020-06-03T05:18:19.645Z] [10/13] Compiling src/pyi_path.c [2020-06-03T05:18:19.906Z] [11/13] Compiling src/pyi_main.c [2020-06-03T05:18:19.906Z] [12/13] Linking build/release/run [2020-06-03T05:18:19.906Z] [13/13] Processing build/release/run [2020-06-03T05:18:19.906Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:18:19.906Z] 'build_release' finished successfully (0.391s) [2020-06-03T05:18:19.906Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:18:19.906Z] [14/14] Processing build/debug/run_d [2020-06-03T05:18:19.906Z] + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run_d (from build/debug/run_d) [2020-06-03T05:18:19.906Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:18:19.906Z] 'install_debug' finished successfully (0.020s) [2020-06-03T05:18:19.906Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:18:19.906Z] [14/14] Processing build/release/run [2020-06-03T05:18:19.906Z] + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit/run (from build/release/run) [2020-06-03T05:18:19.906Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:18:19.906Z] 'install_release' finished successfully (0.019s) [2020-06-03T05:18:19.906Z] + /code/.tox/py37/bin/pip3 install .. [2020-06-03T05:18:20.476Z] Processing /tmp/pyinstaller [2020-06-03T05:18:21.048Z] Installing build dependencies: started [2020-06-03T05:18:23.601Z] Installing build dependencies: finished with status 'done' [2020-06-03T05:18:23.601Z] Getting requirements to build wheel: started [2020-06-03T05:18:24.172Z] Getting requirements to build wheel: finished with status 'done' [2020-06-03T05:18:24.172Z] Preparing wheel metadata: started [2020-06-03T05:18:24.433Z] Preparing wheel metadata: finished with status 'done' [2020-06-03T05:18:24.433Z] Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (47.1.1) [2020-06-03T05:18:24.433Z] Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (0.17) [2020-06-03T05:18:24.433Z] Building wheels for collected packages: PyInstaller [2020-06-03T05:18:24.433Z] Building wheel for PyInstaller (PEP 517): started [2020-06-03T05:18:26.352Z] Building wheel for PyInstaller (PEP 517): finished with status 'done' [2020-06-03T05:18:26.352Z] Created wheel for PyInstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2927667 sha256=fad733d59aa34c9bd76737c6cdde800bc2c337d66d5a1f9c36154e08c41e543a [2020-06-03T05:18:26.352Z] Stored in directory: /tmp/pip-ephem-wheel-cache-ed462nx9/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b [2020-06-03T05:18:26.352Z] Successfully built PyInstaller [2020-06-03T05:18:26.352Z] Installing collected packages: PyInstaller [2020-06-03T05:18:26.352Z] Attempting uninstall: PyInstaller [2020-06-03T05:18:26.352Z] Found existing installation: PyInstaller 3.6 [2020-06-03T05:18:26.922Z] Uninstalling PyInstaller-3.6: [2020-06-03T05:18:26.922Z] Successfully uninstalled PyInstaller-3.6 [2020-06-03T05:18:28.834Z] Successfully installed PyInstaller-3.6 [2020-06-03T05:18:29.094Z] + cd /code [2020-06-03T05:18:29.094Z] + rm -Rf /tmp/pyinstaller [2020-06-03T05:18:29.094Z] + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec [2020-06-03T05:18:29.354Z] 65 INFO: PyInstaller: 3.6 [2020-06-03T05:18:29.354Z] 65 INFO: Python: 3.7.5 [2020-06-03T05:18:29.354Z] 69 INFO: Platform: Linux-3.10.0-862.14.4.el7.x86_64-x86_64-with [2020-06-03T05:18:29.354Z] 71 INFO: UPX is not available. [2020-06-03T05:18:29.354Z] 73 INFO: Extending PYTHONPATH with paths [2020-06-03T05:18:29.354Z] ['/code/bin', '/code'] [2020-06-03T05:18:29.354Z] 73 INFO: checking Analysis [2020-06-03T05:18:29.354Z] 73 INFO: Building Analysis because Analysis-00.toc is non existent [2020-06-03T05:18:29.354Z] 73 INFO: Initializing module dependency graph... [2020-06-03T05:18:29.354Z] 75 INFO: Caching module graph hooks... [2020-06-03T05:18:29.354Z] 81 INFO: Analyzing base_library.zip ... [2020-06-03T05:18:34.640Z] 4621 INFO: Caching module dependency graph... [2020-06-03T05:18:34.640Z] 4756 INFO: running Analysis Analysis-00.toc [2020-06-03T05:18:34.640Z] 4777 INFO: Analyzing bin/docker-compose [2020-06-03T05:18:34.640Z] 4933 INFO: Processing pre-find module path hook distutils [2020-06-03T05:18:34.641Z] 4934 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7' [2020-06-03T05:18:34.641Z] 5266 INFO: Processing pre-safe import module hook urllib3.packages.six.moves [2020-06-03T05:18:36.028Z] 6688 INFO: Processing pre-safe import module hook six.moves [2020-06-03T05:18:42.613Z] 12238 INFO: Processing module hooks... [2020-06-03T05:18:42.613Z] 12240 INFO: Loading module hook "hook-certifi.py"... [2020-06-03T05:18:42.613Z] 12241 INFO: Loading module hook "hook-cryptography.py"... [2020-06-03T05:18:42.613Z] 12456 INFO: Loading module hook "hook-distutils.py"... [2020-06-03T05:18:42.613Z] 12459 INFO: Loading module hook "hook-encodings.py"... [2020-06-03T05:18:42.613Z] 12519 INFO: Loading module hook "hook-importlib_metadata.py"... [2020-06-03T05:18:42.613Z] 12521 INFO: Loading module hook "hook-jsonschema.py"... [2020-06-03T05:18:42.613Z] 12524 INFO: Loading module hook "hook-nacl.py"... [2020-06-03T05:18:42.613Z] 12525 INFO: Loading module hook "hook-pkg_resources.py"... [2020-06-03T05:18:42.613Z] 12823 INFO: Processing pre-safe import module hook win32com [2020-06-03T05:18:42.613Z] 13065 INFO: Excluding import '__main__' [2020-06-03T05:18:42.613Z] 13066 INFO: Removing import of __main__ from module pkg_resources [2020-06-03T05:18:42.613Z] 13067 INFO: Loading module hook "hook-pydoc.py"... [2020-06-03T05:18:42.613Z] 13068 INFO: Loading module hook "hook-sysconfig.py"... [2020-06-03T05:18:42.613Z] 13077 INFO: Loading module hook "hook-xml.py"... [2020-06-03T05:18:42.613Z] 13184 INFO: Looking for ctypes DLLs [2020-06-03T05:18:42.613Z] Illegal option -p [2020-06-03T05:18:42.613Z] 13237 INFO: Analyzing run-time hooks ... [2020-06-03T05:18:42.613Z] 13251 INFO: Including run-time hook 'pyi_rth_certifi.py' [2020-06-03T05:18:42.613Z] 13253 INFO: Including run-time hook 'pyi_rth_pkgres.py' [2020-06-03T05:18:42.613Z] 13254 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' [2020-06-03T05:18:42.613Z] 13273 INFO: Looking for dynamic libraries [2020-06-03T05:18:42.873Z] 13695 INFO: Looking for eggs [2020-06-03T05:18:42.873Z] 13696 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 [2020-06-03T05:18:43.134Z] 13712 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt [2020-06-03T05:18:43.134Z] 13823 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html [2020-06-03T05:18:43.134Z] 13872 INFO: checking PYZ [2020-06-03T05:18:43.134Z] 13872 INFO: Building PYZ because PYZ-00.toc is non existent [2020-06-03T05:18:43.134Z] 13872 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz [2020-06-03T05:18:44.517Z] 15028 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. [2020-06-03T05:18:44.517Z] 15051 INFO: checking PKG [2020-06-03T05:18:44.517Z] 15051 INFO: Building PKG because PKG-00.toc is non existent [2020-06-03T05:18:44.517Z] 15051 INFO: Building PKG (CArchive) PKG-00.pkg [2020-06-03T05:18:56.743Z] 26166 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. [2020-06-03T05:18:56.743Z] 26172 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run [2020-06-03T05:18:56.743Z] 26173 INFO: checking EXE [2020-06-03T05:18:56.743Z] 26173 INFO: Building EXE because EXE-00.toc is non existent [2020-06-03T05:18:56.743Z] 26173 INFO: Building EXE from EXE-00.toc [2020-06-03T05:18:56.743Z] 26173 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose [2020-06-03T05:18:56.743Z] 26246 INFO: Building EXE from EXE-00.toc completed successfully. [2020-06-03T05:18:56.743Z] + ls -la dist/ [2020-06-03T05:18:56.743Z] total 17828 [2020-06-03T05:18:56.743Z] drwxrwxrwx 2 root root 28 Jun 3 05:18 . [2020-06-03T05:18:56.743Z] drwxr-xr-x 1 root root 58 Jun 3 05:18 .. [2020-06-03T05:18:56.743Z] -rwxr-xr-x 1 root root 18255320 Jun 3 05:18 docker-compose [2020-06-03T05:18:56.743Z] + ldd dist/docker-compose [2020-06-03T05:18:56.743Z]  /lib/ld-musl-x86_64.so.1 (0x7f00ea8a8000) [2020-06-03T05:18:56.743Z] libz.so.1 => /lib/libz.so.1 (0x7f00ea872000) [2020-06-03T05:18:56.743Z] libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f00ea8a8000) [2020-06-03T05:18:56.743Z] + mv dist/docker-compose /usr/local/bin [2020-06-03T05:18:56.743Z] + docker-compose version [2020-06-03T05:18:56.743Z] [698] Failed to execute script pyi_rth_pkgres [2020-06-03T05:18:56.743Z] Traceback (most recent call last): [2020-06-03T05:18:56.743Z] File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in [2020-06-03T05:18:56.743Z] File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module [2020-06-03T05:18:56.743Z] exec(bytecode, module.__dict__) [2020-06-03T05:18:56.743Z] File "site-packages/pkg_resources/__init__.py", line 86, in [2020-06-03T05:18:56.743Z] ModuleNotFoundError: No module named 'pkg_resources.py2_warn' [2020-06-03T05:18:56.743Z] 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-03T05:18:57.008Z] Failed in branch amd64 [2020-06-03T05:25:29.299Z] py27 develop-inst: /code [2020-06-03T05:25:35.967Z] 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-03T05:25:35.967Z] py37 create: /code/.tox/py37 [2020-06-03T05:25:54.234Z] py37 installdeps: -rrequirements.txt, -rrequirements-dev.txt [2020-06-03T05:35:16.719Z] py37 develop-inst: /code [2020-06-03T05:35:18.687Z] 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-03T05:35:18.687Z] pre-commit create: /code/.tox/pre-commit [2020-06-03T05:35:36.983Z] pre-commit installdeps: pre-commit [2020-06-03T05:35:59.115Z] 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-03T05:35:59.115Z] ___________________________________ summary ____________________________________ [2020-06-03T05:35:59.115Z] py27: skipped tests [2020-06-03T05:35:59.115Z] py37: skipped tests [2020-06-03T05:35:59.115Z] pre-commit: skipped tests [2020-06-03T05:35:59.115Z] congratulations :) [2020-06-03T05:36:09.261Z] Removing intermediate container 9afb9bb8958c [2020-06-03T05:36:09.261Z] ---> d62c98794a36 [2020-06-03T05:36:09.261Z] Step 17/30 : ARG GIT_COMMIT=unknown [2020-06-03T05:36:09.261Z] ---> Running in 232cc4d3b911 [2020-06-03T05:36:09.261Z] Removing intermediate container 232cc4d3b911 [2020-06-03T05:36:09.261Z] ---> 08f29f5496ab [2020-06-03T05:36:09.261Z] Step 18/30 : ENV DOCKER_COMPOSE_GITSHA=$GIT_COMMIT [2020-06-03T05:36:09.261Z] ---> Running in 86d733260bdc [2020-06-03T05:36:09.261Z] Removing intermediate container 86d733260bdc [2020-06-03T05:36:09.261Z] ---> 526a8ccfcd79 [2020-06-03T05:36:09.261Z] Step 19/30 : RUN script/build/linux-entrypoint [2020-06-03T05:36:09.261Z] ---> Running in 760b7e981fc9 [2020-06-03T05:36:10.235Z] + CODE_PATH=/code [2020-06-03T05:36:10.235Z] + VENV=/code/.tox/py37 [2020-06-03T05:36:10.235Z] + cd /code [2020-06-03T05:36:10.235Z] + mkdir -p dist [2020-06-03T05:36:10.235Z] + chmod 777 dist [2020-06-03T05:36:10.235Z] + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt [2020-06-03T05:36:57.154Z] + '[' -z unknown ']' [2020-06-03T05:36:57.154Z] + echo unknown [2020-06-03T05:36:57.154Z] + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-06-03T05:36:57.154Z] + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-06-03T05:36:57.154Z] + '[' '!' -z 1 ']' [2020-06-03T05:36:57.154Z] + git clone --single-branch --branch develop https://github.com/pyinstaller/pyinstaller.git /tmp/pyinstaller [2020-06-03T05:36:57.154Z] Cloning into '/tmp/pyinstaller'... [2020-06-03T05:36:57.431Z] + cd /tmp/pyinstaller/bootloader [2020-06-03T05:36:57.431Z] + git checkout v3.6 [2020-06-03T05:36:57.431Z] Note: checking out 'v3.6'. [2020-06-03T05:36:57.431Z] [2020-06-03T05:36:57.431Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-06-03T05:36:57.431Z] changes and commit them, and you can discard any commits you make in this [2020-06-03T05:36:57.431Z] state without impacting any branches by performing another checkout. [2020-06-03T05:36:57.431Z] [2020-06-03T05:36:57.431Z] If you want to create a new branch to retain commits you create, you may [2020-06-03T05:36:57.431Z] do so (now or later) by using -b with the checkout command again. Example: [2020-06-03T05:36:57.431Z] [2020-06-03T05:36:57.431Z] git checkout -b [2020-06-03T05:36:57.431Z] [2020-06-03T05:36:57.431Z] HEAD is now at 6d4cce1f Release 3.6. [2020-06-03T05:36:57.431Z] + /code/.tox/py37/bin/python3 ./waf configure --no-lsb all [2020-06-03T05:36:58.858Z] Setting top to : /tmp/pyinstaller/bootloader [2020-06-03T05:36:58.858Z] Setting out to : /tmp/pyinstaller/bootloader/build [2020-06-03T05:36:58.858Z] Python Version : 3.7.5 (default, Nov 15 2019, 03:10:25) [GCC 8.3.0] [2020-06-03T05:36:59.130Z] Checking for 'gcc' (C compiler) : /usr/bin/gcc [2020-06-03T05:36:59.403Z] Checking size of pointer : 8 [2020-06-03T05:36:59.403Z] Platform : Linux-64bit detected based on compiler [2020-06-03T05:36:59.403Z] Checking for compiler flags -m64 : no [2020-06-03T05:36:59.675Z] Checking for linker flags -m64 : no [2020-06-03T05:36:59.675Z] Checking for library dl : yes [2020-06-03T05:36:59.948Z] Checking for library m : yes [2020-06-03T05:36:59.948Z] Checking for library z : yes [2020-06-03T05:37:00.220Z] Checking for function unsetenv : yes [2020-06-03T05:37:00.491Z] Checking for function mkdtemp : yes [2020-06-03T05:37:00.491Z] Checking for function strndup : yes [2020-06-03T05:37:00.762Z] Checking for function strnlen : yes [2020-06-03T05:37:01.032Z] Checking for compiler flags -Wl,--as-needed : yes [2020-06-03T05:37:01.032Z] Checking for program '/usr/bin/strip' : /usr/bin/strip [2020-06-03T05:37:01.032Z] Checking for program 'strip' : /usr/bin/strip [2020-06-03T05:37:01.032Z] 'configure' finished successfully (2.337s) [2020-06-03T05:37:01.032Z] 'all' finished successfully (0.001s) [2020-06-03T05:37:01.032Z] 'distclean' finished successfully (0.005s) [2020-06-03T05:37:01.032Z] Setting top to : /tmp/pyinstaller/bootloader [2020-06-03T05:37:01.032Z] Setting out to : /tmp/pyinstaller/bootloader/build [2020-06-03T05:37:01.032Z] Python Version : 3.7.5 (default, Nov 15 2019, 03:10:25) [GCC 8.3.0] [2020-06-03T05:37:01.303Z] Checking for 'gcc' (C compiler) : /usr/bin/gcc [2020-06-03T05:37:01.576Z] Checking size of pointer : 8 [2020-06-03T05:37:01.576Z] Platform : Linux-64bit detected based on compiler [2020-06-03T05:37:01.576Z] Checking for compiler flags -m64 : no [2020-06-03T05:37:01.846Z] Checking for linker flags -m64 : no [2020-06-03T05:37:01.846Z] Checking for library dl : yes [2020-06-03T05:37:02.119Z] Checking for library m : yes [2020-06-03T05:37:02.119Z] Checking for library z : yes [2020-06-03T05:37:02.390Z] Checking for function unsetenv : yes [2020-06-03T05:37:02.661Z] Checking for function mkdtemp : yes [2020-06-03T05:37:02.661Z] Checking for function strndup : yes [2020-06-03T05:37:02.932Z] Checking for function strnlen : yes [2020-06-03T05:37:02.932Z] Checking for compiler flags -Wl,--as-needed : yes [2020-06-03T05:37:02.932Z] Checking for program '/usr/bin/strip' : /usr/bin/strip [2020-06-03T05:37:02.932Z] Checking for program 'strip' : /usr/bin/strip [2020-06-03T05:37:02.932Z] 'configure' finished successfully (2.091s) [2020-06-03T05:37:03.208Z] 'make_all' finished successfully (0.029s) [2020-06-03T05:37:03.208Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:37:03.208Z] [ 1/13] Compiling src/pyi_python.c [2020-06-03T05:37:03.208Z] [ 2/13] Compiling src/pyi_global.c [2020-06-03T05:37:03.208Z] [ 3/13] Compiling src/main.c [2020-06-03T05:37:03.208Z] [ 4/13] Compiling src/pyi_archive.c [2020-06-03T05:37:03.208Z] [ 5/13] Compiling src/pyi_utils.c [2020-06-03T05:37:03.482Z] [ 6/13] Compiling src/pyi_launch.c [2020-06-03T05:37:03.758Z] [ 7/13] Compiling src/pyi_python27_compat.c [2020-06-03T05:37:03.758Z] [ 8/13] Compiling src/pyi_pythonlib.c [2020-06-03T05:37:04.037Z] [ 9/13] Compiling src/pyi_win32_utils.c [2020-06-03T05:37:04.037Z] [10/13] Compiling src/pyi_path.c [2020-06-03T05:37:04.316Z] [11/13] Compiling src/pyi_main.c [2020-06-03T05:37:04.590Z] [12/13] Linking build/debug/run_d [2020-06-03T05:37:04.590Z] [13/13] Processing build/debug/run_d [2020-06-03T05:37:04.590Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:37:04.590Z] 'build_debug' finished successfully (1.628s) [2020-06-03T05:37:04.863Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:37:04.863Z] [ 1/13] Compiling src/pyi_python.c [2020-06-03T05:37:04.863Z] [ 2/13] Compiling src/pyi_global.c [2020-06-03T05:37:04.863Z] [ 3/13] Compiling src/main.c [2020-06-03T05:37:04.863Z] [ 4/13] Compiling src/pyi_archive.c [2020-06-03T05:37:05.137Z] [ 5/13] Compiling src/pyi_utils.c [2020-06-03T05:37:05.137Z] [ 6/13] Compiling src/pyi_launch.c [2020-06-03T05:37:05.414Z] [ 7/13] Compiling src/pyi_python27_compat.c [2020-06-03T05:37:05.700Z] [ 8/13] Compiling src/pyi_pythonlib.c [2020-06-03T05:37:05.700Z] [ 9/13] Compiling src/pyi_win32_utils.c [2020-06-03T05:37:05.700Z] [10/13] Compiling src/pyi_path.c [2020-06-03T05:37:05.700Z] [11/13] Compiling src/pyi_main.c [2020-06-03T05:37:06.304Z] [12/13] Linking build/release/run [2020-06-03T05:37:06.304Z] [13/13] Processing build/release/run [2020-06-03T05:37:06.304Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:37:06.304Z] 'build_release' finished successfully (1.647s) [2020-06-03T05:37:06.304Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:37:06.575Z] [14/14] Processing build/debug/run_d [2020-06-03T05:37:06.575Z] + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit-aarch/run_d (from build/debug/run_d) [2020-06-03T05:37:06.575Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/debug' [2020-06-03T05:37:06.575Z] 'install_debug' finished successfully (0.097s) [2020-06-03T05:37:06.575Z] Waf: Entering directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:37:06.575Z] [13/14] Processing build/release/run [2020-06-03T05:37:06.575Z] + install /tmp/pyinstaller/PyInstaller/bootloader/Linux-64bit-aarch/run (from build/release/run) [2020-06-03T05:37:06.575Z] Waf: Leaving directory `/tmp/pyinstaller/bootloader/build/release' [2020-06-03T05:37:06.575Z] 'install_release' finished successfully (0.095s) [2020-06-03T05:37:06.575Z] + /code/.tox/py37/bin/pip3 install .. [2020-06-03T05:37:08.537Z] Processing /tmp/pyinstaller [2020-06-03T05:37:10.504Z] Installing build dependencies: started [2020-06-03T05:37:20.630Z] Installing build dependencies: finished with status 'done' [2020-06-03T05:37:20.630Z] Getting requirements to build wheel: started [2020-06-03T05:37:21.222Z] Getting requirements to build wheel: finished with status 'done' [2020-06-03T05:37:21.222Z] Preparing wheel metadata: started [2020-06-03T05:37:23.189Z] Preparing wheel metadata: finished with status 'done' [2020-06-03T05:37:23.189Z] Requirement already satisfied: altgraph in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (0.17) [2020-06-03T05:37:23.189Z] Requirement already satisfied: setuptools in /code/.tox/py37/lib/python3.7/site-packages (from PyInstaller==3.6) (47.1.1) [2020-06-03T05:37:23.189Z] Building wheels for collected packages: PyInstaller [2020-06-03T05:37:23.189Z] Building wheel for PyInstaller (PEP 517): started [2020-06-03T05:37:28.568Z] Building wheel for PyInstaller (PEP 517): finished with status 'done' [2020-06-03T05:37:28.568Z] Created wheel for PyInstaller: filename=PyInstaller-3.6-py3-none-any.whl size=2961966 sha256=2b46d82a3000dc1a93712739a11b89162ccc4955c991676e35b88f430a3c929b [2020-06-03T05:37:28.568Z] Stored in directory: /tmp/pip-ephem-wheel-cache-p7hm9f8v/wheels/c6/b5/ee/576c96234d13fcab2994cdd62b8972c815b72b3ade1d32865b [2020-06-03T05:37:28.568Z] Successfully built PyInstaller [2020-06-03T05:37:29.988Z] Installing collected packages: PyInstaller [2020-06-03T05:37:29.988Z] Attempting uninstall: PyInstaller [2020-06-03T05:37:29.988Z] Found existing installation: PyInstaller 3.6 [2020-06-03T05:37:32.597Z] Uninstalling PyInstaller-3.6: [2020-06-03T05:37:32.597Z] Successfully uninstalled PyInstaller-3.6 [2020-06-03T05:37:35.963Z] Successfully installed PyInstaller-3.6 [2020-06-03T05:37:36.939Z] + cd /code [2020-06-03T05:37:36.939Z] + rm -Rf /tmp/pyinstaller [2020-06-03T05:37:37.211Z] + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec [2020-06-03T05:37:38.186Z] 237 INFO: PyInstaller: 3.6 [2020-06-03T05:37:38.186Z] 238 INFO: Python: 3.7.5 [2020-06-03T05:37:38.186Z] 250 INFO: Platform: Linux-4.15.0-38-generic-aarch64-with [2020-06-03T05:37:38.186Z] 258 INFO: UPX is not available. [2020-06-03T05:37:38.186Z] 265 INFO: Extending PYTHONPATH with paths [2020-06-03T05:37:38.186Z] ['/code/bin', '/code'] [2020-06-03T05:37:38.186Z] 266 INFO: checking Analysis [2020-06-03T05:37:38.186Z] 266 INFO: Building Analysis because Analysis-00.toc is non existent [2020-06-03T05:37:38.186Z] 267 INFO: Initializing module dependency graph... [2020-06-03T05:37:38.186Z] 275 INFO: Caching module graph hooks... [2020-06-03T05:37:38.186Z] 306 INFO: Analyzing base_library.zip ... [2020-06-03T05:37:56.628Z] 18285 INFO: Caching module dependency graph... [2020-06-03T05:37:56.628Z] 18850 INFO: running Analysis Analysis-00.toc [2020-06-03T05:37:56.906Z] 18916 INFO: Analyzing bin/docker-compose [2020-06-03T05:37:57.542Z] 19748 INFO: Processing pre-find module path hook distutils [2020-06-03T05:37:57.542Z] 19751 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7' [2020-06-03T05:37:59.580Z] 21534 INFO: Processing pre-safe import module hook urllib3.packages.six.moves [2020-06-03T05:38:06.263Z] 28018 INFO: Processing pre-safe import module hook six.moves [2020-06-03T05:38:32.996Z] 51443 INFO: Processing module hooks... [2020-06-03T05:38:32.996Z] 51444 INFO: Loading module hook "hook-sysconfig.py"... [2020-06-03T05:38:32.996Z] 51488 INFO: Loading module hook "hook-xml.py"... [2020-06-03T05:38:32.996Z] 51801 INFO: Loading module hook "hook-nacl.py"... [2020-06-03T05:38:32.996Z] 51813 INFO: Loading module hook "hook-importlib_metadata.py"... [2020-06-03T05:38:32.996Z] 51820 INFO: Loading module hook "hook-certifi.py"... [2020-06-03T05:38:32.996Z] 51824 INFO: Loading module hook "hook-distutils.py"... [2020-06-03T05:38:32.996Z] 51828 INFO: Loading module hook "hook-cryptography.py"... [2020-06-03T05:38:32.996Z] 52623 INFO: Loading module hook "hook-pydoc.py"... [2020-06-03T05:38:32.996Z] 52626 INFO: Loading module hook "hook-encodings.py"... [2020-06-03T05:38:32.996Z] 52887 INFO: Loading module hook "hook-jsonschema.py"... [2020-06-03T05:38:32.996Z] 52906 INFO: Loading module hook "hook-pkg_resources.py"... [2020-06-03T05:38:32.996Z] 55017 INFO: Processing pre-safe import module hook win32com [2020-06-03T05:38:32.996Z] 55235 INFO: Excluding import '__main__' [2020-06-03T05:38:32.996Z] 55242 INFO: Removing import of __main__ from module pkg_resources [2020-06-03T05:38:33.268Z] 55437 INFO: Looking for ctypes DLLs [2020-06-03T05:38:33.541Z] Illegal option -p [2020-06-03T05:38:33.541Z] 55679 INFO: Analyzing run-time hooks ... [2020-06-03T05:38:33.541Z] 55766 INFO: Including run-time hook 'pyi_rth_certifi.py' [2020-06-03T05:38:33.541Z] 55773 INFO: Including run-time hook 'pyi_rth_pkgres.py' [2020-06-03T05:38:33.541Z] 55779 INFO: Including run-time hook 'pyi_rth_multiprocessing.py' [2020-06-03T05:38:33.811Z] 55894 INFO: Looking for dynamic libraries [2020-06-03T05:38:35.237Z] 57351 INFO: Looking for eggs [2020-06-03T05:38:35.237Z] 57352 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0 [2020-06-03T05:38:35.237Z] 57445 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt [2020-06-03T05:38:36.207Z] 58115 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html [2020-06-03T05:38:36.207Z] 58269 INFO: checking PYZ [2020-06-03T05:38:36.207Z] 58270 INFO: Building PYZ because PYZ-00.toc is non existent [2020-06-03T05:38:36.207Z] 58270 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz [2020-06-03T05:38:41.571Z] 63146 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully. [2020-06-03T05:38:41.571Z] 63237 INFO: checking PKG [2020-06-03T05:38:41.571Z] 63238 INFO: Building PKG because PKG-00.toc is non existent [2020-06-03T05:38:41.571Z] 63238 INFO: Building PKG (CArchive) PKG-00.pkg [2020-06-03T05:39:13.841Z] 93336 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. [2020-06-03T05:39:13.841Z] 93366 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit-aarch/run [2020-06-03T05:39:13.841Z] 93367 INFO: checking EXE [2020-06-03T05:39:13.841Z] 93368 INFO: Building EXE because EXE-00.toc is non existent [2020-06-03T05:39:13.841Z] 93368 INFO: Building EXE from EXE-00.toc [2020-06-03T05:39:13.841Z] 93370 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose [2020-06-03T05:39:13.841Z] 93590 INFO: Building EXE from EXE-00.toc completed successfully. [2020-06-03T05:39:13.841Z] + ls -la dist/ [2020-06-03T05:39:13.841Z] total 16932 [2020-06-03T05:39:13.841Z] drwxrwxrwx 2 root root 4096 Jun 3 05:39 . [2020-06-03T05:39:13.841Z] drwxr-xr-x 1 root root 4096 Jun 3 05:37 .. [2020-06-03T05:39:13.841Z] -rwxr-xr-x 1 root root 17325328 Jun 3 05:39 docker-compose [2020-06-03T05:39:13.841Z] + ldd dist/docker-compose [2020-06-03T05:39:13.841Z]  /lib/ld-musl-aarch64.so.1 (0xffff89787000) [2020-06-03T05:39:13.841Z] libz.so.1 => /lib/libz.so.1 (0xffff89736000) [2020-06-03T05:39:13.841Z] libc.musl-aarch64.so.1 => /lib/ld-musl-aarch64.so.1 (0xffff89787000) [2020-06-03T05:39:13.841Z] + mv dist/docker-compose /usr/local/bin [2020-06-03T05:39:13.841Z] + docker-compose version [2020-06-03T05:39:13.841Z] [1012] Failed to execute script pyi_rth_pkgres [2020-06-03T05:39:13.841Z] Traceback (most recent call last): [2020-06-03T05:39:13.841Z] File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in [2020-06-03T05:39:13.841Z] File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module [2020-06-03T05:39:13.841Z] exec(bytecode, module.__dict__) [2020-06-03T05:39:13.841Z] File "site-packages/pkg_resources/__init__.py", line 86, in [2020-06-03T05:39:13.841Z] ModuleNotFoundError: No module named 'pkg_resources.py2_warn' [2020-06-03T05:39:13.841Z] 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] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-03T05:39:14.194Z] Failed in branch arm64 [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-03T05:39:14.895Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T05:39:15.452Z] ---> package-listing.sh [2020-06-03T05:39:15.452Z] ++ facter osfamily [2020-06-03T05:39:15.452Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-03T05:39:15.452Z] + OS_FAMILY=redhat [2020-06-03T05:39:15.452Z] + workspace=/w/workspace/ry_ci-build-images_edgex-compose [2020-06-03T05:39:15.452Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-03T05:39:15.452Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-03T05:39:15.452Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-03T05:39:15.452Z] + PACKAGES=/tmp/packages_start.txt [2020-06-03T05:39:15.452Z] + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' [2020-06-03T05:39:15.452Z] + PACKAGES=/tmp/packages_end.txt [2020-06-03T05:39:15.452Z] + case "${OS_FAMILY}" in [2020-06-03T05:39:15.452Z] + rpm -qa [2020-06-03T05:39:15.452Z] + sort [2020-06-03T05:39:19.662Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-03T05:39:19.662Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-03T05:39:19.662Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-03T05:39:19.662Z] + '[' /w/workspace/ry_ci-build-images_edgex-compose ']' [2020-06-03T05:39:19.662Z] + mkdir -p /w/workspace/ry_ci-build-images_edgex-compose/archives/ [2020-06-03T05:39:19.662Z] + 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-03T05:39:20.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T05:39:20.443Z] [2020-06-03T05:39:20.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-03T05:39:20.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-03T05:39:20.766Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-03T05:39:20.766Z] c9b1b535fdd9: Already exists [2020-06-03T05:39:20.766Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-03T05:39:20.766Z] 756a868c4378: Pulling fs layer [2020-06-03T05:39:20.766Z] 444b2fc9a129: Pulling fs layer [2020-06-03T05:39:20.766Z] ea15f1150254: Pulling fs layer [2020-06-03T05:39:20.766Z] 41b27a9f41bf: Pulling fs layer [2020-06-03T05:39:20.767Z] 28c525ee5125: Pulling fs layer [2020-06-03T05:39:20.767Z] 094b1ea09ed8: Pulling fs layer [2020-06-03T05:39:20.767Z] 138eaada9080: Pulling fs layer [2020-06-03T05:39:20.767Z] 0622d0fa9048: Pulling fs layer [2020-06-03T05:39:20.767Z] ea15f1150254: Waiting [2020-06-03T05:39:20.767Z] 41b27a9f41bf: Waiting [2020-06-03T05:39:20.767Z] 28c525ee5125: Waiting [2020-06-03T05:39:20.767Z] 094b1ea09ed8: Waiting [2020-06-03T05:39:20.767Z] 138eaada9080: Waiting [2020-06-03T05:39:20.767Z] 0622d0fa9048: Waiting [2020-06-03T05:39:20.767Z] 444b2fc9a129: Verifying Checksum [2020-06-03T05:39:20.767Z] 444b2fc9a129: Download complete [2020-06-03T05:39:20.767Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-03T05:39:20.767Z] 2cc5ad85d9ab: Download complete [2020-06-03T05:39:20.767Z] ea15f1150254: Verifying Checksum [2020-06-03T05:39:20.767Z] ea15f1150254: Download complete [2020-06-03T05:39:21.049Z] 28c525ee5125: Verifying Checksum [2020-06-03T05:39:21.049Z] 28c525ee5125: Download complete [2020-06-03T05:39:21.049Z] 2cc5ad85d9ab: Pull complete [2020-06-03T05:39:21.312Z] 756a868c4378: Verifying Checksum [2020-06-03T05:39:21.312Z] 756a868c4378: Download complete [2020-06-03T05:39:21.312Z] 138eaada9080: Verifying Checksum [2020-06-03T05:39:21.312Z] 138eaada9080: Download complete [2020-06-03T05:39:21.312Z] 094b1ea09ed8: Download complete [2020-06-03T05:39:21.312Z] 0622d0fa9048: Verifying Checksum [2020-06-03T05:39:21.312Z] 0622d0fa9048: Download complete [2020-06-03T05:39:21.887Z] 41b27a9f41bf: Verifying Checksum [2020-06-03T05:39:21.887Z] 41b27a9f41bf: Download complete [2020-06-03T05:39:22.843Z] 756a868c4378: Pull complete [2020-06-03T05:39:22.843Z] 444b2fc9a129: Pull complete [2020-06-03T05:39:23.104Z] ea15f1150254: Pull complete [2020-06-03T05:39:27.548Z] 41b27a9f41bf: Pull complete [2020-06-03T05:39:27.548Z] 28c525ee5125: Pull complete [2020-06-03T05:39:30.938Z] 094b1ea09ed8: Pull complete [2020-06-03T05:39:30.938Z] 138eaada9080: Pull complete [2020-06-03T05:39:31.199Z] 0622d0fa9048: Pull complete [2020-06-03T05:39:31.199Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-03T05:39:31.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-03T05:39:31.377Z] prd-centos7-docker-4c-2g-1649 does not seem to be running inside a container [2020-06-03T05:39:31.444Z] $ 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-03T05:39:32.065Z] $ docker top 0915573046a949b21ea80f349917cf2e277bc90fdc2fa12a00b925f520d1af46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-03T05:39:32.252Z] provisioning config files... [2020-06-03T05:39:32.268Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_edgex-compose@tmp/config8222363552685061679tmp [Pipeline] { [Pipeline] echo [2020-06-03T05:39:32.302Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T05:39:32.599Z] ---> create-netrc.sh [Pipeline] echo [2020-06-03T05:39:32.608Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-03T05:39:32.900Z] ---> logs-deploy.sh [2020-06-03T05:39:32.900Z] + ARCHIVE_ARTIFACTS= [2020-06-03T05:39:32.900Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-03T05:39:32.900Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-03T05:39:32.900Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-03T05:39:32.900Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/3 [2020-06-03T05:39:32.900Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/3/ [2020-06-03T05:39:32.900Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/3 /w/workspace/ry_ci-build-images_edgex-compose [2020-06-03T05:39:34.302Z] Archives upload complete. [2020-06-03T05:39:34.302Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/edgex-compose/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/ci-build-images/job/edgex-compose/3/