Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1b13e715b98d4114ea892088ead3eb0f32f416a1 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3401 in /w/workspace/_app-service-configurable_master [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/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 1b13e715b98d4114ea892088ead3eb0f32f416a1 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 Commit message: "build: Add Attribution.txt and LICENSE file to docker image (#85)" > git rev-list --no-walk 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-17T21:10:43.548Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-17T21:10:43.657Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-17T21:10:43.695Z] ========================================================= [2020-06-17T21:10:43.696Z] EdgeX Global Pipelines Version Info [2020-06-17T21:10:43.696Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:10:45.683Z] ------------------- [2020-06-17T21:10:45.683Z] stable info: [2020-06-17T21:10:45.683Z] ------------------- [2020-06-17T21:10:45.683Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-17T21:10:45.683Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T21:10:45.683Z] Message: update stable to v1.0.89 [2020-06-17T21:10:46.638Z] ------------------- [2020-06-17T21:10:46.638Z] experimental info: [2020-06-17T21:10:46.638Z] ------------------- [2020-06-17T21:10:46.638Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-17T21:10:46.638Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-17T21:10:46.638Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:10:47.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T21:10:48.040Z] [2020-06-17T21:10:48.040Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:10:48.366Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T21:10:48.366Z] latest: Pulling from edgex-devops/git-semver [2020-06-17T21:10:48.366Z] 9123ac7c32f7: Pulling fs layer [2020-06-17T21:10:48.366Z] b8cc5d1170e3: Pulling fs layer [2020-06-17T21:10:48.366Z] 2924cbbf6a41: Pulling fs layer [2020-06-17T21:10:48.366Z] 93b08a4f1073: Pulling fs layer [2020-06-17T21:10:48.366Z] 93b08a4f1073: Waiting [2020-06-17T21:10:48.366Z] b8cc5d1170e3: Verifying Checksum [2020-06-17T21:10:48.366Z] b8cc5d1170e3: Download complete [2020-06-17T21:10:48.639Z] 9123ac7c32f7: Verifying Checksum [2020-06-17T21:10:48.639Z] 9123ac7c32f7: Download complete [2020-06-17T21:10:48.639Z] 93b08a4f1073: Verifying Checksum [2020-06-17T21:10:48.639Z] 93b08a4f1073: Download complete [2020-06-17T21:10:48.639Z] 2924cbbf6a41: Verifying Checksum [2020-06-17T21:10:48.639Z] 2924cbbf6a41: Download complete [2020-06-17T21:10:48.901Z] 9123ac7c32f7: Pull complete [2020-06-17T21:10:48.901Z] b8cc5d1170e3: Pull complete [2020-06-17T21:10:49.858Z] 2924cbbf6a41: Pull complete [2020-06-17T21:10:50.119Z] 93b08a4f1073: Pull complete [2020-06-17T21:10:50.119Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-17T21:10:50.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T21:10:50.119Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-17T21:10:50.234Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:10:50.302Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T21:10:52.281Z] $ docker top 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T21:10:52.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T21:10:52.447Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T21:10:52.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T21:10:52.686Z] $ docker exec 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent [2020-06-17T21:10:52.838Z] SSH_AUTH_SOCK=/tmp/ssh-NOtIoyKZXcbI/agent.11 [2020-06-17T21:10:52.838Z] SSH_AGENT_PID=17 [2020-06-17T21:10:52.848Z] Running ssh-add (command line suppressed) [2020-06-17T21:10:52.989Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7792900946333887000.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7792900946333887000.key) [2020-06-17T21:10:53.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T21:10:53.345Z] + git describe --exact-match --tags HEAD [2020-06-17T21:10:53.345Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-17T21:10:53.487Z] $ docker exec --env ******** --env ******** 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent -k [2020-06-17T21:10:53.608Z] unset SSH_AUTH_SOCK; [2020-06-17T21:10:53.608Z] unset SSH_AGENT_PID; [2020-06-17T21:10:53.609Z] echo Agent pid 17 killed; [2020-06-17T21:10:53.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-17T21:10:53.682Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-17T21:10:53.683Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-17T21:10:53.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T21:10:53.724Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T21:10:53.902Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T21:10:53.913Z] $ docker exec 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent [2020-06-17T21:10:54.068Z] SSH_AUTH_SOCK=/tmp/ssh-4eDP8qiYfrNT/agent.47 [2020-06-17T21:10:54.068Z] SSH_AGENT_PID=53 [2020-06-17T21:10:54.074Z] Running ssh-add (command line suppressed) [2020-06-17T21:10:54.202Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4776507510011678375.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4776507510011678375.key) [2020-06-17T21:10:54.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T21:10:54.542Z] + git semver init [2020-06-17T21:10:54.542Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T21:10:54.542Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-17T21:10:54.542Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-17T21:10:54.542Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T21:10:54.542Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T21:10:54.542Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T21:10:54.542Z] # $SEMVER_BRANCH = master [2020-06-17T21:10:54.542Z] # $SEMVER_TEMP = /tmp/semver-918331464 [2020-06-17T21:10:54.542Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-06-17T21:10:54.807Z] # '/tmp/semver-918331464' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-06-17T21:10:55.067Z] # -> Force: false [2020-06-17T21:10:55.067Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-17T21:10:55.085Z] $ docker exec --env ******** --env ******** 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 ssh-agent -k [2020-06-17T21:10:55.213Z] unset SSH_AUTH_SOCK; [2020-06-17T21:10:55.214Z] unset SSH_AGENT_PID; [2020-06-17T21:10:55.214Z] echo Agent pid 53 killed; [2020-06-17T21:10:55.251Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T21:10:55.800Z] + git semver [Pipeline] } [2020-06-17T21:10:55.823Z] $ docker stop --time=1 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 [2020-06-17T21:10:57.329Z] $ docker rm -f 916c404f272555ebe932a6e5e0de664488228abc7a18381d6ad34e8f1ba7f189 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-17T21:10:57.811Z] Stashed 52 file(s) [Pipeline] echo [2020-06-17T21:10:57.813Z] [edgeXSemver] initialized semver on version 1.2.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-17T21:11:12.959Z] Still waiting to schedule task [2020-06-17T21:11:12.959Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3401’ [2020-06-17T21:11:12.961Z] Still waiting to schedule task [2020-06-17T21:11:12.961Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-17T21:12:49.812Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3402 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-17T21:12:49.836Z] Running in /w/workspace/app-service-configurable/32 [Pipeline] { [Pipeline] checkout [2020-06-17T21:12:54.586Z] using credential edgex-jenkins-ssh [2020-06-17T21:12:54.621Z] Cloning the remote Git repository [2020-06-17T21:12:54.621Z] Cloning with configured refspecs honoured and without tags [2020-06-17T21:12:54.647Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-17T21:12:54.752Z] > git init /w/workspace/app-service-configurable/32 # timeout=10 [2020-06-17T21:12:54.828Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-17T21:12:54.828Z] > git --version # timeout=10 [2020-06-17T21:12:54.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T21:12:55.637Z] Fetching without tags [2020-06-17T21:12:56.080Z] Checking out Revision 1b13e715b98d4114ea892088ead3eb0f32f416a1 (master) [2020-06-17T21:12:54.897Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T21:12:55.526Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-17T21:12:55.551Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T21:12:55.586Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-17T21:12:55.621Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-17T21:12:55.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T21:12:55.634Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T21:12:56.073Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T21:12:56.095Z] > git checkout -f 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 [2020-06-17T21:13:00.483Z] Commit message: "build: Add Attribution.txt and LICENSE file to docker image (#85)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T21:13:01.440Z] ========================================================= [2020-06-17T21:13:01.441Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-17T21:13:01.441Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:13:02.330Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-17T21:13:03.315Z] Sending build context to Docker daemon 326.7kB [2020-06-17T21:13:03.315Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T21:13:03.315Z] Step 2/8 : FROM ${BASE} [2020-06-17T21:13:03.591Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-17T21:13:03.591Z] cde5963f3b93: Pulling fs layer [2020-06-17T21:13:03.591Z] 2a23fa8c16f7: Pulling fs layer [2020-06-17T21:13:03.591Z] 777b28850792: Pulling fs layer [2020-06-17T21:13:03.591Z] 8a11ddd9e578: Pulling fs layer [2020-06-17T21:13:03.591Z] 4cf88f913ddb: Pulling fs layer [2020-06-17T21:13:03.591Z] 1df406cf5192: Pulling fs layer [2020-06-17T21:13:03.591Z] cd6300453558: Pulling fs layer [2020-06-17T21:13:03.591Z] b9c365052c96: Pulling fs layer [2020-06-17T21:13:03.591Z] a2d8cc88f415: Pulling fs layer [2020-06-17T21:13:03.591Z] ea1d1ca13537: Pulling fs layer [2020-06-17T21:13:03.591Z] 3750a50a1c5e: Pulling fs layer [2020-06-17T21:13:03.591Z] 1df406cf5192: Waiting [2020-06-17T21:13:03.591Z] cd6300453558: Waiting [2020-06-17T21:13:03.591Z] ea1d1ca13537: Waiting [2020-06-17T21:13:03.591Z] 3750a50a1c5e: Waiting [2020-06-17T21:13:03.591Z] b9c365052c96: Waiting [2020-06-17T21:13:03.591Z] a2d8cc88f415: Waiting [2020-06-17T21:13:03.591Z] 8a11ddd9e578: Waiting [2020-06-17T21:13:03.591Z] 4cf88f913ddb: Waiting [2020-06-17T21:13:03.591Z] 777b28850792: Verifying Checksum [2020-06-17T21:13:03.591Z] 777b28850792: Download complete [2020-06-17T21:13:03.591Z] 2a23fa8c16f7: Download complete [2020-06-17T21:13:03.591Z] 4cf88f913ddb: Download complete [2020-06-17T21:13:03.591Z] 1df406cf5192: Verifying Checksum [2020-06-17T21:13:03.591Z] 1df406cf5192: Download complete [2020-06-17T21:13:03.591Z] cde5963f3b93: Verifying Checksum [2020-06-17T21:13:03.591Z] cde5963f3b93: Download complete [2020-06-17T21:13:04.588Z] cde5963f3b93: Pull complete [2020-06-17T21:13:05.190Z] 2a23fa8c16f7: Pull complete [2020-06-17T21:13:05.465Z] 777b28850792: Pull complete [2020-06-17T21:13:06.914Z] cd6300453558: Verifying Checksum [2020-06-17T21:13:06.914Z] cd6300453558: Download complete [2020-06-17T21:13:06.914Z] a2d8cc88f415: Download complete [2020-06-17T21:13:08.411Z] ea1d1ca13537: Verifying Checksum [2020-06-17T21:13:08.411Z] ea1d1ca13537: Download complete [2020-06-17T21:13:08.411Z] 3750a50a1c5e: Verifying Checksum [2020-06-17T21:13:08.411Z] 3750a50a1c5e: Download complete [2020-06-17T21:13:09.850Z] 8a11ddd9e578: Verifying Checksum [2020-06-17T21:13:09.850Z] 8a11ddd9e578: Download complete [2020-06-17T21:13:09.850Z] b9c365052c96: Verifying Checksum [2020-06-17T21:13:09.850Z] b9c365052c96: Download complete [2020-06-17T21:13:22.220Z] 8a11ddd9e578: Pull complete [2020-06-17T21:13:22.220Z] 4cf88f913ddb: Pull complete [2020-06-17T21:13:22.220Z] 1df406cf5192: Pull complete [2020-06-17T21:13:25.617Z] cd6300453558: Pull complete [2020-06-17T21:13:31.022Z] b9c365052c96: Pull complete [2020-06-17T21:13:31.022Z] a2d8cc88f415: Pull complete [2020-06-17T21:13:32.463Z] ea1d1ca13537: Pull complete [2020-06-17T21:13:33.061Z] 3750a50a1c5e: Pull complete [2020-06-17T21:13:33.061Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-17T21:13:33.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-17T21:13:33.061Z] ---> 78745c68409d [2020-06-17T21:13:33.061Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T21:13:37.381Z] ---> Running in 61fc54cf837f [2020-06-17T21:13:37.975Z] Removing intermediate container 61fc54cf837f [2020-06-17T21:13:37.975Z] ---> 3c3dbd5a2824 [2020-06-17T21:13:37.975Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T21:13:37.975Z] ---> Running in 186b8f130e63 [2020-06-17T21:13:39.798Z] Running on prd-centos7-docker-4c-2g-3403 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-17T21:13:39.822Z] Running in /w/workspace/app-service-configurable/32 [Pipeline] { [Pipeline] checkout [2020-06-17T21:13:41.364Z] Removing intermediate container 186b8f130e63 [2020-06-17T21:13:41.364Z] ---> c376ab14ff44 [2020-06-17T21:13:41.364Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-17T21:13:41.364Z] ---> Running in 1d465479dc27 [2020-06-17T21:13:42.340Z] using credential edgex-jenkins-ssh [2020-06-17T21:13:42.371Z] Cloning the remote Git repository [2020-06-17T21:13:42.371Z] Cloning with configured refspecs honoured and without tags [2020-06-17T21:13:42.812Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T21:13:41.861Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-17T21:13:41.930Z] > git init /w/workspace/app-service-configurable/32 # timeout=10 [2020-06-17T21:13:41.972Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-17T21:13:41.972Z] > git --version # timeout=10 [2020-06-17T21:13:41.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T21:13:42.010Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T21:13:43.202Z] Fetching without tags [2020-06-17T21:13:43.608Z] Checking out Revision 1b13e715b98d4114ea892088ead3eb0f32f416a1 (master) [2020-06-17T21:13:43.786Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T21:13:42.700Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-17T21:13:42.707Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T21:13:42.723Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-17T21:13:42.735Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-17T21:13:42.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-17T21:13:42.740Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-17T21:13:43.187Z] > git config core.sparsecheckout # timeout=10 [2020-06-17T21:13:43.201Z] > git checkout -f 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 [2020-06-17T21:13:44.376Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-17T21:13:44.376Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-17T21:13:44.647Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-17T21:13:44.647Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-17T21:13:44.647Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-17T21:13:44.918Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-17T21:13:44.918Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T21:13:44.918Z] OK: 127 MiB in 45 packages [2020-06-17T21:13:46.350Z] Removing intermediate container 1d465479dc27 [2020-06-17T21:13:46.350Z] ---> 84ca80b18101 [2020-06-17T21:13:46.350Z] Step 6/8 : WORKDIR /app [2020-06-17T21:13:46.350Z] ---> Running in 7126ed995438 [2020-06-17T21:13:46.953Z] Removing intermediate container 7126ed995438 [2020-06-17T21:13:46.953Z] ---> dd7233424b4f [2020-06-17T21:13:46.953Z] Step 7/8 : COPY . . [2020-06-17T21:13:47.110Z] Commit message: "build: Add Attribution.txt and LICENSE file to docker image (#85)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-17T21:13:47.686Z] ========================================================= [2020-06-17T21:13:47.686Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-17T21:13:47.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:13:47.927Z] ---> 2136e548e5ef [2020-06-17T21:13:47.927Z] Step 8/8 : RUN go mod download [2020-06-17T21:13:47.927Z] ---> Running in d39b9479ccee [2020-06-17T21:13:48.359Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-17T21:13:48.625Z] Sending build context to Docker daemon 326.7kB [2020-06-17T21:13:48.625Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-17T21:13:48.625Z] Step 2/8 : FROM ${BASE} [2020-06-17T21:13:48.890Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-17T21:13:48.890Z] e6b0cf9c0882: Pulling fs layer [2020-06-17T21:13:48.890Z] 2848faf0eed1: Pulling fs layer [2020-06-17T21:13:48.890Z] 0f37312ad70f: Pulling fs layer [2020-06-17T21:13:48.890Z] 5788d62ee057: Pulling fs layer [2020-06-17T21:13:48.890Z] 0e6b1d234666: Pulling fs layer [2020-06-17T21:13:48.890Z] bf5d7aec512f: Pulling fs layer [2020-06-17T21:13:48.890Z] 34c802a77dc8: Pulling fs layer [2020-06-17T21:13:48.890Z] 9eb99e56ec68: Pulling fs layer [2020-06-17T21:13:48.890Z] 27c7a5d97fbd: Pulling fs layer [2020-06-17T21:13:48.890Z] 5c102a31e300: Pulling fs layer [2020-06-17T21:13:48.890Z] dcfb455df0a1: Pulling fs layer [2020-06-17T21:13:48.890Z] 34c802a77dc8: Waiting [2020-06-17T21:13:48.890Z] 9eb99e56ec68: Waiting [2020-06-17T21:13:48.890Z] 27c7a5d97fbd: Waiting [2020-06-17T21:13:48.890Z] 5c102a31e300: Waiting [2020-06-17T21:13:48.890Z] 5788d62ee057: Waiting [2020-06-17T21:13:48.890Z] dcfb455df0a1: Waiting [2020-06-17T21:13:48.890Z] bf5d7aec512f: Waiting [2020-06-17T21:13:48.890Z] 0e6b1d234666: Waiting [2020-06-17T21:13:48.890Z] 0f37312ad70f: Download complete [2020-06-17T21:13:48.890Z] 2848faf0eed1: Verifying Checksum [2020-06-17T21:13:48.890Z] 2848faf0eed1: Download complete [2020-06-17T21:13:48.890Z] 0e6b1d234666: Verifying Checksum [2020-06-17T21:13:48.890Z] 0e6b1d234666: Download complete [2020-06-17T21:13:48.890Z] bf5d7aec512f: Download complete [2020-06-17T21:13:48.890Z] e6b0cf9c0882: Verifying Checksum [2020-06-17T21:13:49.482Z] e6b0cf9c0882: Pull complete [2020-06-17T21:13:49.747Z] 34c802a77dc8: Verifying Checksum [2020-06-17T21:13:49.747Z] 34c802a77dc8: Download complete [2020-06-17T21:13:49.747Z] 27c7a5d97fbd: Verifying Checksum [2020-06-17T21:13:49.747Z] 27c7a5d97fbd: Download complete [2020-06-17T21:13:50.322Z] 5c102a31e300: Verifying Checksum [2020-06-17T21:13:50.322Z] 5c102a31e300: Download complete [2020-06-17T21:13:50.322Z] dcfb455df0a1: Verifying Checksum [2020-06-17T21:13:50.322Z] dcfb455df0a1: Download complete [2020-06-17T21:13:50.322Z] 9eb99e56ec68: Verifying Checksum [2020-06-17T21:13:50.322Z] 9eb99e56ec68: Download complete [2020-06-17T21:13:50.322Z] 5788d62ee057: Verifying Checksum [2020-06-17T21:13:51.265Z] 2848faf0eed1: Pull complete [2020-06-17T21:13:51.296Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:13:51.526Z] 0f37312ad70f: Pull complete [2020-06-17T21:13:51.564Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:13:51.564Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T21:13:51.564Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:13:51.564Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T21:13:51.564Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T21:13:51.564Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:13:51.564Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T21:13:51.564Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:13:51.564Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:13:51.564Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:13:51.564Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:13:51.564Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:13:51.832Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:13:51.832Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:13:51.832Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:13:51.832Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:13:51.832Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T21:13:51.832Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-17T21:13:52.100Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:13:52.100Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T21:13:52.100Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:13:52.100Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:13:52.100Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T21:13:52.100Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-17T21:13:52.100Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-17T21:13:52.100Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:13:52.100Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T21:13:52.370Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-17T21:13:52.370Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T21:13:52.370Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T21:13:52.370Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T21:13:52.643Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T21:13:52.643Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-17T21:13:52.643Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T21:13:52.643Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-17T21:13:52.643Z] go: finding github.com/kr/pty v1.1.1 [2020-06-17T21:13:52.643Z] go: finding github.com/kr/text v0.1.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T21:13:52.643Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T21:13:52.643Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:13:52.643Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:13:52.913Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-17T21:13:52.913Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-17T21:13:52.913Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T21:13:52.913Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:13:52.913Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:13:52.913Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T21:13:52.913Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T21:13:52.913Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T21:13:52.913Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T21:13:52.913Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T21:13:52.913Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-17T21:13:52.913Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T21:13:52.913Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-17T21:13:53.182Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T21:13:53.182Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T21:13:53.182Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:13:53.182Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-17T21:13:53.182Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:13:53.182Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:13:53.182Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:13:53.182Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:13:53.451Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-17T21:13:53.451Z] go: finding golang.org/x/text v0.3.2 [2020-06-17T21:13:53.451Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-17T21:13:53.451Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-17T21:13:53.451Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-17T21:13:53.451Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-17T21:13:53.451Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-17T21:13:53.722Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T21:13:56.826Z] 5788d62ee057: Pull complete [2020-06-17T21:13:56.827Z] 0e6b1d234666: Pull complete [2020-06-17T21:13:57.088Z] bf5d7aec512f: Pull complete [2020-06-17T21:14:02.377Z] 34c802a77dc8: Pull complete [2020-06-17T21:14:04.929Z] 9eb99e56ec68: Pull complete [2020-06-17T21:14:04.929Z] 27c7a5d97fbd: Pull complete [2020-06-17T21:14:05.507Z] 5c102a31e300: Pull complete [2020-06-17T21:14:05.768Z] dcfb455df0a1: Pull complete [2020-06-17T21:14:05.768Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-17T21:14:05.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-17T21:14:05.768Z] ---> 7c70fe431013 [2020-06-17T21:14:05.768Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T21:14:07.156Z] ---> Running in b800ea9078a2 [2020-06-17T21:14:07.416Z] Removing intermediate container b800ea9078a2 [2020-06-17T21:14:07.416Z] ---> 2b548f10bf02 [2020-06-17T21:14:07.416Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T21:14:07.416Z] ---> Running in e64016912d59 [2020-06-17T21:14:08.806Z] Removing intermediate container e64016912d59 [2020-06-17T21:14:08.806Z] ---> 79fe72a736b2 [2020-06-17T21:14:08.806Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-17T21:14:08.806Z] ---> Running in 63a34f46c35c [2020-06-17T21:14:09.069Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T21:14:10.451Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T21:14:10.712Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-17T21:14:10.712Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-17T21:14:10.712Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-17T21:14:10.971Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-17T21:14:10.971Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-17T21:14:10.971Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-17T21:14:11.233Z] Executing busybox-1.31.1-r8.trigger [2020-06-17T21:14:11.233Z] OK: 145 MiB in 45 packages [2020-06-17T21:14:11.808Z] Removing intermediate container 63a34f46c35c [2020-06-17T21:14:11.808Z] ---> 35bdb4af04a3 [2020-06-17T21:14:11.808Z] Step 6/8 : WORKDIR /app [2020-06-17T21:14:11.808Z] ---> Running in 24bc51b8b6ba [2020-06-17T21:14:11.808Z] Removing intermediate container 24bc51b8b6ba [2020-06-17T21:14:11.808Z] ---> de19ce5ea762 [2020-06-17T21:14:11.808Z] Step 7/8 : COPY . . [2020-06-17T21:14:12.018Z] Removing intermediate container d39b9479ccee [2020-06-17T21:14:12.019Z] ---> 85575477b7b6 [2020-06-17T21:14:12.019Z] Successfully built 85575477b7b6 [2020-06-17T21:14:12.019Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:14:12.568Z] + docker inspect -f . ci-base-image-arm64 [2020-06-17T21:14:12.568Z] . [Pipeline] withDockerContainer [2020-06-17T21:14:12.753Z] ---> 63989081d6e3 [2020-06-17T21:14:12.753Z] Step 8/8 : RUN go mod download [2020-06-17T21:14:12.753Z] ---> Running in 63fbae392871 [2020-06-17T21:14:12.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-3402 does not seem to be running inside a container [2020-06-17T21:14:12.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/32 -v /w/workspace/app-service-configurable/32:/w/workspace/app-service-configurable/32:rw,z -v /w/workspace/app-service-configurable/32@tmp:/w/workspace/app-service-configurable/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-17T21:14:14.733Z] $ docker top ebfd7718b3848f13eb47b2b71c9a22d47bda5bdd38388df82df5fdb95403a3dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T21:14:15.299Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:14:15.299Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:14:15.299Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-17T21:14:15.299Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:14:15.299Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-17T21:14:15.299Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-17T21:14:15.299Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:14:15.299Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-17T21:14:15.299Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:14:15.299Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:14:15.299Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:14:15.299Z] go: finding github.com/fatih/color v1.7.0 [2020-06-17T21:14:15.299Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-17T21:14:15.299Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:14:15.299Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T21:14:15.299Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:14:15.299Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:14:15.299Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T21:14:15.299Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-17T21:14:15.299Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-17T21:14:15.299Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:14:15.299Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-17T21:14:15.299Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-17T21:14:15.299Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T21:14:15.299Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-17T21:14:15.299Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T21:14:15.299Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-17T21:14:15.299Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-17T21:14:15.299Z] go: finding github.com/kr/pty v1.1.1 [2020-06-17T21:14:15.299Z] go: finding github.com/kr/text v0.1.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-17T21:14:15.299Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-17T21:14:15.299Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:14:15.299Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-17T21:14:15.299Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-17T21:14:15.299Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-17T21:14:15.299Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:14:15.299Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-17T21:14:15.299Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-17T21:14:15.299Z] go: finding github.com/posener/complete v1.1.1 [2020-06-17T21:14:15.299Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-17T21:14:15.299Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-17T21:14:15.299Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-17T21:14:15.299Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-17T21:14:15.299Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-17T21:14:15.299Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-17T21:14:15.299Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T21:14:15.299Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:14:15.299Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-17T21:14:15.299Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:14:15.299Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:14:15.299Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:14:15.299Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:14:15.299Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-17T21:14:15.299Z] go: finding golang.org/x/text v0.3.2 [2020-06-17T21:14:15.564Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-17T21:14:15.564Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-17T21:14:15.564Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-17T21:14:15.564Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-17T21:14:15.564Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-17T21:14:15.564Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-17T21:14:16.117Z] + go version [2020-06-17T21:14:16.117Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-17T21:14:17.151Z] + make test [2020-06-17T21:14:17.151Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-17T21:14:30.484Z] Removing intermediate container 63fbae392871 [2020-06-17T21:14:30.484Z] ---> bca0ba94b1c2 [2020-06-17T21:14:30.484Z] Successfully built bca0ba94b1c2 [2020-06-17T21:14:30.484Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:14:30.947Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-17T21:14:30.947Z] . [Pipeline] withDockerContainer [2020-06-17T21:14:31.105Z] prd-centos7-docker-4c-2g-3403 does not seem to be running inside a container [2020-06-17T21:14:31.209Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/32 -v /w/workspace/app-service-configurable/32:/w/workspace/app-service-configurable/32:rw,z -v /w/workspace/app-service-configurable/32@tmp:/w/workspace/app-service-configurable/32@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-17T21:14:31.884Z] $ docker top 4f08e07f1d9f2f9922dfbcb1b98d355e79a6633127c723c2543af15989bb71c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T21:14:32.317Z] + go version [2020-06-17T21:14:32.317Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-17T21:14:32.611Z] + make test [2020-06-17T21:14:32.611Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-17T21:14:47.622Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-17T21:14:47.622Z] CGO_ENABLED=1 go vet ./... [2020-06-17T21:14:50.197Z] gofmt -l . [2020-06-17T21:14:50.197Z] [ "`gofmt -l .`" = "" ] [2020-06-17T21:14:50.197Z] ./bin/test-go-mod-tidy.sh [2020-06-17T21:14:50.771Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-17T21:14:51.286Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T21:14:51.292Z] $ docker stop --time=1 4f08e07f1d9f2f9922dfbcb1b98d355e79a6633127c723c2543af15989bb71c7 [2020-06-17T21:14:53.632Z] $ docker rm -f 4f08e07f1d9f2f9922dfbcb1b98d355e79a6633127c723c2543af15989bb71c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T21:14:55.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T21:14:55.884Z] + ls -al . [2020-06-17T21:14:55.884Z] total 96 [2020-06-17T21:14:55.884Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 17 21:14 . [2020-06-17T21:14:55.884Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 17 21:13 .. [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jun 17 21:13 Attribution.txt [2020-06-17T21:14:55.884Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 17 21:13 bin [2020-06-17T21:14:55.884Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 17 21:14 coverage.out [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 180 Jun 17 21:13 docker-compose.debug.yml [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 133 Jun 17 21:13 docker-compose.yml [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jun 17 21:13 Dockerfile [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 966 Jun 17 21:13 Dockerfile.build [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 119 Jun 17 21:13 .dockerignore [2020-06-17T21:14:55.884Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 17 21:13 .git [2020-06-17T21:14:55.884Z] drwxrwxr-x. 2 jenkins jenkins 59 Jun 17 21:13 .github [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 93 Jun 17 21:13 .gitignore [2020-06-17T21:14:55.884Z] -rw-r--r--. 1 jenkins jenkins 126 Jun 17 21:14 go.mod [2020-06-17T21:14:55.884Z] -rw-r--r--. 1 jenkins jenkins 18573 Jun 17 21:14 go.sum [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 710 Jun 17 21:13 Jenkinsfile [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 17 21:13 LICENSE [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jun 17 21:13 main.go [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jun 17 21:13 makefile [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 481 Jun 17 21:13 README.md [2020-06-17T21:14:55.884Z] drwxrwxr-x. 10 jenkins jenkins 171 Jun 17 21:13 res [2020-06-17T21:14:55.884Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 17 21:13 .semver [2020-06-17T21:14:55.884Z] drwxrwxr-x. 4 jenkins jenkins 71 Jun 17 21:13 snap [2020-06-17T21:14:55.884Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 17 21:10 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:14:56.180Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1b13e715b98d4114ea892088ead3eb0f32f416a1 --label arch=amd64 --label version=1.2.1-dev.1 . [2020-06-17T21:14:56.180Z] Sending build context to Docker daemon 348.2kB [2020-06-17T21:14:56.180Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-06-17T21:14:56.180Z] Step 2/26 : FROM ${BASE} AS builder [2020-06-17T21:14:56.180Z] ---> bca0ba94b1c2 [2020-06-17T21:14:56.180Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-17T21:14:56.440Z] ---> Running in 808256063b15 [2020-06-17T21:14:56.440Z] Removing intermediate container 808256063b15 [2020-06-17T21:14:56.440Z] ---> ae845faf4927 [2020-06-17T21:14:56.440Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T21:14:56.440Z] ---> Running in c306d924ff5e [2020-06-17T21:14:56.700Z] Removing intermediate container c306d924ff5e [2020-06-17T21:14:56.700Z] ---> 17db57816edb [2020-06-17T21:14:56.700Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T21:14:56.700Z] ---> Running in 90961a315049 [2020-06-17T21:14:56.959Z] Removing intermediate container 90961a315049 [2020-06-17T21:14:56.959Z] ---> 3b90257aa9dc [2020-06-17T21:14:56.959Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T21:14:56.959Z] ---> Running in edbd51921128 [2020-06-17T21:14:57.900Z] Removing intermediate container edbd51921128 [2020-06-17T21:14:57.900Z] ---> 1fed64f1ef83 [2020-06-17T21:14:57.900Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T21:14:57.900Z] ---> Running in b72f69de2c98 [2020-06-17T21:14:58.161Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-17T21:14:58.731Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-17T21:14:59.304Z] OK: 145 MiB in 45 packages [2020-06-17T21:14:59.564Z] Removing intermediate container b72f69de2c98 [2020-06-17T21:14:59.564Z] ---> 84731e3da6e0 [2020-06-17T21:14:59.564Z] Step 8/26 : WORKDIR /app [2020-06-17T21:14:59.564Z] ---> Running in 0fa90edc48b8 [2020-06-17T21:14:59.824Z] Removing intermediate container 0fa90edc48b8 [2020-06-17T21:14:59.824Z] ---> 18013e65ecae [2020-06-17T21:14:59.824Z] Step 9/26 : COPY go.mod . [2020-06-17T21:14:59.824Z] ---> a1436b7899d4 [2020-06-17T21:14:59.824Z] Step 10/26 : RUN go mod download [2020-06-17T21:15:00.084Z] ---> Running in a1e8de82c24e [2020-06-17T21:15:01.026Z] Removing intermediate container a1e8de82c24e [2020-06-17T21:15:01.026Z] ---> 0e1d03374398 [2020-06-17T21:15:01.026Z] Step 11/26 : COPY . . [2020-06-17T21:15:01.287Z] ---> 370fe7b747c9 [2020-06-17T21:15:01.287Z] Step 12/26 : ARG MAKE="make build" [2020-06-17T21:15:01.287Z] ---> Running in e2cba63228b2 [2020-06-17T21:15:01.548Z] Removing intermediate container e2cba63228b2 [2020-06-17T21:15:01.548Z] ---> e6dc23ff9ba0 [2020-06-17T21:15:01.548Z] Step 13/26 : RUN $MAKE [2020-06-17T21:15:01.548Z] ---> Running in 667c6aba9a25 [2020-06-17T21:15:02.129Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-17T21:15:04.139Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-17T21:15:04.139Z] CGO_ENABLED=1 go vet ./... [2020-06-17T21:15:10.871Z] gofmt -l . [2020-06-17T21:15:10.871Z] [ "`gofmt -l .`" = "" ] [2020-06-17T21:15:10.871Z] ./bin/test-go-mod-tidy.sh [2020-06-17T21:15:10.871Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-17T21:15:11.482Z] Warning: overwriting stash ‘coverage-report’ [2020-06-17T21:15:11.848Z] Stashed 1 file(s) [Pipeline] } [2020-06-17T21:15:11.825Z] $ docker stop --time=1 ebfd7718b3848f13eb47b2b71c9a22d47bda5bdd38388df82df5fdb95403a3dd [2020-06-17T21:15:14.121Z] $ docker rm -f ebfd7718b3848f13eb47b2b71c9a22d47bda5bdd38388df82df5fdb95403a3dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T21:15:15.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-17T21:15:15.793Z] + ls -al . [2020-06-17T21:15:15.793Z] total 124 [2020-06-17T21:15:15.793Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 21:15 . [2020-06-17T21:15:15.793Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 21:12 .. [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 17 21:12 .dockerignore [2020-06-17T21:15:15.793Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 21:13 .git [2020-06-17T21:15:15.793Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 21:12 .github [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 93 Jun 17 21:12 .gitignore [2020-06-17T21:15:15.793Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 21:13 .semver [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jun 17 21:12 Attribution.txt [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jun 17 21:12 Dockerfile [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 966 Jun 17 21:12 Dockerfile.build [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 710 Jun 17 21:12 Jenkinsfile [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 17 21:12 LICENSE [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 481 Jun 17 21:12 README.md [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 17 21:10 VERSION [2020-06-17T21:15:15.793Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 21:12 bin [2020-06-17T21:15:15.793Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 17 21:14 coverage.out [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 180 Jun 17 21:12 docker-compose.debug.yml [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 133 Jun 17 21:12 docker-compose.yml [2020-06-17T21:15:15.793Z] -rw-r--r-- 1 jenkins jenkins 126 Jun 17 21:15 go.mod [2020-06-17T21:15:15.793Z] -rw-r--r-- 1 jenkins jenkins 18573 Jun 17 21:15 go.sum [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jun 17 21:12 main.go [2020-06-17T21:15:15.793Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jun 17 21:12 makefile [2020-06-17T21:15:15.793Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 21:12 res [2020-06-17T21:15:15.793Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 21:12 snap [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:16.129Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1b13e715b98d4114ea892088ead3eb0f32f416a1 --label arch=arm64 --label version=1.2.1-dev.1 . [2020-06-17T21:15:16.402Z] Sending build context to Docker daemon 348.2kB [2020-06-17T21:15:16.402Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-06-17T21:15:16.402Z] Step 2/26 : FROM ${BASE} AS builder [2020-06-17T21:15:16.402Z] ---> 85575477b7b6 [2020-06-17T21:15:16.402Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-17T21:15:16.681Z] ---> Running in b6a582550701 [2020-06-17T21:15:17.277Z] Removing intermediate container b6a582550701 [2020-06-17T21:15:17.277Z] ---> d06abac8eb89 [2020-06-17T21:15:17.277Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-06-17T21:15:17.277Z] ---> Running in ec19ca14c070 [2020-06-17T21:15:17.871Z] Removing intermediate container ec19ca14c070 [2020-06-17T21:15:17.871Z] ---> 5937e8c54b39 [2020-06-17T21:15:17.871Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T21:15:17.871Z] ---> Running in c0f6528dcc85 [2020-06-17T21:15:18.463Z] Removing intermediate container c0f6528dcc85 [2020-06-17T21:15:18.463Z] ---> 56371c349e59 [2020-06-17T21:15:18.463Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-17T21:15:18.463Z] ---> Running in 1ba82acd851c [2020-06-17T21:15:20.343Z] Removing intermediate container 667c6aba9a25 [2020-06-17T21:15:20.343Z] ---> 4ca067eb6085 [2020-06-17T21:15:20.343Z] Step 14/26 : FROM alpine:latest [2020-06-17T21:15:20.343Z] latest: Pulling from library/alpine [2020-06-17T21:15:20.343Z] df20fa9351a1: Pulling fs layer [2020-06-17T21:15:20.343Z] df20fa9351a1: Verifying Checksum [2020-06-17T21:15:20.343Z] df20fa9351a1: Download complete [2020-06-17T21:15:20.343Z] df20fa9351a1: Pull complete [2020-06-17T21:15:20.343Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T21:15:20.343Z] Status: Downloaded newer image for alpine:latest [2020-06-17T21:15:20.343Z] ---> a24bb4013296 [2020-06-17T21:15:20.343Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T21:15:20.343Z] ---> Running in fa1735cf4c31 [2020-06-17T21:15:20.343Z] Removing intermediate container fa1735cf4c31 [2020-06-17T21:15:20.343Z] ---> 938ba252e131 [2020-06-17T21:15:20.343Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-17T21:15:20.343Z] ---> Running in 729d3feddb8f [2020-06-17T21:15:20.343Z] Removing intermediate container 729d3feddb8f [2020-06-17T21:15:20.343Z] ---> c6c1d4d67fff [2020-06-17T21:15:20.343Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-06-17T21:15:20.343Z] ---> Running in 52052dc14b57 [2020-06-17T21:15:20.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-06-17T21:15:20.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-06-17T21:15:20.864Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-17T21:15:20.864Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-17T21:15:20.864Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-17T21:15:20.864Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-17T21:15:21.078Z] Removing intermediate container 1ba82acd851c [2020-06-17T21:15:21.078Z] ---> 5dd22e3389c0 [2020-06-17T21:15:21.078Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-17T21:15:21.078Z] ---> Running in 3908fafeddff [2020-06-17T21:15:21.124Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-17T21:15:21.124Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-17T21:15:21.124Z] Executing busybox-1.31.1-r16.trigger [2020-06-17T21:15:21.124Z] Executing ca-certificates-20191127-r3.trigger [2020-06-17T21:15:21.124Z] OK: 9 MiB in 20 packages [2020-06-17T21:15:22.071Z] Removing intermediate container 52052dc14b57 [2020-06-17T21:15:22.071Z] ---> 90343b98220a [2020-06-17T21:15:22.071Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-06-17T21:15:22.071Z] ---> c12af93ab45a [2020-06-17T21:15:22.071Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-06-17T21:15:22.333Z] ---> e7ad03f42e2e [2020-06-17T21:15:22.333Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-06-17T21:15:22.509Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-17T21:15:22.593Z] ---> a4a1162ca5b7 [2020-06-17T21:15:22.593Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-17T21:15:23.096Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-17T21:15:23.533Z] ---> 2a48c6f76adf [2020-06-17T21:15:23.533Z] Step 22/26 : EXPOSE 48095 [2020-06-17T21:15:23.533Z] ---> Running in b951d7668845 [2020-06-17T21:15:23.533Z] Removing intermediate container b951d7668845 [2020-06-17T21:15:23.533Z] ---> 14a5e6e7a9a7 [2020-06-17T21:15:23.533Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-17T21:15:23.533Z] ---> Running in 9d7a3829c5c2 [2020-06-17T21:15:23.688Z] OK: 127 MiB in 45 packages [2020-06-17T21:15:23.794Z] Removing intermediate container 9d7a3829c5c2 [2020-06-17T21:15:23.794Z] ---> 0792801d5518 [2020-06-17T21:15:23.794Z] Step 24/26 : LABEL arch=amd64 [2020-06-17T21:15:23.794Z] ---> Running in ba48034d4ac5 [2020-06-17T21:15:24.054Z] Removing intermediate container ba48034d4ac5 [2020-06-17T21:15:24.054Z] ---> de1167c30e75 [2020-06-17T21:15:24.054Z] Step 25/26 : LABEL git_sha=1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:15:24.054Z] ---> Running in 4c2ea6a96a8e [2020-06-17T21:15:24.054Z] Removing intermediate container 4c2ea6a96a8e [2020-06-17T21:15:24.054Z] ---> 11ff40568cc7 [2020-06-17T21:15:24.054Z] Step 26/26 : LABEL version=1.2.1-dev.1 [2020-06-17T21:15:24.314Z] ---> Running in 5a774ba2a2f2 [2020-06-17T21:15:24.314Z] Removing intermediate container 5a774ba2a2f2 [2020-06-17T21:15:24.314Z] ---> 47bad4cc4a7b [2020-06-17T21:15:24.314Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T21:15:24.314Z] Successfully built 47bad4cc4a7b [2020-06-17T21:15:24.314Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-17T21:15:24.551Z] provisioning config files... [2020-06-17T21:15:24.577Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/32@tmp/config4545078281032960040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:15:24.665Z] Removing intermediate container 3908fafeddff [2020-06-17T21:15:24.665Z] ---> a75384e6669a [2020-06-17T21:15:24.665Z] Step 8/26 : WORKDIR /app [2020-06-17T21:15:24.906Z] nexus3.edgexfoundry.org:10001 [2020-06-17T21:15:24.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:15:24.937Z] ---> Running in fcfdf4baaa65 [2020-06-17T21:15:25.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:15:25.170Z] Configure a credential helper to remove this warning. See [2020-06-17T21:15:25.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:15:25.170Z] [2020-06-17T21:15:25.170Z] Login Succeeded [2020-06-17T21:15:25.170Z] nexus3.edgexfoundry.org:10002 [2020-06-17T21:15:25.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:15:25.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:15:25.170Z] Configure a credential helper to remove this warning. See [2020-06-17T21:15:25.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:15:25.170Z] [2020-06-17T21:15:25.170Z] Login Succeeded [2020-06-17T21:15:25.170Z] nexus3.edgexfoundry.org:10003 [2020-06-17T21:15:25.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:15:25.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:15:25.431Z] Configure a credential helper to remove this warning. See [2020-06-17T21:15:25.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:15:25.431Z] [2020-06-17T21:15:25.431Z] Login Succeeded [2020-06-17T21:15:25.431Z] nexus3.edgexfoundry.org:10004 [2020-06-17T21:15:25.530Z] Removing intermediate container fcfdf4baaa65 [2020-06-17T21:15:25.530Z] ---> 1389ceab54d2 [2020-06-17T21:15:25.530Z] Step 9/26 : COPY go.mod . [2020-06-17T21:15:25.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:15:25.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:15:25.691Z] Configure a credential helper to remove this warning. See [2020-06-17T21:15:25.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:15:25.691Z] [2020-06-17T21:15:25.691Z] Login Succeeded [2020-06-17T21:15:25.691Z] docker.io [2020-06-17T21:15:25.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:15:25.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:15:25.951Z] Configure a credential helper to remove this warning. See [2020-06-17T21:15:25.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:15:25.951Z] [2020-06-17T21:15:25.951Z] Login Succeeded [Pipeline] } [2020-06-17T21:15:25.960Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-17T21:15:26.045Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-06-17T21:15:26.045Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:15:26.045Z] latest [2020-06-17T21:15:26.045Z] 1.2.1-dev.1 [2020-06-17T21:15:26.045Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [2020-06-17T21:15:26.045Z] master [2020-06-17T21:15:26.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-06-17T21:15:26.128Z] ---> a81622e6070c [2020-06-17T21:15:26.128Z] Step 10/26 : RUN go mod download [2020-06-17T21:15:26.128Z] ---> Running in 1765cd25f8ae [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:26.413Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:26.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:15:26.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-17T21:15:26.706Z] c0ddb5d7068e: Preparing [2020-06-17T21:15:26.706Z] b775942b9d6c: Preparing [2020-06-17T21:15:26.706Z] fb83b7ec8249: Preparing [2020-06-17T21:15:26.706Z] 4fc9905da676: Preparing [2020-06-17T21:15:26.706Z] f8629c39bf2e: Preparing [2020-06-17T21:15:26.706Z] 50644c29ef5a: Preparing [2020-06-17T21:15:26.706Z] 50644c29ef5a: Waiting [2020-06-17T21:15:26.706Z] 4fc9905da676: Pushed [2020-06-17T21:15:26.706Z] b775942b9d6c: Pushed [2020-06-17T21:15:26.706Z] fb83b7ec8249: Pushed [2020-06-17T21:15:26.706Z] 50644c29ef5a: Layer already exists [2020-06-17T21:15:26.968Z] f8629c39bf2e: Pushed [2020-06-17T21:15:28.353Z] c0ddb5d7068e: Pushed [2020-06-17T21:15:28.613Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:28.736Z] Removing intermediate container 1765cd25f8ae [2020-06-17T21:15:28.737Z] ---> 7133a4f21a61 [2020-06-17T21:15:28.737Z] Step 11/26 : COPY . . [2020-06-17T21:15:28.923Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:29.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-06-17T21:15:29.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-17T21:15:29.218Z] c0ddb5d7068e: Preparing [2020-06-17T21:15:29.218Z] b775942b9d6c: Preparing [2020-06-17T21:15:29.218Z] fb83b7ec8249: Preparing [2020-06-17T21:15:29.218Z] 4fc9905da676: Preparing [2020-06-17T21:15:29.218Z] f8629c39bf2e: Preparing [2020-06-17T21:15:29.218Z] 50644c29ef5a: Preparing [2020-06-17T21:15:29.218Z] 50644c29ef5a: Waiting [2020-06-17T21:15:29.218Z] c0ddb5d7068e: Layer already exists [2020-06-17T21:15:29.218Z] 4fc9905da676: Layer already exists [2020-06-17T21:15:29.218Z] fb83b7ec8249: Layer already exists [2020-06-17T21:15:29.218Z] b775942b9d6c: Layer already exists [2020-06-17T21:15:29.218Z] f8629c39bf2e: Layer already exists [2020-06-17T21:15:29.218Z] 50644c29ef5a: Layer already exists [2020-06-17T21:15:29.218Z] latest: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:29.516Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:29.712Z] ---> fe2d64bc04cf [2020-06-17T21:15:29.712Z] Step 12/26 : ARG MAKE="make build" [2020-06-17T21:15:29.712Z] ---> Running in 57df446c0bcc [2020-06-17T21:15:29.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.1 [2020-06-17T21:15:29.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-17T21:15:29.810Z] c0ddb5d7068e: Preparing [2020-06-17T21:15:29.810Z] b775942b9d6c: Preparing [2020-06-17T21:15:29.810Z] fb83b7ec8249: Preparing [2020-06-17T21:15:29.810Z] 4fc9905da676: Preparing [2020-06-17T21:15:29.810Z] f8629c39bf2e: Preparing [2020-06-17T21:15:29.810Z] 50644c29ef5a: Preparing [2020-06-17T21:15:29.810Z] 50644c29ef5a: Waiting [2020-06-17T21:15:29.810Z] fb83b7ec8249: Layer already exists [2020-06-17T21:15:29.810Z] 4fc9905da676: Layer already exists [2020-06-17T21:15:29.810Z] f8629c39bf2e: Layer already exists [2020-06-17T21:15:29.810Z] c0ddb5d7068e: Layer already exists [2020-06-17T21:15:29.810Z] b775942b9d6c: Layer already exists [2020-06-17T21:15:29.810Z] 50644c29ef5a: Layer already exists [2020-06-17T21:15:29.810Z] 1.2.1-dev.1: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:29.984Z] Removing intermediate container 57df446c0bcc [2020-06-17T21:15:29.984Z] ---> 5ade3610d8fd [2020-06-17T21:15:29.984Z] Step 13/26 : RUN $MAKE [2020-06-17T21:15:30.106Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:30.257Z] ---> Running in 56e5511463c8 [2020-06-17T21:15:30.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [2020-06-17T21:15:30.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-17T21:15:30.397Z] c0ddb5d7068e: Preparing [2020-06-17T21:15:30.397Z] b775942b9d6c: Preparing [2020-06-17T21:15:30.397Z] fb83b7ec8249: Preparing [2020-06-17T21:15:30.397Z] 4fc9905da676: Preparing [2020-06-17T21:15:30.397Z] f8629c39bf2e: Preparing [2020-06-17T21:15:30.397Z] 50644c29ef5a: Preparing [2020-06-17T21:15:30.397Z] 50644c29ef5a: Waiting [2020-06-17T21:15:30.397Z] fb83b7ec8249: Layer already exists [2020-06-17T21:15:30.397Z] f8629c39bf2e: Layer already exists [2020-06-17T21:15:30.397Z] b775942b9d6c: Layer already exists [2020-06-17T21:15:30.397Z] c0ddb5d7068e: Layer already exists [2020-06-17T21:15:30.397Z] 4fc9905da676: Layer already exists [2020-06-17T21:15:30.397Z] 50644c29ef5a: Layer already exists [2020-06-17T21:15:30.397Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:30.693Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:15:30.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-06-17T21:15:30.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-17T21:15:30.985Z] c0ddb5d7068e: Preparing [2020-06-17T21:15:30.985Z] b775942b9d6c: Preparing [2020-06-17T21:15:30.985Z] fb83b7ec8249: Preparing [2020-06-17T21:15:30.985Z] 4fc9905da676: Preparing [2020-06-17T21:15:30.985Z] f8629c39bf2e: Preparing [2020-06-17T21:15:30.985Z] 50644c29ef5a: Preparing [2020-06-17T21:15:30.985Z] 50644c29ef5a: Waiting [2020-06-17T21:15:30.985Z] b775942b9d6c: Layer already exists [2020-06-17T21:15:30.985Z] f8629c39bf2e: Layer already exists [2020-06-17T21:15:30.985Z] 4fc9905da676: Layer already exists [2020-06-17T21:15:30.985Z] fb83b7ec8249: Layer already exists [2020-06-17T21:15:30.985Z] c0ddb5d7068e: Layer already exists [2020-06-17T21:15:30.985Z] 50644c29ef5a: Layer already exists [2020-06-17T21:15:30.985Z] master: digest: sha256:2edad7bbd78fa39ba41458f3ce27fd9823c55b91a5ebfc22eab38a29a1f5ce9b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T21:15:31.688Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-17T21:15:31.874Z] ++ find /w/workspace/app-service-configurable/32 [2020-06-17T21:15:31.874Z] ++ grep snapcraft.yaml [2020-06-17T21:15:31.874Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/32/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T21:15:31.959Z] provisioning config files... [2020-06-17T21:15:31.967Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/32@tmp/config2063976107744340882tmp [Pipeline] { [Pipeline] sh [2020-06-17T21:15:32.287Z] + cp /w/workspace/app-service-configurable/32@tmp/config2063976107744340882tmp /w/workspace/app-service-configurable/32/edgex-snap-store-login [Pipeline] sh [2020-06-17T21:15:32.579Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/32:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-17T21:15:32.579Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-17T21:15:32.579Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-17T21:15:32.579Z] 5bed26d33875: Pulling fs layer [2020-06-17T21:15:32.579Z] f11b29a9c730: Pulling fs layer [2020-06-17T21:15:32.579Z] 930bda195c84: Pulling fs layer [2020-06-17T21:15:32.579Z] 78bf9a5ad49e: Pulling fs layer [2020-06-17T21:15:32.579Z] e5fbee5a4b0d: Pulling fs layer [2020-06-17T21:15:32.579Z] f452fca78f88: Pulling fs layer [2020-06-17T21:15:32.579Z] 7417ef92027a: Pulling fs layer [2020-06-17T21:15:32.579Z] 2af5c49d270b: Pulling fs layer [2020-06-17T21:15:32.579Z] df9c3bdbc40a: Pulling fs layer [2020-06-17T21:15:32.579Z] 78bf9a5ad49e: Waiting [2020-06-17T21:15:32.579Z] 7417ef92027a: Waiting [2020-06-17T21:15:32.579Z] 2af5c49d270b: Waiting [2020-06-17T21:15:32.579Z] df9c3bdbc40a: Waiting [2020-06-17T21:15:32.579Z] f452fca78f88: Waiting [2020-06-17T21:15:32.579Z] e5fbee5a4b0d: Waiting [2020-06-17T21:15:32.579Z] 930bda195c84: Download complete [2020-06-17T21:15:32.579Z] f11b29a9c730: Verifying Checksum [2020-06-17T21:15:32.579Z] f11b29a9c730: Download complete [2020-06-17T21:15:32.579Z] 78bf9a5ad49e: Download complete [2020-06-17T21:15:32.579Z] f452fca78f88: Verifying Checksum [2020-06-17T21:15:32.579Z] f452fca78f88: Download complete [2020-06-17T21:15:32.579Z] 7417ef92027a: Download complete [2020-06-17T21:15:32.579Z] 2af5c49d270b: Verifying Checksum [2020-06-17T21:15:32.579Z] 2af5c49d270b: Download complete [2020-06-17T21:15:32.579Z] df9c3bdbc40a: Verifying Checksum [2020-06-17T21:15:32.579Z] df9c3bdbc40a: Download complete [2020-06-17T21:15:32.846Z] 5bed26d33875: Verifying Checksum [2020-06-17T21:15:32.846Z] 5bed26d33875: Download complete [2020-06-17T21:15:36.171Z] e5fbee5a4b0d: Verifying Checksum [2020-06-17T21:15:36.171Z] e5fbee5a4b0d: Download complete [2020-06-17T21:15:36.171Z] 5bed26d33875: Pull complete [2020-06-17T21:15:37.556Z] f11b29a9c730: Pull complete [2020-06-17T21:15:37.556Z] 930bda195c84: Pull complete [2020-06-17T21:15:37.556Z] 78bf9a5ad49e: Pull complete [2020-06-17T21:16:04.155Z] e5fbee5a4b0d: Pull complete [2020-06-17T21:16:04.155Z] f452fca78f88: Pull complete [2020-06-17T21:16:04.155Z] 7417ef92027a: Pull complete [2020-06-17T21:16:04.155Z] 2af5c49d270b: Pull complete [2020-06-17T21:16:04.155Z] df9c3bdbc40a: Pull complete [2020-06-17T21:16:04.155Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-17T21:16:04.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-17T21:16:05.540Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-17T21:16:05.540Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-17T21:16:05.540Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-17T21:16:05.800Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-17T21:16:05.800Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-17T21:16:06.061Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-17T21:16:06.061Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] [2020-06-17T21:16:06.632Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-17T21:16:06.632Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-17T21:16:06.632Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-17T21:16:06.632Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-17T21:16:06.632Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-17T21:16:06.632Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-17T21:16:06.632Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-17T21:16:07.201Z] Fetched 4917 kB in 2s (2233 kB/s) [2020-06-17T21:16:08.582Z] Reading package lists... [2020-06-17T21:16:09.965Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-17T21:16:09.965Z] - README.md [2020-06-17T21:16:09.965Z] [2020-06-17T21:16:09.965Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-17T21:16:11.876Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-17T21:16:14.048Z] Reading package lists... [2020-06-17T21:16:14.048Z] Building dependency tree... [2020-06-17T21:16:14.048Z] Reading state information... [2020-06-17T21:16:14.048Z] The following packages were automatically installed and are no longer required: [2020-06-17T21:16:14.048Z] libjq1 liblzo2-2 libonig4 [2020-06-17T21:16:14.048Z] Use 'sudo apt autoremove' to remove them. [2020-06-17T21:16:14.048Z] Suggested packages: [2020-06-17T21:16:14.048Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-17T21:16:14.048Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-06-17T21:16:14.048Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-06-17T21:16:14.048Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-06-17T21:16:14.048Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-06-17T21:16:14.048Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-06-17T21:16:14.048Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-06-17T21:16:14.048Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr gdbm-l10n [2020-06-17T21:16:14.048Z] libstdc++-7-doc make-doc man-browser keychain libpam-ssh monkeysphere [2020-06-17T21:16:14.048Z] ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-06-17T21:16:14.048Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-06-17T21:16:14.618Z] The following NEW packages will be installed: [2020-06-17T21:16:14.618Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-06-17T21:16:14.618Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-06-17T21:16:14.618Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-06-17T21:16:14.618Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-06-17T21:16:14.618Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-06-17T21:16:14.618Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-06-17T21:16:14.618Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-06-17T21:16:14.618Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-06-17T21:16:14.618Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-06-17T21:16:14.618Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-06-17T21:16:14.618Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-06-17T21:16:14.618Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-06-17T21:16:14.618Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-06-17T21:16:14.618Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-06-17T21:16:14.618Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-17T21:16:14.878Z] 0 upgraded, 98 newly installed, 0 to remove and 10 not upgraded. [2020-06-17T21:16:14.878Z] Need to get 73.0 MB of archives. [2020-06-17T21:16:14.878Z] After this operation, 309 MB of additional disk space will be used. [2020-06-17T21:16:14.878Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-06-17T21:16:15.176Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-17T21:16:15.176Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-17T21:16:15.176Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-17T21:16:15.176Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-17T21:16:15.454Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-17T21:16:15.454Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-17T21:16:15.746Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-17T21:16:15.746Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-17T21:16:16.056Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-17T21:16:16.056Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-17T21:16:16.056Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-17T21:16:16.349Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-17T21:16:16.349Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-17T21:16:16.349Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-17T21:16:16.349Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-06-17T21:16:16.349Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-17T21:16:16.349Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-06-17T21:16:16.626Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-06-17T21:16:16.626Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-06-17T21:16:16.626Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-06-17T21:16:16.626Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-17T21:16:16.626Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-06-17T21:16:16.626Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-06-17T21:16:16.626Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-06-17T21:16:16.626Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-17T21:16:16.626Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-17T21:16:16.885Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-17T21:16:16.885Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-06-17T21:16:16.885Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-17T21:16:16.885Z] Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-17T21:16:16.885Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-17T21:16:16.885Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-06-17T21:16:16.885Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-06-17T21:16:17.145Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-06-17T21:16:17.145Z] Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] [2020-06-17T21:16:17.145Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-106.107 [991 kB] [2020-06-17T21:16:17.145Z] Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] [2020-06-17T21:16:17.404Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-17T21:16:17.404Z] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-06-17T21:16:17.404Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-06-17T21:16:17.404Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-06-17T21:16:17.404Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-06-17T21:16:17.973Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-17T21:16:17.973Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-06-17T21:16:17.973Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-06-17T21:16:17.973Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-06-17T21:16:17.973Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-06-17T21:16:17.973Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-06-17T21:16:17.973Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-06-17T21:16:17.973Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-06-17T21:16:17.973Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-06-17T21:16:17.973Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-06-17T21:16:18.232Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-06-17T21:16:18.232Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-06-17T21:16:18.232Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-06-17T21:16:18.232Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-06-17T21:16:18.491Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-06-17T21:16:18.492Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-17T21:16:18.751Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-06-17T21:16:18.906Z] Removing intermediate container 56e5511463c8 [2020-06-17T21:16:18.906Z] ---> 1c51000ea0b2 [2020-06-17T21:16:18.906Z] Step 14/26 : FROM alpine:latest [2020-06-17T21:16:18.906Z] latest: Pulling from library/alpine [2020-06-17T21:16:18.906Z] b538f80385f9: Pulling fs layer [2020-06-17T21:16:18.906Z] b538f80385f9: Verifying Checksum [2020-06-17T21:16:18.906Z] b538f80385f9: Download complete [2020-06-17T21:16:18.906Z] b538f80385f9: Pull complete [2020-06-17T21:16:18.906Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-17T21:16:18.906Z] Status: Downloaded newer image for alpine:latest [2020-06-17T21:16:18.906Z] ---> 62ee0e9f8440 [2020-06-17T21:16:18.906Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-17T21:16:18.906Z] ---> Running in d5b6c4d967e5 [2020-06-17T21:16:18.906Z] Removing intermediate container d5b6c4d967e5 [2020-06-17T21:16:18.906Z] ---> a6421f0175c7 [2020-06-17T21:16:18.906Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-17T21:16:19.176Z] ---> Running in b2dae573218b [2020-06-17T21:16:19.321Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-06-17T21:16:19.321Z] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-17T21:16:19.321Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-17T21:16:19.321Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-17T21:16:19.321Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-17T21:16:19.321Z] Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-06-17T21:16:19.321Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-17T21:16:19.321Z] Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-06-17T21:16:19.321Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-06-17T21:16:19.321Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-06-17T21:16:19.448Z] Removing intermediate container b2dae573218b [2020-06-17T21:16:19.448Z] ---> 672f01061271 [2020-06-17T21:16:19.448Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-06-17T21:16:19.581Z] Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-06-17T21:16:19.581Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-06-17T21:16:19.581Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-06-17T21:16:19.581Z] Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-06-17T21:16:19.581Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-17T21:16:19.581Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-17T21:16:19.581Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-17T21:16:19.581Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-17T21:16:19.581Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-17T21:16:19.581Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-06-17T21:16:19.720Z] ---> Running in 4444d651e49f [2020-06-17T21:16:19.841Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-06-17T21:16:19.841Z] Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-06-17T21:16:19.841Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-06-17T21:16:19.841Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] [2020-06-17T21:16:19.841Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] [2020-06-17T21:16:19.841Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-06-17T21:16:19.841Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-17T21:16:19.841Z] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-17T21:16:19.841Z] Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-06-17T21:16:19.841Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-17T21:16:20.101Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-06-17T21:16:20.101Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-06-17T21:16:20.101Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-06-17T21:16:20.101Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-06-17T21:16:20.101Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-06-17T21:16:20.101Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-06-17T21:16:20.101Z] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-06-17T21:16:20.101Z] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-06-17T21:16:20.671Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-17T21:16:20.671Z] Fetched 73.0 MB in 6s (12.8 MB/s) [2020-06-17T21:16:20.671Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-17T21:16:20.671Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-17T21:16:20.671Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-06-17T21:16:20.671Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-17T21:16:20.932Z] Selecting previously unselected package libxau6:amd64. [2020-06-17T21:16:20.932Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-17T21:16:20.932Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-17T21:16:20.932Z] Selecting previously unselected package libbsd0:amd64. [2020-06-17T21:16:20.932Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-17T21:16:20.932Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-17T21:16:20.932Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-17T21:16:20.932Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-17T21:16:20.932Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-17T21:16:21.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-06-17T21:16:21.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-06-17T21:16:21.192Z] Selecting previously unselected package libxcb1:amd64. [2020-06-17T21:16:21.192Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-17T21:16:21.192Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-17T21:16:21.192Z] Selecting previously unselected package libx11-data. [2020-06-17T21:16:21.192Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-17T21:16:21.192Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:16:21.739Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-17T21:16:21.762Z] Selecting previously unselected package libx11-6:amd64. [2020-06-17T21:16:21.762Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-17T21:16:21.762Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:16:22.013Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-17T21:16:22.013Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-17T21:16:22.013Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-17T21:16:22.013Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-17T21:16:22.013Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-17T21:16:22.013Z] Executing busybox-1.31.1-r16.trigger [2020-06-17T21:16:22.013Z] Executing ca-certificates-20191127-r3.trigger [2020-06-17T21:16:22.013Z] OK: 8 MiB in 20 packages [2020-06-17T21:16:22.021Z] Selecting previously unselected package libxext6:amd64. [2020-06-17T21:16:22.021Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-17T21:16:22.021Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-17T21:16:22.021Z] Selecting previously unselected package perl-modules-5.26. [2020-06-17T21:16:22.021Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-17T21:16:22.021Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:16:23.980Z] Removing intermediate container 4444d651e49f [2020-06-17T21:16:23.980Z] ---> f40682d3c492 [2020-06-17T21:16:23.980Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-06-17T21:16:24.575Z] ---> ea84f4c980ee [2020-06-17T21:16:24.575Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-06-17T21:16:25.166Z] ---> 6ce00abe2647 [2020-06-17T21:16:25.166Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-06-17T21:16:25.319Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-17T21:16:25.319Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-17T21:16:25.319Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-17T21:16:25.319Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-17T21:16:25.319Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-17T21:16:25.319Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-17T21:16:25.319Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-17T21:16:25.319Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-17T21:16:25.319Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:16:25.766Z] ---> 12d0841dcf2b [2020-06-17T21:16:25.766Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-17T21:16:27.192Z] ---> fa7c1812bb0f [2020-06-17T21:16:27.192Z] Step 22/26 : EXPOSE 48095 [2020-06-17T21:16:27.230Z] Selecting previously unselected package perl. [2020-06-17T21:16:27.230Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-17T21:16:27.230Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-17T21:16:27.463Z] ---> Running in c30ff5cb6941 [2020-06-17T21:16:27.490Z] Selecting previously unselected package less. [2020-06-17T21:16:27.490Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-06-17T21:16:27.490Z] Unpacking less (487-0.1) ... [2020-06-17T21:16:27.490Z] Selecting previously unselected package libexpat1:amd64. [2020-06-17T21:16:27.490Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-17T21:16:27.490Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-17T21:16:27.733Z] Removing intermediate container c30ff5cb6941 [2020-06-17T21:16:27.733Z] ---> be03a87bf960 [2020-06-17T21:16:27.733Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-17T21:16:27.750Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-06-17T21:16:27.750Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-06-17T21:16:27.750Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:16:27.750Z] Selecting previously unselected package libglib2.0-data. [2020-06-17T21:16:27.750Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-17T21:16:27.750Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:16:28.004Z] ---> Running in 35442f7346fa [2020-06-17T21:16:28.009Z] Selecting previously unselected package libicu60:amd64. [2020-06-17T21:16:28.009Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-06-17T21:16:28.009Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-17T21:16:28.276Z] Removing intermediate container 35442f7346fa [2020-06-17T21:16:28.276Z] ---> 4a85bdf925ea [2020-06-17T21:16:28.276Z] Step 24/26 : LABEL arch=arm64 [2020-06-17T21:16:28.546Z] ---> Running in d0d4bd272b42 [2020-06-17T21:16:28.817Z] Removing intermediate container d0d4bd272b42 [2020-06-17T21:16:28.817Z] ---> 28aab7769c63 [2020-06-17T21:16:28.817Z] Step 25/26 : LABEL git_sha=1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:16:28.948Z] Selecting previously unselected package readline-common. [2020-06-17T21:16:28.948Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-17T21:16:28.948Z] Unpacking readline-common (7.0-3) ... [2020-06-17T21:16:28.948Z] Selecting previously unselected package libreadline7:amd64. [2020-06-17T21:16:28.948Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-06-17T21:16:28.948Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-06-17T21:16:29.087Z] ---> Running in 1d9c6ce71e0e [2020-06-17T21:16:29.209Z] Selecting previously unselected package libxml2:amd64. [2020-06-17T21:16:29.209Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-06-17T21:16:29.209Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-17T21:16:29.360Z] Removing intermediate container 1d9c6ce71e0e [2020-06-17T21:16:29.360Z] ---> be50ca39656e [2020-06-17T21:16:29.360Z] Step 26/26 : LABEL version=1.2.1-dev.1 [2020-06-17T21:16:29.360Z] ---> Running in c3b2ed7a38ba [2020-06-17T21:16:29.468Z] Selecting previously unselected package netbase. [2020-06-17T21:16:29.469Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-17T21:16:29.469Z] Unpacking netbase (5.4) ... [2020-06-17T21:16:29.728Z] Selecting previously unselected package shared-mime-info. [2020-06-17T21:16:29.728Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-06-17T21:16:29.728Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-17T21:16:29.954Z] Removing intermediate container c3b2ed7a38ba [2020-06-17T21:16:29.954Z] ---> 52fc1a0146b7 [2020-06-17T21:16:29.954Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-17T21:16:29.954Z] Successfully built 52fc1a0146b7 [2020-06-17T21:16:29.954Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [2020-06-17T21:16:29.988Z] Selecting previously unselected package xdg-user-dirs. [2020-06-17T21:16:29.988Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-06-17T21:16:29.988Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-17T21:16:30.135Z] provisioning config files... [2020-06-17T21:16:30.173Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/32@tmp/config4474153708099534016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:16:30.255Z] Selecting previously unselected package xz-utils. [2020-06-17T21:16:30.255Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-06-17T21:16:30.255Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-17T21:16:30.515Z] Selecting previously unselected package libedit2:amd64. [2020-06-17T21:16:30.515Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-17T21:16:30.540Z] nexus3.edgexfoundry.org:10001 [2020-06-17T21:16:30.775Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-17T21:16:30.775Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-17T21:16:30.775Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-17T21:16:30.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:16:31.035Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T21:16:31.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:16:31.083Z] Configure a credential helper to remove this warning. See [2020-06-17T21:16:31.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:16:31.084Z] [2020-06-17T21:16:31.084Z] Login Succeeded [2020-06-17T21:16:31.084Z] nexus3.edgexfoundry.org:10002 [2020-06-17T21:16:31.296Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-17T21:16:31.296Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-17T21:16:31.296Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-17T21:16:31.296Z] Selecting previously unselected package manpages. [2020-06-17T21:16:31.296Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-17T21:16:31.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:16:31.557Z] Unpacking manpages (4.15-1) ... [2020-06-17T21:16:31.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:16:31.625Z] Configure a credential helper to remove this warning. See [2020-06-17T21:16:31.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:16:31.625Z] [2020-06-17T21:16:31.625Z] Login Succeeded [2020-06-17T21:16:31.625Z] nexus3.edgexfoundry.org:10003 [2020-06-17T21:16:31.817Z] Selecting previously unselected package openssh-client. [2020-06-17T21:16:31.817Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-17T21:16:31.817Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T21:16:31.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:16:32.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:16:32.171Z] Configure a credential helper to remove this warning. See [2020-06-17T21:16:32.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:16:32.171Z] [2020-06-17T21:16:32.171Z] Login Succeeded [2020-06-17T21:16:32.171Z] nexus3.edgexfoundry.org:10004 [2020-06-17T21:16:32.388Z] Selecting previously unselected package xauth. [2020-06-17T21:16:32.388Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-17T21:16:32.388Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-17T21:16:32.388Z] Selecting previously unselected package binutils-common:amd64. [2020-06-17T21:16:32.388Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-17T21:16:32.388Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:16:32.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:16:32.649Z] Selecting previously unselected package libbinutils:amd64. [2020-06-17T21:16:32.649Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-17T21:16:32.649Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:16:32.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:16:32.712Z] Configure a credential helper to remove this warning. See [2020-06-17T21:16:32.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:16:32.712Z] [2020-06-17T21:16:32.712Z] Login Succeeded [2020-06-17T21:16:32.712Z] docker.io [2020-06-17T21:16:32.909Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-06-17T21:16:32.909Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-17T21:16:32.909Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:16:32.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-17T21:16:33.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-17T21:16:33.251Z] Configure a credential helper to remove this warning. See [2020-06-17T21:16:33.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-17T21:16:33.251Z] [2020-06-17T21:16:33.251Z] Login Succeeded [Pipeline] } [2020-06-17T21:16:33.268Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-17T21:16:33.356Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-06-17T21:16:33.356Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:16:33.356Z] latest [2020-06-17T21:16:33.356Z] 1.2.1-dev.1 [2020-06-17T21:16:33.356Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [2020-06-17T21:16:33.356Z] master [2020-06-17T21:16:33.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:33.755Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:33.853Z] Selecting previously unselected package binutils. [2020-06-17T21:16:33.853Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-17T21:16:33.853Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:16:33.853Z] Selecting previously unselected package libc-dev-bin. [2020-06-17T21:16:33.853Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... [2020-06-17T21:16:33.853Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-17T21:16:34.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:16:34.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-17T21:16:34.088Z] 24b2eecf03e0: Preparing [2020-06-17T21:16:34.088Z] dc3c914186a2: Preparing [2020-06-17T21:16:34.088Z] 845113b32fe3: Preparing [2020-06-17T21:16:34.088Z] 0e9e096e27ec: Preparing [2020-06-17T21:16:34.088Z] 75631e3d6696: Preparing [2020-06-17T21:16:34.088Z] e2f13739ad41: Preparing [2020-06-17T21:16:34.088Z] e2f13739ad41: Waiting [2020-06-17T21:16:34.113Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-06-17T21:16:34.113Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_amd64.deb ... [2020-06-17T21:16:34.113Z] Unpacking linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-17T21:16:34.364Z] 845113b32fe3: Pushed [2020-06-17T21:16:34.364Z] 0e9e096e27ec: Pushed [2020-06-17T21:16:34.364Z] dc3c914186a2: Pushed [2020-06-17T21:16:34.364Z] e2f13739ad41: Layer already exists [2020-06-17T21:16:35.054Z] Selecting previously unselected package libc6-dev:amd64. [2020-06-17T21:16:35.054Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_amd64.deb ... [2020-06-17T21:16:35.054Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-17T21:16:35.337Z] 75631e3d6696: Pushed [2020-06-17T21:16:36.440Z] Selecting previously unselected package gcc-7-base:amd64. [2020-06-17T21:16:36.440Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:36.440Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:36.701Z] Selecting previously unselected package libisl19:amd64. [2020-06-17T21:16:36.701Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-06-17T21:16:36.701Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-06-17T21:16:36.961Z] Selecting previously unselected package libmpfr6:amd64. [2020-06-17T21:16:36.962Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-06-17T21:16:36.962Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-06-17T21:16:37.224Z] Selecting previously unselected package libmpc3:amd64. [2020-06-17T21:16:37.224Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-06-17T21:16:37.224Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-06-17T21:16:37.224Z] Selecting previously unselected package cpp-7. [2020-06-17T21:16:37.224Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:37.224Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:38.162Z] Selecting previously unselected package cpp. [2020-06-17T21:16:38.162Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-17T21:16:38.422Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:16:38.422Z] Selecting previously unselected package libcc1-0:amd64. [2020-06-17T21:16:38.422Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:38.422Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:38.682Z] Selecting previously unselected package libgomp1:amd64. [2020-06-17T21:16:38.682Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:38.682Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:38.701Z] 24b2eecf03e0: Pushed [2020-06-17T21:16:38.943Z] Selecting previously unselected package libitm1:amd64. [2020-06-17T21:16:38.943Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:38.943Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:38.970Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:39.203Z] Selecting previously unselected package libatomic1:amd64. [2020-06-17T21:16:39.203Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:39.203Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:39.302Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:39.469Z] Selecting previously unselected package libasan4:amd64. [2020-06-17T21:16:39.469Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:39.469Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:39.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-06-17T21:16:39.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-17T21:16:39.634Z] 24b2eecf03e0: Preparing [2020-06-17T21:16:39.634Z] dc3c914186a2: Preparing [2020-06-17T21:16:39.634Z] 845113b32fe3: Preparing [2020-06-17T21:16:39.634Z] 0e9e096e27ec: Preparing [2020-06-17T21:16:39.634Z] 75631e3d6696: Preparing [2020-06-17T21:16:39.634Z] e2f13739ad41: Preparing [2020-06-17T21:16:39.634Z] e2f13739ad41: Waiting [2020-06-17T21:16:39.634Z] 0e9e096e27ec: Layer already exists [2020-06-17T21:16:39.634Z] dc3c914186a2: Layer already exists [2020-06-17T21:16:39.634Z] 75631e3d6696: Layer already exists [2020-06-17T21:16:39.634Z] 845113b32fe3: Layer already exists [2020-06-17T21:16:39.634Z] 24b2eecf03e0: Layer already exists [2020-06-17T21:16:39.731Z] Selecting previously unselected package liblsan0:amd64. [2020-06-17T21:16:39.731Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:39.731Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:39.731Z] Selecting previously unselected package libtsan0:amd64. [2020-06-17T21:16:39.731Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:39.905Z] e2f13739ad41: Layer already exists [2020-06-17T21:16:39.905Z] latest: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:39.992Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:39.992Z] Selecting previously unselected package libubsan0:amd64. [2020-06-17T21:16:39.992Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:40.237Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.1 [2020-06-17T21:16:40.252Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:40.252Z] Selecting previously unselected package libcilkrts5:amd64. [2020-06-17T21:16:40.252Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:40.513Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:40.513Z] Selecting previously unselected package libmpx2:amd64. [2020-06-17T21:16:40.513Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:40.513Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:40.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.1 [2020-06-17T21:16:40.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-17T21:16:40.567Z] 24b2eecf03e0: Preparing [2020-06-17T21:16:40.567Z] dc3c914186a2: Preparing [2020-06-17T21:16:40.567Z] 845113b32fe3: Preparing [2020-06-17T21:16:40.567Z] 0e9e096e27ec: Preparing [2020-06-17T21:16:40.567Z] 75631e3d6696: Preparing [2020-06-17T21:16:40.567Z] e2f13739ad41: Preparing [2020-06-17T21:16:40.567Z] e2f13739ad41: Waiting [2020-06-17T21:16:40.567Z] 845113b32fe3: Layer already exists [2020-06-17T21:16:40.567Z] 0e9e096e27ec: Layer already exists [2020-06-17T21:16:40.567Z] 75631e3d6696: Layer already exists [2020-06-17T21:16:40.567Z] dc3c914186a2: Layer already exists [2020-06-17T21:16:40.567Z] 24b2eecf03e0: Layer already exists [2020-06-17T21:16:40.775Z] Selecting previously unselected package libquadmath0:amd64. [2020-06-17T21:16:40.775Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:40.775Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:40.775Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-06-17T21:16:40.775Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:40.775Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:40.837Z] e2f13739ad41: Layer already exists [2020-06-17T21:16:40.837Z] 1.2.1-dev.1: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:41.176Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:41.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1 [2020-06-17T21:16:41.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-17T21:16:41.508Z] 24b2eecf03e0: Preparing [2020-06-17T21:16:41.508Z] dc3c914186a2: Preparing [2020-06-17T21:16:41.508Z] 845113b32fe3: Preparing [2020-06-17T21:16:41.508Z] 0e9e096e27ec: Preparing [2020-06-17T21:16:41.508Z] 75631e3d6696: Preparing [2020-06-17T21:16:41.508Z] e2f13739ad41: Preparing [2020-06-17T21:16:41.508Z] e2f13739ad41: Waiting [2020-06-17T21:16:41.508Z] 24b2eecf03e0: Layer already exists [2020-06-17T21:16:41.508Z] 845113b32fe3: Layer already exists [2020-06-17T21:16:41.508Z] 0e9e096e27ec: Layer already exists [2020-06-17T21:16:41.508Z] dc3c914186a2: Layer already exists [2020-06-17T21:16:41.508Z] 75631e3d6696: Layer already exists [2020-06-17T21:16:41.726Z] Selecting previously unselected package gcc-7. [2020-06-17T21:16:41.726Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:41.726Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:41.778Z] e2f13739ad41: Layer already exists [2020-06-17T21:16:41.778Z] 1b13e715b98d4114ea892088ead3eb0f32f416a1-1.2.1-dev.1: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:42.113Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:16:42.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-06-17T21:16:42.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-17T21:16:42.444Z] 24b2eecf03e0: Preparing [2020-06-17T21:16:42.444Z] dc3c914186a2: Preparing [2020-06-17T21:16:42.444Z] 845113b32fe3: Preparing [2020-06-17T21:16:42.444Z] 0e9e096e27ec: Preparing [2020-06-17T21:16:42.444Z] 75631e3d6696: Preparing [2020-06-17T21:16:42.444Z] e2f13739ad41: Preparing [2020-06-17T21:16:42.444Z] e2f13739ad41: Waiting [2020-06-17T21:16:42.444Z] 24b2eecf03e0: Layer already exists [2020-06-17T21:16:42.444Z] 0e9e096e27ec: Layer already exists [2020-06-17T21:16:42.444Z] dc3c914186a2: Layer already exists [2020-06-17T21:16:42.444Z] 75631e3d6696: Layer already exists [2020-06-17T21:16:42.444Z] 845113b32fe3: Layer already exists [2020-06-17T21:16:42.671Z] Selecting previously unselected package gcc. [2020-06-17T21:16:42.672Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-17T21:16:42.672Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:16:42.672Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-06-17T21:16:42.672Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:42.672Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:42.713Z] e2f13739ad41: Layer already exists [2020-06-17T21:16:42.713Z] master: digest: sha256:6083f470bb791c646e844c2e9895c2171a7bb8f036851bb9f3624e18abbd168a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-17T21:16:43.293Z] + find /w/workspace/app-service-configurable/32 [2020-06-17T21:16:43.293Z] + grep snapcraft.yaml [2020-06-17T21:16:43.293Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/32/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T21:16:43.413Z] provisioning config files... [2020-06-17T21:16:43.428Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/32@tmp/config8164862599110593424tmp [Pipeline] { [Pipeline] sh [2020-06-17T21:16:43.772Z] + cp /w/workspace/app-service-configurable/32@tmp/config8164862599110593424tmp /w/workspace/app-service-configurable/32/edgex-snap-store-login [Pipeline] sh [2020-06-17T21:16:44.113Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/32:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-17T21:16:44.113Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-17T21:16:44.113Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-17T21:16:44.113Z] b2f61026a351: Pulling fs layer [2020-06-17T21:16:44.113Z] 5538fb30c42c: Pulling fs layer [2020-06-17T21:16:44.113Z] f0b05810781a: Pulling fs layer [2020-06-17T21:16:44.113Z] 0180a33352d6: Pulling fs layer [2020-06-17T21:16:44.113Z] e7604b0c0f53: Pulling fs layer [2020-06-17T21:16:44.113Z] db689cb83ae0: Pulling fs layer [2020-06-17T21:16:44.113Z] 6138af208834: Pulling fs layer [2020-06-17T21:16:44.113Z] 007c8e8c5d63: Pulling fs layer [2020-06-17T21:16:44.113Z] 4f7a387c642f: Pulling fs layer [2020-06-17T21:16:44.113Z] 0180a33352d6: Waiting [2020-06-17T21:16:44.113Z] e7604b0c0f53: Waiting [2020-06-17T21:16:44.113Z] db689cb83ae0: Waiting [2020-06-17T21:16:44.113Z] 007c8e8c5d63: Waiting [2020-06-17T21:16:44.113Z] 6138af208834: Waiting [2020-06-17T21:16:44.386Z] f0b05810781a: Verifying Checksum [2020-06-17T21:16:44.386Z] f0b05810781a: Download complete [2020-06-17T21:16:44.386Z] 5538fb30c42c: Verifying Checksum [2020-06-17T21:16:44.386Z] 5538fb30c42c: Download complete [2020-06-17T21:16:44.386Z] 0180a33352d6: Verifying Checksum [2020-06-17T21:16:44.386Z] 0180a33352d6: Download complete [2020-06-17T21:16:44.386Z] db689cb83ae0: Verifying Checksum [2020-06-17T21:16:44.386Z] db689cb83ae0: Download complete [2020-06-17T21:16:44.386Z] 6138af208834: Verifying Checksum [2020-06-17T21:16:44.386Z] 6138af208834: Download complete [2020-06-17T21:16:44.386Z] 007c8e8c5d63: Verifying Checksum [2020-06-17T21:16:44.386Z] 007c8e8c5d63: Download complete [2020-06-17T21:16:44.386Z] 4f7a387c642f: Verifying Checksum [2020-06-17T21:16:44.386Z] 4f7a387c642f: Download complete [2020-06-17T21:16:44.583Z] Selecting previously unselected package g++-7. [2020-06-17T21:16:44.583Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-17T21:16:44.583Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:44.978Z] b2f61026a351: Verifying Checksum [2020-06-17T21:16:44.978Z] b2f61026a351: Download complete [2020-06-17T21:16:45.524Z] Selecting previously unselected package g++. [2020-06-17T21:16:45.524Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-17T21:16:45.524Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:16:45.524Z] Selecting previously unselected package make. [2020-06-17T21:16:45.524Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-17T21:16:45.524Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-17T21:16:45.784Z] Selecting previously unselected package libdpkg-perl. [2020-06-17T21:16:45.784Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-17T21:16:45.784Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-17T21:16:46.046Z] Selecting previously unselected package patch. [2020-06-17T21:16:46.046Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-17T21:16:46.046Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-17T21:16:46.046Z] Selecting previously unselected package dpkg-dev. [2020-06-17T21:16:46.046Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-17T21:16:46.046Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-17T21:16:46.308Z] Selecting previously unselected package build-essential. [2020-06-17T21:16:46.308Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-06-17T21:16:46.308Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-17T21:16:46.308Z] Selecting previously unselected package curl. [2020-06-17T21:16:46.308Z] Preparing to unpack .../66-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-17T21:16:46.308Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-17T21:16:46.570Z] Selecting previously unselected package libassuan0:amd64. [2020-06-17T21:16:46.570Z] Preparing to unpack .../67-libassuan0_2.5.1-2_amd64.deb ... [2020-06-17T21:16:46.570Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-06-17T21:16:46.830Z] Selecting previously unselected package gpgconf. [2020-06-17T21:16:46.830Z] Preparing to unpack .../68-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:46.830Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:47.090Z] Selecting previously unselected package libksba8:amd64. [2020-06-17T21:16:47.090Z] Preparing to unpack .../69-libksba8_1.3.5-2_amd64.deb ... [2020-06-17T21:16:47.090Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-06-17T21:16:47.090Z] Selecting previously unselected package libnpth0:amd64. [2020-06-17T21:16:47.090Z] Preparing to unpack .../70-libnpth0_1.5-3_amd64.deb ... [2020-06-17T21:16:47.090Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-06-17T21:16:47.350Z] Selecting previously unselected package dirmngr. [2020-06-17T21:16:47.351Z] Preparing to unpack .../71-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:47.351Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:47.351Z] Selecting previously unselected package libfakeroot:amd64. [2020-06-17T21:16:47.351Z] Preparing to unpack .../72-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-17T21:16:47.351Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-17T21:16:47.611Z] Selecting previously unselected package fakeroot. [2020-06-17T21:16:47.611Z] Preparing to unpack .../73-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-17T21:16:47.611Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-17T21:16:47.871Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-17T21:16:47.871Z] Preparing to unpack .../74-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-17T21:16:47.871Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-17T21:16:47.871Z] Selecting previously unselected package liberror-perl. [2020-06-17T21:16:47.871Z] Preparing to unpack .../75-liberror-perl_0.17025-1_all.deb ... [2020-06-17T21:16:47.871Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-17T21:16:47.871Z] Selecting previously unselected package git-man. [2020-06-17T21:16:47.872Z] Preparing to unpack .../76-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-17T21:16:47.872Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:16:48.132Z] Selecting previously unselected package git. [2020-06-17T21:16:48.132Z] Preparing to unpack .../77-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-17T21:16:48.132Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:16:48.362Z] b2f61026a351: Pull complete [2020-06-17T21:16:48.362Z] 5538fb30c42c: Pull complete [2020-06-17T21:16:48.362Z] f0b05810781a: Pull complete [2020-06-17T21:16:48.952Z] 0180a33352d6: Pull complete [2020-06-17T21:16:49.077Z] Selecting previously unselected package gnupg-l10n. [2020-06-17T21:16:49.077Z] Preparing to unpack .../78-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-17T21:16:49.077Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.077Z] Selecting previously unselected package gnupg-utils. [2020-06-17T21:16:49.077Z] Preparing to unpack .../79-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.077Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.337Z] Selecting previously unselected package gpg. [2020-06-17T21:16:49.337Z] Preparing to unpack .../80-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.337Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.337Z] Selecting previously unselected package pinentry-curses. [2020-06-17T21:16:49.337Z] Preparing to unpack .../81-pinentry-curses_1.1.0-1_amd64.deb ... [2020-06-17T21:16:49.337Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-17T21:16:49.337Z] Selecting previously unselected package gpg-agent. [2020-06-17T21:16:49.337Z] Preparing to unpack .../82-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.598Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.598Z] Selecting previously unselected package gpg-wks-client. [2020-06-17T21:16:49.598Z] Preparing to unpack .../83-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.598Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.598Z] Selecting previously unselected package gpg-wks-server. [2020-06-17T21:16:49.598Z] Preparing to unpack .../84-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.598Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.858Z] Selecting previously unselected package gpgsm. [2020-06-17T21:16:49.858Z] Preparing to unpack .../85-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.858Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.858Z] Selecting previously unselected package gnupg. [2020-06-17T21:16:49.858Z] Preparing to unpack .../86-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-17T21:16:49.858Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:49.858Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-17T21:16:49.858Z] Preparing to unpack .../87-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-17T21:16:49.858Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-17T21:16:50.119Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-17T21:16:50.119Z] Preparing to unpack .../88-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-06-17T21:16:50.119Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-17T21:16:50.119Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-17T21:16:50.119Z] Preparing to unpack .../89-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-17T21:16:50.119Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-17T21:16:50.119Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-17T21:16:50.119Z] Preparing to unpack .../90-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-06-17T21:16:50.119Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-17T21:16:50.119Z] Selecting previously unselected package libnorm1:amd64. [2020-06-17T21:16:50.119Z] Preparing to unpack .../91-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-06-17T21:16:50.119Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-17T21:16:50.380Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-06-17T21:16:50.380Z] Preparing to unpack .../92-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-06-17T21:16:50.380Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-17T21:16:50.380Z] Selecting previously unselected package libsodium23:amd64. [2020-06-17T21:16:50.380Z] Preparing to unpack .../93-libsodium23_1.0.16-2_amd64.deb ... [2020-06-17T21:16:50.380Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-06-17T21:16:50.640Z] Selecting previously unselected package libzmq5:amd64. [2020-06-17T21:16:50.640Z] Preparing to unpack .../94-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-17T21:16:50.640Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:16:50.640Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-06-17T21:16:50.640Z] Preparing to unpack .../95-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-17T21:16:50.640Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:16:50.640Z] Selecting previously unselected package manpages-dev. [2020-06-17T21:16:50.640Z] Preparing to unpack .../96-manpages-dev_4.15-1_all.deb ... [2020-06-17T21:16:50.640Z] Unpacking manpages-dev (4.15-1) ... [2020-06-17T21:16:51.211Z] Selecting previously unselected package pkg-config. [2020-06-17T21:16:51.211Z] Preparing to unpack .../97-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-06-17T21:16:51.211Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-17T21:16:51.211Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:51.211Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-06-17T21:16:51.211Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-17T21:16:51.211Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:51.211Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-17T21:16:51.211Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:51.471Z] Setting up readline-common (7.0-3) ... [2020-06-17T21:16:51.471Z] Setting up manpages (4.15-1) ... [2020-06-17T21:16:51.471Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:16:51.471Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-17T21:16:51.471Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-17T21:16:51.471Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:51.471Z] Setting up less (487-0.1) ... [2020-06-17T21:16:51.553Z] e7604b0c0f53: Verifying Checksum [2020-06-17T21:16:51.553Z] e7604b0c0f53: Download complete [2020-06-17T21:16:52.415Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-17T21:16:52.415Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T21:16:52.415Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-17T21:16:52.415Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-06-17T21:16:52.415Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-17T21:16:52.415Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:52.415Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:16:52.415Z] No schema files found: doing nothing. [2020-06-17T21:16:52.415Z] Setting up linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-17T21:16:52.675Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-06-17T21:16:52.675Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-06-17T21:16:52.675Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:16:52.675Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-17T21:16:52.675Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-17T21:16:52.675Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-17T21:16:52.675Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-17T21:16:52.675Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:52.675Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-17T21:16:52.675Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:16:52.938Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:16:52.938Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-06-17T21:16:52.938Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:16:52.938Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-17T21:16:52.938Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:16:52.938Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-17T21:16:52.938Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-17T21:16:52.938Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-17T21:16:52.938Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-17T21:16:52.938Z] Setting up shared-mime-info (1.9-2) ... [2020-06-17T21:17:01.070Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-06-17T21:17:01.070Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-17T21:17:01.070Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-17T21:17:01.070Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-17T21:17:01.070Z] Setting up manpages-dev (4.15-1) ... [2020-06-17T21:17:01.070Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T21:17:01.070Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-17T21:17:01.070Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-06-17T21:17:01.070Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-17T21:17:01.070Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:17:01.070Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:17:01.070Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-17T21:17:01.070Z] Setting up netbase (5.4) ... [2020-06-17T21:17:01.070Z] Setting up libisl19:amd64 (0.19-1) ... [2020-06-17T21:17:01.070Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:17:01.070Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.070Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:17:01.070Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.070Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.070Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.070Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:17:01.070Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-17T21:17:01.070Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:17:01.070Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.330Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.330Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.330Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:17:01.331Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.331Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.331Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-17T21:17:01.331Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.331Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-17T21:17:01.331Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.591Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:17:01.591Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:17:01.591Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:17:01.591Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.591Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.591Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:01.591Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-17T21:17:01.591Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-17T21:17:01.851Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-17T21:17:01.851Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-17T21:17:01.851Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:17:01.851Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-17T21:17:01.851Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.851Z] Setting up liberror-perl (0.17025-1) ... [2020-06-17T21:17:01.851Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:17:01.851Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:17:02.114Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-17T21:17:02.114Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:17:02.114Z] Setting up xauth (1:1.0.10-1) ... [2020-06-17T21:17:02.114Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-17T21:17:02.114Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-17T21:17:02.114Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-17T21:17:02.114Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:17:02.375Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-17T21:17:02.375Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-17T21:17:02.375Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:17:02.375Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-17T21:17:02.375Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-17T21:17:02.375Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-17T21:17:05.671Z] binutils set to automatically installed. [2020-06-17T21:17:05.671Z] binutils-common set to automatically installed. [2020-06-17T21:17:05.671Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-06-17T21:17:05.671Z] build-essential set to automatically installed. [2020-06-17T21:17:05.671Z] cpp set to automatically installed. [2020-06-17T21:17:05.671Z] cpp-7 set to automatically installed. [2020-06-17T21:17:05.671Z] curl set to automatically installed. [2020-06-17T21:17:05.671Z] dirmngr set to automatically installed. [2020-06-17T21:17:05.671Z] dpkg-dev set to automatically installed. [2020-06-17T21:17:05.671Z] fakeroot set to automatically installed. [2020-06-17T21:17:05.671Z] g++ set to automatically installed. [2020-06-17T21:17:05.671Z] g++-7 set to automatically installed. [2020-06-17T21:17:05.671Z] gcc set to automatically installed. [2020-06-17T21:17:05.671Z] gcc-7 set to automatically installed. [2020-06-17T21:17:05.671Z] gcc-7-base set to automatically installed. [2020-06-17T21:17:05.671Z] git set to automatically installed. [2020-06-17T21:17:05.671Z] git-man set to automatically installed. [2020-06-17T21:17:05.671Z] gnupg set to automatically installed. [2020-06-17T21:17:05.671Z] gnupg-l10n set to automatically installed. [2020-06-17T21:17:05.671Z] gnupg-utils set to automatically installed. [2020-06-17T21:17:05.671Z] gpg set to automatically installed. [2020-06-17T21:17:05.671Z] gpg-agent set to automatically installed. [2020-06-17T21:17:05.671Z] gpg-wks-client set to automatically installed. [2020-06-17T21:17:05.671Z] gpg-wks-server set to automatically installed. [2020-06-17T21:17:05.671Z] gpgconf set to automatically installed. [2020-06-17T21:17:05.671Z] gpgsm set to automatically installed. [2020-06-17T21:17:05.671Z] less set to automatically installed. [2020-06-17T21:17:05.671Z] libalgorithm-diff-perl set to automatically installed. [2020-06-17T21:17:05.671Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-17T21:17:05.671Z] libalgorithm-merge-perl set to automatically installed. [2020-06-17T21:17:05.671Z] libasan4 set to automatically installed. [2020-06-17T21:17:05.671Z] libassuan0 set to automatically installed. [2020-06-17T21:17:05.671Z] libatomic1 set to automatically installed. [2020-06-17T21:17:05.671Z] libbinutils set to automatically installed. [2020-06-17T21:17:05.671Z] libbsd0 set to automatically installed. [2020-06-17T21:17:05.671Z] libc-dev-bin set to automatically installed. [2020-06-17T21:17:05.671Z] libc6-dev set to automatically installed. [2020-06-17T21:17:05.671Z] libcc1-0 set to automatically installed. [2020-06-17T21:17:05.671Z] libcilkrts5 set to automatically installed. [2020-06-17T21:17:05.671Z] libcurl3-gnutls set to automatically installed. [2020-06-17T21:17:05.671Z] libdpkg-perl set to automatically installed. [2020-06-17T21:17:05.671Z] libedit2 set to automatically installed. [2020-06-17T21:17:05.671Z] liberror-perl set to automatically installed. [2020-06-17T21:17:05.671Z] libexpat1 set to automatically installed. [2020-06-17T21:17:05.671Z] libfakeroot set to automatically installed. [2020-06-17T21:17:05.671Z] libfile-fcntllock-perl set to automatically installed. [2020-06-17T21:17:05.671Z] libgcc-7-dev set to automatically installed. [2020-06-17T21:17:05.671Z] libgdbm-compat4 set to automatically installed. [2020-06-17T21:17:05.671Z] libgdbm5 set to automatically installed. [2020-06-17T21:17:05.671Z] libglib2.0-0 set to automatically installed. [2020-06-17T21:17:05.671Z] libglib2.0-data set to automatically installed. [2020-06-17T21:17:05.671Z] libgomp1 set to automatically installed. [2020-06-17T21:17:05.671Z] libicu60 set to automatically installed. [2020-06-17T21:17:05.671Z] libisl19 set to automatically installed. [2020-06-17T21:17:05.671Z] libitm1 set to automatically installed. [2020-06-17T21:17:05.671Z] libksba8 set to automatically installed. [2020-06-17T21:17:05.671Z] liblocale-gettext-perl set to automatically installed. [2020-06-17T21:17:05.671Z] liblsan0 set to automatically installed. [2020-06-17T21:17:05.671Z] libmpc3 set to automatically installed. [2020-06-17T21:17:05.671Z] libmpfr6 set to automatically installed. [2020-06-17T21:17:05.671Z] libmpx2 set to automatically installed. [2020-06-17T21:17:05.671Z] libnorm1 set to automatically installed. [2020-06-17T21:17:05.671Z] libnpth0 set to automatically installed. [2020-06-17T21:17:05.671Z] libperl5.26 set to automatically installed. [2020-06-17T21:17:05.671Z] libpgm-5.2-0 set to automatically installed. [2020-06-17T21:17:05.671Z] libquadmath0 set to automatically installed. [2020-06-17T21:17:05.671Z] libreadline7 set to automatically installed. [2020-06-17T21:17:05.671Z] libsodium23 set to automatically installed. [2020-06-17T21:17:05.671Z] libssl1.0.0 set to automatically installed. [2020-06-17T21:17:05.671Z] libstdc++-7-dev set to automatically installed. [2020-06-17T21:17:05.671Z] libtsan0 set to automatically installed. [2020-06-17T21:17:05.671Z] libubsan0 set to automatically installed. [2020-06-17T21:17:05.671Z] libx11-6 set to automatically installed. [2020-06-17T21:17:05.671Z] libx11-data set to automatically installed. [2020-06-17T21:17:05.671Z] libxau6 set to automatically installed. [2020-06-17T21:17:05.671Z] libxcb1 set to automatically installed. [2020-06-17T21:17:05.671Z] libxdmcp6 set to automatically installed. [2020-06-17T21:17:05.671Z] libxext6 set to automatically installed. [2020-06-17T21:17:05.671Z] libxml2 set to automatically installed. [2020-06-17T21:17:05.671Z] libxmuu1 set to automatically installed. [2020-06-17T21:17:05.671Z] libzmq3-dev set to automatically installed. [2020-06-17T21:17:05.671Z] libzmq5 set to automatically installed. [2020-06-17T21:17:05.671Z] linux-libc-dev set to automatically installed. [2020-06-17T21:17:05.671Z] make set to automatically installed. [2020-06-17T21:17:05.671Z] manpages set to automatically installed. [2020-06-17T21:17:05.671Z] manpages-dev set to automatically installed. [2020-06-17T21:17:05.671Z] netbase set to automatically installed. [2020-06-17T21:17:05.671Z] openssh-client set to automatically installed. [2020-06-17T21:17:05.671Z] patch set to automatically installed. [2020-06-17T21:17:05.671Z] perl set to automatically installed. [2020-06-17T21:17:05.671Z] perl-modules-5.26 set to automatically installed. [2020-06-17T21:17:05.671Z] pinentry-curses set to automatically installed. [2020-06-17T21:17:05.671Z] pkg-config set to automatically installed. [2020-06-17T21:17:05.671Z] readline-common set to automatically installed. [2020-06-17T21:17:05.671Z] shared-mime-info set to automatically installed. [2020-06-17T21:17:05.671Z] xauth set to automatically installed. [2020-06-17T21:17:05.671Z] xdg-user-dirs set to automatically installed. [2020-06-17T21:17:05.671Z] xz-utils set to automatically installed. [2020-06-17T21:17:05.671Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-17T21:17:05.671Z] Please ensure the environment is properly setup before continuing. [2020-06-17T21:17:05.671Z] Ignore this message if the appropriate measures have already been taken [2020-06-17T21:17:05.931Z] Pulling go [2020-06-17T21:17:06.873Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-17T21:17:06.873Z] Skipping pull go (already ran) [2020-06-17T21:17:06.873Z] Building go [2020-06-17T21:17:06.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-17T21:17:06.873Z] Dload Upload Total Spent Left Speed [2020-06-17T21:17:08.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 114M 6 7487k 0 0 16.7M 0 0:00:06 --:--:-- 0:00:06 16.7M 67 114M 67 77.5M 0 0 56.1M 0 0:00:02 0:00:01 0:00:01 56.1M 100 114M 100 114M 0 0 65.1M 0 0:00:01 0:00:01 --:--:-- 65.0M [2020-06-17T21:17:09.615Z] go1.13.10.linux-amd64.tar.gz: OK [2020-06-17T21:17:16.211Z] Staging go [2020-06-17T21:17:23.947Z] e7604b0c0f53: Pull complete [2020-06-17T21:17:23.947Z] db689cb83ae0: Pull complete [2020-06-17T21:17:23.947Z] 6138af208834: Pull complete [2020-06-17T21:17:23.947Z] 007c8e8c5d63: Pull complete [2020-06-17T21:17:23.947Z] 4f7a387c642f: Pull complete [2020-06-17T21:17:23.947Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-17T21:17:23.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-17T21:17:28.435Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-17T21:17:28.436Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-06-17T21:17:28.436Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] [2020-06-17T21:17:28.436Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-17T21:17:28.436Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-17T21:17:28.436Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-17T21:17:28.436Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-17T21:17:28.436Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-17T21:17:28.436Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-06-17T21:17:28.436Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-06-17T21:17:28.436Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-06-17T21:17:28.436Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-06-17T21:17:28.436Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1254 kB] [2020-06-17T21:17:28.436Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1397 kB] [2020-06-17T21:17:28.436Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-17T21:17:28.436Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-17T21:17:28.436Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-17T21:17:28.436Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-17T21:17:28.436Z] Fetched 18.0 MB in 0s (0 B/s) [2020-06-17T21:17:28.436Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-06-17T21:17:28.436Z] Fetched 224 kB in 0s (0 B/s) [2020-06-17T21:17:28.436Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-06-17T21:17:28.436Z] Fetched 157 kB in 0s (0 B/s) [2020-06-17T21:17:28.436Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-06-17T21:17:28.436Z] Fetched 221 kB in 0s (0 B/s) [2020-06-17T21:17:28.436Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-06-17T21:17:28.436Z] Fetched 143 kB in 0s (0 B/s) [2020-06-17T21:17:28.436Z] Pulling app-service-config [2020-06-17T21:17:29.816Z] Pulling config-common [2020-06-17T21:17:30.645Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-17T21:17:30.645Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-17T21:17:30.645Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-17T21:17:30.645Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-17T21:17:30.757Z] Skipping build go (already ran) [2020-06-17T21:17:30.757Z] Building app-service-config [2020-06-17T21:17:30.915Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-17T21:17:30.915Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-17T21:17:31.018Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-17T21:17:31.513Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-17T21:17:31.513Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-17T21:17:31.513Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-17T21:17:31.513Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-17T21:17:31.513Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-17T21:17:31.513Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-17T21:17:31.963Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:17:31.964Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:17:31.964Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:17:31.964Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:17:31.964Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:17:31.964Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:17:31.964Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:17:32.103Z] Fetched 3756 kB in 3s (1439 kB/s) [2020-06-17T21:17:32.224Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:17:32.224Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:17:32.224Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:17:32.224Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:17:32.224Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:17:32.224Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:17:32.224Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:17:32.224Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:17:32.224Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:17:32.224Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-17T21:17:32.224Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:17:32.224Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:17:32.224Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:17:32.224Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:17:32.224Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-17T21:17:32.224Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:17:32.224Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-17T21:17:32.224Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:17:32.224Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:17:32.224Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:17:32.224Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-17T21:17:32.224Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:17:32.224Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:17:32.225Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:17:32.225Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:17:32.225Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-17T21:17:32.225Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-17T21:17:32.225Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:17:32.225Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:17:32.225Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:17:32.225Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:17:32.225Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-17T21:17:32.225Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:17:32.225Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:17:32.225Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:17:32.225Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:17:32.225Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:17:32.225Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:17:32.489Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:17:32.489Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-17T21:17:32.489Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:17:32.489Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:17:32.489Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:17:32.489Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:17:32.489Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:17:32.489Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:17:32.489Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:17:32.489Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:17:32.489Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:17:32.489Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-17T21:17:33.085Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:17:33.085Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-17T21:17:33.085Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:17:33.085Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:17:33.085Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:17:33.085Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:17:33.085Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:17:33.085Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:17:33.085Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:17:33.085Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:17:33.353Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:17:33.353Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:17:33.619Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-17T21:17:33.619Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-17T21:17:33.619Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:17:33.619Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-17T21:17:33.619Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:17:33.879Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:17:33.879Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:17:33.879Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-17T21:17:33.879Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-17T21:17:33.879Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-17T21:17:33.879Z] go: downloading golang.org/x/text v0.3.2 [2020-06-17T21:17:33.879Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:17:33.879Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:17:35.261Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:17:35.521Z] go: extracting golang.org/x/text v0.3.2 [2020-06-17T21:17:36.404Z] Reading package lists... [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:17:36.906Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:17:36.906Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:17:36.906Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:17:36.906Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T21:17:36.906Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:17:36.906Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-17T21:17:36.906Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:17:36.906Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:17:36.906Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:17:36.906Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T21:17:36.906Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:17:36.906Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:17:36.906Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:17:36.906Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:17:36.906Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:17:36.906Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:17:36.906Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:17:37.168Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:17:37.169Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T21:17:37.169Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:17:37.169Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:17:37.169Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:17:37.169Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:17:37.169Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:17:37.169Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T21:17:37.169Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-17T21:17:37.169Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:17:37.169Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:17:37.169Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:17:37.169Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:17:37.169Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:17:37.169Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:17:37.169Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-17T21:17:37.169Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:17:37.169Z] go: finding golang.org/x/text v0.3.2 [2020-06-17T21:17:37.169Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:17:43.087Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-17T21:17:43.087Z] - README.md [2020-06-17T21:17:43.087Z] [2020-06-17T21:17:43.087Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-17T21:17:49.760Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-17T21:17:54.038Z] Reading package lists... [2020-06-17T21:17:54.038Z] Building dependency tree... [2020-06-17T21:17:54.038Z] Reading state information... [2020-06-17T21:17:55.008Z] The following packages were automatically installed and are no longer required: [2020-06-17T21:17:55.008Z] libjq1 liblzo2-2 libonig4 [2020-06-17T21:17:55.008Z] Use 'sudo apt autoremove' to remove them. [2020-06-17T21:17:55.008Z] Suggested packages: [2020-06-17T21:17:55.008Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-17T21:17:55.008Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-06-17T21:17:55.008Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-06-17T21:17:55.008Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-06-17T21:17:55.008Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-06-17T21:17:55.008Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-06-17T21:17:55.008Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-06-17T21:17:55.008Z] glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc man-browser keychain [2020-06-17T21:17:55.008Z] libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-17T21:17:55.008Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-06-17T21:17:55.008Z] readline-doc [2020-06-17T21:17:55.976Z] The following NEW packages will be installed: [2020-06-17T21:17:55.976Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-06-17T21:17:55.976Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-06-17T21:17:55.976Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-06-17T21:17:55.976Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-06-17T21:17:55.976Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-06-17T21:17:55.976Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-06-17T21:17:55.976Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-06-17T21:17:55.976Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-06-17T21:17:55.976Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-06-17T21:17:55.976Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-06-17T21:17:55.976Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-06-17T21:17:55.976Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-06-17T21:17:55.976Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-06-17T21:17:55.976Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-06-17T21:17:55.976Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-06-17T21:17:55.976Z] xdg-user-dirs xz-utils [2020-06-17T21:17:56.561Z] 0 upgraded, 95 newly installed, 0 to remove and 10 not upgraded. [2020-06-17T21:17:56.561Z] Need to get 63.4 MB of archives. [2020-06-17T21:17:56.561Z] After this operation, 277 MB of additional disk space will be used. [2020-06-17T21:17:56.561Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-06-17T21:17:56.561Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-17T21:17:56.561Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-17T21:17:56.829Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-17T21:17:56.829Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-17T21:17:56.829Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-17T21:17:57.097Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-17T21:17:57.366Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-17T21:17:57.366Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-17T21:17:57.635Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-17T21:17:57.635Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-17T21:17:57.635Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-17T21:17:58.222Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-17T21:17:58.222Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-17T21:17:58.222Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-17T21:17:58.222Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] [2020-06-17T21:17:58.492Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-17T21:17:58.492Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-06-17T21:17:59.223Z] Building config-common [2020-06-17T21:17:59.458Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-06-17T21:17:59.458Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-06-17T21:17:59.458Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] [2020-06-17T21:17:59.458Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-17T21:17:59.458Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-06-17T21:17:59.458Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-06-17T21:17:59.458Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-06-17T21:17:59.458Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-17T21:17:59.728Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-17T21:17:59.728Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-17T21:17:59.728Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-06-17T21:17:59.999Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-17T21:17:59.999Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-17T21:17:59.999Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-17T21:17:59.999Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-06-17T21:17:59.999Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-06-17T21:18:00.269Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-06-17T21:18:00.269Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc-dev-bin arm64 2.27-3ubuntu1 [58.6 kB] [2020-06-17T21:18:00.269Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-106.107 [969 kB] [2020-06-17T21:18:00.538Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc6-dev arm64 2.27-3ubuntu1 [2052 kB] [2020-06-17T21:18:00.808Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-17T21:18:00.808Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-06-17T21:18:00.808Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-06-17T21:18:00.808Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-06-17T21:18:00.808Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-06-17T21:18:01.134Z] Skipping stage go (already ran) [2020-06-17T21:18:01.134Z] Staging app-service-config [2020-06-17T21:18:01.775Z] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-17T21:18:01.776Z] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-06-17T21:18:01.776Z] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-06-17T21:18:01.776Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-06-17T21:18:01.776Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-06-17T21:18:01.776Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-06-17T21:18:01.776Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-06-17T21:18:01.776Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-06-17T21:18:01.776Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-06-17T21:18:01.776Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-06-17T21:18:02.045Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-06-17T21:18:02.075Z] Staging config-common [2020-06-17T21:18:03.014Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-06-17T21:18:03.014Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-17T21:18:03.014Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-06-17T21:18:03.061Z] Priming go [2020-06-17T21:18:03.694Z] Priming app-service-config [2020-06-17T21:18:03.985Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-06-17T21:18:03.985Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-17T21:18:03.985Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-17T21:18:03.985Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-17T21:18:03.985Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-17T21:18:03.985Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-06-17T21:18:03.985Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-17T21:18:03.985Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-06-17T21:18:03.985Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-06-17T21:18:03.985Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-06-17T21:18:03.985Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-06-17T21:18:04.254Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-06-17T21:18:04.254Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-06-17T21:18:04.254Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-06-17T21:18:04.254Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-17T21:18:04.254Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-17T21:18:04.254Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-17T21:18:04.254Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-17T21:18:04.525Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-17T21:18:04.525Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-06-17T21:18:04.525Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-06-17T21:18:04.525Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-06-17T21:18:04.525Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-06-17T21:18:04.525Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] [2020-06-17T21:18:04.525Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] [2020-06-17T21:18:04.697Z] Priming config-common [2020-06-17T21:18:04.796Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-06-17T21:18:04.796Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-17T21:18:04.796Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-17T21:18:04.796Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-06-17T21:18:04.796Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-17T21:18:04.796Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-06-17T21:18:04.796Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-06-17T21:18:04.796Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-06-17T21:18:05.067Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-06-17T21:18:05.067Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-06-17T21:18:05.067Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-06-17T21:18:05.067Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-06-17T21:18:05.340Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-06-17T21:18:05.661Z] Snapping 'edgex-app-service-configurable' ... [2020-06-17T21:18:05.932Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-17T21:18:05.932Z] Fetched 63.4 MB in 9s (6938 kB/s) [2020-06-17T21:18:05.932Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-17T21:18:05.932Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-17T21:18:05.932Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-06-17T21:18:06.202Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-17T21:18:06.202Z] Selecting previously unselected package libxau6:arm64. [2020-06-17T21:18:06.202Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-17T21:18:06.202Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-17T21:18:06.202Z] Selecting previously unselected package libbsd0:arm64. [2020-06-17T21:18:06.202Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-17T21:18:06.472Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-17T21:18:06.472Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-17T21:18:06.472Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-17T21:18:06.472Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-17T21:18:06.473Z] Selecting previously unselected package libxcb1:arm64. [2020-06-17T21:18:06.473Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-17T21:18:06.473Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-17T21:18:06.743Z] Selecting previously unselected package libx11-data. [2020-06-17T21:18:06.743Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-17T21:18:06.743Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:18:07.013Z] Selecting previously unselected package libx11-6:arm64. [2020-06-17T21:18:07.013Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-17T21:18:07.013Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:18:07.283Z] Selecting previously unselected package libxext6:arm64. [2020-06-17T21:18:07.283Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-17T21:18:07.283Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-17T21:18:07.283Z] Selecting previously unselected package perl-modules-5.26. [2020-06-17T21:18:07.283Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-17T21:18:07.283Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:18:07.625Z] [2020-06-17T21:18:07.626Z] Snapped edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap [2020-06-17T21:18:09.251Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-17T21:18:09.251Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-17T21:18:09.251Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-17T21:18:09.251Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-17T21:18:09.251Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-17T21:18:09.251Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-17T21:18:09.251Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-17T21:18:09.251Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-17T21:18:09.251Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:18:10.677Z] Selecting previously unselected package perl. [2020-06-17T21:18:10.677Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-17T21:18:10.677Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-17T21:18:10.677Z] Selecting previously unselected package less. [2020-06-17T21:18:10.677Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-06-17T21:18:10.677Z] Unpacking less (487-0.1) ... [2020-06-17T21:18:10.677Z] Selecting previously unselected package libexpat1:arm64. [2020-06-17T21:18:10.677Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-17T21:18:10.677Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-17T21:18:10.921Z] [2020-06-17T21:18:10.921Z] Login successful. You now have these capabilities: [2020-06-17T21:18:10.921Z] [2020-06-17T21:18:10.921Z] snaps: No restriction [2020-06-17T21:18:10.921Z] channels: No restriction [2020-06-17T21:18:10.921Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-17T21:18:10.921Z] expires: 2020-06-19T16:50:48.252993 [2020-06-17T21:18:10.921Z] [2020-06-17T21:18:10.948Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-06-17T21:18:10.948Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-06-17T21:18:10.948Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:18:11.219Z] Selecting previously unselected package libglib2.0-data. [2020-06-17T21:18:11.219Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-17T21:18:11.219Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:18:11.489Z] Selecting previously unselected package libicu60:arm64. [2020-06-17T21:18:11.489Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-06-17T21:18:11.489Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-17T21:18:11.491Z] Preparing to push 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap'. [2020-06-17T21:18:11.491Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-17T21:18:11.491Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-17T21:18:13.452Z] Selecting previously unselected package readline-common. [2020-06-17T21:18:13.452Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-17T21:18:13.452Z] Unpacking readline-common (7.0-3) ... [2020-06-17T21:18:13.723Z] Selecting previously unselected package libreadline7:arm64. [2020-06-17T21:18:13.723Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-06-17T21:18:13.723Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-06-17T21:18:13.723Z] Selecting previously unselected package libxml2:arm64. [2020-06-17T21:18:13.723Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-06-17T21:18:13.723Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-17T21:18:13.993Z] Selecting previously unselected package netbase. [2020-06-17T21:18:13.993Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-17T21:18:13.993Z] Unpacking netbase (5.4) ... [2020-06-17T21:18:14.264Z] Selecting previously unselected package shared-mime-info. [2020-06-17T21:18:14.264Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-06-17T21:18:14.264Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-17T21:18:14.535Z] Selecting previously unselected package xdg-user-dirs. [2020-06-17T21:18:14.535Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-06-17T21:18:14.535Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-17T21:18:14.805Z] Selecting previously unselected package xz-utils. [2020-06-17T21:18:14.805Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-06-17T21:18:14.805Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-17T21:18:14.805Z] Selecting previously unselected package libedit2:arm64. [2020-06-17T21:18:14.805Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-17T21:18:15.077Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-17T21:18:15.077Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-17T21:18:15.077Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-17T21:18:15.077Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T21:18:15.349Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-17T21:18:15.349Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-17T21:18:15.349Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-17T21:18:15.620Z] Selecting previously unselected package manpages. [2020-06-17T21:18:15.620Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-17T21:18:15.620Z] Unpacking manpages (4.15-1) ... [2020-06-17T21:18:15.891Z] Selecting previously unselected package openssh-client. [2020-06-17T21:18:15.891Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-17T21:18:15.891Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T21:18:16.161Z] Selecting previously unselected package xauth. [2020-06-17T21:18:16.161Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-17T21:18:16.161Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-17T21:18:16.161Z] Selecting previously unselected package binutils-common:arm64. [2020-06-17T21:18:16.161Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-17T21:18:16.161Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:16.431Z] Selecting previously unselected package libbinutils:arm64. [2020-06-17T21:18:16.431Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-17T21:18:16.431Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:16.701Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-06-17T21:18:16.701Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-17T21:18:16.701Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:17.670Z] Selecting previously unselected package binutils. [2020-06-17T21:18:17.670Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-17T21:18:17.670Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:17.670Z] Selecting previously unselected package libc-dev-bin. [2020-06-17T21:18:17.670Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_arm64.deb ... [2020-06-17T21:18:17.670Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-17T21:18:17.670Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-06-17T21:18:17.670Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_arm64.deb ... [2020-06-17T21:18:17.944Z] Unpacking linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-17T21:18:18.540Z] Selecting previously unselected package libc6-dev:arm64. [2020-06-17T21:18:18.540Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_arm64.deb ... [2020-06-17T21:18:18.540Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-17T21:18:19.514Z] Selecting previously unselected package gcc-7-base:arm64. [2020-06-17T21:18:19.784Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:19.784Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:19.784Z] Selecting previously unselected package libisl19:arm64. [2020-06-17T21:18:19.784Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-06-17T21:18:19.784Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-06-17T21:18:20.057Z] Selecting previously unselected package libmpfr6:arm64. [2020-06-17T21:18:20.057Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-06-17T21:18:20.057Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-06-17T21:18:20.325Z] Selecting previously unselected package libmpc3:arm64. [2020-06-17T21:18:20.325Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-06-17T21:18:20.325Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-06-17T21:18:20.325Z] Selecting previously unselected package cpp-7. [2020-06-17T21:18:20.325Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:20.325Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:22.290Z] Selecting previously unselected package cpp. [2020-06-17T21:18:22.290Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-17T21:18:22.290Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:18:22.290Z] Selecting previously unselected package libcc1-0:arm64. [2020-06-17T21:18:22.290Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:22.290Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:22.290Z] Selecting previously unselected package libgomp1:arm64. [2020-06-17T21:18:22.290Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:22.290Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:22.562Z] Selecting previously unselected package libitm1:arm64. [2020-06-17T21:18:22.562Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:22.562Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:22.562Z] Selecting previously unselected package libatomic1:arm64. [2020-06-17T21:18:22.562Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:22.562Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:22.836Z] Selecting previously unselected package libasan4:arm64. [2020-06-17T21:18:22.836Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:22.836Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:22.836Z] Selecting previously unselected package liblsan0:arm64. [2020-06-17T21:18:22.836Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:23.105Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:23.105Z] Selecting previously unselected package libtsan0:arm64. [2020-06-17T21:18:23.105Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:23.105Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:23.377Z] Selecting previously unselected package libubsan0:arm64. [2020-06-17T21:18:23.377Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:23.377Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:23.377Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-06-17T21:18:23.377Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:23.377Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:23.968Z] Selecting previously unselected package gcc-7. [2020-06-17T21:18:23.968Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:23.968Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:25.093Z] Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [] 100% [2020-06-17T21:18:25.927Z] Selecting previously unselected package gcc. [2020-06-17T21:18:25.927Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-17T21:18:25.927Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:18:25.927Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-06-17T21:18:25.927Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:25.927Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:26.896Z] Selecting previously unselected package g++-7. [2020-06-17T21:18:26.896Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-17T21:18:26.896Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:28.387Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released [2020-06-17T21:18:28.387Z] Revision 18 of 'edgex-app-service-configurable' created. [2020-06-17T21:18:28.859Z] Selecting previously unselected package g++. [2020-06-17T21:18:28.860Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-17T21:18:28.860Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:18:28.860Z] Selecting previously unselected package make. [2020-06-17T21:18:28.860Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-17T21:18:28.860Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-17T21:18:28.860Z] Selecting previously unselected package libdpkg-perl. [2020-06-17T21:18:29.130Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-17T21:18:29.131Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-17T21:18:29.131Z] Selecting previously unselected package patch. [2020-06-17T21:18:29.131Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-17T21:18:29.131Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-17T21:18:29.327Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-06-17T21:18:29.327Z] Track Arch Channel Version Revision Notes [2020-06-17T21:18:29.327Z] latest amd64 stable 1.2.0-20200615+a7f3ace 14 - [2020-06-17T21:18:29.327Z] candidate 1.2.0-20200615+a7f3ace 14 - [2020-06-17T21:18:29.327Z] beta 1.2.0-20200615+a7f3ace 14 - [2020-06-17T21:18:29.327Z] edge 1.2.0-20200617+1b13e71 18 - [2020-06-17T21:18:29.400Z] Selecting previously unselected package dpkg-dev. [2020-06-17T21:18:29.400Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-17T21:18:29.400Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-17T21:18:29.400Z] Selecting previously unselected package build-essential. [2020-06-17T21:18:29.671Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-06-17T21:18:29.671Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-17T21:18:29.671Z] Selecting previously unselected package curl. [2020-06-17T21:18:29.671Z] Preparing to unpack .../63-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-17T21:18:29.671Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-17T21:18:29.897Z] Pushing metadata from 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_amd64.snap' [2020-06-17T21:18:29.941Z] Selecting previously unselected package libassuan0:arm64. [2020-06-17T21:18:29.941Z] Preparing to unpack .../64-libassuan0_2.5.1-2_arm64.deb ... [2020-06-17T21:18:29.941Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-06-17T21:18:29.941Z] Selecting previously unselected package gpgconf. [2020-06-17T21:18:29.941Z] Preparing to unpack .../65-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:29.941Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:30.217Z] Selecting previously unselected package libksba8:arm64. [2020-06-17T21:18:30.217Z] Preparing to unpack .../66-libksba8_1.3.5-2_arm64.deb ... [2020-06-17T21:18:30.217Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-06-17T21:18:30.488Z] Selecting previously unselected package libnpth0:arm64. [2020-06-17T21:18:30.488Z] Preparing to unpack .../67-libnpth0_1.5-3_arm64.deb ... [2020-06-17T21:18:30.488Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-06-17T21:18:30.488Z] Selecting previously unselected package dirmngr. [2020-06-17T21:18:30.488Z] Preparing to unpack .../68-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:30.488Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:30.760Z] Selecting previously unselected package libfakeroot:arm64. [2020-06-17T21:18:30.760Z] Preparing to unpack .../69-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-17T21:18:30.760Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-17T21:18:31.030Z] Selecting previously unselected package fakeroot. [2020-06-17T21:18:31.030Z] Preparing to unpack .../70-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-17T21:18:31.030Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-17T21:18:31.030Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-17T21:18:31.030Z] Preparing to unpack .../71-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-17T21:18:31.030Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-17T21:18:31.300Z] Selecting previously unselected package liberror-perl. [2020-06-17T21:18:31.300Z] Preparing to unpack .../72-liberror-perl_0.17025-1_all.deb ... [2020-06-17T21:18:31.300Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-17T21:18:31.300Z] Selecting previously unselected package git-man. [2020-06-17T21:18:31.300Z] Preparing to unpack .../73-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-17T21:18:31.300Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:18:31.572Z] Selecting previously unselected package git. [2020-06-17T21:18:31.572Z] Preparing to unpack .../74-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-17T21:18:31.572Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:18:32.996Z] Selecting previously unselected package gnupg-l10n. [2020-06-17T21:18:32.996Z] Preparing to unpack .../75-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-17T21:18:32.996Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:32.996Z] Selecting previously unselected package gnupg-utils. [2020-06-17T21:18:32.996Z] Preparing to unpack .../76-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:32.996Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:33.266Z] Selecting previously unselected package gpg. [2020-06-17T21:18:33.266Z] Preparing to unpack .../77-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:33.267Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:33.538Z] Selecting previously unselected package pinentry-curses. [2020-06-17T21:18:33.538Z] Preparing to unpack .../78-pinentry-curses_1.1.0-1_arm64.deb ... [2020-06-17T21:18:33.538Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-17T21:18:33.538Z] Selecting previously unselected package gpg-agent. [2020-06-17T21:18:33.538Z] Preparing to unpack .../79-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:33.538Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:33.808Z] Selecting previously unselected package gpg-wks-client. [2020-06-17T21:18:33.808Z] Preparing to unpack .../80-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:33.808Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:33.808Z] Selecting previously unselected package gpg-wks-server. [2020-06-17T21:18:33.808Z] Preparing to unpack .../81-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:33.808Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:34.079Z] Selecting previously unselected package gpgsm. [2020-06-17T21:18:34.079Z] Preparing to unpack .../82-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:34.079Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:34.079Z] Selecting previously unselected package gnupg. [2020-06-17T21:18:34.079Z] Preparing to unpack .../83-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-17T21:18:34.096Z] The metadata has been pushed [2020-06-17T21:18:34.351Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:34.351Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-17T21:18:34.351Z] Preparing to unpack .../84-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-17T21:18:34.351Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-17T21:18:34.624Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-17T21:18:34.624Z] Preparing to unpack .../85-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-06-17T21:18:34.624Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-17T21:18:34.624Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-17T21:18:34.624Z] Preparing to unpack .../86-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-17T21:18:34.624Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-17T21:18:34.895Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-17T21:18:34.895Z] Preparing to unpack .../87-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-06-17T21:18:34.895Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-17T21:18:34.895Z] Selecting previously unselected package libnorm1:arm64. [2020-06-17T21:18:34.895Z] Preparing to unpack .../88-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-06-17T21:18:34.895Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [Pipeline] } [2020-06-17T21:18:35.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-06-17T21:18:35.167Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-06-17T21:18:35.167Z] Preparing to unpack .../89-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-06-17T21:18:35.167Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-17T21:18:35.436Z] Selecting previously unselected package libsodium23:arm64. [2020-06-17T21:18:35.436Z] Preparing to unpack .../90-libsodium23_1.0.16-2_arm64.deb ... [2020-06-17T21:18:35.436Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-06-17T21:18:35.436Z] Selecting previously unselected package libzmq5:arm64. [2020-06-17T21:18:35.436Z] Preparing to unpack .../91-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-17T21:18:35.436Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:18:35.706Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-06-17T21:18:35.706Z] Preparing to unpack .../92-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-17T21:18:35.706Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:18:35.976Z] Selecting previously unselected package manpages-dev. [2020-06-17T21:18:35.976Z] Preparing to unpack .../93-manpages-dev_4.15-1_all.deb ... [2020-06-17T21:18:35.976Z] Unpacking manpages-dev (4.15-1) ... [2020-06-17T21:18:36.566Z] Selecting previously unselected package pkg-config. [2020-06-17T21:18:36.566Z] Preparing to unpack .../94-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-06-17T21:18:36.566Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-17T21:18:36.836Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-06-17T21:18:36.836Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-17T21:18:36.836Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:36.836Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-17T21:18:36.836Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:36.836Z] Setting up readline-common (7.0-3) ... [2020-06-17T21:18:37.105Z] Setting up manpages (4.15-1) ... [2020-06-17T21:18:37.105Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:18:37.105Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-17T21:18:37.105Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-17T21:18:37.105Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:37.105Z] Setting up less (487-0.1) ... [2020-06-17T21:18:37.695Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-17T21:18:37.695Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-17T21:18:37.964Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-17T21:18:37.964Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-06-17T21:18:37.964Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-17T21:18:37.964Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:37.964Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:18:37.964Z] No schema files found: doing nothing. [2020-06-17T21:18:38.234Z] Setting up linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-17T21:18:38.234Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-06-17T21:18:38.234Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-06-17T21:18:38.234Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:18:38.234Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-17T21:18:38.234Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-17T21:18:38.234Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-17T21:18:38.234Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:38.503Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:38.503Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-17T21:18:38.503Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:38.503Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:38.503Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-06-17T21:18:38.503Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-17T21:18:38.503Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-17T21:18:38.503Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-17T21:18:38.803Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-17T21:18:38.803Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-17T21:18:38.803Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-17T21:18:38.803Z] Setting up shared-mime-info (1.9-2) ... [2020-06-17T21:18:45.505Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-06-17T21:18:45.505Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-17T21:18:45.505Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-17T21:18:45.505Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-17T21:18:45.505Z] Setting up manpages-dev (4.15-1) ... [2020-06-17T21:18:45.505Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-17T21:18:45.774Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-17T21:18:45.774Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-06-17T21:18:45.774Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-17T21:18:45.774Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-17T21:18:45.774Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:18:45.774Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-17T21:18:46.045Z] Setting up netbase (5.4) ... [2020-06-17T21:18:46.045Z] Setting up libisl19:arm64 (0.19-1) ... [2020-06-17T21:18:46.045Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:18:46.045Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:46.045Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:46.317Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:46.317Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:46.317Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-17T21:18:46.317Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-17T21:18:46.317Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-17T21:18:46.317Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:46.317Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:46.588Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:46.588Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-17T21:18:46.588Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:46.588Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:46.588Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:46.588Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-17T21:18:46.864Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-17T21:18:46.864Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:46.864Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-17T21:18:46.864Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:46.864Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:18:47.134Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:47.134Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-17T21:18:47.134Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-17T21:18:47.134Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:47.134Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:18:47.405Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:47.405Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:47.405Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-17T21:18:47.405Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-17T21:18:47.675Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-17T21:18:47.675Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-17T21:18:47.675Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-17T21:18:47.675Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-17T21:18:47.675Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-17T21:18:47.675Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-17T21:18:47.676Z] Setting up liberror-perl (0.17025-1) ... [2020-06-17T21:18:47.945Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-17T21:18:47.945Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-17T21:18:47.945Z] Setting up xauth (1:1.0.10-1) ... [2020-06-17T21:18:47.945Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-17T21:18:47.945Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-17T21:18:47.945Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-17T21:18:48.216Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-17T21:18:48.216Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-17T21:18:48.216Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-17T21:18:48.488Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-17T21:18:58.596Z] binutils set to automatically installed. [2020-06-17T21:18:58.597Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-06-17T21:18:58.597Z] binutils-common set to automatically installed. [2020-06-17T21:18:58.597Z] build-essential set to automatically installed. [2020-06-17T21:18:58.597Z] cpp set to automatically installed. [2020-06-17T21:18:58.597Z] cpp-7 set to automatically installed. [2020-06-17T21:18:58.597Z] curl set to automatically installed. [2020-06-17T21:18:58.597Z] dirmngr set to automatically installed. [2020-06-17T21:18:58.597Z] dpkg-dev set to automatically installed. [2020-06-17T21:18:58.597Z] fakeroot set to automatically installed. [2020-06-17T21:18:58.597Z] g++ set to automatically installed. [2020-06-17T21:18:58.597Z] g++-7 set to automatically installed. [2020-06-17T21:18:58.597Z] gcc set to automatically installed. [2020-06-17T21:18:58.597Z] gcc-7 set to automatically installed. [2020-06-17T21:18:58.597Z] gcc-7-base set to automatically installed. [2020-06-17T21:18:58.597Z] git set to automatically installed. [2020-06-17T21:18:58.597Z] git-man set to automatically installed. [2020-06-17T21:18:58.597Z] gnupg set to automatically installed. [2020-06-17T21:18:58.597Z] gnupg-l10n set to automatically installed. [2020-06-17T21:18:58.597Z] gnupg-utils set to automatically installed. [2020-06-17T21:18:58.597Z] gpg set to automatically installed. [2020-06-17T21:18:58.597Z] gpg-agent set to automatically installed. [2020-06-17T21:18:58.597Z] gpg-wks-client set to automatically installed. [2020-06-17T21:18:58.597Z] gpg-wks-server set to automatically installed. [2020-06-17T21:18:58.597Z] gpgconf set to automatically installed. [2020-06-17T21:18:58.597Z] gpgsm set to automatically installed. [2020-06-17T21:18:58.597Z] less set to automatically installed. [2020-06-17T21:18:58.597Z] libalgorithm-diff-perl set to automatically installed. [2020-06-17T21:18:58.597Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-17T21:18:58.597Z] libalgorithm-merge-perl set to automatically installed. [2020-06-17T21:18:58.597Z] libasan4 set to automatically installed. [2020-06-17T21:18:58.597Z] libassuan0 set to automatically installed. [2020-06-17T21:18:58.597Z] libatomic1 set to automatically installed. [2020-06-17T21:18:58.597Z] libbinutils set to automatically installed. [2020-06-17T21:18:58.597Z] libbsd0 set to automatically installed. [2020-06-17T21:18:58.597Z] libc-dev-bin set to automatically installed. [2020-06-17T21:18:58.597Z] libc6-dev set to automatically installed. [2020-06-17T21:18:58.597Z] libcc1-0 set to automatically installed. [2020-06-17T21:18:58.597Z] libcurl3-gnutls set to automatically installed. [2020-06-17T21:18:58.597Z] libdpkg-perl set to automatically installed. [2020-06-17T21:18:58.597Z] libedit2 set to automatically installed. [2020-06-17T21:18:58.597Z] liberror-perl set to automatically installed. [2020-06-17T21:18:58.597Z] libexpat1 set to automatically installed. [2020-06-17T21:18:58.597Z] libfakeroot set to automatically installed. [2020-06-17T21:18:58.597Z] libfile-fcntllock-perl set to automatically installed. [2020-06-17T21:18:58.597Z] libgcc-7-dev set to automatically installed. [2020-06-17T21:18:58.597Z] libgdbm-compat4 set to automatically installed. [2020-06-17T21:18:58.597Z] libgdbm5 set to automatically installed. [2020-06-17T21:18:58.597Z] libglib2.0-0 set to automatically installed. [2020-06-17T21:18:58.597Z] libglib2.0-data set to automatically installed. [2020-06-17T21:18:58.597Z] libgomp1 set to automatically installed. [2020-06-17T21:18:58.597Z] libicu60 set to automatically installed. [2020-06-17T21:18:58.597Z] libisl19 set to automatically installed. [2020-06-17T21:18:58.597Z] libitm1 set to automatically installed. [2020-06-17T21:18:58.597Z] libksba8 set to automatically installed. [2020-06-17T21:18:58.597Z] liblocale-gettext-perl set to automatically installed. [2020-06-17T21:18:58.597Z] liblsan0 set to automatically installed. [2020-06-17T21:18:58.597Z] libmpc3 set to automatically installed. [2020-06-17T21:18:58.597Z] libmpfr6 set to automatically installed. [2020-06-17T21:18:58.597Z] libnorm1 set to automatically installed. [2020-06-17T21:18:58.597Z] libnpth0 set to automatically installed. [2020-06-17T21:18:58.597Z] libperl5.26 set to automatically installed. [2020-06-17T21:18:58.597Z] libpgm-5.2-0 set to automatically installed. [2020-06-17T21:18:58.597Z] libreadline7 set to automatically installed. [2020-06-17T21:18:58.597Z] libsodium23 set to automatically installed. [2020-06-17T21:18:58.597Z] libssl1.0.0 set to automatically installed. [2020-06-17T21:18:58.597Z] libstdc++-7-dev set to automatically installed. [2020-06-17T21:18:58.597Z] libtsan0 set to automatically installed. [2020-06-17T21:18:58.597Z] libubsan0 set to automatically installed. [2020-06-17T21:18:58.597Z] libx11-6 set to automatically installed. [2020-06-17T21:18:58.597Z] libx11-data set to automatically installed. [2020-06-17T21:18:58.597Z] libxau6 set to automatically installed. [2020-06-17T21:18:58.597Z] libxcb1 set to automatically installed. [2020-06-17T21:18:58.597Z] libxdmcp6 set to automatically installed. [2020-06-17T21:18:58.597Z] libxext6 set to automatically installed. [2020-06-17T21:18:58.597Z] libxml2 set to automatically installed. [2020-06-17T21:18:58.597Z] libxmuu1 set to automatically installed. [2020-06-17T21:18:58.597Z] libzmq3-dev set to automatically installed. [2020-06-17T21:18:58.597Z] libzmq5 set to automatically installed. [2020-06-17T21:18:58.597Z] linux-libc-dev set to automatically installed. [2020-06-17T21:18:58.597Z] make set to automatically installed. [2020-06-17T21:18:58.597Z] manpages set to automatically installed. [2020-06-17T21:18:58.597Z] manpages-dev set to automatically installed. [2020-06-17T21:18:58.597Z] netbase set to automatically installed. [2020-06-17T21:18:58.597Z] openssh-client set to automatically installed. [2020-06-17T21:18:58.597Z] patch set to automatically installed. [2020-06-17T21:18:58.597Z] perl set to automatically installed. [2020-06-17T21:18:58.597Z] perl-modules-5.26 set to automatically installed. [2020-06-17T21:18:58.597Z] pinentry-curses set to automatically installed. [2020-06-17T21:18:58.597Z] pkg-config set to automatically installed. [2020-06-17T21:18:58.597Z] readline-common set to automatically installed. [2020-06-17T21:18:58.597Z] shared-mime-info set to automatically installed. [2020-06-17T21:18:58.597Z] xauth set to automatically installed. [2020-06-17T21:18:58.597Z] xdg-user-dirs set to automatically installed. [2020-06-17T21:18:58.597Z] xz-utils set to automatically installed. [2020-06-17T21:18:58.597Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-17T21:18:58.597Z] Please ensure the environment is properly setup before continuing. [2020-06-17T21:18:58.597Z] Ignore this message if the appropriate measures have already been taken [2020-06-17T21:18:58.597Z] Pulling go [2020-06-17T21:19:01.200Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-17T21:19:01.200Z] Skipping pull go (already ran) [2020-06-17T21:19:01.200Z] Building go [2020-06-17T21:19:01.200Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-17T21:19:01.200Z] Dload Upload Total Spent Left Speed [2020-06-17T21:19:03.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 93.1M 3 3279k 0 0 12.8M 0 0:00:07 --:--:-- 0:00:07 12.8M 29 93.1M 29 27.4M 0 0 22.3M 0 0:00:04 0:00:01 0:00:03 22.3M 74 93.1M 74 69.1M 0 0 30.7M 0 0:00:03 0:00:02 0:00:01 30.7M 100 93.1M 100 93.1M 0 0 33.5M 0 0:00:02 0:00:02 --:--:-- 33.5M [2020-06-17T21:19:05.200Z] go1.13.10.linux-arm64.tar.gz: OK [2020-06-17T21:19:23.450Z] Staging go [2020-06-17T21:19:50.180Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-06-17T21:19:50.180Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-17T21:19:50.180Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-17T21:19:50.180Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-17T21:19:50.180Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-06-17T21:19:50.180Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-06-17T21:19:50.180Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-06-17T21:19:50.180Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-06-17T21:19:50.180Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1239 kB] [2020-06-17T21:19:50.180Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [880 kB] [2020-06-17T21:19:50.180Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-17T21:19:50.180Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-17T21:19:50.180Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-17T21:19:50.180Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-17T21:19:50.180Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] [2020-06-17T21:19:50.180Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-06-17T21:19:50.180Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [581 B] [2020-06-17T21:19:50.180Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-17T21:19:50.180Z] Fetched 16.4 MB in 6s (2710 kB/s) [2020-06-17T21:19:50.180Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-06-17T21:19:50.180Z] Fetched 218 kB in 0s (0 B/s) [2020-06-17T21:19:50.180Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-06-17T21:19:50.180Z] Fetched 140 kB in 0s (0 B/s) [2020-06-17T21:19:50.180Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-06-17T21:19:50.180Z] Fetched 208 kB in 0s (0 B/s) [2020-06-17T21:19:50.180Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-06-17T21:19:50.180Z] Fetched 90.4 kB in 0s (0 B/s) [2020-06-17T21:19:50.180Z] Pulling app-service-config [2020-06-17T21:19:55.548Z] Pulling config-common [2020-06-17T21:19:57.506Z] Skipping build go (already ran) [2020-06-17T21:19:58.097Z] Building app-service-config [2020-06-17T21:19:58.097Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.1" -o app-service-configurable [2020-06-17T21:19:59.069Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:19:59.069Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:19:59.069Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:19:59.069Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:19:59.069Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:19:59.069Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-17T21:19:59.069Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:19:59.069Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-17T21:19:59.341Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:19:59.341Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:19:59.341Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:19:59.341Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:19:59.341Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:19:59.341Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-17T21:19:59.341Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:19:59.341Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:19:59.341Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-17T21:19:59.341Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:19:59.341Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:19:59.341Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:19:59.341Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-17T21:19:59.341Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:19:59.341Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:19:59.341Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:19:59.341Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:19:59.341Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:19:59.620Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:19:59.620Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:19:59.620Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:19:59.620Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:19:59.620Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:19:59.620Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:19:59.620Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:19:59.620Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-17T21:19:59.620Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:19:59.620Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:19:59.620Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:19:59.620Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-17T21:19:59.620Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:19:59.620Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-17T21:19:59.620Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:19:59.895Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:19:59.895Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:19:59.895Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:19:59.895Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:19:59.895Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:19:59.895Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:19:59.895Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-17T21:19:59.895Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:19:59.895Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:19:59.895Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:19:59.895Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:19:59.895Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:19:59.895Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:19:59.895Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:19:59.895Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:20:00.169Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:20:00.169Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:20:00.169Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:20:00.169Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:20:00.169Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-17T21:20:00.169Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:20:00.169Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:20:00.169Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:20:00.442Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:20:00.442Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:20:00.442Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:20:00.442Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:20:00.442Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:20:00.442Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:20:01.039Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-17T21:20:01.039Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:20:01.039Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:20:01.039Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-17T21:20:01.039Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-17T21:20:01.039Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:20:01.039Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-17T21:20:01.039Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-17T21:20:01.039Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:20:01.039Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-17T21:20:01.039Z] go: downloading golang.org/x/text v0.3.2 [2020-06-17T21:20:01.039Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:20:01.311Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:20:02.281Z] go: extracting golang.org/x/text v0.3.2 [2020-06-17T21:20:03.706Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.0 [2020-06-17T21:20:03.706Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-17T21:20:03.706Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-17T21:20:03.706Z] go: finding github.com/google/uuid v1.1.1 [2020-06-17T21:20:03.706Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-17T21:20:03.706Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-17T21:20:03.706Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-17T21:20:03.706Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-17T21:20:03.706Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-17T21:20:03.706Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-17T21:20:03.706Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-17T21:20:03.706Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-17T21:20:03.979Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-17T21:20:03.979Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-17T21:20:03.979Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-17T21:20:03.979Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-17T21:20:03.979Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-17T21:20:03.979Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-17T21:20:03.979Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-17T21:20:03.979Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-17T21:20:03.979Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-17T21:20:03.979Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-17T21:20:03.979Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-17T21:20:03.979Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-17T21:20:03.979Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-17T21:20:03.979Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-17T21:20:03.979Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-17T21:20:03.979Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-17T21:20:03.979Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-17T21:20:03.979Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-17T21:20:03.979Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-17T21:20:03.979Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-17T21:20:03.979Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-17T21:20:03.979Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-17T21:20:03.979Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-17T21:20:03.979Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-17T21:20:03.979Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-17T21:20:03.979Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-17T21:20:03.979Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-17T21:20:03.979Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-17T21:20:03.979Z] go: finding golang.org/x/text v0.3.2 [2020-06-17T21:20:03.979Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-17T21:21:00.493Z] Building config-common [2020-06-17T21:21:15.530Z] Skipping stage go (already ran) [2020-06-17T21:21:15.530Z] Staging app-service-config [2020-06-17T21:21:16.123Z] Staging config-common [2020-06-17T21:21:19.496Z] Priming go [2020-06-17T21:21:22.089Z] Priming app-service-config [2020-06-17T21:21:26.365Z] Priming config-common [2020-06-17T21:21:29.036Z] Snapping 'edgex-app-service-configurable' ... [2020-06-17T21:21:35.799Z] [2020-06-17T21:21:35.799Z] Snapped edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap [2020-06-17T21:21:40.082Z] [2020-06-17T21:21:40.082Z] Login successful. You now have these capabilities: [2020-06-17T21:21:40.082Z] [2020-06-17T21:21:40.082Z] snaps: No restriction [2020-06-17T21:21:40.082Z] channels: No restriction [2020-06-17T21:21:40.082Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-17T21:21:40.082Z] expires: 2020-06-19T16:50:48.252993 [2020-06-17T21:21:40.082Z] [2020-06-17T21:21:43.453Z] Preparing to push 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap'. [2020-06-17T21:21:43.453Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-17T21:21:43.453Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-17T21:21:57.760Z] Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [] 100% [2020-06-17T21:22:00.357Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ released [2020-06-17T21:22:00.357Z] Revision 19 of 'edgex-app-service-configurable' created. [2020-06-17T21:22:01.784Z] Track Arch Channel Version Revision Notes [2020-06-17T21:22:01.784Z] latest arm64 stable 1.2.0-20200615+a7f3ace 15 - [2020-06-17T21:22:01.784Z] candidate 1.2.0-20200615+a7f3ace 15 - [2020-06-17T21:22:01.784Z] beta 1.2.0-20200615+a7f3ace 15 - [2020-06-17T21:22:01.784Z] edge 1.2.0-20200617+1b13e71 19 - [2020-06-17T21:22:01.785Z] Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-06-17T21:22:05.148Z] Pushing metadata from 'edgex-app-service-configurable_1.2.0-20200617+1b13e71_arm64.snap' [2020-06-17T21:22:07.747Z] The metadata has been pushed [Pipeline] } [2020-06-17T21:22:11.131Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-17T21:22:11.731Z] provisioning config files... [2020-06-17T21:22:11.744Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5329949235017161455tmp [Pipeline] { [Pipeline] sh [2020-06-17T21:22:12.061Z] + curl -s https://codecov.io/bash [2020-06-17T21:22:12.062Z] + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config5329949235017161455tmp [2020-06-17T21:22:12.639Z] [2020-06-17T21:22:12.639Z] _____ _ [2020-06-17T21:22:12.639Z] / ____| | | [2020-06-17T21:22:12.639Z] | | ___ __| | ___ ___ _____ __ [2020-06-17T21:22:12.639Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-17T21:22:12.639Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-17T21:22:12.639Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-17T21:22:12.639Z] Bash-20200602-f809a24 [2020-06-17T21:22:12.639Z] [2020-06-17T21:22:12.639Z] [2020-06-17T21:22:12.639Z] ==> Jenkins CI detected. [2020-06-17T21:22:12.639Z] project root: . [2020-06-17T21:22:12.639Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-17T21:22:12.639Z] ==> Running gcov in . (disable via -X gcov) [2020-06-17T21:22:12.639Z] ==> Python coveragepy not found [2020-06-17T21:22:12.639Z] ==> Searching for coverage reports in: [2020-06-17T21:22:12.639Z] + . [2020-06-17T21:22:12.639Z] -> Found 1 reports [2020-06-17T21:22:12.639Z] ==> Detecting git/mercurial file structure [2020-06-17T21:22:12.639Z] ==> Reading reports [2020-06-17T21:22:12.639Z] + ./coverage.out bytes=10 [2020-06-17T21:22:12.639Z] ==> Appending adjustments [2020-06-17T21:22:12.639Z] https://docs.codecov.io/docs/fixing-reports [2020-06-17T21:22:12.639Z] + Found adjustments [2020-06-17T21:22:12.639Z] ==> Gzipping contents [2020-06-17T21:22:12.639Z] ==> Uploading reports [2020-06-17T21:22:12.639Z] url: https://codecov.io [2020-06-17T21:22:12.639Z] query: branch=master&commit=1b13e715b98d4114ea892088ead3eb0f32f416a1&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-17T21:22:12.639Z] -> Pinging Codecov [2020-06-17T21:22:12.639Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=1b13e715b98d4114ea892088ead3eb0f32f416a1&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-17T21:24:34.179Z] -> Uploading [2020-06-17T21:24:34.179Z] X> Failed to upload [2020-06-17T21:24:34.179Z] -> Sleeping for 30s and trying again... [2020-06-17T21:24:52.306Z] -> Pinging Codecov [2020-06-17T21:24:52.306Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=1b13e715b98d4114ea892088ead3eb0f32f416a1&build=32&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F32%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-17T21:24:52.306Z] -> Uploading [2020-06-17T21:24:52.306Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] } [2020-06-17T21:24:52.315Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-17T21:24:52.595Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-17T21:24:52.596Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-17T21:24:52.623Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:24:52.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T21:24:52.934Z] [2020-06-17T21:24:52.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:24:53.260Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T21:24:53.260Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-17T21:24:53.260Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-17T21:24:53.260Z] 408f87550127: Pulling fs layer [2020-06-17T21:24:53.260Z] fe522b08c979: Pulling fs layer [2020-06-17T21:24:53.260Z] 221eaa008020: Pulling fs layer [2020-06-17T21:24:53.260Z] 2a4607e5d6b9: Pulling fs layer [2020-06-17T21:24:53.260Z] 8f79b27c4fd2: Pulling fs layer [2020-06-17T21:24:53.260Z] e5c8dbe1645b: Pulling fs layer [2020-06-17T21:24:53.260Z] 23e8b3b47431: Pulling fs layer [2020-06-17T21:24:53.260Z] 5c568d65a230: Pulling fs layer [2020-06-17T21:24:53.260Z] 2a4607e5d6b9: Waiting [2020-06-17T21:24:53.260Z] 8f79b27c4fd2: Waiting [2020-06-17T21:24:53.260Z] e5c8dbe1645b: Waiting [2020-06-17T21:24:53.260Z] 23e8b3b47431: Waiting [2020-06-17T21:24:53.260Z] 5c568d65a230: Waiting [2020-06-17T21:24:53.260Z] 221eaa008020: Waiting [2020-06-17T21:24:53.260Z] fe522b08c979: Verifying Checksum [2020-06-17T21:24:53.260Z] fe522b08c979: Download complete [2020-06-17T21:24:53.260Z] 408f87550127: Verifying Checksum [2020-06-17T21:24:53.261Z] 408f87550127: Download complete [2020-06-17T21:24:53.261Z] 2a4607e5d6b9: Verifying Checksum [2020-06-17T21:24:53.261Z] 2a4607e5d6b9: Download complete [2020-06-17T21:24:53.261Z] 8f79b27c4fd2: Verifying Checksum [2020-06-17T21:24:53.261Z] 8f79b27c4fd2: Download complete [2020-06-17T21:24:53.261Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-17T21:24:53.261Z] cbdbe7a5bc2a: Download complete [2020-06-17T21:24:53.870Z] e5c8dbe1645b: Verifying Checksum [2020-06-17T21:24:53.870Z] e5c8dbe1645b: Download complete [2020-06-17T21:24:53.870Z] cbdbe7a5bc2a: Pull complete [2020-06-17T21:24:54.474Z] 23e8b3b47431: Verifying Checksum [2020-06-17T21:24:54.474Z] 23e8b3b47431: Download complete [2020-06-17T21:24:54.474Z] 408f87550127: Pull complete [2020-06-17T21:24:54.474Z] 5c568d65a230: Verifying Checksum [2020-06-17T21:24:54.474Z] 5c568d65a230: Download complete [2020-06-17T21:24:54.474Z] fe522b08c979: Pull complete [2020-06-17T21:24:55.046Z] 221eaa008020: Verifying Checksum [2020-06-17T21:24:55.046Z] 221eaa008020: Download complete [2020-06-17T21:25:01.672Z] 221eaa008020: Pull complete [2020-06-17T21:25:01.672Z] 2a4607e5d6b9: Pull complete [2020-06-17T21:25:01.672Z] 8f79b27c4fd2: Pull complete [2020-06-17T21:25:03.612Z] e5c8dbe1645b: Pull complete [2020-06-17T21:25:06.939Z] 23e8b3b47431: Pull complete [2020-06-17T21:25:08.859Z] 5c568d65a230: Pull complete [2020-06-17T21:25:08.859Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-17T21:25:08.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-17T21:25:08.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-17T21:25:09.011Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:25:09.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-17T21:25:09.819Z] $ docker top aa90dea97143fa0a8bbd6810a798a0219eb6c85ae3ae95d5877216db81b37aa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-17T21:25:10.241Z] + snyk monitor '--org=edgex-jenkins' [2020-06-17T21:25:18.408Z] [2020-06-17T21:25:18.408Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-06-17T21:25:18.408Z] [2020-06-17T21:25:18.408Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/380e3a70-e057-4b47-ab8d-89e23ae6172e [2020-06-17T21:25:18.408Z] [2020-06-17T21:25:18.408Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-17T21:25:18.408Z] [2020-06-17T21:25:18.408Z] [2020-06-17T21:25:18.408Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-06-17T21:25:18.408Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-06-17T21:25:18.430Z] $ docker stop --time=1 aa90dea97143fa0a8bbd6810a798a0219eb6c85ae3ae95d5877216db81b37aa6 [2020-06-17T21:25:22.725Z] $ docker rm -f aa90dea97143fa0a8bbd6810a798a0219eb6c85ae3ae95d5877216db81b37aa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:23.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T21:25:23.640Z] [2020-06-17T21:25:23.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:23.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T21:25:23.961Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-17T21:25:23.961Z] e7c96db7181b: Pulling fs layer [2020-06-17T21:25:23.961Z] 1868ca2cb446: Pulling fs layer [2020-06-17T21:25:23.961Z] 136be5d0fe8e: Pulling fs layer [2020-06-17T21:25:23.961Z] 894bfe63afcb: Pulling fs layer [2020-06-17T21:25:23.961Z] 894bfe63afcb: Waiting [2020-06-17T21:25:23.961Z] 1868ca2cb446: Download complete [2020-06-17T21:25:23.961Z] 136be5d0fe8e: Download complete [2020-06-17T21:25:23.961Z] e7c96db7181b: Download complete [2020-06-17T21:25:23.961Z] 894bfe63afcb: Verifying Checksum [2020-06-17T21:25:23.961Z] 894bfe63afcb: Download complete [2020-06-17T21:25:24.224Z] e7c96db7181b: Pull complete [2020-06-17T21:25:24.488Z] 1868ca2cb446: Pull complete [2020-06-17T21:25:24.488Z] 136be5d0fe8e: Pull complete [2020-06-17T21:25:24.749Z] 894bfe63afcb: Pull complete [2020-06-17T21:25:24.749Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-17T21:25:24.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T21:25:24.749Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-17T21:25:24.841Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:25:24.889Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T21:25:25.635Z] $ docker top d477a21617a4f440eb2b075450d6046c69ccb75113972d1aa8bc927dfa616718 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T21:25:26.048Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:25:26.048Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T21:25:31.413Z] $ docker stop --time=1 d477a21617a4f440eb2b075450d6046c69ccb75113972d1aa8bc927dfa616718 [2020-06-17T21:25:32.747Z] $ docker rm -f d477a21617a4f440eb2b075450d6046c69ccb75113972d1aa8bc927dfa616718 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:33.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T21:25:33.145Z] . [Pipeline] withDockerContainer [2020-06-17T21:25:33.238Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:25:33.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T21:25:33.878Z] $ docker top 98236dabf869af7f494bebde350a708b315c219662605f6396c1d48f61521ee7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T21:25:34.313Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:25:34.313Z] + tee [2020-06-17T21:25:34.313Z] clair timeout 1m0s [2020-06-17T21:25:34.313Z] docker timeout: 1m0s [2020-06-17T21:25:34.313Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T21:25:35.314Z] $ docker stop --time=1 98236dabf869af7f494bebde350a708b315c219662605f6396c1d48f61521ee7 [2020-06-17T21:25:36.681Z] $ docker rm -f 98236dabf869af7f494bebde350a708b315c219662605f6396c1d48f61521ee7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-17T21:25:37.098Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-17T21:25:37.110Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_1b13e715b98d4114ea892088ead3eb0f32f416a1.html [Pipeline] writeFile [Pipeline] step [2020-06-17T21:25:37.135Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:37.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T21:25:37.456Z] . [Pipeline] withDockerContainer [2020-06-17T21:25:37.549Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:25:37.653Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T21:25:38.289Z] $ docker top 9827e8167430fa9916eae7c7f75377ce273a84556f8ff66cba880f26b5bf17bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T21:25:38.794Z] + tee [2020-06-17T21:25:38.795Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T21:25:44.172Z] $ docker stop --time=1 9827e8167430fa9916eae7c7f75377ce273a84556f8ff66cba880f26b5bf17bc [2020-06-17T21:25:45.516Z] $ docker rm -f 9827e8167430fa9916eae7c7f75377ce273a84556f8ff66cba880f26b5bf17bc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:45.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-17T21:25:45.946Z] . [Pipeline] withDockerContainer [2020-06-17T21:25:46.037Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:25:46.090Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-17T21:25:46.748Z] $ docker top 86a9ac1a4c84bc1fadf00b2f75018f6f231924ec0c35113e131894cc04b5fb0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-17T21:25:47.169Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1b13e715b98d4114ea892088ead3eb0f32f416a1 [2020-06-17T21:25:47.169Z] + tee [2020-06-17T21:25:47.169Z] clair timeout 1m0s [2020-06-17T21:25:47.169Z] docker timeout: 1m0s [2020-06-17T21:25:47.169Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T21:25:48.169Z] $ docker stop --time=1 86a9ac1a4c84bc1fadf00b2f75018f6f231924ec0c35113e131894cc04b5fb0e [2020-06-17T21:25:49.492Z] $ docker rm -f 86a9ac1a4c84bc1fadf00b2f75018f6f231924ec0c35113e131894cc04b5fb0e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-17T21:25:49.883Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-17T21:25:49.894Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_1b13e715b98d4114ea892088ead3eb0f32f416a1.html [Pipeline] writeFile [Pipeline] step [2020-06-17T21:25:49.920Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:50.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T21:25:50.458Z] . [Pipeline] withDockerContainer [2020-06-17T21:25:50.560Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:25:50.611Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T21:25:51.229Z] $ docker top 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T21:25:51.417Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T21:25:51.417Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T21:25:51.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T21:25:51.678Z] $ docker exec 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe ssh-agent [2020-06-17T21:25:51.854Z] SSH_AUTH_SOCK=/tmp/ssh-HFLH1HWTpUUP/agent.12 [2020-06-17T21:25:51.854Z] SSH_AGENT_PID=17 [2020-06-17T21:25:51.860Z] Running ssh-add (command line suppressed) [2020-06-17T21:25:52.002Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3205428713961494422.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3205428713961494422.key) [2020-06-17T21:25:52.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T21:25:52.369Z] + git semver tag [2020-06-17T21:25:52.369Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T21:25:52.369Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-17T21:25:52.369Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-17T21:25:52.369Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T21:25:52.369Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T21:25:52.369Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T21:25:52.369Z] # $SEMVER_BRANCH = master [2020-06-17T21:25:52.369Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-17T21:25:52.369Z] # 1b13e715b98d4114ea892088ead3eb0f32f416a1 HEAD [2020-06-17T21:25:52.369Z] # -> Force: false [2020-06-17T21:25:52.369Z] # 6d49468b303fbd18ad9d6b4deb9e71e67798b0ca refs/tags/v1.2.1-dev.1 [Pipeline] } [2020-06-17T21:25:52.389Z] $ docker exec --env ******** --env ******** 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe ssh-agent -k [2020-06-17T21:25:52.514Z] unset SSH_AUTH_SOCK; [2020-06-17T21:25:52.515Z] unset SSH_AGENT_PID; [2020-06-17T21:25:52.515Z] echo Agent pid 17 killed; [2020-06-17T21:25:52.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T21:25:52.917Z] + git semver [Pipeline] } [2020-06-17T21:25:52.941Z] $ docker stop --time=1 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe [2020-06-17T21:25:54.333Z] $ docker rm -f 90a05100084f9bcd376b1108818f865eb7d5e5a6db82ca5ae5207fe8d3045ffe [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:54.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T21:25:54.947Z] [2020-06-17T21:25:54.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:25:55.296Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T21:25:55.296Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-17T21:25:55.296Z] ab5ef0e58194: Pulling fs layer [2020-06-17T21:25:55.296Z] 9712f1f96733: Pulling fs layer [2020-06-17T21:25:55.296Z] 63f879dbbcfc: Pulling fs layer [2020-06-17T21:25:55.296Z] 0d9ebad4ef96: Pulling fs layer [2020-06-17T21:25:55.296Z] e9a5061849ea: Pulling fs layer [2020-06-17T21:25:55.296Z] d747dcd14b5f: Pulling fs layer [2020-06-17T21:25:55.296Z] 2de7ff778b66: Pulling fs layer [2020-06-17T21:25:55.296Z] e9a5061849ea: Waiting [2020-06-17T21:25:55.296Z] d747dcd14b5f: Waiting [2020-06-17T21:25:55.296Z] 0d9ebad4ef96: Waiting [2020-06-17T21:25:55.296Z] 9712f1f96733: Verifying Checksum [2020-06-17T21:25:55.296Z] 9712f1f96733: Download complete [2020-06-17T21:25:56.271Z] 63f879dbbcfc: Verifying Checksum [2020-06-17T21:25:56.271Z] 63f879dbbcfc: Download complete [2020-06-17T21:25:56.271Z] e9a5061849ea: Verifying Checksum [2020-06-17T21:25:56.271Z] e9a5061849ea: Download complete [2020-06-17T21:25:56.271Z] d747dcd14b5f: Verifying Checksum [2020-06-17T21:25:56.271Z] d747dcd14b5f: Download complete [2020-06-17T21:25:56.543Z] 2de7ff778b66: Verifying Checksum [2020-06-17T21:25:56.543Z] 2de7ff778b66: Download complete [2020-06-17T21:25:56.543Z] 0d9ebad4ef96: Verifying Checksum [2020-06-17T21:25:56.543Z] 0d9ebad4ef96: Download complete [2020-06-17T21:25:56.543Z] ab5ef0e58194: Verifying Checksum [2020-06-17T21:25:56.543Z] ab5ef0e58194: Download complete [2020-06-17T21:26:01.898Z] ab5ef0e58194: Pull complete [2020-06-17T21:26:01.898Z] 9712f1f96733: Pull complete [2020-06-17T21:26:04.438Z] 63f879dbbcfc: Pull complete [2020-06-17T21:26:11.041Z] 0d9ebad4ef96: Pull complete [2020-06-17T21:26:12.956Z] e9a5061849ea: Pull complete [2020-06-17T21:26:12.956Z] d747dcd14b5f: Pull complete [2020-06-17T21:26:16.269Z] 2de7ff778b66: Pull complete [2020-06-17T21:26:16.269Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-17T21:26:16.269Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-17T21:26:16.269Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-17T21:26:16.451Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:26:16.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-17T21:26:19.145Z] $ docker top d103b33618f7ee2e02f0e1fdefbe46f3d0c81b9438f8bff5442e613d71de1872 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-17T21:26:19.306Z] provisioning config files... [2020-06-17T21:26:19.314Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4538468283809934601tmp [2020-06-17T21:26:19.328Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2945210716278858047tmp [2020-06-17T21:26:19.341Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config9220052507046372933tmp [Pipeline] { [Pipeline] echo [2020-06-17T21:26:19.366Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:26:19.661Z] ---> sigul-configuration.sh [2020-06-17T21:26:19.661Z] gpg: directory `/root/.gnupg' created [2020-06-17T21:26:19.661Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-17T21:26:19.661Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-17T21:26:19.661Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-17T21:26:19.661Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-17T21:26:19.661Z] gpg: CAST5 encrypted data [2020-06-17T21:26:19.920Z] gpg: encrypted with 1 passphrase [2020-06-17T21:26:19.920Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-17T21:26:20.214Z] + mkdir /home/jenkins [2020-06-17T21:26:20.214Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-17T21:26:20.507Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-17T21:26:20.516Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:26:20.807Z] ---> sigul-install.sh [2020-06-17T21:26:26.238Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-17T21:26:26.530Z] + git tag --list [2020-06-17T21:26:26.530Z] v1.2.1-dev.1 [Pipeline] sh [2020-06-17T21:26:26.823Z] + lftools sign git-tag v1.2.1-dev.1 [2020-06-17T21:26:28.207Z] Signing Git tag with Sigul... [2020-06-17T21:26:28.207Z] Signing v1.2.1-dev.1 [Pipeline] echo [2020-06-17T21:26:29.157Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:26:29.455Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-17T21:26:29.463Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-17T21:26:29.513Z] $ docker stop --time=1 d103b33618f7ee2e02f0e1fdefbe46f3d0c81b9438f8bff5442e613d71de1872 [2020-06-17T21:26:31.240Z] $ docker rm -f d103b33618f7ee2e02f0e1fdefbe46f3d0c81b9438f8bff5442e613d71de1872 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:26:31.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T21:26:31.755Z] . [Pipeline] withDockerContainer [2020-06-17T21:26:31.845Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:26:31.893Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T21:26:32.436Z] $ docker top 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T21:26:32.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T21:26:32.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T21:26:32.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T21:26:32.810Z] $ docker exec 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 ssh-agent [2020-06-17T21:26:32.993Z] SSH_AUTH_SOCK=/tmp/ssh-Gcm2NAe0Ja1i/agent.11 [2020-06-17T21:26:32.993Z] SSH_AGENT_PID=16 [2020-06-17T21:26:33.000Z] Running ssh-add (command line suppressed) [2020-06-17T21:26:33.137Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7280714315976021725.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7280714315976021725.key) [2020-06-17T21:26:33.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T21:26:33.490Z] + git semver bump pre [2020-06-17T21:26:33.490Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T21:26:33.490Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-17T21:26:33.490Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-17T21:26:33.490Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T21:26:33.490Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T21:26:33.490Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T21:26:33.490Z] # $SEMVER_BRANCH = master [2020-06-17T21:26:33.490Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-17T21:26:33.490Z] 1.2.1-dev.2 [Pipeline] } [2020-06-17T21:26:33.509Z] $ docker exec --env ******** --env ******** 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 ssh-agent -k [2020-06-17T21:26:33.626Z] unset SSH_AUTH_SOCK; [2020-06-17T21:26:33.626Z] unset SSH_AGENT_PID; [2020-06-17T21:26:33.626Z] echo Agent pid 16 killed; [2020-06-17T21:26:33.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-17T21:26:34.019Z] + git semver [Pipeline] } [2020-06-17T21:26:34.042Z] $ docker stop --time=1 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 [2020-06-17T21:26:35.365Z] $ docker rm -f 1c003db331e3a5550eaa2506338ae9b005d8ecf4e54c5d5eb26275bed8549617 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:26:35.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-17T21:26:35.774Z] . [Pipeline] withDockerContainer [2020-06-17T21:26:35.868Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:26:35.920Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-17T21:26:36.475Z] $ docker top 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-17T21:26:36.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-17T21:26:36.657Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-17T21:26:36.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-17T21:26:36.860Z] $ docker exec 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae ssh-agent [2020-06-17T21:26:37.039Z] SSH_AUTH_SOCK=/tmp/ssh-DOxiuqYNYQ6k/agent.11 [2020-06-17T21:26:37.039Z] SSH_AGENT_PID=17 [2020-06-17T21:26:37.045Z] Running ssh-add (command line suppressed) [2020-06-17T21:26:37.186Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_205874993540143227.key (/w/workspace/_app-service-configurable_master@tmp/private_key_205874993540143227.key) [2020-06-17T21:26:37.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-17T21:26:37.539Z] + git semver push [2020-06-17T21:26:37.539Z] # -> Open(): unable to determine branch for HEAD [2020-06-17T21:26:37.539Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-17T21:26:37.539Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-17T21:26:37.539Z] # $SEMVER_REMOTE_NAME = origin [2020-06-17T21:26:37.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-17T21:26:37.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-17T21:26:37.539Z] # $SEMVER_BRANCH = master [2020-06-17T21:26:37.539Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-17T21:26:41.744Z] git-semver-push: object not found [Pipeline] } [2020-06-17T21:26:41.765Z] $ docker exec --env ******** --env ******** 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae ssh-agent -k [2020-06-17T21:26:41.878Z] unset SSH_AUTH_SOCK; [2020-06-17T21:26:41.878Z] unset SSH_AGENT_PID; [2020-06-17T21:26:41.878Z] echo Agent pid 17 killed; [2020-06-17T21:26:41.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-17T21:26:42.001Z] $ docker stop --time=1 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae [2020-06-17T21:26:43.339Z] $ docker rm -f 38bb06c7aa149bf7edde0d715451c19ba60a88aa3324a2c78d9f1240118646ae [Pipeline] // withDockerContainer [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-17T21:26:43.912Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:26:44.468Z] ---> package-listing.sh [2020-06-17T21:26:44.468Z] ++ facter osfamily [2020-06-17T21:26:44.468Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-17T21:26:44.468Z] + OS_FAMILY=redhat [2020-06-17T21:26:44.468Z] + workspace=/w/workspace/_app-service-configurable_master [2020-06-17T21:26:44.468Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-17T21:26:44.468Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-17T21:26:44.468Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-17T21:26:44.468Z] + PACKAGES=/tmp/packages_start.txt [2020-06-17T21:26:44.468Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-17T21:26:44.468Z] + PACKAGES=/tmp/packages_end.txt [2020-06-17T21:26:44.468Z] + case "${OS_FAMILY}" in [2020-06-17T21:26:44.468Z] + rpm -qa [2020-06-17T21:26:44.468Z] + sort [2020-06-17T21:26:48.672Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-17T21:26:48.672Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-17T21:26:48.672Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-17T21:26:48.672Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-17T21:26:48.672Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-06-17T21:26:48.672Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:26:49.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T21:26:49.048Z] [2020-06-17T21:26:49.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-17T21:26:49.364Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T21:26:49.364Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-17T21:26:49.364Z] c9b1b535fdd9: Pulling fs layer [2020-06-17T21:26:49.364Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-17T21:26:49.364Z] 756a868c4378: Pulling fs layer [2020-06-17T21:26:49.364Z] 444b2fc9a129: Pulling fs layer [2020-06-17T21:26:49.364Z] ea15f1150254: Pulling fs layer [2020-06-17T21:26:49.364Z] 41b27a9f41bf: Pulling fs layer [2020-06-17T21:26:49.364Z] 28c525ee5125: Pulling fs layer [2020-06-17T21:26:49.364Z] 094b1ea09ed8: Pulling fs layer [2020-06-17T21:26:49.364Z] 138eaada9080: Pulling fs layer [2020-06-17T21:26:49.364Z] 0622d0fa9048: Pulling fs layer [2020-06-17T21:26:49.364Z] 41b27a9f41bf: Waiting [2020-06-17T21:26:49.364Z] 094b1ea09ed8: Waiting [2020-06-17T21:26:49.364Z] 28c525ee5125: Waiting [2020-06-17T21:26:49.364Z] 0622d0fa9048: Waiting [2020-06-17T21:26:49.364Z] 138eaada9080: Waiting [2020-06-17T21:26:49.364Z] 444b2fc9a129: Waiting [2020-06-17T21:26:49.364Z] ea15f1150254: Waiting [2020-06-17T21:26:49.364Z] 2cc5ad85d9ab: Download complete [2020-06-17T21:26:49.364Z] 444b2fc9a129: Verifying Checksum [2020-06-17T21:26:49.364Z] 444b2fc9a129: Download complete [2020-06-17T21:26:49.364Z] c9b1b535fdd9: Verifying Checksum [2020-06-17T21:26:49.364Z] c9b1b535fdd9: Download complete [2020-06-17T21:26:49.364Z] ea15f1150254: Verifying Checksum [2020-06-17T21:26:49.364Z] ea15f1150254: Download complete [2020-06-17T21:26:49.636Z] 28c525ee5125: Verifying Checksum [2020-06-17T21:26:49.636Z] 28c525ee5125: Download complete [2020-06-17T21:26:49.902Z] 756a868c4378: Verifying Checksum [2020-06-17T21:26:49.902Z] 756a868c4378: Download complete [2020-06-17T21:26:49.902Z] 138eaada9080: Verifying Checksum [2020-06-17T21:26:49.902Z] 138eaada9080: Download complete [2020-06-17T21:26:49.902Z] 0622d0fa9048: Verifying Checksum [2020-06-17T21:26:49.902Z] 0622d0fa9048: Download complete [2020-06-17T21:26:50.164Z] 094b1ea09ed8: Verifying Checksum [2020-06-17T21:26:50.164Z] 094b1ea09ed8: Download complete [2020-06-17T21:26:50.424Z] 41b27a9f41bf: Verifying Checksum [2020-06-17T21:26:50.424Z] 41b27a9f41bf: Download complete [2020-06-17T21:26:50.685Z] c9b1b535fdd9: Pull complete [2020-06-17T21:26:50.946Z] 2cc5ad85d9ab: Pull complete [2020-06-17T21:26:52.875Z] 756a868c4378: Pull complete [2020-06-17T21:26:52.875Z] 444b2fc9a129: Pull complete [2020-06-17T21:26:53.136Z] ea15f1150254: Pull complete [2020-06-17T21:26:57.351Z] 41b27a9f41bf: Pull complete [2020-06-17T21:26:57.351Z] 28c525ee5125: Pull complete [2020-06-17T21:26:59.972Z] 094b1ea09ed8: Pull complete [2020-06-17T21:27:00.238Z] 138eaada9080: Pull complete [2020-06-17T21:27:00.499Z] 0622d0fa9048: Pull complete [2020-06-17T21:27:00.499Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-17T21:27:00.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-17T21:27:00.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-17T21:27:00.649Z] prd-centos7-docker-4c-2g-3401 does not seem to be running inside a container [2020-06-17T21:27:00.705Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-17T21:27:04.090Z] $ docker top cdc085676845503a7b732c567e45cb6b6b12caaddad2069dd58ad44fb57025eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-17T21:27:04.244Z] provisioning config files... [2020-06-17T21:27:04.257Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6119468727196035646tmp [Pipeline] { [Pipeline] echo [2020-06-17T21:27:04.283Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:27:04.572Z] ---> create-netrc.sh [Pipeline] echo [2020-06-17T21:27:04.582Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-17T21:27:04.951Z] ---> logs-deploy.sh [2020-06-17T21:27:04.951Z] + ARCHIVE_ARTIFACTS= [2020-06-17T21:27:04.951Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-17T21:27:04.951Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-17T21:27:04.951Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-17T21:27:04.951Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/32 [2020-06-17T21:27:04.951Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/32/ [2020-06-17T21:27:04.951Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/32 /w/workspace/_app-service-configurable_master [2020-06-17T21:27:05.949Z] Archives upload complete. [2020-06-17T21:27:06.209Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/32 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/32/