Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f28354b8476c8c1cc7f5324a065fdc504d7f9a57 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-5581 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 f28354b8476c8c1cc7f5324a065fdc504d7f9a57 (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 f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 Commit message: "Merge pull request #91 from lenny-intel/NoClientMonitor" > git rev-list --no-walk b48d588e785e9b834362114c0125b7e6e5741346 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-08T17:57:55.641Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-08T17:57:55.755Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-08T17:57:55.793Z] ========================================================= [2020-07-08T17:57:55.793Z] EdgeX Global Pipelines Version Info [2020-07-08T17:57:55.793Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-08T17:57:57.896Z] ------------------- [2020-07-08T17:57:57.896Z] stable info: [2020-07-08T17:57:57.896Z] ------------------- [2020-07-08T17:57:57.896Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-08T17:57:57.896Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-08T17:57:57.896Z] Message: update stable to v1.0.89 [2020-07-08T17:57:59.319Z] ------------------- [2020-07-08T17:57:59.319Z] experimental info: [2020-07-08T17:57:59.319Z] ------------------- [2020-07-08T17:57:59.319Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-08T17:57:59.319Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-08T17:57:59.319Z] Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-08T17:58:00.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-08T17:58:01.419Z] [2020-07-08T17:58:01.419Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-08T17:58:01.789Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-08T17:58:01.789Z] latest: Pulling from edgex-devops/git-semver [2020-07-08T17:58:01.789Z] 9123ac7c32f7: Pulling fs layer [2020-07-08T17:58:01.789Z] b8cc5d1170e3: Pulling fs layer [2020-07-08T17:58:01.789Z] 2924cbbf6a41: Pulling fs layer [2020-07-08T17:58:01.789Z] 93b08a4f1073: Pulling fs layer [2020-07-08T17:58:01.789Z] 93b08a4f1073: Waiting [2020-07-08T17:58:02.099Z] b8cc5d1170e3: Verifying Checksum [2020-07-08T17:58:02.099Z] b8cc5d1170e3: Download complete [2020-07-08T17:58:02.099Z] 9123ac7c32f7: Verifying Checksum [2020-07-08T17:58:02.099Z] 9123ac7c32f7: Download complete [2020-07-08T17:58:02.099Z] 93b08a4f1073: Verifying Checksum [2020-07-08T17:58:02.099Z] 93b08a4f1073: Download complete [2020-07-08T17:58:02.099Z] 2924cbbf6a41: Verifying Checksum [2020-07-08T17:58:02.690Z] 9123ac7c32f7: Pull complete [2020-07-08T17:58:02.690Z] b8cc5d1170e3: Pull complete [2020-07-08T17:58:04.195Z] 2924cbbf6a41: Pull complete [2020-07-08T17:58:04.774Z] 93b08a4f1073: Pull complete [2020-07-08T17:58:04.774Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-08T17:58:04.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-08T17:58:04.774Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-08T17:58:04.950Z] prd-centos7-docker-4c-2g-5581 does not seem to be running inside a container [2020-07-08T17:58:05.005Z] $ 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-07-08T17:58:07.346Z] $ docker top c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-08T17:58:07.553Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-08T17:58:07.553Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-08T17:58:07.879Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-08T17:58:07.883Z] $ docker exec c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent [2020-07-08T17:58:08.171Z] SSH_AUTH_SOCK=/tmp/ssh-Yil2OYv9o78J/agent.13 [2020-07-08T17:58:08.171Z] SSH_AGENT_PID=18 [2020-07-08T17:58:08.185Z] Running ssh-add (command line suppressed) [2020-07-08T17:58:08.341Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8284444899585896601.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8284444899585896601.key) [2020-07-08T17:58:08.402Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-08T17:58:08.717Z] + git describe --exact-match --tags HEAD [2020-07-08T17:58:08.717Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-08T17:58:09.017Z] $ docker exec --env ******** --env ******** c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent -k [2020-07-08T17:58:09.197Z] unset SSH_AUTH_SOCK; [2020-07-08T17:58:09.197Z] unset SSH_AGENT_PID; [2020-07-08T17:58:09.197Z] echo Agent pid 18 killed; [2020-07-08T17:58:09.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-08T17:58:09.301Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-08T17:58:09.301Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-08T17:58:09.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-08T17:58:09.346Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-08T17:58:09.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-08T17:58:09.578Z] $ docker exec c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent [2020-07-08T17:58:09.782Z] SSH_AUTH_SOCK=/tmp/ssh-EtnQlrkBXBDL/agent.49 [2020-07-08T17:58:09.782Z] SSH_AGENT_PID=54 [2020-07-08T17:58:09.790Z] Running ssh-add (command line suppressed) [2020-07-08T17:58:09.929Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3748302991979486429.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3748302991979486429.key) [2020-07-08T17:58:10.001Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-08T17:58:10.661Z] + git semver init [2020-07-08T17:58:10.661Z] # -> Open(): unable to determine branch for HEAD [2020-07-08T17:58:10.661Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-08T17:58:10.661Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-08T17:58:10.661Z] # $SEMVER_REMOTE_NAME = origin [2020-07-08T17:58:10.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-08T17:58:10.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-08T17:58:10.661Z] # $SEMVER_BRANCH = master [2020-07-08T17:58:10.661Z] # $SEMVER_TEMP = /tmp/semver-389011766 [2020-07-08T17:58:10.661Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-07-08T17:58:10.930Z] # '/tmp/semver-389011766' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-07-08T17:58:10.930Z] # -> Force: false [2020-07-08T17:58:10.930Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-07-08T17:58:10.968Z] $ docker exec --env ******** --env ******** c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 ssh-agent -k [2020-07-08T17:58:11.152Z] unset SSH_AUTH_SOCK; [2020-07-08T17:58:11.153Z] unset SSH_AGENT_PID; [2020-07-08T17:58:11.153Z] echo Agent pid 54 killed; [2020-07-08T17:58:11.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-08T17:58:11.621Z] + git semver [Pipeline] } [2020-07-08T17:58:11.639Z] $ docker stop --time=1 c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 [2020-07-08T17:58:13.138Z] $ docker rm -f c23907fbe002107fc56e190544683c91a3745632017c5bbeaa245925c3a3da22 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-08T17:58:13.763Z] Stashed 52 file(s) [Pipeline] echo [2020-07-08T17:58:13.765Z] [edgeXSemver] initialized semver on version 1.2.1-dev.2 [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-07-08T17:58:28.922Z] Still waiting to schedule task [2020-07-08T17:58:28.922Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5581’ [2020-07-08T17:58:28.924Z] Still waiting to schedule task [2020-07-08T17:58:28.924Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline [2020-07-08T18:00:05.962Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5582 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-08T18:00:05.990Z] Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout [2020-07-08T18:00:10.680Z] using credential edgex-jenkins-ssh [2020-07-08T18:00:10.708Z] Cloning the remote Git repository [2020-07-08T18:00:10.708Z] Cloning with configured refspecs honoured and without tags [2020-07-08T18:00:10.776Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T18:00:10.878Z] > git init /w/workspace/app-service-configurable/34 # timeout=10 [2020-07-08T18:00:10.984Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T18:00:10.985Z] > git --version # timeout=10 [2020-07-08T18:00:11.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T18:00:11.735Z] Fetching without tags [2020-07-08T18:00:12.214Z] Checking out Revision f28354b8476c8c1cc7f5324a065fdc504d7f9a57 (master) [2020-07-08T18:00:11.081Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T18:00:11.669Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T18:00:11.689Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T18:00:11.716Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T18:00:11.749Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T18:00:11.750Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T18:00:11.772Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T18:00:12.237Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T18:00:12.266Z] > git checkout -f f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 [2020-07-08T18:00:16.708Z] Commit message: "Merge pull request #91 from lenny-intel/NoClientMonitor" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-08T18:00:17.780Z] ========================================================= [2020-07-08T18:00:17.780Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-08T18:00:17.780Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:00:18.820Z] + 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-07-08T18:00:19.816Z] Sending build context to Docker daemon 323.6kB [2020-07-08T18:00:19.816Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-08T18:00:19.816Z] Step 2/8 : FROM ${BASE} [2020-07-08T18:00:20.091Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-08T18:00:20.092Z] cde5963f3b93: Pulling fs layer [2020-07-08T18:00:20.092Z] 2a23fa8c16f7: Pulling fs layer [2020-07-08T18:00:20.092Z] 777b28850792: Pulling fs layer [2020-07-08T18:00:20.092Z] 8a11ddd9e578: Pulling fs layer [2020-07-08T18:00:20.092Z] 4cf88f913ddb: Pulling fs layer [2020-07-08T18:00:20.092Z] 1df406cf5192: Pulling fs layer [2020-07-08T18:00:20.092Z] cd6300453558: Pulling fs layer [2020-07-08T18:00:20.092Z] b9c365052c96: Pulling fs layer [2020-07-08T18:00:20.092Z] a2d8cc88f415: Pulling fs layer [2020-07-08T18:00:20.092Z] ea1d1ca13537: Pulling fs layer [2020-07-08T18:00:20.092Z] 3750a50a1c5e: Pulling fs layer [2020-07-08T18:00:20.092Z] 8a11ddd9e578: Waiting [2020-07-08T18:00:20.092Z] 4cf88f913ddb: Waiting [2020-07-08T18:00:20.092Z] 1df406cf5192: Waiting [2020-07-08T18:00:20.092Z] cd6300453558: Waiting [2020-07-08T18:00:20.092Z] b9c365052c96: Waiting [2020-07-08T18:00:20.092Z] a2d8cc88f415: Waiting [2020-07-08T18:00:20.092Z] ea1d1ca13537: Waiting [2020-07-08T18:00:20.092Z] 3750a50a1c5e: Waiting [2020-07-08T18:00:20.092Z] 777b28850792: Verifying Checksum [2020-07-08T18:00:20.092Z] 777b28850792: Download complete [2020-07-08T18:00:20.092Z] 2a23fa8c16f7: Verifying Checksum [2020-07-08T18:00:20.092Z] 2a23fa8c16f7: Download complete [2020-07-08T18:00:20.092Z] 4cf88f913ddb: Verifying Checksum [2020-07-08T18:00:20.092Z] 4cf88f913ddb: Download complete [2020-07-08T18:00:20.092Z] 1df406cf5192: Download complete [2020-07-08T18:00:20.092Z] cde5963f3b93: Download complete [2020-07-08T18:00:21.083Z] cde5963f3b93: Pull complete [2020-07-08T18:00:21.710Z] 2a23fa8c16f7: Pull complete [2020-07-08T18:00:21.989Z] 777b28850792: Pull complete [2020-07-08T18:00:22.265Z] cd6300453558: Verifying Checksum [2020-07-08T18:00:22.265Z] cd6300453558: Download complete [2020-07-08T18:00:22.265Z] a2d8cc88f415: Download complete [2020-07-08T18:00:23.256Z] ea1d1ca13537: Verifying Checksum [2020-07-08T18:00:23.256Z] ea1d1ca13537: Download complete [2020-07-08T18:00:23.256Z] 3750a50a1c5e: Download complete [2020-07-08T18:00:25.333Z] 8a11ddd9e578: Verifying Checksum [2020-07-08T18:00:25.333Z] 8a11ddd9e578: Download complete [2020-07-08T18:00:25.333Z] b9c365052c96: Verifying Checksum [2020-07-08T18:00:25.333Z] b9c365052c96: Download complete [2020-07-08T18:00:37.740Z] 8a11ddd9e578: Pull complete [2020-07-08T18:00:37.740Z] 4cf88f913ddb: Pull complete [2020-07-08T18:00:37.740Z] 1df406cf5192: Pull complete [2020-07-08T18:00:42.053Z] cd6300453558: Pull complete [2020-07-08T18:00:45.322Z] Running on prd-centos7-docker-4c-2g-5583 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-08T18:00:45.346Z] Running in /w/workspace/app-service-configurable/34 [Pipeline] { [Pipeline] checkout [2020-07-08T18:00:46.364Z] b9c365052c96: Pull complete [2020-07-08T18:00:46.364Z] a2d8cc88f415: Pull complete [2020-07-08T18:00:48.348Z] ea1d1ca13537: Pull complete [2020-07-08T18:00:48.352Z] using credential edgex-jenkins-ssh [2020-07-08T18:00:48.374Z] Cloning the remote Git repository [2020-07-08T18:00:48.374Z] Cloning with configured refspecs honoured and without tags [2020-07-08T18:00:48.400Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T18:00:48.466Z] > git init /w/workspace/app-service-configurable/34 # timeout=10 [2020-07-08T18:00:48.507Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T18:00:48.507Z] > git --version # timeout=10 [2020-07-08T18:00:48.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T18:00:48.540Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T18:00:48.945Z] 3750a50a1c5e: Pull complete [2020-07-08T18:00:48.945Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-08T18:00:48.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-08T18:00:48.945Z] ---> 78745c68409d [2020-07-08T18:00:48.945Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T18:00:49.289Z] Fetching without tags [2020-07-08T18:00:49.653Z] Checking out Revision f28354b8476c8c1cc7f5324a065fdc504d7f9a57 (master) [2020-07-08T18:00:49.260Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T18:00:49.265Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T18:00:49.280Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T18:00:49.296Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T18:00:49.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T18:00:49.300Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T18:00:49.663Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T18:00:49.668Z] > git checkout -f f28354b8476c8c1cc7f5324a065fdc504d7f9a57 # timeout=10 [2020-07-08T18:00:53.253Z] ---> Running in 213b3d74a5ad [2020-07-08T18:00:53.312Z] Commit message: "Merge pull request #91 from lenny-intel/NoClientMonitor" [2020-07-08T18:00:53.848Z] Removing intermediate container 213b3d74a5ad [2020-07-08T18:00:53.848Z] ---> 6b7c4b476b5e [2020-07-08T18:00:53.848Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T18:00:53.848Z] ---> Running in a2474d7c188d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-08T18:00:54.131Z] ========================================================= [2020-07-08T18:00:54.131Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-08T18:00:54.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:00:54.773Z] + 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-07-08T18:00:55.038Z] Sending build context to Docker daemon 323.6kB [2020-07-08T18:00:55.307Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-08T18:00:55.307Z] Step 2/8 : FROM ${BASE} [2020-07-08T18:00:55.307Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-08T18:00:55.307Z] e6b0cf9c0882: Pulling fs layer [2020-07-08T18:00:55.307Z] 2848faf0eed1: Pulling fs layer [2020-07-08T18:00:55.307Z] 0f37312ad70f: Pulling fs layer [2020-07-08T18:00:55.307Z] 5788d62ee057: Pulling fs layer [2020-07-08T18:00:55.307Z] 0e6b1d234666: Pulling fs layer [2020-07-08T18:00:55.307Z] bf5d7aec512f: Pulling fs layer [2020-07-08T18:00:55.307Z] 34c802a77dc8: Pulling fs layer [2020-07-08T18:00:55.307Z] 9eb99e56ec68: Pulling fs layer [2020-07-08T18:00:55.307Z] 27c7a5d97fbd: Pulling fs layer [2020-07-08T18:00:55.307Z] 5c102a31e300: Pulling fs layer [2020-07-08T18:00:55.307Z] dcfb455df0a1: Pulling fs layer [2020-07-08T18:00:55.307Z] 5788d62ee057: Waiting [2020-07-08T18:00:55.307Z] 0e6b1d234666: Waiting [2020-07-08T18:00:55.307Z] bf5d7aec512f: Waiting [2020-07-08T18:00:55.307Z] 34c802a77dc8: Waiting [2020-07-08T18:00:55.307Z] 9eb99e56ec68: Waiting [2020-07-08T18:00:55.307Z] 27c7a5d97fbd: Waiting [2020-07-08T18:00:55.307Z] 5c102a31e300: Waiting [2020-07-08T18:00:55.307Z] dcfb455df0a1: Waiting [2020-07-08T18:00:55.307Z] 0f37312ad70f: Verifying Checksum [2020-07-08T18:00:55.307Z] 0f37312ad70f: Download complete [2020-07-08T18:00:55.307Z] 2848faf0eed1: Verifying Checksum [2020-07-08T18:00:55.307Z] 2848faf0eed1: Download complete [2020-07-08T18:00:55.307Z] 0e6b1d234666: Verifying Checksum [2020-07-08T18:00:55.307Z] 0e6b1d234666: Download complete [2020-07-08T18:00:55.307Z] bf5d7aec512f: Verifying Checksum [2020-07-08T18:00:55.307Z] bf5d7aec512f: Download complete [2020-07-08T18:00:55.307Z] e6b0cf9c0882: Verifying Checksum [2020-07-08T18:00:55.307Z] e6b0cf9c0882: Download complete [2020-07-08T18:00:55.575Z] e6b0cf9c0882: Pull complete [2020-07-08T18:00:56.178Z] 34c802a77dc8: Verifying Checksum [2020-07-08T18:00:56.178Z] 34c802a77dc8: Download complete [2020-07-08T18:00:56.178Z] 27c7a5d97fbd: Verifying Checksum [2020-07-08T18:00:56.178Z] 27c7a5d97fbd: Download complete [2020-07-08T18:00:56.484Z] Removing intermediate container a2474d7c188d [2020-07-08T18:00:56.484Z] ---> bf7dcea1553b [2020-07-08T18:00:56.484Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-08T18:00:56.484Z] ---> Running in 02604f0de773 [2020-07-08T18:00:56.752Z] 5788d62ee057: Verifying Checksum [2020-07-08T18:00:56.753Z] 5788d62ee057: Download complete [2020-07-08T18:00:56.753Z] 9eb99e56ec68: Verifying Checksum [2020-07-08T18:00:56.753Z] 9eb99e56ec68: Download complete [2020-07-08T18:00:56.753Z] dcfb455df0a1: Verifying Checksum [2020-07-08T18:00:56.753Z] dcfb455df0a1: Download complete [2020-07-08T18:00:57.016Z] 5c102a31e300: Verifying Checksum [2020-07-08T18:00:57.016Z] 5c102a31e300: Download complete [2020-07-08T18:00:57.914Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-08T18:00:57.957Z] 2848faf0eed1: Pull complete [2020-07-08T18:00:57.957Z] 0f37312ad70f: Pull complete [2020-07-08T18:00:59.337Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-08T18:01:00.309Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-07-08T18:01:00.309Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-08T18:01:00.581Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-07-08T18:01:00.581Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-08T18:01:00.854Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T18:01:00.854Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-08T18:01:01.127Z] Executing busybox-1.31.1-r8.trigger [2020-07-08T18:01:01.127Z] OK: 127 MiB in 45 packages [2020-07-08T18:01:02.560Z] Removing intermediate container 02604f0de773 [2020-07-08T18:01:02.560Z] ---> 35f4399fbb88 [2020-07-08T18:01:02.560Z] Step 6/8 : WORKDIR /app [2020-07-08T18:01:02.560Z] ---> Running in 6a5321e1db5c [2020-07-08T18:01:02.833Z] Removing intermediate container 6a5321e1db5c [2020-07-08T18:01:02.833Z] ---> 059e43fb16b9 [2020-07-08T18:01:02.833Z] Step 7/8 : COPY . . [2020-07-08T18:01:03.257Z] 5788d62ee057: Pull complete [2020-07-08T18:01:03.518Z] 0e6b1d234666: Pull complete [2020-07-08T18:01:03.518Z] bf5d7aec512f: Pull complete [2020-07-08T18:01:03.809Z] ---> 65a8b9b22c78 [2020-07-08T18:01:03.809Z] Step 8/8 : RUN go mod download [2020-07-08T18:01:03.809Z] ---> Running in becdf4c0a1f5 [2020-07-08T18:01:07.194Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:01:07.194Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:01:07.194Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-08T18:01:07.194Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:01:07.194Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-08T18:01:07.194Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-08T18:01:07.194Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:01:07.194Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-08T18:01:07.194Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:01:07.194Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:01:07.194Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:01:07.466Z] go: finding github.com/fatih/color v1.7.0 [2020-07-08T18:01:07.466Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-08T18:01:07.466Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:01:07.466Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T18:01:07.466Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:01:07.466Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:01:07.466Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T18:01:07.466Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-08T18:01:07.466Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T18:01:07.466Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:01:07.466Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-08T18:01:07.466Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-08T18:01:07.736Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T18:01:07.736Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:01:07.736Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-08T18:01:08.007Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T18:01:08.007Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-08T18:01:08.007Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-08T18:01:08.007Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-08T18:01:08.007Z] go: finding github.com/kr/pty v1.1.1 [2020-07-08T18:01:08.276Z] go: finding github.com/kr/text v0.1.0 [2020-07-08T18:01:08.276Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T18:01:08.276Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T18:01:08.276Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-08T18:01:08.276Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-08T18:01:08.546Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:01:08.546Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:01:08.546Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-08T18:01:08.546Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-08T18:01:08.546Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-08T18:01:08.546Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:01:08.546Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:01:08.546Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-08T18:01:08.546Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-08T18:01:08.546Z] go: finding github.com/posener/complete v1.1.1 [2020-07-08T18:01:08.546Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-08T18:01:08.546Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-08T18:01:08.813Z] 34c802a77dc8: Pull complete [2020-07-08T18:01:08.817Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-08T18:01:08.817Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-08T18:01:08.817Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-08T18:01:08.817Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-08T18:01:08.817Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T18:01:08.817Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:01:08.817Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T18:01:08.817Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:01:08.817Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:01:08.817Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:01:08.817Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:01:08.817Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-08T18:01:09.091Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T18:01:09.091Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-08T18:01:09.091Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-08T18:01:09.091Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-08T18:01:09.091Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-08T18:01:09.091Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-08T18:01:09.091Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-08T18:01:09.091Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-08T18:01:11.358Z] 9eb99e56ec68: Pull complete [2020-07-08T18:01:11.619Z] 27c7a5d97fbd: Pull complete [2020-07-08T18:01:12.562Z] 5c102a31e300: Pull complete [2020-07-08T18:01:12.562Z] dcfb455df0a1: Pull complete [2020-07-08T18:01:12.562Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-08T18:01:12.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-08T18:01:12.562Z] ---> 7c70fe431013 [2020-07-08T18:01:12.562Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T18:01:14.473Z] ---> Running in 42b595d5da5e [2020-07-08T18:01:14.473Z] Removing intermediate container 42b595d5da5e [2020-07-08T18:01:14.473Z] ---> dff7b6d8fe3e [2020-07-08T18:01:14.473Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T18:01:14.734Z] ---> Running in 25fd0d735215 [2020-07-08T18:01:16.119Z] Removing intermediate container 25fd0d735215 [2020-07-08T18:01:16.119Z] ---> d901097a1791 [2020-07-08T18:01:16.119Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-08T18:01:16.119Z] ---> Running in a744572a3e0d [2020-07-08T18:01:16.380Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-08T18:01:17.763Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-08T18:01:18.335Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-07-08T18:01:18.335Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-08T18:01:18.596Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-07-08T18:01:18.856Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-08T18:01:18.856Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T18:01:19.116Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-08T18:01:19.116Z] Executing busybox-1.31.1-r8.trigger [2020-07-08T18:01:19.116Z] OK: 145 MiB in 45 packages [2020-07-08T18:01:19.692Z] Removing intermediate container a744572a3e0d [2020-07-08T18:01:19.692Z] ---> adf592c6e950 [2020-07-08T18:01:19.692Z] Step 6/8 : WORKDIR /app [2020-07-08T18:01:19.692Z] ---> Running in ace118bc9e85 [2020-07-08T18:01:19.953Z] Removing intermediate container ace118bc9e85 [2020-07-08T18:01:19.953Z] ---> fd009a0e947b [2020-07-08T18:01:19.953Z] Step 7/8 : COPY . . [2020-07-08T18:01:20.524Z] ---> 30a819e5ea78 [2020-07-08T18:01:20.524Z] Step 8/8 : RUN go mod download [2020-07-08T18:01:20.524Z] ---> Running in 96728a8a8aa2 [2020-07-08T18:01:23.069Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:01:23.069Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:01:23.069Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-08T18:01:23.070Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:01:23.070Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-08T18:01:23.070Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-08T18:01:23.070Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:01:23.070Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-08T18:01:23.070Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:01:23.070Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:01:23.070Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:01:23.070Z] go: finding github.com/fatih/color v1.7.0 [2020-07-08T18:01:23.070Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-08T18:01:23.070Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:01:23.329Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T18:01:23.329Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:01:23.329Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:01:23.329Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T18:01:23.329Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-08T18:01:23.329Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T18:01:23.329Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:01:23.329Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-08T18:01:23.329Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-08T18:01:23.329Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T18:01:23.329Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T18:01:23.329Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-08T18:01:23.590Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:01:23.850Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-08T18:01:23.850Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-08T18:01:23.850Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-08T18:01:23.850Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T18:01:23.850Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-08T18:01:23.850Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-08T18:01:23.850Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-08T18:01:23.850Z] go: finding github.com/kr/pty v1.1.1 [2020-07-08T18:01:23.850Z] go: finding github.com/kr/text v0.1.0 [2020-07-08T18:01:23.850Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T18:01:23.850Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T18:01:23.850Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-08T18:01:23.850Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:01:24.110Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:01:24.110Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-08T18:01:24.110Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-08T18:01:24.110Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-08T18:01:24.110Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:01:24.370Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:01:24.370Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-08T18:01:24.370Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-08T18:01:24.370Z] go: finding github.com/posener/complete v1.1.1 [2020-07-08T18:01:24.370Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-08T18:01:24.370Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-08T18:01:24.370Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-08T18:01:24.370Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-08T18:01:24.370Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-08T18:01:24.370Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-08T18:01:24.370Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T18:01:24.370Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:01:24.632Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T18:01:24.632Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:01:24.632Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:01:24.632Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:01:24.632Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:01:24.632Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-08T18:01:24.632Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T18:01:24.632Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-08T18:01:24.632Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-08T18:01:24.632Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-08T18:01:24.632Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-08T18:01:24.632Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-08T18:01:24.896Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-08T18:01:24.896Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-08T18:01:27.411Z] Removing intermediate container becdf4c0a1f5 [2020-07-08T18:01:27.411Z] ---> bec0c59ed1bf [2020-07-08T18:01:27.411Z] Successfully built bec0c59ed1bf [2020-07-08T18:01:27.411Z] 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-07-08T18:01:27.934Z] + docker inspect -f . ci-base-image-arm64 [2020-07-08T18:01:27.934Z] . [Pipeline] withDockerContainer [2020-07-08T18:01:28.208Z] prd-ubuntu18.04-docker-arm64-4c-16g-5582 does not seem to be running inside a container [2020-07-08T18:01:28.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@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 ******** -e ******** ci-base-image-arm64 cat [2020-07-08T18:01:30.038Z] $ docker top 31ecb9425e7f1a1023c590400c289936e9f04c4e573bb5767a59ed54cafcbd38 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-08T18:01:31.410Z] + go version [2020-07-08T18:01:31.410Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-08T18:01:32.451Z] + make test [2020-07-08T18:01:32.451Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-08T18:01:39.838Z] Removing intermediate container 96728a8a8aa2 [2020-07-08T18:01:39.838Z] ---> 9e79ed9c4442 [2020-07-08T18:01:39.838Z] Successfully built 9e79ed9c4442 [2020-07-08T18:01:39.838Z] 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-07-08T18:01:40.421Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-08T18:01:40.421Z] . [Pipeline] withDockerContainer [2020-07-08T18:01:40.517Z] prd-centos7-docker-4c-2g-5583 does not seem to be running inside a container [2020-07-08T18:01:40.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/34 -v /w/workspace/app-service-configurable/34:/w/workspace/app-service-configurable/34:rw,z -v /w/workspace/app-service-configurable/34@tmp:/w/workspace/app-service-configurable/34@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 ******** -e ******** ci-base-image-x86_64 cat [2020-07-08T18:01:41.285Z] $ docker top 048f939a004e4182b59f7efa30a7611d92472051c75237827b1df69ef6beeacf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-08T18:01:41.720Z] + go version [2020-07-08T18:01:41.720Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-08T18:01:42.025Z] + make test [2020-07-08T18:01:42.025Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-08T18:01:57.070Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-08T18:01:57.071Z] CGO_ENABLED=1 go vet ./... [2020-07-08T18:01:59.662Z] gofmt -l . [2020-07-08T18:01:59.662Z] [ "`gofmt -l .`" = "" ] [2020-07-08T18:01:59.662Z] ./bin/test-go-mod-tidy.sh [2020-07-08T18:02:00.236Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-08T18:02:01.033Z] Stashed 1 file(s) [Pipeline] } [2020-07-08T18:02:01.042Z] $ docker stop --time=1 048f939a004e4182b59f7efa30a7611d92472051c75237827b1df69ef6beeacf [2020-07-08T18:02:03.346Z] $ docker rm -f 048f939a004e4182b59f7efa30a7611d92472051c75237827b1df69ef6beeacf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-08T18:02:05.180Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-08T18:02:05.473Z] + ls -al . [2020-07-08T18:02:05.473Z] total 96 [2020-07-08T18:02:05.473Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 8 18:02 . [2020-07-08T18:02:05.473Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 8 18:00 .. [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jul 8 18:00 Attribution.txt [2020-07-08T18:02:05.473Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 8 18:00 bin [2020-07-08T18:02:05.473Z] -rw-r--r--. 1 jenkins jenkins 10 Jul 8 18:01 coverage.out [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 180 Jul 8 18:00 docker-compose.debug.yml [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 8 18:00 docker-compose.yml [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jul 8 18:00 Dockerfile [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 966 Jul 8 18:00 Dockerfile.build [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 8 18:00 .dockerignore [2020-07-08T18:02:05.473Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 8 18:00 .git [2020-07-08T18:02:05.473Z] drwxrwxr-x. 2 jenkins jenkins 81 Jul 8 18:00 .github [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 93 Jul 8 18:00 .gitignore [2020-07-08T18:02:05.473Z] -rw-r--r--. 1 jenkins jenkins 132 Jul 8 18:01 go.mod [2020-07-08T18:02:05.473Z] -rw-r--r--. 1 jenkins jenkins 18984 Jul 8 18:02 go.sum [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 710 Jul 8 18:00 Jenkinsfile [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 8 18:00 LICENSE [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jul 8 18:00 main.go [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jul 8 18:00 makefile [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 481 Jul 8 18:00 README.md [2020-07-08T18:02:05.473Z] drwxrwxr-x. 10 jenkins jenkins 171 Jul 8 18:00 res [2020-07-08T18:02:05.473Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 8 18:00 .semver [2020-07-08T18:02:05.473Z] drwxrwxr-x. 4 jenkins jenkins 71 Jul 8 18:00 snap [2020-07-08T18:02:05.473Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 8 17:58 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:05.775Z] + 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=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 --label arch=amd64 --label version=1.2.1-dev.2 . [2020-07-08T18:02:05.775Z] Sending build context to Docker daemon 345.6kB [2020-07-08T18:02:05.775Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-08T18:02:05.775Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-08T18:02:05.775Z] ---> 9e79ed9c4442 [2020-07-08T18:02:05.775Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-08T18:02:05.775Z] ---> Running in 3f95d9fc0b15 [2020-07-08T18:02:06.035Z] Removing intermediate container 3f95d9fc0b15 [2020-07-08T18:02:06.035Z] ---> 8671dbfc6ce7 [2020-07-08T18:02:06.035Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-08T18:02:06.035Z] ---> Running in aff1204b51dd [2020-07-08T18:02:06.297Z] Removing intermediate container aff1204b51dd [2020-07-08T18:02:06.297Z] ---> 2a2ec5cdacea [2020-07-08T18:02:06.297Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T18:02:06.297Z] ---> Running in 9a03bfd9069d [2020-07-08T18:02:06.558Z] Removing intermediate container 9a03bfd9069d [2020-07-08T18:02:06.558Z] ---> 79aee1ff5df1 [2020-07-08T18:02:06.558Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T18:02:06.558Z] ---> Running in a4e1e8a50667 [2020-07-08T18:02:07.130Z] Removing intermediate container a4e1e8a50667 [2020-07-08T18:02:07.130Z] ---> 6be3d6332a1f [2020-07-08T18:02:07.130Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-08T18:02:07.396Z] ---> Running in 89e2c15a20f7 [2020-07-08T18:02:07.658Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-08T18:02:09.042Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-08T18:02:11.587Z] OK: 145 MiB in 45 packages [2020-07-08T18:02:11.848Z] Removing intermediate container 89e2c15a20f7 [2020-07-08T18:02:11.848Z] ---> 87f3d3cbf8a4 [2020-07-08T18:02:11.848Z] Step 8/26 : WORKDIR /app [2020-07-08T18:02:11.848Z] ---> Running in edeabcf1ee99 [2020-07-08T18:02:12.109Z] Removing intermediate container edeabcf1ee99 [2020-07-08T18:02:12.109Z] ---> 0351eb779ac2 [2020-07-08T18:02:12.109Z] Step 9/26 : COPY go.mod . [2020-07-08T18:02:12.372Z] ---> c3d9ca9c3fb2 [2020-07-08T18:02:12.372Z] Step 10/26 : RUN go mod download [2020-07-08T18:02:12.372Z] ---> Running in 2685e2ba4be3 [2020-07-08T18:02:13.314Z] Removing intermediate container 2685e2ba4be3 [2020-07-08T18:02:13.314Z] ---> ea5ba3a99d58 [2020-07-08T18:02:13.314Z] Step 11/26 : COPY . . [2020-07-08T18:02:13.886Z] ---> 64e0a601ca8e [2020-07-08T18:02:13.886Z] Step 12/26 : ARG MAKE="make build" [2020-07-08T18:02:13.886Z] ---> Running in c4fb1ea0214c [2020-07-08T18:02:14.148Z] Removing intermediate container c4fb1ea0214c [2020-07-08T18:02:14.148Z] ---> 447b61a40ae0 [2020-07-08T18:02:14.148Z] Step 13/26 : RUN $MAKE [2020-07-08T18:02:14.148Z] ---> Running in f7f2f2e5166d [2020-07-08T18:02:14.723Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-08T18:02:19.460Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-08T18:02:19.460Z] CGO_ENABLED=1 go vet ./... [2020-07-08T18:02:24.892Z] gofmt -l . [2020-07-08T18:02:24.892Z] [ "`gofmt -l .`" = "" ] [2020-07-08T18:02:24.892Z] ./bin/test-go-mod-tidy.sh [2020-07-08T18:02:25.493Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-08T18:02:26.487Z] Warning: overwriting stash ‘coverage-report’ [2020-07-08T18:02:26.859Z] Stashed 1 file(s) [Pipeline] } [2020-07-08T18:02:26.867Z] $ docker stop --time=1 31ecb9425e7f1a1023c590400c289936e9f04c4e573bb5767a59ed54cafcbd38 [2020-07-08T18:02:29.109Z] $ docker rm -f 31ecb9425e7f1a1023c590400c289936e9f04c4e573bb5767a59ed54cafcbd38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-08T18:02:30.138Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-08T18:02:30.468Z] + ls -al . [2020-07-08T18:02:30.468Z] total 124 [2020-07-08T18:02:30.468Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 18:02 . [2020-07-08T18:02:30.468Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 18:00 .. [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 8 18:00 .dockerignore [2020-07-08T18:02:30.468Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 18:00 .git [2020-07-08T18:02:30.468Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 18:00 .github [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 93 Jul 8 18:00 .gitignore [2020-07-08T18:02:30.468Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 8 18:00 .semver [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jul 8 18:00 Attribution.txt [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jul 8 18:00 Dockerfile [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 966 Jul 8 18:00 Dockerfile.build [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 710 Jul 8 18:00 Jenkinsfile [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 8 18:00 LICENSE [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 481 Jul 8 18:00 README.md [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 8 17:58 VERSION [2020-07-08T18:02:30.468Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 18:00 bin [2020-07-08T18:02:30.468Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 8 18:01 coverage.out [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 180 Jul 8 18:00 docker-compose.debug.yml [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 8 18:00 docker-compose.yml [2020-07-08T18:02:30.468Z] -rw-r--r-- 1 jenkins jenkins 132 Jul 8 18:02 go.mod [2020-07-08T18:02:30.468Z] -rw-r--r-- 1 jenkins jenkins 18984 Jul 8 18:02 go.sum [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jul 8 18:00 main.go [2020-07-08T18:02:30.468Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jul 8 18:00 makefile [2020-07-08T18:02:30.468Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 8 18:00 res [2020-07-08T18:02:30.468Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 18:00 snap [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:30.804Z] + 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=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 --label arch=arm64 --label version=1.2.1-dev.2 . [2020-07-08T18:02:31.076Z] Sending build context to Docker daemon 345.6kB [2020-07-08T18:02:31.076Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-08T18:02:31.076Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-08T18:02:31.076Z] ---> bec0c59ed1bf [2020-07-08T18:02:31.076Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-08T18:02:31.667Z] ---> Running in 576343ba7c3e [2020-07-08T18:02:31.940Z] Removing intermediate container 576343ba7c3e [2020-07-08T18:02:31.940Z] ---> 140bca574c50 [2020-07-08T18:02:31.940Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-08T18:02:32.212Z] ---> Running in 7010658063a5 [2020-07-08T18:02:32.484Z] Removing intermediate container 7010658063a5 [2020-07-08T18:02:32.484Z] ---> ec2f05d0c270 [2020-07-08T18:02:32.484Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T18:02:32.755Z] ---> Running in a3f855687107 [2020-07-08T18:02:32.942Z] Removing intermediate container f7f2f2e5166d [2020-07-08T18:02:32.942Z] ---> 8c48b3ec84f1 [2020-07-08T18:02:32.942Z] Step 14/26 : FROM alpine:latest [2020-07-08T18:02:32.942Z] latest: Pulling from library/alpine [2020-07-08T18:02:32.942Z] df20fa9351a1: Pulling fs layer [2020-07-08T18:02:32.942Z] df20fa9351a1: Verifying Checksum [2020-07-08T18:02:32.942Z] df20fa9351a1: Download complete [2020-07-08T18:02:32.942Z] df20fa9351a1: Pull complete [2020-07-08T18:02:32.942Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-08T18:02:32.942Z] Status: Downloaded newer image for alpine:latest [2020-07-08T18:02:33.029Z] Removing intermediate container a3f855687107 [2020-07-08T18:02:33.029Z] ---> 91720bdc91a0 [2020-07-08T18:02:33.029Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T18:02:33.204Z] ---> a24bb4013296 [2020-07-08T18:02:33.204Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T18:02:33.204Z] ---> Running in 49495066acb2 [2020-07-08T18:02:33.204Z] Removing intermediate container 49495066acb2 [2020-07-08T18:02:33.204Z] ---> 3c263a92df56 [2020-07-08T18:02:33.204Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-08T18:02:33.303Z] ---> Running in be3433713536 [2020-07-08T18:02:33.468Z] ---> Running in 121add4750fc [2020-07-08T18:02:33.468Z] Removing intermediate container 121add4750fc [2020-07-08T18:02:33.468Z] ---> a3d9ec3fcd12 [2020-07-08T18:02:33.468Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-08T18:02:33.468Z] ---> Running in f361c51022ce [2020-07-08T18:02:34.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-08T18:02:34.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-08T18:02:34.982Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-08T18:02:34.982Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-08T18:02:34.982Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-08T18:02:35.243Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-08T18:02:35.504Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T18:02:35.504Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-08T18:02:35.504Z] Executing busybox-1.31.1-r16.trigger [2020-07-08T18:02:35.504Z] Executing ca-certificates-20191127-r4.trigger [2020-07-08T18:02:35.764Z] OK: 9 MiB in 20 packages [2020-07-08T18:02:35.917Z] Removing intermediate container be3433713536 [2020-07-08T18:02:35.917Z] ---> e41a29418bca [2020-07-08T18:02:35.917Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-08T18:02:35.917Z] ---> Running in 0ed78f373f72 [2020-07-08T18:02:36.705Z] Removing intermediate container f361c51022ce [2020-07-08T18:02:36.705Z] ---> 10fed70d7f08 [2020-07-08T18:02:36.705Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-08T18:02:36.705Z] ---> a6803c6fd634 [2020-07-08T18:02:36.705Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-08T18:02:36.967Z] ---> 9dfcc3c95c44 [2020-07-08T18:02:36.967Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-08T18:02:37.228Z] ---> 35bd4fae0d66 [2020-07-08T18:02:37.228Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-08T18:02:37.350Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-08T18:02:37.798Z] ---> a3cf22498e5e [2020-07-08T18:02:37.798Z] Step 22/26 : EXPOSE 48095 [2020-07-08T18:02:38.059Z] ---> Running in b293385e45c5 [2020-07-08T18:02:38.059Z] Removing intermediate container b293385e45c5 [2020-07-08T18:02:38.059Z] ---> de8f40b157ce [2020-07-08T18:02:38.059Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-08T18:02:39.000Z] ---> Running in 79607ea6ba4b [2020-07-08T18:02:39.000Z] Removing intermediate container 79607ea6ba4b [2020-07-08T18:02:39.000Z] ---> 808cdaaf49a5 [2020-07-08T18:02:39.000Z] Step 24/26 : LABEL arch=amd64 [2020-07-08T18:02:39.261Z] ---> Running in 19dd3304ef3a [2020-07-08T18:02:39.261Z] Removing intermediate container 19dd3304ef3a [2020-07-08T18:02:39.261Z] ---> c8d55ef103f3 [2020-07-08T18:02:39.261Z] Step 25/26 : LABEL git_sha=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:02:39.261Z] ---> Running in 9aa1329ee703 [2020-07-08T18:02:39.300Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-08T18:02:39.522Z] Removing intermediate container 9aa1329ee703 [2020-07-08T18:02:39.522Z] ---> 65021ddbfb1e [2020-07-08T18:02:39.522Z] Step 26/26 : LABEL version=1.2.1-dev.2 [2020-07-08T18:02:39.522Z] ---> Running in 7f16ba85734a [2020-07-08T18:02:39.782Z] Removing intermediate container 7f16ba85734a [2020-07-08T18:02:39.782Z] ---> ff8c667fadcf [2020-07-08T18:02:39.782Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-08T18:02:39.782Z] Successfully built ff8c667fadcf [2020-07-08T18:02:39.782Z] 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-07-08T18:02:39.997Z] provisioning config files... [2020-07-08T18:02:40.024Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/34@tmp/config4847299068517577979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-08T18:02:40.272Z] OK: 127 MiB in 45 packages [2020-07-08T18:02:40.346Z] nexus3.edgexfoundry.org:10001 [2020-07-08T18:02:40.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:02:40.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:02:40.610Z] Configure a credential helper to remove this warning. See [2020-07-08T18:02:40.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:02:40.610Z] [2020-07-08T18:02:40.610Z] Login Succeeded [2020-07-08T18:02:40.610Z] nexus3.edgexfoundry.org:10002 [2020-07-08T18:02:40.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:02:40.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:02:40.610Z] Configure a credential helper to remove this warning. See [2020-07-08T18:02:40.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:02:40.610Z] [2020-07-08T18:02:40.610Z] Login Succeeded [2020-07-08T18:02:40.610Z] nexus3.edgexfoundry.org:10003 [2020-07-08T18:02:40.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:02:40.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:02:40.870Z] Configure a credential helper to remove this warning. See [2020-07-08T18:02:40.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:02:40.870Z] [2020-07-08T18:02:40.870Z] Login Succeeded [2020-07-08T18:02:40.870Z] nexus3.edgexfoundry.org:10004 [2020-07-08T18:02:40.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:02:41.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:02:41.130Z] Configure a credential helper to remove this warning. See [2020-07-08T18:02:41.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:02:41.130Z] [2020-07-08T18:02:41.130Z] Login Succeeded [2020-07-08T18:02:41.130Z] docker.io [2020-07-08T18:02:41.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:02:41.251Z] Removing intermediate container 0ed78f373f72 [2020-07-08T18:02:41.251Z] ---> 38e0f0667267 [2020-07-08T18:02:41.251Z] Step 8/26 : WORKDIR /app [2020-07-08T18:02:41.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:02:41.391Z] Configure a credential helper to remove this warning. See [2020-07-08T18:02:41.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:02:41.391Z] [2020-07-08T18:02:41.391Z] Login Succeeded [Pipeline] } [2020-07-08T18:02:41.399Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-08T18:02:41.485Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-07-08T18:02:41.485Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:02:41.485Z] latest [2020-07-08T18:02:41.485Z] 1.2.1-dev.2 [2020-07-08T18:02:41.485Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [2020-07-08T18:02:41.485Z] master [2020-07-08T18:02:41.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-07-08T18:02:41.525Z] ---> Running in f40b61670a57 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:41.854Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:02:41.860Z] Removing intermediate container f40b61670a57 [2020-07-08T18:02:41.860Z] ---> 704d408b8ff4 [2020-07-08T18:02:41.860Z] Step 9/26 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:42.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:02:42.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-08T18:02:42.149Z] 1feb1b0a27ff: Preparing [2020-07-08T18:02:42.149Z] f7272150a99a: Preparing [2020-07-08T18:02:42.149Z] 20f77f95238e: Preparing [2020-07-08T18:02:42.149Z] 89ac51224305: Preparing [2020-07-08T18:02:42.149Z] 393c3ed5e72e: Preparing [2020-07-08T18:02:42.149Z] 50644c29ef5a: Preparing [2020-07-08T18:02:42.149Z] 50644c29ef5a: Waiting [2020-07-08T18:02:42.149Z] 20f77f95238e: Pushed [2020-07-08T18:02:42.149Z] f7272150a99a: Pushed [2020-07-08T18:02:42.149Z] 89ac51224305: Pushed [2020-07-08T18:02:42.149Z] 50644c29ef5a: Layer already exists [2020-07-08T18:02:42.411Z] 393c3ed5e72e: Pushed [2020-07-08T18:02:42.876Z] ---> 2ce92a1d71c5 [2020-07-08T18:02:42.876Z] Step 10/26 : RUN go mod download [2020-07-08T18:02:42.876Z] ---> Running in a0a3f68a9d94 [2020-07-08T18:02:43.793Z] 1feb1b0a27ff: Pushed [2020-07-08T18:02:44.053Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:44.351Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:44.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-08T18:02:44.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-08T18:02:44.647Z] 1feb1b0a27ff: Preparing [2020-07-08T18:02:44.647Z] f7272150a99a: Preparing [2020-07-08T18:02:44.647Z] 20f77f95238e: Preparing [2020-07-08T18:02:44.647Z] 89ac51224305: Preparing [2020-07-08T18:02:44.647Z] 393c3ed5e72e: Preparing [2020-07-08T18:02:44.647Z] 50644c29ef5a: Preparing [2020-07-08T18:02:44.647Z] 50644c29ef5a: Waiting [2020-07-08T18:02:44.647Z] 89ac51224305: Layer already exists [2020-07-08T18:02:44.647Z] f7272150a99a: Layer already exists [2020-07-08T18:02:44.647Z] 1feb1b0a27ff: Layer already exists [2020-07-08T18:02:44.647Z] 20f77f95238e: Layer already exists [2020-07-08T18:02:44.647Z] 393c3ed5e72e: Layer already exists [2020-07-08T18:02:44.647Z] 50644c29ef5a: Layer already exists [2020-07-08T18:02:44.647Z] latest: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:44.946Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:45.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [2020-07-08T18:02:45.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-08T18:02:45.237Z] 1feb1b0a27ff: Preparing [2020-07-08T18:02:45.237Z] f7272150a99a: Preparing [2020-07-08T18:02:45.237Z] 20f77f95238e: Preparing [2020-07-08T18:02:45.237Z] 89ac51224305: Preparing [2020-07-08T18:02:45.237Z] 393c3ed5e72e: Preparing [2020-07-08T18:02:45.237Z] 50644c29ef5a: Preparing [2020-07-08T18:02:45.237Z] 50644c29ef5a: Waiting [2020-07-08T18:02:45.237Z] 1feb1b0a27ff: Layer already exists [2020-07-08T18:02:45.237Z] 89ac51224305: Layer already exists [2020-07-08T18:02:45.237Z] 20f77f95238e: Layer already exists [2020-07-08T18:02:45.237Z] 393c3ed5e72e: Layer already exists [2020-07-08T18:02:45.237Z] f7272150a99a: Layer already exists [2020-07-08T18:02:45.237Z] 50644c29ef5a: Layer already exists [2020-07-08T18:02:45.237Z] 1.2.1-dev.2: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:45.533Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:45.552Z] Removing intermediate container a0a3f68a9d94 [2020-07-08T18:02:45.552Z] ---> 307645f3c00d [2020-07-08T18:02:45.552Z] Step 11/26 : COPY . . [2020-07-08T18:02:45.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [2020-07-08T18:02:45.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-08T18:02:45.827Z] 1feb1b0a27ff: Preparing [2020-07-08T18:02:45.827Z] f7272150a99a: Preparing [2020-07-08T18:02:45.827Z] 20f77f95238e: Preparing [2020-07-08T18:02:45.827Z] 89ac51224305: Preparing [2020-07-08T18:02:45.827Z] 393c3ed5e72e: Preparing [2020-07-08T18:02:45.827Z] 50644c29ef5a: Preparing [2020-07-08T18:02:45.827Z] 50644c29ef5a: Waiting [2020-07-08T18:02:45.827Z] 393c3ed5e72e: Layer already exists [2020-07-08T18:02:45.827Z] 89ac51224305: Layer already exists [2020-07-08T18:02:45.827Z] 1feb1b0a27ff: Layer already exists [2020-07-08T18:02:45.827Z] 20f77f95238e: Layer already exists [2020-07-08T18:02:45.827Z] f7272150a99a: Layer already exists [2020-07-08T18:02:45.827Z] 50644c29ef5a: Layer already exists [2020-07-08T18:02:45.827Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:46.124Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:02:46.146Z] ---> 629ffc092984 [2020-07-08T18:02:46.147Z] Step 12/26 : ARG MAKE="make build" [2020-07-08T18:02:46.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-07-08T18:02:46.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-08T18:02:46.414Z] 1feb1b0a27ff: Preparing [2020-07-08T18:02:46.414Z] f7272150a99a: Preparing [2020-07-08T18:02:46.414Z] 20f77f95238e: Preparing [2020-07-08T18:02:46.414Z] 89ac51224305: Preparing [2020-07-08T18:02:46.414Z] 393c3ed5e72e: Preparing [2020-07-08T18:02:46.414Z] 50644c29ef5a: Preparing [2020-07-08T18:02:46.414Z] 50644c29ef5a: Waiting [2020-07-08T18:02:46.414Z] 20f77f95238e: Layer already exists [2020-07-08T18:02:46.414Z] 89ac51224305: Layer already exists [2020-07-08T18:02:46.414Z] 1feb1b0a27ff: Layer already exists [2020-07-08T18:02:46.414Z] 393c3ed5e72e: Layer already exists [2020-07-08T18:02:46.414Z] f7272150a99a: Layer already exists [2020-07-08T18:02:46.414Z] 50644c29ef5a: Layer already exists [2020-07-08T18:02:46.414Z] master: digest: sha256:d30d2d3603f390545b8711100cb2bd5884910c455e79820aac398b20c7b76db5 size: 1574 [2020-07-08T18:02:46.418Z] ---> Running in 8938726b4d85 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-08T18:02:47.011Z] Removing intermediate container 8938726b4d85 [2020-07-08T18:02:47.011Z] ---> a87781cc19fb [2020-07-08T18:02:47.011Z] Step 13/26 : RUN $MAKE [2020-07-08T18:02:47.011Z] ---> Running in a35f6ab7c924 [2020-07-08T18:02:47.253Z] ++ find /w/workspace/app-service-configurable/34 [2020-07-08T18:02:47.253Z] ++ grep snapcraft.yaml [2020-07-08T18:02:47.253Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/34/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-08T18:02:47.337Z] provisioning config files... [2020-07-08T18:02:47.348Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/34@tmp/config7832345271220790405tmp [Pipeline] { [Pipeline] sh [2020-07-08T18:02:47.659Z] + cp /w/workspace/app-service-configurable/34@tmp/config7832345271220790405tmp /w/workspace/app-service-configurable/34/edgex-snap-store-login [Pipeline] sh [2020-07-08T18:02:47.954Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/34:/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-07-08T18:02:47.954Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-08T18:02:47.954Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-08T18:02:47.954Z] 5bed26d33875: Pulling fs layer [2020-07-08T18:02:47.954Z] f11b29a9c730: Pulling fs layer [2020-07-08T18:02:47.954Z] 930bda195c84: Pulling fs layer [2020-07-08T18:02:47.954Z] 78bf9a5ad49e: Pulling fs layer [2020-07-08T18:02:47.954Z] e5fbee5a4b0d: Pulling fs layer [2020-07-08T18:02:47.954Z] f452fca78f88: Pulling fs layer [2020-07-08T18:02:47.954Z] 7417ef92027a: Pulling fs layer [2020-07-08T18:02:47.954Z] 2af5c49d270b: Pulling fs layer [2020-07-08T18:02:47.954Z] df9c3bdbc40a: Pulling fs layer [2020-07-08T18:02:47.954Z] f452fca78f88: Waiting [2020-07-08T18:02:47.954Z] 7417ef92027a: Waiting [2020-07-08T18:02:47.954Z] 2af5c49d270b: Waiting [2020-07-08T18:02:47.954Z] df9c3bdbc40a: Waiting [2020-07-08T18:02:47.954Z] 78bf9a5ad49e: Waiting [2020-07-08T18:02:47.954Z] e5fbee5a4b0d: Waiting [2020-07-08T18:02:47.954Z] 930bda195c84: Verifying Checksum [2020-07-08T18:02:47.954Z] 930bda195c84: Download complete [2020-07-08T18:02:47.954Z] f11b29a9c730: Download complete [2020-07-08T18:02:47.954Z] 78bf9a5ad49e: Verifying Checksum [2020-07-08T18:02:47.954Z] 78bf9a5ad49e: Download complete [2020-07-08T18:02:47.954Z] f452fca78f88: Verifying Checksum [2020-07-08T18:02:47.954Z] f452fca78f88: Download complete [2020-07-08T18:02:47.954Z] 7417ef92027a: Verifying Checksum [2020-07-08T18:02:47.954Z] 7417ef92027a: Download complete [2020-07-08T18:02:47.954Z] 2af5c49d270b: Verifying Checksum [2020-07-08T18:02:47.954Z] 2af5c49d270b: Download complete [2020-07-08T18:02:47.954Z] df9c3bdbc40a: Verifying Checksum [2020-07-08T18:02:47.954Z] df9c3bdbc40a: Download complete [2020-07-08T18:02:48.214Z] 5bed26d33875: Verifying Checksum [2020-07-08T18:02:48.214Z] 5bed26d33875: Download complete [2020-07-08T18:02:48.436Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-08T18:02:51.565Z] e5fbee5a4b0d: Verifying Checksum [2020-07-08T18:02:51.565Z] e5fbee5a4b0d: Download complete [2020-07-08T18:02:51.565Z] 5bed26d33875: Pull complete [2020-07-08T18:02:51.565Z] f11b29a9c730: Pull complete [2020-07-08T18:02:51.565Z] 930bda195c84: Pull complete [2020-07-08T18:02:51.833Z] 78bf9a5ad49e: Pull complete [2020-07-08T18:03:13.947Z] e5fbee5a4b0d: Pull complete [2020-07-08T18:03:13.947Z] f452fca78f88: Pull complete [2020-07-08T18:03:13.947Z] 7417ef92027a: Pull complete [2020-07-08T18:03:13.947Z] 2af5c49d270b: Pull complete [2020-07-08T18:03:13.947Z] df9c3bdbc40a: Pull complete [2020-07-08T18:03:13.947Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-07-08T18:03:13.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-08T18:03:14.224Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-08T18:03:14.498Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-08T18:03:14.498Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-08T18:03:14.498Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] [2020-07-08T18:03:14.785Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] [2020-07-08T18:03:14.785Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-08T18:03:14.785Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] [2020-07-08T18:03:14.785Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-08T18:03:15.056Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-08T18:03:15.056Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1302 kB] [2020-07-08T18:03:15.321Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [102 kB] [2020-07-08T18:03:15.321Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] [2020-07-08T18:03:15.321Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-07-08T18:03:15.321Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-08T18:03:15.581Z] Fetched 5062 kB in 1s (3768 kB/s) [2020-07-08T18:03:16.965Z] Reading package lists... [2020-07-08T18:03:18.349Z] 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-07-08T18:03:18.349Z] - README.md [2020-07-08T18:03:18.349Z] [2020-07-08T18:03:18.349Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-08T18:03:20.259Z] 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 libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libcurl4 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-07-08T18:03:21.903Z] Reading package lists... [2020-07-08T18:03:22.164Z] Building dependency tree... [2020-07-08T18:03:22.164Z] Reading state information... [2020-07-08T18:03:22.164Z] The following packages were automatically installed and are no longer required: [2020-07-08T18:03:22.164Z] libjq1 liblzo2-2 libonig4 [2020-07-08T18:03:22.164Z] Use 'sudo apt autoremove' to remove them. [2020-07-08T18:03:22.164Z] Suggested packages: [2020-07-08T18:03:22.164Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-07-08T18:03:22.164Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-07-08T18:03:22.164Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-07-08T18:03:22.164Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-07-08T18:03:22.164Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-07-08T18:03:22.164Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-07-08T18:03:22.164Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-07-08T18:03:22.164Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc locales bzr [2020-07-08T18:03:22.164Z] gdbm-l10n libstdc++-7-doc make-doc man-browser keychain libpam-ssh [2020-07-08T18:03:22.164Z] monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-08T18:03:22.164Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-07-08T18:03:22.735Z] The following NEW packages will be installed: [2020-07-08T18:03:22.735Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-07-08T18:03:22.735Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-07-08T18:03:22.735Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-07-08T18:03:22.735Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-07-08T18:03:22.735Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-07-08T18:03:22.735Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-07-08T18:03:22.735Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-07-08T18:03:22.735Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-07-08T18:03:22.735Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-07-08T18:03:22.735Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-07-08T18:03:22.735Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-07-08T18:03:22.735Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-07-08T18:03:22.735Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-07-08T18:03:22.735Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-07-08T18:03:22.735Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-07-08T18:03:22.735Z] The following packages will be upgraded: [2020-07-08T18:03:22.735Z] libc6 libcurl4 [2020-07-08T18:03:22.735Z] 2 upgraded, 98 newly installed, 0 to remove and 14 not upgraded. [2020-07-08T18:03:22.735Z] Need to get 76.0 MB of archives. [2020-07-08T18:03:22.735Z] After this operation, 309 MB of additional disk space will be used. [2020-07-08T18:03:22.735Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.2 [2827 kB] [2020-07-08T18:03:24.646Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-07-08T18:03:24.646Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B] [2020-07-08T18:03:24.646Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-07-08T18:03:24.646Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-07-08T18:03:24.646Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-07-08T18:03:24.646Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-07-08T18:03:24.646Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-07-08T18:03:24.646Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-07-08T18:03:24.646Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-08T18:03:24.646Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-08T18:03:24.907Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-08T18:03:24.907Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-08T18:03:25.168Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-08T18:03:25.168Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-08T18:03:25.168Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-07-08T18:03:25.168Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-07-08T18:03:25.428Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-07-08T18:03:25.428Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-07-08T18:03:25.999Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-07-08T18:03:25.999Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-07-08T18:03:25.999Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-07-08T18:03:25.999Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-08T18:03:25.999Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-07-08T18:03:25.999Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-07-08T18:03:25.999Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-07-08T18:03:25.999Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-07-08T18:03:25.999Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-07-08T18:03:25.999Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-07-08T18:03:25.999Z] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-07-08T18:03:26.259Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-07-08T18:03:26.259Z] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-07-08T18:03:26.259Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-08T18:03:26.259Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-07-08T18:03:26.259Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-07-08T18:03:26.520Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-07-08T18:03:26.520Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-07-08T18:03:26.520Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-109.110 [997 kB] [2020-07-08T18:03:26.520Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-07-08T18:03:26.520Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-08T18:03:26.520Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-07-08T18:03:26.780Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-07-08T18:03:26.780Z] Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-07-08T18:03:26.781Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-07-08T18:03:27.041Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-08T18:03:27.041Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-07-08T18:03:27.041Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-07-08T18:03:27.041Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-07-08T18:03:27.041Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-07-08T18:03:27.041Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-07-08T18:03:27.041Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-07-08T18:03:27.041Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-07-08T18:03:27.041Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-07-08T18:03:27.301Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-07-08T18:03:27.301Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-07-08T18:03:27.301Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-07-08T18:03:27.301Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-07-08T18:03:27.301Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-07-08T18:03:27.871Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-07-08T18:03:27.871Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-08T18:03:27.871Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-07-08T18:03:28.131Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-07-08T18:03:28.131Z] Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-08T18:03:28.131Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-08T18:03:28.131Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-08T18:03:28.131Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-08T18:03:28.131Z] Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-07-08T18:03:28.131Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.9 [214 kB] [2020-07-08T18:03:28.391Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-08T18:03:28.391Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-07-08T18:03:28.391Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-07-08T18:03:28.391Z] Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-07-08T18:03:28.391Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-07-08T18:03:28.391Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-07-08T18:03:28.651Z] Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-07-08T18:03:28.651Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-07-08T18:03:28.651Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-08T18:03:28.651Z] Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-08T18:03:28.651Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-08T18:03:28.912Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-08T18:03:29.497Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-07-08T18:03:29.497Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-07-08T18:03:29.497Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-07-08T18:03:29.497Z] Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-07-08T18:03:29.497Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-07-08T18:03:29.497Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] [2020-07-08T18:03:29.497Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] [2020-07-08T18:03:29.497Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-07-08T18:03:29.497Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-07-08T18:03:29.497Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-08T18:03:29.497Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-07-08T18:03:29.497Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-08T18:03:29.497Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-07-08T18:03:29.497Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-07-08T18:03:29.497Z] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-07-08T18:03:29.497Z] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-07-08T18:03:29.497Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-07-08T18:03:29.497Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-07-08T18:03:29.497Z] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-07-08T18:03:29.760Z] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-07-08T18:03:30.020Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T18:03:30.020Z] Fetched 76.0 MB in 7s (10.8 MB/s) [2020-07-08T18:03:30.280Z] (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-07-08T18:03:30.280Z] Preparing to unpack .../libc6_2.27-3ubuntu1.2_amd64.deb ... [2020-07-08T18:03:30.540Z] Unpacking libc6:amd64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [2020-07-08T18:03:35.394Z] Removing intermediate container a35f6ab7c924 [2020-07-08T18:03:35.394Z] ---> 59a483c16524 [2020-07-08T18:03:35.394Z] Step 14/26 : FROM alpine:latest [2020-07-08T18:03:35.394Z] latest: Pulling from library/alpine [2020-07-08T18:03:35.664Z] b538f80385f9: Pulling fs layer [2020-07-08T18:03:35.830Z] Setting up libc6:amd64 (2.27-3ubuntu1.2) ... [2020-07-08T18:03:35.936Z] b538f80385f9: Verifying Checksum [2020-07-08T18:03:35.936Z] b538f80385f9: Download complete [2020-07-08T18:03:36.400Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-08T18:03:36.400Z] (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-07-08T18:03:36.400Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-07-08T18:03:36.400Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T18:03:36.400Z] Selecting previously unselected package libxau6:amd64. [2020-07-08T18:03:36.400Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ... [2020-07-08T18:03:36.400Z] Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ... [2020-07-08T18:03:36.400Z] Selecting previously unselected package libbsd0:amd64. [2020-07-08T18:03:36.400Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-07-08T18:03:36.529Z] b538f80385f9: Pull complete [2020-07-08T18:03:36.529Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-08T18:03:36.529Z] Status: Downloaded newer image for alpine:latest [2020-07-08T18:03:36.529Z] ---> 62ee0e9f8440 [2020-07-08T18:03:36.529Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T18:03:36.660Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-07-08T18:03:36.660Z] Selecting previously unselected package libxdmcp6:amd64. [2020-07-08T18:03:36.660Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-07-08T18:03:36.660Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-07-08T18:03:36.660Z] Selecting previously unselected package libxcb1:amd64. [2020-07-08T18:03:36.660Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-07-08T18:03:36.660Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-07-08T18:03:36.660Z] Selecting previously unselected package libx11-data. [2020-07-08T18:03:36.660Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-07-08T18:03:36.660Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:03:36.799Z] ---> Running in b13b9e996c3e [2020-07-08T18:03:37.071Z] Removing intermediate container b13b9e996c3e [2020-07-08T18:03:37.071Z] ---> b9edd01023f2 [2020-07-08T18:03:37.071Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-08T18:03:37.342Z] ---> Running in 7503f9f304da [2020-07-08T18:03:37.603Z] Selecting previously unselected package libx11-6:amd64. [2020-07-08T18:03:37.603Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-07-08T18:03:37.603Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:03:37.603Z] Selecting previously unselected package libxext6:amd64. [2020-07-08T18:03:37.603Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-07-08T18:03:37.603Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-07-08T18:03:37.603Z] Selecting previously unselected package perl-modules-5.26. [2020-07-08T18:03:37.603Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-08T18:03:37.603Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:03:37.612Z] Removing intermediate container 7503f9f304da [2020-07-08T18:03:37.612Z] ---> 9dfb1a3e3a7e [2020-07-08T18:03:37.612Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-08T18:03:37.892Z] ---> Running in 49b61a3cbdd9 [2020-07-08T18:03:39.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-08T18:03:39.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-08T18:03:39.919Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-08T18:03:39.919Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-08T18:03:40.194Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-08T18:03:40.194Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-08T18:03:40.194Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T18:03:40.194Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-08T18:03:40.194Z] Executing busybox-1.31.1-r16.trigger [2020-07-08T18:03:40.194Z] Executing ca-certificates-20191127-r4.trigger [2020-07-08T18:03:40.194Z] OK: 8 MiB in 20 packages [2020-07-08T18:03:40.901Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-08T18:03:40.901Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-08T18:03:40.901Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-08T18:03:40.901Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-08T18:03:40.901Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-08T18:03:40.901Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-08T18:03:40.901Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-08T18:03:40.901Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-08T18:03:40.901Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:03:42.164Z] Removing intermediate container 49b61a3cbdd9 [2020-07-08T18:03:42.164Z] ---> 9438fdb052dc [2020-07-08T18:03:42.164Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-08T18:03:42.755Z] ---> 66cd08998886 [2020-07-08T18:03:42.755Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-08T18:03:42.810Z] Selecting previously unselected package perl. [2020-07-08T18:03:42.810Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-08T18:03:42.810Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-08T18:03:42.810Z] Selecting previously unselected package less. [2020-07-08T18:03:42.810Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-07-08T18:03:42.810Z] Unpacking less (487-0.1) ... [2020-07-08T18:03:42.810Z] Selecting previously unselected package libexpat1:amd64. [2020-07-08T18:03:42.810Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-07-08T18:03:42.810Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-07-08T18:03:42.810Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-07-08T18:03:42.810Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-07-08T18:03:42.810Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:03:43.070Z] Selecting previously unselected package libglib2.0-data. [2020-07-08T18:03:43.070Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-07-08T18:03:43.070Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:03:43.070Z] Selecting previously unselected package libicu60:amd64. [2020-07-08T18:03:43.070Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-07-08T18:03:43.070Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-07-08T18:03:43.345Z] ---> 11870f9915f0 [2020-07-08T18:03:43.346Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-08T18:03:44.012Z] Selecting previously unselected package readline-common. [2020-07-08T18:03:44.012Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-07-08T18:03:44.012Z] Unpacking readline-common (7.0-3) ... [2020-07-08T18:03:44.012Z] Selecting previously unselected package libreadline7:amd64. [2020-07-08T18:03:44.012Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-07-08T18:03:44.012Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-07-08T18:03:44.012Z] Selecting previously unselected package libxml2:amd64. [2020-07-08T18:03:44.012Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-07-08T18:03:44.012Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T18:03:44.271Z] Selecting previously unselected package netbase. [2020-07-08T18:03:44.271Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-07-08T18:03:44.271Z] Unpacking netbase (5.4) ... [2020-07-08T18:03:44.271Z] Selecting previously unselected package shared-mime-info. [2020-07-08T18:03:44.271Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-07-08T18:03:44.271Z] Unpacking shared-mime-info (1.9-2) ... [2020-07-08T18:03:44.319Z] ---> 3cd6d781227c [2020-07-08T18:03:44.319Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-08T18:03:44.537Z] Selecting previously unselected package xdg-user-dirs. [2020-07-08T18:03:44.537Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-07-08T18:03:44.537Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T18:03:44.537Z] Selecting previously unselected package xz-utils. [2020-07-08T18:03:44.537Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-07-08T18:03:44.537Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-07-08T18:03:44.796Z] Selecting previously unselected package libedit2:amd64. [2020-07-08T18:03:44.796Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-07-08T18:03:44.796Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-07-08T18:03:44.796Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-07-08T18:03:44.796Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-07-08T18:03:44.796Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T18:03:45.057Z] Selecting previously unselected package libxmuu1:amd64. [2020-07-08T18:03:45.057Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-07-08T18:03:45.057Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-07-08T18:03:45.057Z] Selecting previously unselected package manpages. [2020-07-08T18:03:45.057Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-07-08T18:03:45.057Z] Unpacking manpages (4.15-1) ... [2020-07-08T18:03:45.317Z] Selecting previously unselected package openssh-client. [2020-07-08T18:03:45.317Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-07-08T18:03:45.317Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T18:03:45.578Z] Selecting previously unselected package xauth. [2020-07-08T18:03:45.578Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-07-08T18:03:45.578Z] Unpacking xauth (1:1.0.10-1) ... [2020-07-08T18:03:45.747Z] ---> 8dd4e41e46bf [2020-07-08T18:03:45.747Z] Step 22/26 : EXPOSE 48095 [2020-07-08T18:03:45.838Z] Selecting previously unselected package binutils-common:amd64. [2020-07-08T18:03:45.838Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T18:03:45.838Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:03:45.838Z] Selecting previously unselected package libbinutils:amd64. [2020-07-08T18:03:45.838Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T18:03:45.838Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:03:46.018Z] ---> Running in c9c9256d7e63 [2020-07-08T18:03:46.098Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-07-08T18:03:46.098Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T18:03:46.098Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:03:46.298Z] Removing intermediate container c9c9256d7e63 [2020-07-08T18:03:46.298Z] ---> 67d8392497a6 [2020-07-08T18:03:46.298Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-08T18:03:46.575Z] ---> Running in 58b224a607a7 [2020-07-08T18:03:46.848Z] Removing intermediate container 58b224a607a7 [2020-07-08T18:03:46.848Z] ---> 59536261715c [2020-07-08T18:03:46.848Z] Step 24/26 : LABEL arch=arm64 [2020-07-08T18:03:47.040Z] Selecting previously unselected package binutils. [2020-07-08T18:03:47.040Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T18:03:47.040Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:03:47.040Z] Selecting previously unselected package libc-dev-bin. [2020-07-08T18:03:47.040Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-07-08T18:03:47.040Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T18:03:47.040Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-07-08T18:03:47.040Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_amd64.deb ... [2020-07-08T18:03:47.040Z] Unpacking linux-libc-dev:amd64 (4.15.0-109.110) ... [2020-07-08T18:03:47.120Z] ---> Running in 21baa02d3f35 [2020-07-08T18:03:47.392Z] Removing intermediate container 21baa02d3f35 [2020-07-08T18:03:47.392Z] ---> 84c31ea6438d [2020-07-08T18:03:47.392Z] Step 25/26 : LABEL git_sha=f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:03:47.665Z] ---> Running in 5bcb5417ccc0 [2020-07-08T18:03:47.936Z] Removing intermediate container 5bcb5417ccc0 [2020-07-08T18:03:47.936Z] ---> d2e70a05c685 [2020-07-08T18:03:47.936Z] Step 26/26 : LABEL version=1.2.1-dev.2 [2020-07-08T18:03:47.981Z] Selecting previously unselected package libc6-dev:amd64. [2020-07-08T18:03:47.981Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-07-08T18:03:47.981Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-08T18:03:48.207Z] ---> Running in d7eda12354ce [2020-07-08T18:03:48.479Z] Removing intermediate container d7eda12354ce [2020-07-08T18:03:48.479Z] ---> 4858a14906dd [2020-07-08T18:03:48.479Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-08T18:03:48.479Z] Successfully built 4858a14906dd [2020-07-08T18:03:48.749Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-08T18:03:48.926Z] provisioning config files... [2020-07-08T18:03:48.962Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/34@tmp/config8174817823505786542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-08T18:03:49.330Z] nexus3.edgexfoundry.org:10001 [2020-07-08T18:03:49.363Z] Selecting previously unselected package gcc-7-base:amd64. [2020-07-08T18:03:49.363Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:49.363Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:49.363Z] Selecting previously unselected package libisl19:amd64. [2020-07-08T18:03:49.363Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-07-08T18:03:49.363Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-07-08T18:03:49.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:03:49.626Z] Selecting previously unselected package libmpfr6:amd64. [2020-07-08T18:03:49.626Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-07-08T18:03:49.626Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-07-08T18:03:49.626Z] Selecting previously unselected package libmpc3:amd64. [2020-07-08T18:03:49.626Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-07-08T18:03:49.626Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-07-08T18:03:49.626Z] Selecting previously unselected package cpp-7. [2020-07-08T18:03:49.626Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:49.626Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:49.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:03:49.871Z] Configure a credential helper to remove this warning. See [2020-07-08T18:03:49.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:03:49.871Z] [2020-07-08T18:03:49.871Z] Login Succeeded [2020-07-08T18:03:49.871Z] nexus3.edgexfoundry.org:10002 [2020-07-08T18:03:50.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:03:50.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:03:50.413Z] Configure a credential helper to remove this warning. See [2020-07-08T18:03:50.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:03:50.413Z] [2020-07-08T18:03:50.413Z] Login Succeeded [2020-07-08T18:03:50.413Z] nexus3.edgexfoundry.org:10003 [2020-07-08T18:03:50.565Z] Selecting previously unselected package cpp. [2020-07-08T18:03:50.565Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-08T18:03:50.565Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:03:50.565Z] Selecting previously unselected package libcc1-0:amd64. [2020-07-08T18:03:50.565Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:50.565Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:50.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:03:50.826Z] Selecting previously unselected package libgomp1:amd64. [2020-07-08T18:03:50.826Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:50.826Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:50.826Z] Selecting previously unselected package libitm1:amd64. [2020-07-08T18:03:50.826Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:50.826Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:50.826Z] Selecting previously unselected package libatomic1:amd64. [2020-07-08T18:03:50.826Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:50.826Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:50.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:03:50.954Z] Configure a credential helper to remove this warning. See [2020-07-08T18:03:50.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:03:50.954Z] [2020-07-08T18:03:50.954Z] Login Succeeded [2020-07-08T18:03:50.954Z] nexus3.edgexfoundry.org:10004 [2020-07-08T18:03:51.086Z] Selecting previously unselected package libasan4:amd64. [2020-07-08T18:03:51.086Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.086Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:51.086Z] Selecting previously unselected package liblsan0:amd64. [2020-07-08T18:03:51.086Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.086Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:51.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:03:51.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:03:51.230Z] Configure a credential helper to remove this warning. See [2020-07-08T18:03:51.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:03:51.230Z] [2020-07-08T18:03:51.230Z] Login Succeeded [2020-07-08T18:03:51.347Z] Selecting previously unselected package libtsan0:amd64. [2020-07-08T18:03:51.347Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.347Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:51.347Z] Selecting previously unselected package libubsan0:amd64. [2020-07-08T18:03:51.347Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.347Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:51.347Z] Selecting previously unselected package libcilkrts5:amd64. [2020-07-08T18:03:51.347Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.347Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:51.503Z] docker.io [2020-07-08T18:03:51.613Z] Selecting previously unselected package libmpx2:amd64. [2020-07-08T18:03:51.613Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.613Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:51.613Z] Selecting previously unselected package libquadmath0:amd64. [2020-07-08T18:03:51.613Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.613Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:03:51.613Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-07-08T18:03:51.613Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:51.613Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:51.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-08T18:03:52.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-08T18:03:52.044Z] Configure a credential helper to remove this warning. See [2020-07-08T18:03:52.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-08T18:03:52.044Z] [2020-07-08T18:03:52.044Z] Login Succeeded [Pipeline] } [2020-07-08T18:03:52.327Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-08T18:03:52.415Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-07-08T18:03:52.415Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:03:52.415Z] latest [2020-07-08T18:03:52.415Z] 1.2.1-dev.2 [2020-07-08T18:03:52.415Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [2020-07-08T18:03:52.415Z] master [2020-07-08T18:03:52.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:52.558Z] Selecting previously unselected package gcc-7. [2020-07-08T18:03:52.558Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:52.558Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:52.813Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:53.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57 [2020-07-08T18:03:53.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-08T18:03:53.144Z] 549917a6010c: Preparing [2020-07-08T18:03:53.144Z] 9916b4f5cbf9: Preparing [2020-07-08T18:03:53.144Z] d15773375da3: Preparing [2020-07-08T18:03:53.144Z] 3de492e8c7b7: Preparing [2020-07-08T18:03:53.144Z] 3eb6a03e7bb7: Preparing [2020-07-08T18:03:53.144Z] e2f13739ad41: Preparing [2020-07-08T18:03:53.144Z] e2f13739ad41: Waiting [2020-07-08T18:03:53.423Z] 3de492e8c7b7: Pushed [2020-07-08T18:03:53.424Z] 9916b4f5cbf9: Pushed [2020-07-08T18:03:53.424Z] d15773375da3: Pushed [2020-07-08T18:03:53.424Z] e2f13739ad41: Layer already exists [2020-07-08T18:03:53.498Z] Selecting previously unselected package gcc. [2020-07-08T18:03:53.498Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-08T18:03:53.498Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:03:53.498Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-07-08T18:03:53.498Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:53.498Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:54.397Z] 3eb6a03e7bb7: Pushed [2020-07-08T18:03:55.413Z] Selecting previously unselected package g++-7. [2020-07-08T18:03:55.413Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T18:03:55.413Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:03:56.800Z] Selecting previously unselected package g++. [2020-07-08T18:03:56.800Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-08T18:03:56.800Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:03:56.800Z] Selecting previously unselected package make. [2020-07-08T18:03:56.800Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-08T18:03:56.800Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-08T18:03:56.800Z] Selecting previously unselected package libdpkg-perl. [2020-07-08T18:03:56.800Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T18:03:56.800Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T18:03:56.800Z] Selecting previously unselected package patch. [2020-07-08T18:03:56.800Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-08T18:03:57.060Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-08T18:03:57.060Z] Selecting previously unselected package dpkg-dev. [2020-07-08T18:03:57.060Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T18:03:57.060Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T18:03:57.060Z] Selecting previously unselected package build-essential. [2020-07-08T18:03:57.060Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-07-08T18:03:57.060Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-08T18:03:57.320Z] Preparing to unpack .../66-libcurl4_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-08T18:03:57.320Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... [2020-07-08T18:03:57.320Z] Selecting previously unselected package curl. [2020-07-08T18:03:57.320Z] Preparing to unpack .../67-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-08T18:03:57.320Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-08T18:03:57.580Z] Selecting previously unselected package libassuan0:amd64. [2020-07-08T18:03:57.580Z] Preparing to unpack .../68-libassuan0_2.5.1-2_amd64.deb ... [2020-07-08T18:03:57.580Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-07-08T18:03:57.580Z] Selecting previously unselected package gpgconf. [2020-07-08T18:03:57.580Z] Preparing to unpack .../69-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:03:57.580Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T18:03:57.580Z] Selecting previously unselected package libksba8:amd64. [2020-07-08T18:03:57.580Z] Preparing to unpack .../70-libksba8_1.3.5-2_amd64.deb ... [2020-07-08T18:03:57.580Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-07-08T18:03:57.772Z] 549917a6010c: Pushed [2020-07-08T18:03:57.772Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:57.840Z] Selecting previously unselected package libnpth0:amd64. [2020-07-08T18:03:57.840Z] Preparing to unpack .../71-libnpth0_1.5-3_amd64.deb ... [2020-07-08T18:03:57.840Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-07-08T18:03:57.840Z] Selecting previously unselected package dirmngr. [2020-07-08T18:03:57.840Z] Preparing to unpack .../72-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:03:57.840Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T18:03:57.840Z] Selecting previously unselected package libfakeroot:amd64. [2020-07-08T18:03:57.840Z] Preparing to unpack .../73-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-08T18:03:57.840Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-08T18:03:58.099Z] Selecting previously unselected package fakeroot. [2020-07-08T18:03:58.099Z] Preparing to unpack .../74-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-08T18:03:58.099Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-08T18:03:58.099Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-08T18:03:58.099Z] Preparing to unpack .../75-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-08T18:03:58.099Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-08T18:03:58.099Z] Selecting previously unselected package liberror-perl. [2020-07-08T18:03:58.099Z] Preparing to unpack .../76-liberror-perl_0.17025-1_all.deb ... [2020-07-08T18:03:58.099Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-08T18:03:58.104Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:58.367Z] Selecting previously unselected package git-man. [2020-07-08T18:03:58.367Z] Preparing to unpack .../77-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-08T18:03:58.367Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:03:58.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-08T18:03:58.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-08T18:03:58.433Z] 549917a6010c: Preparing [2020-07-08T18:03:58.433Z] 9916b4f5cbf9: Preparing [2020-07-08T18:03:58.433Z] d15773375da3: Preparing [2020-07-08T18:03:58.433Z] 3de492e8c7b7: Preparing [2020-07-08T18:03:58.433Z] 3eb6a03e7bb7: Preparing [2020-07-08T18:03:58.433Z] e2f13739ad41: Preparing [2020-07-08T18:03:58.433Z] e2f13739ad41: Waiting [2020-07-08T18:03:58.433Z] 3de492e8c7b7: Layer already exists [2020-07-08T18:03:58.433Z] 549917a6010c: Layer already exists [2020-07-08T18:03:58.433Z] 9916b4f5cbf9: Layer already exists [2020-07-08T18:03:58.433Z] d15773375da3: Layer already exists [2020-07-08T18:03:58.433Z] 3eb6a03e7bb7: Layer already exists [2020-07-08T18:03:58.631Z] Selecting previously unselected package git. [2020-07-08T18:03:58.631Z] Preparing to unpack .../78-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-08T18:03:58.631Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:03:58.703Z] e2f13739ad41: Layer already exists [2020-07-08T18:03:58.703Z] latest: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:59.036Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:59.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [2020-07-08T18:03:59.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-08T18:03:59.365Z] 549917a6010c: Preparing [2020-07-08T18:03:59.365Z] 9916b4f5cbf9: Preparing [2020-07-08T18:03:59.365Z] d15773375da3: Preparing [2020-07-08T18:03:59.365Z] 3de492e8c7b7: Preparing [2020-07-08T18:03:59.365Z] 3eb6a03e7bb7: Preparing [2020-07-08T18:03:59.365Z] e2f13739ad41: Preparing [2020-07-08T18:03:59.365Z] e2f13739ad41: Waiting [2020-07-08T18:03:59.365Z] 3de492e8c7b7: Layer already exists [2020-07-08T18:03:59.365Z] d15773375da3: Layer already exists [2020-07-08T18:03:59.365Z] 549917a6010c: Layer already exists [2020-07-08T18:03:59.365Z] 9916b4f5cbf9: Layer already exists [2020-07-08T18:03:59.365Z] 3eb6a03e7bb7: Layer already exists [2020-07-08T18:03:59.365Z] e2f13739ad41: Layer already exists [2020-07-08T18:03:59.570Z] Selecting previously unselected package gnupg-l10n. [2020-07-08T18:03:59.570Z] Preparing to unpack .../79-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-07-08T18:03:59.570Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T18:03:59.570Z] Selecting previously unselected package gnupg-utils. [2020-07-08T18:03:59.570Z] Preparing to unpack .../80-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:03:59.570Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T18:03:59.633Z] 1.2.1-dev.2: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:03:59.831Z] Selecting previously unselected package gpg. [2020-07-08T18:03:59.831Z] Preparing to unpack .../81-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:03:59.831Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:03:59.831Z] Selecting previously unselected package pinentry-curses. [2020-07-08T18:03:59.831Z] Preparing to unpack .../82-pinentry-curses_1.1.0-1_amd64.deb ... [2020-07-08T18:03:59.831Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-07-08T18:03:59.967Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:04:00.097Z] Selecting previously unselected package gpg-agent. [2020-07-08T18:04:00.097Z] Preparing to unpack .../83-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:04:00.097Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:00.097Z] Selecting previously unselected package gpg-wks-client. [2020-07-08T18:04:00.097Z] Preparing to unpack .../84-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:04:00.097Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:00.097Z] Selecting previously unselected package gpg-wks-server. [2020-07-08T18:04:00.097Z] Preparing to unpack .../85-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:04:00.097Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:00.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2 [2020-07-08T18:04:00.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-08T18:04:00.293Z] 549917a6010c: Preparing [2020-07-08T18:04:00.293Z] 9916b4f5cbf9: Preparing [2020-07-08T18:04:00.293Z] d15773375da3: Preparing [2020-07-08T18:04:00.293Z] 3de492e8c7b7: Preparing [2020-07-08T18:04:00.293Z] 3eb6a03e7bb7: Preparing [2020-07-08T18:04:00.293Z] e2f13739ad41: Preparing [2020-07-08T18:04:00.293Z] e2f13739ad41: Waiting [2020-07-08T18:04:00.293Z] 3eb6a03e7bb7: Layer already exists [2020-07-08T18:04:00.294Z] d15773375da3: Layer already exists [2020-07-08T18:04:00.294Z] 9916b4f5cbf9: Layer already exists [2020-07-08T18:04:00.294Z] 549917a6010c: Layer already exists [2020-07-08T18:04:00.294Z] 3de492e8c7b7: Layer already exists [2020-07-08T18:04:00.358Z] Selecting previously unselected package gpgsm. [2020-07-08T18:04:00.358Z] Preparing to unpack .../86-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:04:00.358Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:00.358Z] Selecting previously unselected package gnupg. [2020-07-08T18:04:00.358Z] Preparing to unpack .../87-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T18:04:00.358Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:00.358Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-08T18:04:00.358Z] Preparing to unpack .../88-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-08T18:04:00.358Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T18:04:00.563Z] e2f13739ad41: Layer already exists [2020-07-08T18:04:00.563Z] f28354b8476c8c1cc7f5324a065fdc504d7f9a57-1.2.1-dev.2: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:04:00.617Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-08T18:04:00.617Z] Preparing to unpack .../89-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-07-08T18:04:00.617Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T18:04:00.617Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-08T18:04:00.618Z] Preparing to unpack .../90-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-08T18:04:00.618Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-08T18:04:00.618Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-08T18:04:00.618Z] Preparing to unpack .../91-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-07-08T18:04:00.618Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T18:04:00.618Z] Selecting previously unselected package libnorm1:amd64. [2020-07-08T18:04:00.618Z] Preparing to unpack .../92-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-07-08T18:04:00.877Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-08T18:04:00.877Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-07-08T18:04:00.877Z] Preparing to unpack .../93-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-07-08T18:04:00.877Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-08T18:04:00.877Z] Selecting previously unselected package libsodium23:amd64. [2020-07-08T18:04:00.877Z] Preparing to unpack .../94-libsodium23_1.0.16-2_amd64.deb ... [2020-07-08T18:04:00.877Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-07-08T18:04:00.897Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:04:01.138Z] Selecting previously unselected package libzmq5:amd64. [2020-07-08T18:04:01.138Z] Preparing to unpack .../95-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-08T18:04:01.138Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:04:01.138Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-07-08T18:04:01.138Z] Preparing to unpack .../96-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-08T18:04:01.138Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:04:01.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-07-08T18:04:01.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-08T18:04:01.236Z] 549917a6010c: Preparing [2020-07-08T18:04:01.236Z] 9916b4f5cbf9: Preparing [2020-07-08T18:04:01.236Z] d15773375da3: Preparing [2020-07-08T18:04:01.236Z] 3de492e8c7b7: Preparing [2020-07-08T18:04:01.236Z] 3eb6a03e7bb7: Preparing [2020-07-08T18:04:01.236Z] e2f13739ad41: Preparing [2020-07-08T18:04:01.236Z] e2f13739ad41: Waiting [2020-07-08T18:04:01.398Z] Selecting previously unselected package manpages-dev. [2020-07-08T18:04:01.398Z] Preparing to unpack .../97-manpages-dev_4.15-1_all.deb ... [2020-07-08T18:04:01.398Z] Unpacking manpages-dev (4.15-1) ... [2020-07-08T18:04:01.507Z] 3eb6a03e7bb7: Layer already exists [2020-07-08T18:04:01.507Z] 9916b4f5cbf9: Layer already exists [2020-07-08T18:04:01.507Z] 549917a6010c: Layer already exists [2020-07-08T18:04:01.507Z] d15773375da3: Layer already exists [2020-07-08T18:04:01.507Z] 3de492e8c7b7: Layer already exists [2020-07-08T18:04:01.507Z] e2f13739ad41: Layer already exists [2020-07-08T18:04:01.507Z] master: digest: sha256:450142d2aa8bfb9f0fe5b18e115ea896430b6d87d5806289e07c0606f3c70c8c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-07-08T18:04:01.663Z] Selecting previously unselected package pkg-config. [2020-07-08T18:04:01.663Z] Preparing to unpack .../98-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-07-08T18:04:01.663Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T18:04:01.663Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:01.663Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-07-08T18:04:01.663Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-07-08T18:04:01.663Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-08T18:04:01.923Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-08T18:04:01.923Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:01.923Z] Setting up readline-common (7.0-3) ... [2020-07-08T18:04:01.923Z] Setting up manpages (4.15-1) ... [2020-07-08T18:04:01.923Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:04:01.923Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-07-08T18:04:01.923Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-07-08T18:04:01.923Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:01.923Z] Setting up less (487-0.1) ... [2020-07-08T18:04:02.123Z] + find /w/workspace/app-service-configurable/34 [2020-07-08T18:04:02.123Z] + grep snapcraft.yaml [2020-07-08T18:04:02.123Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/34/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-08T18:04:02.250Z] provisioning config files... [2020-07-08T18:04:02.273Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/34@tmp/config6123514970929489200tmp [Pipeline] { [Pipeline] sh [2020-07-08T18:04:02.623Z] + cp /w/workspace/app-service-configurable/34@tmp/config6123514970929489200tmp /w/workspace/app-service-configurable/34/edgex-snap-store-login [Pipeline] sh [2020-07-08T18:04:02.868Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-08T18:04:02.868Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T18:04:02.868Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-07-08T18:04:02.868Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-08T18:04:02.868Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:03.002Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/34:/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-07-08T18:04:03.128Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:04:03.128Z] No schema files found: doing nothing. [2020-07-08T18:04:03.128Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-08T18:04:03.128Z] Setting up linux-libc-dev:amd64 (4.15.0-109.110) ... [2020-07-08T18:04:03.128Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-07-08T18:04:03.128Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-07-08T18:04:03.128Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:04:03.128Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-08T18:04:03.128Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-07-08T18:04:03.291Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-08T18:04:03.291Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-08T18:04:03.291Z] b2f61026a351: Pulling fs layer [2020-07-08T18:04:03.291Z] 5538fb30c42c: Pulling fs layer [2020-07-08T18:04:03.291Z] f0b05810781a: Pulling fs layer [2020-07-08T18:04:03.291Z] 0180a33352d6: Pulling fs layer [2020-07-08T18:04:03.291Z] e7604b0c0f53: Pulling fs layer [2020-07-08T18:04:03.291Z] db689cb83ae0: Pulling fs layer [2020-07-08T18:04:03.291Z] 6138af208834: Pulling fs layer [2020-07-08T18:04:03.291Z] 007c8e8c5d63: Pulling fs layer [2020-07-08T18:04:03.291Z] 4f7a387c642f: Pulling fs layer [2020-07-08T18:04:03.291Z] 0180a33352d6: Waiting [2020-07-08T18:04:03.291Z] e7604b0c0f53: Waiting [2020-07-08T18:04:03.291Z] db689cb83ae0: Waiting [2020-07-08T18:04:03.291Z] 6138af208834: Waiting [2020-07-08T18:04:03.291Z] 007c8e8c5d63: Waiting [2020-07-08T18:04:03.291Z] 4f7a387c642f: Waiting [2020-07-08T18:04:03.291Z] f0b05810781a: Verifying Checksum [2020-07-08T18:04:03.291Z] f0b05810781a: Download complete [2020-07-08T18:04:03.291Z] 5538fb30c42c: Download complete [2020-07-08T18:04:03.291Z] 0180a33352d6: Download complete [2020-07-08T18:04:03.291Z] db689cb83ae0: Verifying Checksum [2020-07-08T18:04:03.291Z] db689cb83ae0: Download complete [2020-07-08T18:04:03.291Z] 6138af208834: Download complete [2020-07-08T18:04:03.291Z] 007c8e8c5d63: Verifying Checksum [2020-07-08T18:04:03.291Z] 007c8e8c5d63: Download complete [2020-07-08T18:04:03.291Z] 4f7a387c642f: Verifying Checksum [2020-07-08T18:04:03.291Z] 4f7a387c642f: Download complete [2020-07-08T18:04:03.388Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T18:04:03.388Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:03.388Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:03.388Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-08T18:04:03.388Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:03.388Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:04:03.388Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-07-08T18:04:03.388Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:03.388Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-08T18:04:03.388Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:04:03.648Z] Setting up xz-utils (5.2.2-1.3) ... [2020-07-08T18:04:03.648Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] 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-07-08T18:04:03.648Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-08T18:04:03.648Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T18:04:03.648Z] Setting up shared-mime-info (1.9-2) ... [2020-07-08T18:04:04.321Z] b2f61026a351: Verifying Checksum [2020-07-08T18:04:04.321Z] b2f61026a351: Download complete [2020-07-08T18:04:07.708Z] b2f61026a351: Pull complete [2020-07-08T18:04:07.708Z] 5538fb30c42c: Pull complete [2020-07-08T18:04:08.302Z] f0b05810781a: Pull complete [2020-07-08T18:04:08.573Z] 0180a33352d6: Pull complete [2020-07-08T18:04:10.233Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-07-08T18:04:10.234Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T18:04:10.234Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-07-08T18:04:10.234Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-08T18:04:10.234Z] Setting up manpages-dev (4.15-1) ... [2020-07-08T18:04:10.234Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T18:04:10.234Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-08T18:04:10.234Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-07-08T18:04:10.234Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T18:04:10.234Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:04:10.234Z] Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ... [2020-07-08T18:04:10.234Z] Setting up netbase (5.4) ... [2020-07-08T18:04:10.234Z] Setting up libisl19:amd64 (0.19-1) ... [2020-07-08T18:04:10.234Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:04:10.234Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-08T18:04:10.234Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:04:10.234Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.234Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:04:10.234Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-08T18:04:10.234Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] 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-07-08T18:04:10.234Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:10.234Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:04:10.234Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.500Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.500Z] Setting up pinentry-curses (1.1.0-1) ... [2020-07-08T18:04:10.500Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.500Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-07-08T18:04:10.500Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.500Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:04:10.500Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:04:10.500Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:04:10.761Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.761Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.761Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:10.761Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-07-08T18:04:10.761Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-08T18:04:10.761Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T18:04:10.761Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T18:04:11.022Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:04:11.022Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-07-08T18:04:11.176Z] e7604b0c0f53: Verifying Checksum [2020-07-08T18:04:11.176Z] e7604b0c0f53: Download complete [2020-07-08T18:04:11.282Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:11.282Z] Setting up liberror-perl (0.17025-1) ... [2020-07-08T18:04:11.282Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:04:11.282Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:04:11.282Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T18:04:11.543Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:04:11.543Z] Setting up xauth (1:1.0.10-1) ... [2020-07-08T18:04:11.543Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-08T18:04:11.543Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T18:04:11.543Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T18:04:11.543Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:04:11.543Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-08T18:04:11.543Z] 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-07-08T18:04:11.543Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:04:11.802Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-08T18:04:11.803Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T18:04:11.803Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-07-08T18:04:15.104Z] binutils set to automatically installed. [2020-07-08T18:04:15.104Z] binutils-common set to automatically installed. [2020-07-08T18:04:15.104Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-07-08T18:04:15.104Z] build-essential set to automatically installed. [2020-07-08T18:04:15.104Z] cpp set to automatically installed. [2020-07-08T18:04:15.104Z] cpp-7 set to automatically installed. [2020-07-08T18:04:15.104Z] curl set to automatically installed. [2020-07-08T18:04:15.104Z] dirmngr set to automatically installed. [2020-07-08T18:04:15.104Z] dpkg-dev set to automatically installed. [2020-07-08T18:04:15.104Z] fakeroot set to automatically installed. [2020-07-08T18:04:15.104Z] g++ set to automatically installed. [2020-07-08T18:04:15.104Z] g++-7 set to automatically installed. [2020-07-08T18:04:15.104Z] gcc set to automatically installed. [2020-07-08T18:04:15.104Z] gcc-7 set to automatically installed. [2020-07-08T18:04:15.104Z] gcc-7-base set to automatically installed. [2020-07-08T18:04:15.104Z] git set to automatically installed. [2020-07-08T18:04:15.104Z] git-man set to automatically installed. [2020-07-08T18:04:15.104Z] gnupg set to automatically installed. [2020-07-08T18:04:15.104Z] gnupg-l10n set to automatically installed. [2020-07-08T18:04:15.104Z] gnupg-utils set to automatically installed. [2020-07-08T18:04:15.104Z] gpg set to automatically installed. [2020-07-08T18:04:15.104Z] gpg-agent set to automatically installed. [2020-07-08T18:04:15.104Z] gpg-wks-client set to automatically installed. [2020-07-08T18:04:15.104Z] gpg-wks-server set to automatically installed. [2020-07-08T18:04:15.104Z] gpgconf set to automatically installed. [2020-07-08T18:04:15.104Z] gpgsm set to automatically installed. [2020-07-08T18:04:15.104Z] less set to automatically installed. [2020-07-08T18:04:15.104Z] libalgorithm-diff-perl set to automatically installed. [2020-07-08T18:04:15.104Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-08T18:04:15.104Z] libalgorithm-merge-perl set to automatically installed. [2020-07-08T18:04:15.104Z] libasan4 set to automatically installed. [2020-07-08T18:04:15.104Z] libassuan0 set to automatically installed. [2020-07-08T18:04:15.104Z] libatomic1 set to automatically installed. [2020-07-08T18:04:15.104Z] libbinutils set to automatically installed. [2020-07-08T18:04:15.104Z] libbsd0 set to automatically installed. [2020-07-08T18:04:15.104Z] libc-dev-bin set to automatically installed. [2020-07-08T18:04:15.104Z] libc6 set to automatically installed. [2020-07-08T18:04:15.104Z] libc6-dev set to automatically installed. [2020-07-08T18:04:15.104Z] libcc1-0 set to automatically installed. [2020-07-08T18:04:15.104Z] libcilkrts5 set to automatically installed. [2020-07-08T18:04:15.104Z] libcurl3-gnutls set to automatically installed. [2020-07-08T18:04:15.104Z] libcurl4 set to automatically installed. [2020-07-08T18:04:15.104Z] libdpkg-perl set to automatically installed. [2020-07-08T18:04:15.104Z] libedit2 set to automatically installed. [2020-07-08T18:04:15.104Z] liberror-perl set to automatically installed. [2020-07-08T18:04:15.104Z] libexpat1 set to automatically installed. [2020-07-08T18:04:15.104Z] libfakeroot set to automatically installed. [2020-07-08T18:04:15.104Z] libfile-fcntllock-perl set to automatically installed. [2020-07-08T18:04:15.104Z] libgcc-7-dev set to automatically installed. [2020-07-08T18:04:15.104Z] libgdbm-compat4 set to automatically installed. [2020-07-08T18:04:15.104Z] libgdbm5 set to automatically installed. [2020-07-08T18:04:15.104Z] libglib2.0-0 set to automatically installed. [2020-07-08T18:04:15.104Z] libglib2.0-data set to automatically installed. [2020-07-08T18:04:15.104Z] libgomp1 set to automatically installed. [2020-07-08T18:04:15.104Z] libicu60 set to automatically installed. [2020-07-08T18:04:15.104Z] libisl19 set to automatically installed. [2020-07-08T18:04:15.104Z] libitm1 set to automatically installed. [2020-07-08T18:04:15.104Z] libksba8 set to automatically installed. [2020-07-08T18:04:15.104Z] liblocale-gettext-perl set to automatically installed. [2020-07-08T18:04:15.104Z] liblsan0 set to automatically installed. [2020-07-08T18:04:15.104Z] libmpc3 set to automatically installed. [2020-07-08T18:04:15.104Z] libmpfr6 set to automatically installed. [2020-07-08T18:04:15.104Z] libmpx2 set to automatically installed. [2020-07-08T18:04:15.104Z] libnorm1 set to automatically installed. [2020-07-08T18:04:15.104Z] libnpth0 set to automatically installed. [2020-07-08T18:04:15.104Z] libperl5.26 set to automatically installed. [2020-07-08T18:04:15.104Z] libpgm-5.2-0 set to automatically installed. [2020-07-08T18:04:15.104Z] libquadmath0 set to automatically installed. [2020-07-08T18:04:15.104Z] libreadline7 set to automatically installed. [2020-07-08T18:04:15.104Z] libsodium23 set to automatically installed. [2020-07-08T18:04:15.104Z] libssl1.0.0 set to automatically installed. [2020-07-08T18:04:15.104Z] libstdc++-7-dev set to automatically installed. [2020-07-08T18:04:15.104Z] libtsan0 set to automatically installed. [2020-07-08T18:04:15.104Z] libubsan0 set to automatically installed. [2020-07-08T18:04:15.104Z] libx11-6 set to automatically installed. [2020-07-08T18:04:15.104Z] libx11-data set to automatically installed. [2020-07-08T18:04:15.104Z] libxau6 set to automatically installed. [2020-07-08T18:04:15.104Z] libxcb1 set to automatically installed. [2020-07-08T18:04:15.104Z] libxdmcp6 set to automatically installed. [2020-07-08T18:04:15.104Z] libxext6 set to automatically installed. [2020-07-08T18:04:15.104Z] libxml2 set to automatically installed. [2020-07-08T18:04:15.104Z] libxmuu1 set to automatically installed. [2020-07-08T18:04:15.104Z] libzmq3-dev set to automatically installed. [2020-07-08T18:04:15.104Z] libzmq5 set to automatically installed. [2020-07-08T18:04:15.104Z] linux-libc-dev set to automatically installed. [2020-07-08T18:04:15.104Z] make set to automatically installed. [2020-07-08T18:04:15.104Z] manpages set to automatically installed. [2020-07-08T18:04:15.104Z] manpages-dev set to automatically installed. [2020-07-08T18:04:15.104Z] netbase set to automatically installed. [2020-07-08T18:04:15.104Z] openssh-client set to automatically installed. [2020-07-08T18:04:15.104Z] patch set to automatically installed. [2020-07-08T18:04:15.104Z] perl set to automatically installed. [2020-07-08T18:04:15.104Z] perl-modules-5.26 set to automatically installed. [2020-07-08T18:04:15.104Z] pinentry-curses set to automatically installed. [2020-07-08T18:04:15.104Z] pkg-config set to automatically installed. [2020-07-08T18:04:15.104Z] readline-common set to automatically installed. [2020-07-08T18:04:15.104Z] shared-mime-info set to automatically installed. [2020-07-08T18:04:15.104Z] xauth set to automatically installed. [2020-07-08T18:04:15.104Z] xdg-user-dirs set to automatically installed. [2020-07-08T18:04:15.104Z] xz-utils set to automatically installed. [2020-07-08T18:04:15.104Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-08T18:04:15.104Z] Please ensure the environment is properly setup before continuing. [2020-07-08T18:04:15.104Z] Ignore this message if the appropriate measures have already been taken [2020-07-08T18:04:15.674Z] Pulling go [2020-07-08T18:04:16.617Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-08T18:04:16.617Z] Skipping pull go (already ran) [2020-07-08T18:04:16.617Z] Building go [2020-07-08T18:04:16.617Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-08T18:04:16.617Z] Dload Upload Total Spent Left Speed [2020-07-08T18:04:18.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 114M 10 12.2M 0 0 29.5M 0 0:00:03 --:--:-- 0:00:03 29.4M 63 114M 63 72.4M 0 0 51.5M 0 0:00:02 0:00:01 0:00:01 51.4M 99 114M 99 113M 0 0 47.1M 0 0:00:02 0:00:02 --:--:-- 47.1M 100 114M 100 114M 0 0 46.9M 0 0:00:02 0:00:02 --:--:-- 46.9M [2020-07-08T18:04:19.728Z] go1.13.10.linux-amd64.tar.gz: OK [2020-07-08T18:04:27.873Z] Staging go [2020-07-08T18:04:37.869Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-07-08T18:04:37.869Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-08T18:04:37.869Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-08T18:04:37.869Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] [2020-07-08T18:04:37.869Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-08T18:04:37.869Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] [2020-07-08T18:04:37.869Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-07-08T18:04:37.869Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-07-08T18:04:37.869Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] [2020-07-08T18:04:37.869Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-08T18:04:37.869Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-07-08T18:04:37.869Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-07-08T18:04:37.869Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [102 kB] [2020-07-08T18:04:37.869Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1302 kB] [2020-07-08T18:04:37.869Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-08T18:04:37.869Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] [2020-07-08T18:04:37.869Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-08T18:04:37.869Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-07-08T18:04:37.869Z] Fetched 18.2 MB in 0s (0 B/s) [2020-07-08T18:04:37.869Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-07-08T18:04:37.869Z] Fetched 224 kB in 0s (0 B/s) [2020-07-08T18:04:37.869Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-07-08T18:04:37.869Z] Fetched 157 kB in 0s (0 B/s) [2020-07-08T18:04:37.869Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-07-08T18:04:37.869Z] Fetched 221 kB in 0s (0 B/s) [2020-07-08T18:04:37.869Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-07-08T18:04:37.869Z] Fetched 143 kB in 0s (0 B/s) [2020-07-08T18:04:37.869Z] Pulling app-service-config [2020-07-08T18:04:39.252Z] Pulling config-common [2020-07-08T18:04:39.822Z] Skipping build go (already ran) [2020-07-08T18:04:40.085Z] Building app-service-config [2020-07-08T18:04:40.345Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-08T18:04:42.260Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:04:42.260Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:04:42.260Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:04:42.260Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:04:42.260Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-08T18:04:42.260Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:04:42.260Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:04:42.260Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:04:42.260Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-08T18:04:42.260Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:04:42.534Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:04:42.534Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:04:42.534Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:04:42.534Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:04:42.534Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-08T18:04:42.534Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:04:42.534Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:04:42.534Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:04:42.534Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-08T18:04:42.534Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:04:42.534Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:04:42.534Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-08T18:04:42.534Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:04:42.534Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:04:42.534Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:04:42.534Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:04:42.534Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:04:42.534Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:04:42.534Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:04:42.534Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:04:42.534Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-08T18:04:42.534Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-08T18:04:42.534Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:04:42.534Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:04:42.534Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:04:42.800Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:04:42.800Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-08T18:04:42.800Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:04:42.800Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:04:42.800Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:04:42.800Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:04:42.800Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:04:42.800Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:04:42.800Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:04:42.800Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:04:42.800Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:04:42.800Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:04:42.800Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:04:42.800Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:04:42.800Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:04:42.800Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:04:42.800Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:04:42.800Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-08T18:04:42.800Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:04:43.062Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:04:43.062Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:04:43.062Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:04:43.062Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:04:43.062Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:04:43.062Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:04:43.062Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-08T18:04:43.062Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:04:43.062Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:04:43.062Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:04:43.062Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:04:43.062Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-08T18:04:43.062Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:04:43.062Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-08T18:04:43.062Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-08T18:04:43.062Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:04:43.062Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:04:43.062Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-08T18:04:43.062Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:04:43.062Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-08T18:04:43.062Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-08T18:04:43.062Z] go: downloading golang.org/x/text v0.3.2 [2020-07-08T18:04:43.063Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:04:43.063Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:04:43.063Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:04:43.323Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:04:43.323Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:04:43.494Z] e7604b0c0f53: Pull complete [2020-07-08T18:04:43.495Z] db689cb83ae0: Pull complete [2020-07-08T18:04:43.495Z] 6138af208834: Pull complete [2020-07-08T18:04:43.495Z] 007c8e8c5d63: Pull complete [2020-07-08T18:04:43.495Z] 4f7a387c642f: Pull complete [2020-07-08T18:04:43.495Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-07-08T18:04:43.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-08T18:04:44.262Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:04:44.262Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:04:44.522Z] go: extracting golang.org/x/text v0.3.2 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:04:45.096Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:04:45.096Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:04:45.096Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:04:45.096Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:04:45.096Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:04:45.096Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T18:04:45.096Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:04:45.096Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:04:45.096Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T18:04:45.096Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:04:45.096Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:04:45.096Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:04:45.096Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:04:45.096Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:04:45.096Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:04:45.096Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:04:45.096Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:04:45.096Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:04:45.096Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:04:45.096Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:04:45.096Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T18:04:45.096Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:04:45.096Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:04:45.096Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:04:45.096Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T18:04:45.096Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T18:04:45.096Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:04:45.358Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:04:45.358Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:04:45.358Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:04:45.358Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:04:45.358Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:04:45.358Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T18:04:45.358Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:04:45.358Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T18:04:45.358Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:04:48.884Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-08T18:04:48.884Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-08T18:04:48.884Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-08T18:04:48.884Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-08T18:04:48.884Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-08T18:04:48.884Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [902 kB] [2020-07-08T18:04:49.472Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1245 kB] [2020-07-08T18:04:50.438Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-08T18:04:50.438Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-07-08T18:04:50.438Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] [2020-07-08T18:04:50.707Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-08T18:04:50.707Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-08T18:04:51.675Z] Fetched 3810 kB in 4s (1006 kB/s) [2020-07-08T18:04:55.955Z] Reading package lists... [2020-07-08T18:05:02.625Z] 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-07-08T18:05:02.625Z] - README.md [2020-07-08T18:05:02.625Z] [2020-07-08T18:05:02.625Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-08T18:05:07.398Z] Building config-common [2020-07-08T18:05:07.985Z] 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 libc6-dev libcc1-0 libcurl3-gnutls libcurl4 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-07-08T18:05:08.783Z] Skipping stage go (already ran) [2020-07-08T18:05:08.783Z] Staging app-service-config [2020-07-08T18:05:09.351Z] Staging config-common [2020-07-08T18:05:10.356Z] Priming go [2020-07-08T18:05:10.974Z] Priming app-service-config [2020-07-08T18:05:11.942Z] Priming config-common [2020-07-08T18:05:12.263Z] Reading package lists... [2020-07-08T18:05:12.852Z] Building dependency tree... [2020-07-08T18:05:12.852Z] Reading state information... [2020-07-08T18:05:12.884Z] Snapping 'edgex-app-service-configurable' ... [2020-07-08T18:05:13.821Z] The following packages were automatically installed and are no longer required: [2020-07-08T18:05:13.821Z] libjq1 liblzo2-2 libonig4 [2020-07-08T18:05:13.821Z] Use 'sudo apt autoremove' to remove them. [2020-07-08T18:05:13.821Z] Suggested packages: [2020-07-08T18:05:13.821Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-07-08T18:05:13.821Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-07-08T18:05:13.821Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-07-08T18:05:13.821Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-07-08T18:05:13.821Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-07-08T18:05:13.821Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-07-08T18:05:13.821Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-07-08T18:05:13.821Z] glibc-doc locales bzr gdbm-l10n libstdc++-7-doc make-doc man-browser [2020-07-08T18:05:13.821Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-07-08T18:05:13.821Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-07-08T18:05:13.821Z] readline-doc [2020-07-08T18:05:14.869Z] [2020-07-08T18:05:14.869Z] Snapped edgex-app-service-configurable_1.2.0-20200708+f28354b_amd64.snap [2020-07-08T18:05:15.237Z] The following NEW packages will be installed: [2020-07-08T18:05:15.237Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-07-08T18:05:15.237Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-07-08T18:05:15.237Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-07-08T18:05:15.237Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-07-08T18:05:15.237Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-07-08T18:05:15.237Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-07-08T18:05:15.237Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-07-08T18:05:15.237Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-07-08T18:05:15.237Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-07-08T18:05:15.237Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-07-08T18:05:15.237Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-07-08T18:05:15.237Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-07-08T18:05:15.237Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-07-08T18:05:15.237Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-07-08T18:05:15.237Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-07-08T18:05:15.237Z] xdg-user-dirs xz-utils [2020-07-08T18:05:15.237Z] The following packages will be upgraded: [2020-07-08T18:05:15.237Z] libc6 libcurl4 [2020-07-08T18:05:15.237Z] 2 upgraded, 95 newly installed, 0 to remove and 14 not upgraded. [2020-07-08T18:05:15.237Z] Need to get 65.8 MB of archives. [2020-07-08T18:05:15.237Z] After this operation, 277 MB of additional disk space will be used. [2020-07-08T18:05:15.237Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.2 [2274 kB] [2020-07-08T18:05:16.781Z] Unexpected error when obtaining your account information. [2020-07-08T18:05:16.781Z] Login failed. [2020-07-08T18:05:17.193Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-07-08T18:05:17.193Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B] [2020-07-08T18:05:17.193Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-07-08T18:05:17.193Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-07-08T18:05:17.193Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-07-08T18:05:17.193Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-07-08T18:05:17.193Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-07-08T18:05:17.193Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-07-08T18:05:17.193Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-08T18:05:17.780Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-08T18:05:17.780Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-08T18:05:17.780Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [Pipeline] } [2020-07-08T18:05:18.181Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-07-08T18:05:18.370Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T18:05:18.528Z] Failed in branch amd64 [2020-07-08T18:05:18.640Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-08T18:05:18.640Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-07-08T18:05:18.640Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] [2020-07-08T18:05:18.640Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-07-08T18:05:18.640Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-07-08T18:05:19.615Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-07-08T18:05:19.615Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-07-08T18:05:19.615Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] [2020-07-08T18:05:19.615Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-08T18:05:19.615Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-07-08T18:05:19.615Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-07-08T18:05:19.615Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-07-08T18:05:19.615Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-07-08T18:05:19.615Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-07-08T18:05:19.885Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-07-08T18:05:19.885Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-07-08T18:05:19.885Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-07-08T18:05:19.885Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-07-08T18:05:19.885Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-08T18:05:19.885Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-07-08T18:05:19.885Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-07-08T18:05:20.156Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-07-08T18:05:20.156Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] [2020-07-08T18:05:20.156Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-109.110 [975 kB] [2020-07-08T18:05:20.156Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-07-08T18:05:20.432Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-08T18:05:20.432Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-07-08T18:05:20.432Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-07-08T18:05:20.432Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-07-08T18:05:20.432Z] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-07-08T18:05:20.703Z] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-08T18:05:20.703Z] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-07-08T18:05:20.703Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-07-08T18:05:20.703Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-07-08T18:05:20.703Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-07-08T18:05:20.703Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-07-08T18:05:20.703Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-07-08T18:05:20.703Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-07-08T18:05:20.703Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-07-08T18:05:20.974Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-07-08T18:05:20.974Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-07-08T18:05:21.244Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-07-08T18:05:21.244Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-08T18:05:21.244Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-07-08T18:05:21.516Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-07-08T18:05:21.516Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-08T18:05:21.516Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-08T18:05:21.516Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-08T18:05:21.516Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-08T18:05:21.516Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-07-08T18:05:21.516Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.9 [180 kB] [2020-07-08T18:05:21.516Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-08T18:05:21.516Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-07-08T18:05:21.785Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-07-08T18:05:21.785Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-07-08T18:05:21.785Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-07-08T18:05:21.785Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-07-08T18:05:21.785Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-07-08T18:05:21.785Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-07-08T18:05:21.785Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-08T18:05:21.785Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-08T18:05:21.785Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-08T18:05:21.785Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-08T18:05:22.053Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-07-08T18:05:22.053Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-07-08T18:05:22.053Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-07-08T18:05:22.053Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-07-08T18:05:22.053Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-07-08T18:05:22.053Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] [2020-07-08T18:05:22.053Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] [2020-07-08T18:05:22.053Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-07-08T18:05:22.053Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-07-08T18:05:22.053Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-08T18:05:22.053Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-07-08T18:05:22.054Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-08T18:05:22.054Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-07-08T18:05:22.054Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-07-08T18:05:22.054Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-07-08T18:05:22.054Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-07-08T18:05:22.054Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-07-08T18:05:22.054Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-07-08T18:05:22.054Z] Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-07-08T18:05:22.323Z] Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-07-08T18:05:22.916Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T18:05:22.916Z] Fetched 65.8 MB in 7s (9120 kB/s) [2020-07-08T18:05:23.187Z] (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-07-08T18:05:23.187Z] Preparing to unpack .../libc6_2.27-3ubuntu1.2_arm64.deb ... [2020-07-08T18:05:23.778Z] Unpacking libc6:arm64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [2020-07-08T18:05:26.380Z] Setting up libc6:arm64 (2.27-3ubuntu1.2) ... [2020-07-08T18:05:27.797Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-08T18:05:27.797Z] (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-07-08T18:05:27.797Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-07-08T18:05:27.797Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T18:05:28.066Z] Selecting previously unselected package libxau6:arm64. [2020-07-08T18:05:28.066Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ... [2020-07-08T18:05:28.066Z] Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ... [2020-07-08T18:05:28.066Z] Selecting previously unselected package libbsd0:arm64. [2020-07-08T18:05:28.066Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-07-08T18:05:28.066Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-07-08T18:05:28.338Z] Selecting previously unselected package libxdmcp6:arm64. [2020-07-08T18:05:28.338Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-07-08T18:05:28.338Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-07-08T18:05:28.338Z] Selecting previously unselected package libxcb1:arm64. [2020-07-08T18:05:28.338Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-07-08T18:05:28.338Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-07-08T18:05:28.338Z] Selecting previously unselected package libx11-data. [2020-07-08T18:05:28.338Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-07-08T18:05:28.609Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:05:28.879Z] Selecting previously unselected package libx11-6:arm64. [2020-07-08T18:05:28.879Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-07-08T18:05:28.879Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:05:29.150Z] Selecting previously unselected package libxext6:arm64. [2020-07-08T18:05:29.150Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-07-08T18:05:29.150Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-07-08T18:05:29.150Z] Selecting previously unselected package perl-modules-5.26. [2020-07-08T18:05:29.150Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-08T18:05:29.150Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:05:30.575Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-08T18:05:30.575Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-08T18:05:30.575Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-08T18:05:30.847Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-08T18:05:30.847Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-08T18:05:30.847Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-08T18:05:30.847Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-08T18:05:30.847Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-08T18:05:30.847Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:05:32.274Z] Selecting previously unselected package perl. [2020-07-08T18:05:32.274Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-08T18:05:32.274Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-08T18:05:32.274Z] Selecting previously unselected package less. [2020-07-08T18:05:32.545Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-07-08T18:05:32.545Z] Unpacking less (487-0.1) ... [2020-07-08T18:05:32.545Z] Selecting previously unselected package libexpat1:arm64. [2020-07-08T18:05:32.545Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-07-08T18:05:32.545Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-07-08T18:05:32.816Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-07-08T18:05:32.816Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-07-08T18:05:32.816Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:05:33.086Z] Selecting previously unselected package libglib2.0-data. [2020-07-08T18:05:33.086Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-07-08T18:05:33.086Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:05:33.086Z] Selecting previously unselected package libicu60:arm64. [2020-07-08T18:05:33.086Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-07-08T18:05:33.086Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-07-08T18:05:35.049Z] Selecting previously unselected package readline-common. [2020-07-08T18:05:35.049Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-07-08T18:05:35.319Z] Unpacking readline-common (7.0-3) ... [2020-07-08T18:05:35.319Z] Selecting previously unselected package libreadline7:arm64. [2020-07-08T18:05:35.319Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-07-08T18:05:35.319Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-07-08T18:05:35.590Z] Selecting previously unselected package libxml2:arm64. [2020-07-08T18:05:35.590Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-07-08T18:05:35.590Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T18:05:35.862Z] Selecting previously unselected package netbase. [2020-07-08T18:05:35.862Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-07-08T18:05:35.862Z] Unpacking netbase (5.4) ... [2020-07-08T18:05:35.862Z] Selecting previously unselected package shared-mime-info. [2020-07-08T18:05:35.862Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-07-08T18:05:35.862Z] Unpacking shared-mime-info (1.9-2) ... [2020-07-08T18:05:36.133Z] Selecting previously unselected package xdg-user-dirs. [2020-07-08T18:05:36.133Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-07-08T18:05:36.133Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T18:05:36.405Z] Selecting previously unselected package xz-utils. [2020-07-08T18:05:36.405Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-07-08T18:05:36.405Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-07-08T18:05:36.677Z] Selecting previously unselected package libedit2:arm64. [2020-07-08T18:05:36.677Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-07-08T18:05:36.677Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-07-08T18:05:36.677Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-07-08T18:05:36.677Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-07-08T18:05:36.677Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T18:05:37.269Z] Selecting previously unselected package libxmuu1:arm64. [2020-07-08T18:05:37.269Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-07-08T18:05:37.269Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-07-08T18:05:37.269Z] Selecting previously unselected package manpages. [2020-07-08T18:05:37.269Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-07-08T18:05:37.269Z] Unpacking manpages (4.15-1) ... [2020-07-08T18:05:37.539Z] Selecting previously unselected package openssh-client. [2020-07-08T18:05:37.539Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-07-08T18:05:37.539Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T18:05:37.810Z] Selecting previously unselected package xauth. [2020-07-08T18:05:37.810Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-07-08T18:05:37.810Z] Unpacking xauth (1:1.0.10-1) ... [2020-07-08T18:05:38.082Z] Selecting previously unselected package binutils-common:arm64. [2020-07-08T18:05:38.082Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T18:05:38.082Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:05:38.082Z] Selecting previously unselected package libbinutils:arm64. [2020-07-08T18:05:38.082Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T18:05:38.082Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:05:38.352Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-07-08T18:05:38.352Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T18:05:38.352Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:05:39.324Z] Selecting previously unselected package binutils. [2020-07-08T18:05:39.324Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T18:05:39.324Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:05:39.597Z] Selecting previously unselected package libc-dev-bin. [2020-07-08T18:05:39.597Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-07-08T18:05:39.597Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T18:05:39.597Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-07-08T18:05:39.597Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_arm64.deb ... [2020-07-08T18:05:39.597Z] Unpacking linux-libc-dev:arm64 (4.15.0-109.110) ... [2020-07-08T18:05:40.571Z] Selecting previously unselected package libc6-dev:arm64. [2020-07-08T18:05:40.572Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-07-08T18:05:40.572Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-08T18:05:41.546Z] Selecting previously unselected package gcc-7-base:arm64. [2020-07-08T18:05:41.546Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:41.546Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:41.546Z] Selecting previously unselected package libisl19:arm64. [2020-07-08T18:05:41.546Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-07-08T18:05:41.546Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-07-08T18:05:41.818Z] Selecting previously unselected package libmpfr6:arm64. [2020-07-08T18:05:41.818Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-07-08T18:05:41.818Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-07-08T18:05:42.089Z] Selecting previously unselected package libmpc3:arm64. [2020-07-08T18:05:42.089Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-07-08T18:05:42.089Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-07-08T18:05:42.089Z] Selecting previously unselected package cpp-7. [2020-07-08T18:05:42.089Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:42.089Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:44.055Z] Selecting previously unselected package cpp. [2020-07-08T18:05:44.055Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-08T18:05:44.055Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:05:44.055Z] Selecting previously unselected package libcc1-0:arm64. [2020-07-08T18:05:44.055Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:44.055Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:44.055Z] Selecting previously unselected package libgomp1:arm64. [2020-07-08T18:05:44.055Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:44.055Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:44.326Z] Selecting previously unselected package libitm1:arm64. [2020-07-08T18:05:44.326Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:44.326Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:44.326Z] Selecting previously unselected package libatomic1:arm64. [2020-07-08T18:05:44.326Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:44.326Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:44.599Z] Selecting previously unselected package libasan4:arm64. [2020-07-08T18:05:44.599Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:44.599Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:44.869Z] Selecting previously unselected package liblsan0:arm64. [2020-07-08T18:05:44.869Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:44.869Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:44.869Z] Selecting previously unselected package libtsan0:arm64. [2020-07-08T18:05:44.869Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:45.139Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:45.139Z] Selecting previously unselected package libubsan0:arm64. [2020-07-08T18:05:45.139Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:45.139Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:45.410Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-07-08T18:05:45.410Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:45.410Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:45.680Z] Selecting previously unselected package gcc-7. [2020-07-08T18:05:45.680Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:45.680Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:47.658Z] Selecting previously unselected package gcc. [2020-07-08T18:05:47.659Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-08T18:05:47.659Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:05:47.659Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-07-08T18:05:47.659Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:47.659Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:48.629Z] Selecting previously unselected package g++-7. [2020-07-08T18:05:48.629Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T18:05:48.629Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:05:50.596Z] Selecting previously unselected package g++. [2020-07-08T18:05:50.596Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-08T18:05:50.596Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:05:50.596Z] Selecting previously unselected package make. [2020-07-08T18:05:50.596Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-08T18:05:50.596Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-08T18:05:50.596Z] Selecting previously unselected package libdpkg-perl. [2020-07-08T18:05:50.596Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T18:05:50.596Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T18:05:50.866Z] Selecting previously unselected package patch. [2020-07-08T18:05:50.866Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-08T18:05:50.866Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-08T18:05:50.866Z] Selecting previously unselected package dpkg-dev. [2020-07-08T18:05:50.866Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T18:05:51.136Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T18:05:51.136Z] Selecting previously unselected package build-essential. [2020-07-08T18:05:51.136Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-07-08T18:05:51.136Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-08T18:05:51.407Z] Preparing to unpack .../63-libcurl4_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-08T18:05:51.407Z] Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... [2020-07-08T18:05:51.711Z] Selecting previously unselected package curl. [2020-07-08T18:05:51.711Z] Preparing to unpack .../64-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-08T18:05:51.711Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-08T18:05:51.711Z] Selecting previously unselected package libassuan0:arm64. [2020-07-08T18:05:51.711Z] Preparing to unpack .../65-libassuan0_2.5.1-2_arm64.deb ... [2020-07-08T18:05:51.712Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-07-08T18:05:51.984Z] Selecting previously unselected package gpgconf. [2020-07-08T18:05:51.984Z] Preparing to unpack .../66-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:51.984Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:52.256Z] Selecting previously unselected package libksba8:arm64. [2020-07-08T18:05:52.256Z] Preparing to unpack .../67-libksba8_1.3.5-2_arm64.deb ... [2020-07-08T18:05:52.256Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-07-08T18:05:52.256Z] Selecting previously unselected package libnpth0:arm64. [2020-07-08T18:05:52.256Z] Preparing to unpack .../68-libnpth0_1.5-3_arm64.deb ... [2020-07-08T18:05:52.256Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-07-08T18:05:52.545Z] Selecting previously unselected package dirmngr. [2020-07-08T18:05:52.545Z] Preparing to unpack .../69-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:52.545Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:52.821Z] Selecting previously unselected package libfakeroot:arm64. [2020-07-08T18:05:52.821Z] Preparing to unpack .../70-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-08T18:05:52.821Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-08T18:05:52.821Z] Selecting previously unselected package fakeroot. [2020-07-08T18:05:52.821Z] Preparing to unpack .../71-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-08T18:05:52.822Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-08T18:05:53.098Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-08T18:05:53.098Z] Preparing to unpack .../72-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-08T18:05:53.098Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-08T18:05:53.098Z] Selecting previously unselected package liberror-perl. [2020-07-08T18:05:53.098Z] Preparing to unpack .../73-liberror-perl_0.17025-1_all.deb ... [2020-07-08T18:05:53.098Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-08T18:05:53.377Z] Selecting previously unselected package git-man. [2020-07-08T18:05:53.377Z] Preparing to unpack .../74-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-08T18:05:53.377Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:05:53.665Z] Selecting previously unselected package git. [2020-07-08T18:05:53.665Z] Preparing to unpack .../75-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-08T18:05:53.665Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:05:55.096Z] Selecting previously unselected package gnupg-l10n. [2020-07-08T18:05:55.096Z] Preparing to unpack .../76-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-07-08T18:05:55.096Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:55.096Z] Selecting previously unselected package gnupg-utils. [2020-07-08T18:05:55.096Z] Preparing to unpack .../77-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:55.096Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:55.366Z] Selecting previously unselected package gpg. [2020-07-08T18:05:55.366Z] Preparing to unpack .../78-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:55.366Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:55.366Z] Selecting previously unselected package pinentry-curses. [2020-07-08T18:05:55.366Z] Preparing to unpack .../79-pinentry-curses_1.1.0-1_arm64.deb ... [2020-07-08T18:05:55.637Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-07-08T18:05:55.637Z] Selecting previously unselected package gpg-agent. [2020-07-08T18:05:55.637Z] Preparing to unpack .../80-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:55.637Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:55.637Z] Selecting previously unselected package gpg-wks-client. [2020-07-08T18:05:55.906Z] Preparing to unpack .../81-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:55.906Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:55.906Z] Selecting previously unselected package gpg-wks-server. [2020-07-08T18:05:55.906Z] Preparing to unpack .../82-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:55.906Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:56.174Z] Selecting previously unselected package gpgsm. [2020-07-08T18:05:56.174Z] Preparing to unpack .../83-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:56.174Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:56.174Z] Selecting previously unselected package gnupg. [2020-07-08T18:05:56.174Z] Preparing to unpack .../84-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T18:05:56.174Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:05:56.443Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-08T18:05:56.443Z] Preparing to unpack .../85-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-08T18:05:56.443Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T18:05:56.443Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-08T18:05:56.443Z] Preparing to unpack .../86-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-07-08T18:05:56.717Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T18:05:56.717Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-08T18:05:56.717Z] Preparing to unpack .../87-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-08T18:05:56.717Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-08T18:05:56.717Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-08T18:05:56.717Z] Preparing to unpack .../88-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-07-08T18:05:56.717Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T18:05:56.987Z] Selecting previously unselected package libnorm1:arm64. [2020-07-08T18:05:56.987Z] Preparing to unpack .../89-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-07-08T18:05:56.987Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-08T18:05:57.257Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-07-08T18:05:57.258Z] Preparing to unpack .../90-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-07-08T18:05:57.258Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-08T18:05:57.258Z] Selecting previously unselected package libsodium23:arm64. [2020-07-08T18:05:57.258Z] Preparing to unpack .../91-libsodium23_1.0.16-2_arm64.deb ... [2020-07-08T18:05:57.258Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-07-08T18:05:57.528Z] Selecting previously unselected package libzmq5:arm64. [2020-07-08T18:05:57.528Z] Preparing to unpack .../92-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-08T18:05:57.528Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:05:57.801Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-07-08T18:05:57.801Z] Preparing to unpack .../93-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-08T18:05:57.801Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:05:57.801Z] Selecting previously unselected package manpages-dev. [2020-07-08T18:05:57.801Z] Preparing to unpack .../94-manpages-dev_4.15-1_all.deb ... [2020-07-08T18:05:57.801Z] Unpacking manpages-dev (4.15-1) ... [2020-07-08T18:05:58.775Z] Selecting previously unselected package pkg-config. [2020-07-08T18:05:58.775Z] Preparing to unpack .../95-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-07-08T18:05:58.775Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T18:05:58.775Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-07-08T18:05:58.775Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-07-08T18:05:58.775Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:58.775Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-08T18:05:59.044Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:59.044Z] Setting up readline-common (7.0-3) ... [2020-07-08T18:05:59.044Z] Setting up manpages (4.15-1) ... [2020-07-08T18:05:59.044Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:05:59.044Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-07-08T18:05:59.044Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-07-08T18:05:59.044Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:05:59.044Z] Setting up less (487-0.1) ... [2020-07-08T18:05:59.630Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-08T18:05:59.630Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T18:05:59.897Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-07-08T18:05:59.897Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-08T18:06:00.164Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:06:00.164Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:06:00.164Z] No schema files found: doing nothing. [2020-07-08T18:06:00.164Z] Setting up libcurl4:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-08T18:06:00.164Z] Setting up linux-libc-dev:arm64 (4.15.0-109.110) ... [2020-07-08T18:06:00.164Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-07-08T18:06:00.164Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-07-08T18:06:00.432Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:06:00.432Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-08T18:06:00.432Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-07-08T18:06:00.432Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T18:06:00.432Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:00.432Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:06:00.432Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-08T18:06:00.700Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:00.700Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:06:00.700Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-07-08T18:06:00.700Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-08T18:06:00.700Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T18:06:00.700Z] Setting up xz-utils (5.2.2-1.3) ... [2020-07-08T18:06:00.700Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] 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-07-08T18:06:00.700Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-08T18:06:00.968Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T18:06:00.968Z] Setting up shared-mime-info (1.9-2) ... [2020-07-08T18:06:07.630Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-07-08T18:06:07.630Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T18:06:07.630Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-07-08T18:06:07.630Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-08T18:06:07.630Z] Setting up manpages-dev (4.15-1) ... [2020-07-08T18:06:07.904Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T18:06:08.177Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-08T18:06:08.177Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-07-08T18:06:08.177Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T18:06:08.449Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T18:06:08.449Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:06:08.449Z] Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ... [2020-07-08T18:06:08.449Z] Setting up netbase (5.4) ... [2020-07-08T18:06:08.449Z] Setting up libisl19:arm64 (0.19-1) ... [2020-07-08T18:06:08.721Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:06:08.721Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:08.721Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-08T18:06:08.721Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:06:08.721Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:08.721Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:08.992Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T18:06:08.992Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-08T18:06:08.992Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-08T18:06:08.992Z] 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-07-08T18:06:08.992Z] 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-07-08T18:06:08.992Z] 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-07-08T18:06:08.992Z] 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-07-08T18:06:08.992Z] 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-07-08T18:06:08.992Z] 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-07-08T18:06:08.993Z] 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-07-08T18:06:08.993Z] 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-07-08T18:06:08.993Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:08.993Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:08.993Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:08.993Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-08T18:06:09.264Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:06:09.264Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:09.264Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:09.264Z] Setting up pinentry-curses (1.1.0-1) ... [2020-07-08T18:06:09.264Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T18:06:09.264Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:09.535Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-07-08T18:06:09.535Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:09.535Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:06:09.535Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:09.535Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T18:06:09.535Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T18:06:09.813Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:09.813Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:06:09.813Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:09.813Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:10.090Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-07-08T18:06:10.090Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-08T18:06:10.090Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T18:06:10.090Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T18:06:10.358Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T18:06:10.358Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-08T18:06:10.358Z] 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-07-08T18:06:10.358Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-07-08T18:06:10.358Z] Setting up liberror-perl (0.17025-1) ... [2020-07-08T18:06:10.358Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T18:06:10.626Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T18:06:10.626Z] Setting up xauth (1:1.0.10-1) ... [2020-07-08T18:06:10.626Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-08T18:06:10.626Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T18:06:10.626Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T18:06:10.626Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T18:06:10.893Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-08T18:06:10.893Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T18:06:11.161Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-07-08T18:06:21.274Z] binutils set to automatically installed. [2020-07-08T18:06:21.274Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-07-08T18:06:21.274Z] binutils-common set to automatically installed. [2020-07-08T18:06:21.274Z] build-essential set to automatically installed. [2020-07-08T18:06:21.274Z] cpp set to automatically installed. [2020-07-08T18:06:21.274Z] cpp-7 set to automatically installed. [2020-07-08T18:06:21.274Z] curl set to automatically installed. [2020-07-08T18:06:21.274Z] dirmngr set to automatically installed. [2020-07-08T18:06:21.274Z] dpkg-dev set to automatically installed. [2020-07-08T18:06:21.274Z] fakeroot set to automatically installed. [2020-07-08T18:06:21.274Z] g++ set to automatically installed. [2020-07-08T18:06:21.274Z] g++-7 set to automatically installed. [2020-07-08T18:06:21.274Z] gcc set to automatically installed. [2020-07-08T18:06:21.274Z] gcc-7 set to automatically installed. [2020-07-08T18:06:21.274Z] gcc-7-base set to automatically installed. [2020-07-08T18:06:21.274Z] git set to automatically installed. [2020-07-08T18:06:21.274Z] git-man set to automatically installed. [2020-07-08T18:06:21.274Z] gnupg set to automatically installed. [2020-07-08T18:06:21.274Z] gnupg-l10n set to automatically installed. [2020-07-08T18:06:21.274Z] gnupg-utils set to automatically installed. [2020-07-08T18:06:21.274Z] gpg set to automatically installed. [2020-07-08T18:06:21.274Z] gpg-agent set to automatically installed. [2020-07-08T18:06:21.274Z] gpg-wks-client set to automatically installed. [2020-07-08T18:06:21.274Z] gpg-wks-server set to automatically installed. [2020-07-08T18:06:21.274Z] gpgconf set to automatically installed. [2020-07-08T18:06:21.274Z] gpgsm set to automatically installed. [2020-07-08T18:06:21.274Z] less set to automatically installed. [2020-07-08T18:06:21.274Z] libalgorithm-diff-perl set to automatically installed. [2020-07-08T18:06:21.274Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-08T18:06:21.274Z] libalgorithm-merge-perl set to automatically installed. [2020-07-08T18:06:21.274Z] libasan4 set to automatically installed. [2020-07-08T18:06:21.274Z] libassuan0 set to automatically installed. [2020-07-08T18:06:21.274Z] libatomic1 set to automatically installed. [2020-07-08T18:06:21.274Z] libbinutils set to automatically installed. [2020-07-08T18:06:21.274Z] libbsd0 set to automatically installed. [2020-07-08T18:06:21.274Z] libc-dev-bin set to automatically installed. [2020-07-08T18:06:21.274Z] libc6 set to automatically installed. [2020-07-08T18:06:21.274Z] libc6-dev set to automatically installed. [2020-07-08T18:06:21.274Z] libcc1-0 set to automatically installed. [2020-07-08T18:06:21.274Z] libcurl3-gnutls set to automatically installed. [2020-07-08T18:06:21.274Z] libcurl4 set to automatically installed. [2020-07-08T18:06:21.274Z] libdpkg-perl set to automatically installed. [2020-07-08T18:06:21.274Z] libedit2 set to automatically installed. [2020-07-08T18:06:21.274Z] liberror-perl set to automatically installed. [2020-07-08T18:06:21.274Z] libexpat1 set to automatically installed. [2020-07-08T18:06:21.274Z] libfakeroot set to automatically installed. [2020-07-08T18:06:21.274Z] libfile-fcntllock-perl set to automatically installed. [2020-07-08T18:06:21.274Z] libgcc-7-dev set to automatically installed. [2020-07-08T18:06:21.274Z] libgdbm-compat4 set to automatically installed. [2020-07-08T18:06:21.274Z] libgdbm5 set to automatically installed. [2020-07-08T18:06:21.274Z] libglib2.0-0 set to automatically installed. [2020-07-08T18:06:21.274Z] libglib2.0-data set to automatically installed. [2020-07-08T18:06:21.274Z] libgomp1 set to automatically installed. [2020-07-08T18:06:21.274Z] libicu60 set to automatically installed. [2020-07-08T18:06:21.274Z] libisl19 set to automatically installed. [2020-07-08T18:06:21.274Z] libitm1 set to automatically installed. [2020-07-08T18:06:21.274Z] libksba8 set to automatically installed. [2020-07-08T18:06:21.274Z] liblocale-gettext-perl set to automatically installed. [2020-07-08T18:06:21.274Z] liblsan0 set to automatically installed. [2020-07-08T18:06:21.274Z] libmpc3 set to automatically installed. [2020-07-08T18:06:21.274Z] libmpfr6 set to automatically installed. [2020-07-08T18:06:21.274Z] libnorm1 set to automatically installed. [2020-07-08T18:06:21.274Z] libnpth0 set to automatically installed. [2020-07-08T18:06:21.274Z] libperl5.26 set to automatically installed. [2020-07-08T18:06:21.274Z] libpgm-5.2-0 set to automatically installed. [2020-07-08T18:06:21.274Z] libreadline7 set to automatically installed. [2020-07-08T18:06:21.274Z] libsodium23 set to automatically installed. [2020-07-08T18:06:21.274Z] libssl1.0.0 set to automatically installed. [2020-07-08T18:06:21.274Z] libstdc++-7-dev set to automatically installed. [2020-07-08T18:06:21.274Z] libtsan0 set to automatically installed. [2020-07-08T18:06:21.274Z] libubsan0 set to automatically installed. [2020-07-08T18:06:21.274Z] libx11-6 set to automatically installed. [2020-07-08T18:06:21.274Z] libx11-data set to automatically installed. [2020-07-08T18:06:21.274Z] libxau6 set to automatically installed. [2020-07-08T18:06:21.274Z] libxcb1 set to automatically installed. [2020-07-08T18:06:21.274Z] libxdmcp6 set to automatically installed. [2020-07-08T18:06:21.274Z] libxext6 set to automatically installed. [2020-07-08T18:06:21.274Z] libxml2 set to automatically installed. [2020-07-08T18:06:21.274Z] libxmuu1 set to automatically installed. [2020-07-08T18:06:21.274Z] libzmq3-dev set to automatically installed. [2020-07-08T18:06:21.274Z] libzmq5 set to automatically installed. [2020-07-08T18:06:21.274Z] linux-libc-dev set to automatically installed. [2020-07-08T18:06:21.274Z] make set to automatically installed. [2020-07-08T18:06:21.274Z] manpages set to automatically installed. [2020-07-08T18:06:21.274Z] manpages-dev set to automatically installed. [2020-07-08T18:06:21.274Z] netbase set to automatically installed. [2020-07-08T18:06:21.274Z] openssh-client set to automatically installed. [2020-07-08T18:06:21.274Z] patch set to automatically installed. [2020-07-08T18:06:21.274Z] perl set to automatically installed. [2020-07-08T18:06:21.274Z] perl-modules-5.26 set to automatically installed. [2020-07-08T18:06:21.274Z] pinentry-curses set to automatically installed. [2020-07-08T18:06:21.274Z] pkg-config set to automatically installed. [2020-07-08T18:06:21.274Z] readline-common set to automatically installed. [2020-07-08T18:06:21.274Z] shared-mime-info set to automatically installed. [2020-07-08T18:06:21.274Z] xauth set to automatically installed. [2020-07-08T18:06:21.274Z] xdg-user-dirs set to automatically installed. [2020-07-08T18:06:21.274Z] xz-utils set to automatically installed. [2020-07-08T18:06:21.274Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-08T18:06:21.274Z] Please ensure the environment is properly setup before continuing. [2020-07-08T18:06:21.274Z] Ignore this message if the appropriate measures have already been taken [2020-07-08T18:06:21.274Z] Pulling go [2020-07-08T18:06:23.876Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-08T18:06:23.876Z] Skipping pull go (already ran) [2020-07-08T18:06:23.876Z] Building go [2020-07-08T18:06:23.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-08T18:06:23.876Z] Dload Upload Total Spent Left Speed [2020-07-08T18:06:26.105Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 93.1M 32 30.6M 0 0 32.5M 0 0:00:02 --:--:-- 0:00:02 32.5M 79 93.1M 79 74.3M 0 0 38.4M 0 0:00:02 0:00:01 0:00:01 38.4M 100 93.1M 100 93.1M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M [2020-07-08T18:06:27.526Z] go1.13.10.linux-arm64.tar.gz: OK [2020-07-08T18:06:45.784Z] Staging go [2020-07-08T18:07:12.528Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-07-08T18:07:12.528Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-08T18:07:12.528Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-08T18:07:12.528Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-08T18:07:12.528Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-07-08T18:07:12.528Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-07-08T18:07:12.528Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-07-08T18:07:12.528Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-07-08T18:07:12.528Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-08T18:07:12.528Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1245 kB] [2020-07-08T18:07:12.528Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [902 kB] [2020-07-08T18:07:12.528Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3457 B] [2020-07-08T18:07:12.528Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-08T18:07:12.528Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-07-08T18:07:12.528Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-07-08T18:07:12.528Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-08T18:07:12.528Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] [2020-07-08T18:07:12.528Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-08T18:07:12.528Z] Fetched 16.5 MB in 0s (0 B/s) [2020-07-08T18:07:12.528Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-07-08T18:07:12.528Z] Fetched 218 kB in 0s (0 B/s) [2020-07-08T18:07:12.528Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-07-08T18:07:12.528Z] Fetched 140 kB in 0s (0 B/s) [2020-07-08T18:07:12.528Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-07-08T18:07:12.528Z] Fetched 208 kB in 0s (0 B/s) [2020-07-08T18:07:12.528Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-07-08T18:07:12.528Z] Fetched 90.4 kB in 0s (0 B/s) [2020-07-08T18:07:12.528Z] Pulling app-service-config [2020-07-08T18:07:16.811Z] Pulling config-common [2020-07-08T18:07:19.426Z] Skipping build go (already ran) [2020-07-08T18:07:19.694Z] Building app-service-config [2020-07-08T18:07:19.694Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.5 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-08T18:07:21.119Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:07:21.119Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:07:21.119Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:07:21.119Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:07:21.119Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:07:21.119Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:07:21.119Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-08T18:07:21.119Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-08T18:07:21.119Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:07:21.119Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:07:21.119Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:07:21.119Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:07:21.119Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:07:21.119Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:07:21.119Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:07:21.119Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:07:21.119Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:07:21.119Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:07:21.119Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-08T18:07:21.119Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:07:21.119Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:07:21.119Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:07:21.119Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:07:21.119Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:07:21.391Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-08T18:07:21.391Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:07:21.391Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:07:21.391Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-08T18:07:21.391Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:07:21.391Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:07:21.391Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:07:21.391Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:07:21.391Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:07:21.391Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-08T18:07:21.391Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:07:21.391Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:07:21.391Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:07:21.391Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:07:21.391Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:07:21.391Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:07:21.391Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:07:21.391Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:07:21.663Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:07:21.663Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:07:21.663Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:07:21.663Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:07:21.663Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-08T18:07:21.663Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:07:21.663Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:07:21.663Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:07:21.663Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:07:21.663Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-08T18:07:21.663Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:07:21.663Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:07:21.663Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:07:21.663Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:07:21.936Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:07:21.936Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-08T18:07:21.936Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:07:21.936Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-08T18:07:21.936Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:07:22.210Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:07:22.210Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:07:22.210Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:07:22.210Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:07:22.210Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:07:22.483Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:07:22.483Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:07:22.483Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:07:22.483Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:07:23.075Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-08T18:07:23.075Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-08T18:07:23.075Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:07:23.075Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-08T18:07:23.075Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:07:23.075Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-08T18:07:23.075Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:07:23.075Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:07:23.075Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-08T18:07:23.075Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-08T18:07:23.075Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:07:23.075Z] go: downloading golang.org/x/text v0.3.2 [2020-07-08T18:07:23.669Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:07:24.637Z] go: extracting golang.org/x/text v0.3.2 [2020-07-08T18:07:25.610Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T18:07:25.611Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T18:07:25.611Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T18:07:25.611Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T18:07:25.611Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T18:07:25.881Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T18:07:25.881Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T18:07:25.881Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T18:07:25.881Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T18:07:25.881Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T18:07:25.881Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T18:07:25.881Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T18:07:25.881Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T18:07:25.881Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T18:07:25.881Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T18:07:25.881Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T18:07:25.881Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T18:07:25.881Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T18:07:25.881Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T18:07:25.881Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T18:07:25.881Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T18:07:25.881Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T18:07:25.881Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T18:07:25.881Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T18:07:25.881Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T18:07:25.881Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T18:07:25.881Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T18:07:25.881Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T18:07:25.881Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T18:07:25.881Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T18:07:25.881Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T18:07:26.154Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T18:07:26.155Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T18:07:26.155Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T18:07:26.155Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T18:07:26.155Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T18:07:26.155Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T18:07:26.155Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T18:07:26.155Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T18:07:26.155Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T18:07:26.155Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T18:07:26.155Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T18:08:22.686Z] Building config-common [2020-07-08T18:08:35.034Z] Skipping stage go (already ran) [2020-07-08T18:08:35.034Z] Staging app-service-config [2020-07-08T18:08:38.397Z] Staging config-common [2020-07-08T18:08:40.996Z] Priming go [2020-07-08T18:08:44.359Z] Priming app-service-config [2020-07-08T18:08:47.726Z] Priming config-common [2020-07-08T18:08:51.175Z] Snapping 'edgex-app-service-configurable' ... [2020-07-08T18:08:56.625Z] [2020-07-08T18:08:56.625Z] Snapped edgex-app-service-configurable_1.2.0-20200708+f28354b_arm64.snap [2020-07-08T18:09:00.898Z] Unexpected error when obtaining your account information. [2020-07-08T18:09:00.898Z] Login failed. [Pipeline] } [2020-07-08T18:09:04.282Z] 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] } [2020-07-08T18:09:04.626Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-08T18:09:05.520Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-08T18:09:06.111Z] ---> package-listing.sh [2020-07-08T18:09:06.111Z] ++ facter osfamily [2020-07-08T18:09:06.111Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-08T18:09:06.380Z] + OS_FAMILY=redhat [2020-07-08T18:09:06.380Z] + workspace=/w/workspace/_app-service-configurable_master [2020-07-08T18:09:06.380Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-08T18:09:06.380Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-08T18:09:06.380Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-08T18:09:06.380Z] + PACKAGES=/tmp/packages_start.txt [2020-07-08T18:09:06.380Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-08T18:09:06.380Z] + PACKAGES=/tmp/packages_end.txt [2020-07-08T18:09:06.380Z] + case "${OS_FAMILY}" in [2020-07-08T18:09:06.380Z] + rpm -qa [2020-07-08T18:09:06.380Z] + sort [2020-07-08T18:09:11.707Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-08T18:09:11.707Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-08T18:09:11.707Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-08T18:09:11.707Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-08T18:09:11.707Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-07-08T18:09:11.707Z] + 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-07-08T18:09:12.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-08T18:09:12.609Z] [2020-07-08T18:09:12.609Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-08T18:09:12.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-08T18:09:12.953Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-08T18:09:12.953Z] c9b1b535fdd9: Pulling fs layer [2020-07-08T18:09:12.953Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-08T18:09:12.953Z] 756a868c4378: Pulling fs layer [2020-07-08T18:09:12.953Z] 444b2fc9a129: Pulling fs layer [2020-07-08T18:09:12.953Z] ea15f1150254: Pulling fs layer [2020-07-08T18:09:12.953Z] 41b27a9f41bf: Pulling fs layer [2020-07-08T18:09:12.953Z] 28c525ee5125: Pulling fs layer [2020-07-08T18:09:12.953Z] 094b1ea09ed8: Pulling fs layer [2020-07-08T18:09:12.953Z] 138eaada9080: Pulling fs layer [2020-07-08T18:09:12.953Z] 0622d0fa9048: Pulling fs layer [2020-07-08T18:09:12.953Z] 444b2fc9a129: Waiting [2020-07-08T18:09:12.953Z] ea15f1150254: Waiting [2020-07-08T18:09:12.953Z] 41b27a9f41bf: Waiting [2020-07-08T18:09:12.953Z] 28c525ee5125: Waiting [2020-07-08T18:09:12.953Z] 138eaada9080: Waiting [2020-07-08T18:09:12.953Z] 094b1ea09ed8: Waiting [2020-07-08T18:09:12.953Z] 0622d0fa9048: Waiting [2020-07-08T18:09:12.953Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-08T18:09:12.953Z] 2cc5ad85d9ab: Download complete [2020-07-08T18:09:12.953Z] 444b2fc9a129: Verifying Checksum [2020-07-08T18:09:12.953Z] 444b2fc9a129: Download complete [2020-07-08T18:09:13.255Z] c9b1b535fdd9: Verifying Checksum [2020-07-08T18:09:13.255Z] c9b1b535fdd9: Download complete [2020-07-08T18:09:13.627Z] ea15f1150254: Verifying Checksum [2020-07-08T18:09:13.627Z] ea15f1150254: Download complete [2020-07-08T18:09:13.627Z] 28c525ee5125: Verifying Checksum [2020-07-08T18:09:13.627Z] 28c525ee5125: Download complete [2020-07-08T18:09:14.310Z] 756a868c4378: Verifying Checksum [2020-07-08T18:09:14.310Z] 756a868c4378: Download complete [2020-07-08T18:09:14.603Z] c9b1b535fdd9: Pull complete [2020-07-08T18:09:14.603Z] 094b1ea09ed8: Verifying Checksum [2020-07-08T18:09:14.603Z] 094b1ea09ed8: Download complete [2020-07-08T18:09:14.603Z] 0622d0fa9048: Verifying Checksum [2020-07-08T18:09:14.603Z] 0622d0fa9048: Download complete [2020-07-08T18:09:14.603Z] 138eaada9080: Verifying Checksum [2020-07-08T18:09:14.603Z] 138eaada9080: Download complete [2020-07-08T18:09:15.634Z] 41b27a9f41bf: Verifying Checksum [2020-07-08T18:09:15.634Z] 41b27a9f41bf: Download complete [2020-07-08T18:09:15.634Z] 2cc5ad85d9ab: Pull complete [2020-07-08T18:09:17.574Z] 756a868c4378: Pull complete [2020-07-08T18:09:17.574Z] 444b2fc9a129: Pull complete [2020-07-08T18:09:17.839Z] ea15f1150254: Pull complete [2020-07-08T18:09:23.197Z] 41b27a9f41bf: Pull complete [2020-07-08T18:09:23.197Z] 28c525ee5125: Pull complete [2020-07-08T18:09:26.543Z] 094b1ea09ed8: Pull complete [2020-07-08T18:09:26.834Z] 138eaada9080: Pull complete [2020-07-08T18:09:27.097Z] 0622d0fa9048: Pull complete [2020-07-08T18:09:27.097Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-08T18:09:27.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-08T18:09:27.097Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-08T18:09:27.824Z] prd-centos7-docker-4c-2g-5581 does not seem to be running inside a container [2020-07-08T18:09:27.897Z] $ 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-07-08T18:09:31.990Z] $ docker top a03a4ded4dc1524dc03cfd76a0c4590db031d89c24c93dfb57647581205b919a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-08T18:09:32.218Z] provisioning config files... [2020-07-08T18:09:32.237Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2241489484108239392tmp [Pipeline] { [Pipeline] echo [2020-07-08T18:09:32.270Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-08T18:09:32.577Z] ---> create-netrc.sh [Pipeline] echo [2020-07-08T18:09:32.597Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-08T18:09:32.917Z] ---> logs-deploy.sh [2020-07-08T18:09:32.917Z] + ARCHIVE_ARTIFACTS= [2020-07-08T18:09:32.917Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-08T18:09:32.917Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-08T18:09:32.917Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-08T18:09:32.917Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/34 [2020-07-08T18:09:32.917Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/34/ [2020-07-08T18:09:32.917Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/34 /w/workspace/_app-service-configurable_master [2020-07-08T18:09:34.862Z] Archives upload complete. [2020-07-08T18:09:34.862Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/34 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/34/