Pull request #91 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 86a2fe199c4ae745eaf64e78f31cf2436de07598+1b13e715b98d4114ea892088ead3eb0f32f416a1 (3608c253f358edaef5bc8d7b903c8afb2cdb46aa) 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-5569 in /w/workspace/y_app-service-configurable_PR-91 [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/y_app-service-configurable_PR-91 # 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/pull/91/head:refs/remotes/origin/PR-91 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1b13e715b98d4114ea892088ead3eb0f32f416a1 into PR head commit 86a2fe199c4ae745eaf64e78f31cf2436de07598 Merge succeeded, producing 86a2fe199c4ae745eaf64e78f31cf2436de07598 Checking out Revision 86a2fe199c4ae745eaf64e78f31cf2436de07598 (PR-91) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/91/head:refs/remotes/origin/PR-91 # 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/pull/91/head:refs/remotes/origin/PR-91 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86a2fe199c4ae745eaf64e78f31cf2436de07598 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 86a2fe199c4ae745eaf64e78f31cf2436de07598 # timeout=10 Commit message: "Merge branch 'master' into NoClientMonitor" First time build. Skipping changelog. > git rev-list --no-walk 4d194f1edaf7f3da9d6a121664fac3faa72cdb80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-08T15:32:29.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-08T15:32:29.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-08T15:32:29.638Z] ========================================================= [2020-07-08T15:32:29.638Z] EdgeX Global Pipelines Version Info [2020-07-08T15:32:29.638Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-08T15:32:32.069Z] ------------------- [2020-07-08T15:32:32.069Z] stable info: [2020-07-08T15:32:32.069Z] ------------------- [2020-07-08T15:32:32.069Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-08T15:32:32.069Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-08T15:32:32.069Z] Message: update stable to v1.0.89 [2020-07-08T15:32:32.640Z] ------------------- [2020-07-08T15:32:32.640Z] experimental info: [2020-07-08T15:32:32.640Z] ------------------- [2020-07-08T15:32:32.640Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-08T15:32:32.640Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-08T15:32:32.640Z] 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-08T15:32:34.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-08T15:32:34.103Z] [2020-07-08T15:32:34.103Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:32:34.458Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-08T15:32:34.458Z] latest: Pulling from edgex-devops/git-semver [2020-07-08T15:32:34.458Z] 9123ac7c32f7: Pulling fs layer [2020-07-08T15:32:34.458Z] b8cc5d1170e3: Pulling fs layer [2020-07-08T15:32:34.458Z] 2924cbbf6a41: Pulling fs layer [2020-07-08T15:32:34.458Z] 93b08a4f1073: Pulling fs layer [2020-07-08T15:32:34.458Z] 93b08a4f1073: Waiting [2020-07-08T15:32:34.458Z] b8cc5d1170e3: Download complete [2020-07-08T15:32:34.458Z] 9123ac7c32f7: Verifying Checksum [2020-07-08T15:32:34.458Z] 9123ac7c32f7: Download complete [2020-07-08T15:32:34.722Z] 93b08a4f1073: Verifying Checksum [2020-07-08T15:32:34.722Z] 93b08a4f1073: Download complete [2020-07-08T15:32:34.722Z] 2924cbbf6a41: Verifying Checksum [2020-07-08T15:32:34.722Z] 2924cbbf6a41: Download complete [2020-07-08T15:32:34.982Z] 9123ac7c32f7: Pull complete [2020-07-08T15:32:34.982Z] b8cc5d1170e3: Pull complete [2020-07-08T15:32:35.932Z] 2924cbbf6a41: Pull complete [2020-07-08T15:32:35.932Z] 93b08a4f1073: Pull complete [2020-07-08T15:32:35.932Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-08T15:32:35.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-08T15:32:35.932Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-08T15:32:36.035Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-07-08T15:32:36.077Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_PR-91 -v /w/workspace/y_app-service-configurable_PR-91:/w/workspace/y_app-service-configurable_PR-91:rw,z -v /w/workspace/y_app-service-configurable_PR-91@tmp:/w/workspace/y_app-service-configurable_PR-91@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-08T15:32:38.088Z] $ docker top b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-08T15:32:38.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-08T15:32:38.259Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-08T15:32:38.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-08T15:32:38.464Z] $ docker exec b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 ssh-agent [2020-07-08T15:32:38.620Z] SSH_AUTH_SOCK=/tmp/ssh-4ZgqmnEmIt2T/agent.12 [2020-07-08T15:32:38.620Z] SSH_AGENT_PID=18 [2020-07-08T15:32:38.630Z] Running ssh-add (command line suppressed) [2020-07-08T15:32:38.749Z] Identity added: /w/workspace/y_app-service-configurable_PR-91@tmp/private_key_5143868006888574315.key (/w/workspace/y_app-service-configurable_PR-91@tmp/private_key_5143868006888574315.key) [2020-07-08T15:32:38.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-08T15:32:39.101Z] + git describe --exact-match --tags HEAD [2020-07-08T15:32:39.101Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-08T15:32:39.154Z] $ docker exec --env ******** --env ******** b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 ssh-agent -k [2020-07-08T15:32:39.279Z] unset SSH_AUTH_SOCK; [2020-07-08T15:32:39.279Z] unset SSH_AGENT_PID; [2020-07-08T15:32:39.279Z] echo Agent pid 18 killed; [2020-07-08T15:32:39.321Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-08T15:32:39.359Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-08T15:32:39.359Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-08T15:32:39.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-08T15:32:39.403Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-08T15:32:39.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-08T15:32:39.561Z] $ docker exec b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 ssh-agent [2020-07-08T15:32:39.713Z] SSH_AUTH_SOCK=/tmp/ssh-S800D8PSSbiJ/agent.46 [2020-07-08T15:32:39.713Z] SSH_AGENT_PID=51 [2020-07-08T15:32:39.719Z] Running ssh-add (command line suppressed) [2020-07-08T15:32:39.831Z] Identity added: /w/workspace/y_app-service-configurable_PR-91@tmp/private_key_8934041351654798521.key (/w/workspace/y_app-service-configurable_PR-91@tmp/private_key_8934041351654798521.key) [2020-07-08T15:32:39.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-08T15:32:40.183Z] + git semver init [2020-07-08T15:32:40.183Z] # -> Open(): unable to determine branch for HEAD [2020-07-08T15:32:40.183Z] # $GIT_DIR = /w/workspace/y_app-service-configurable_PR-91/.git [2020-07-08T15:32:40.183Z] # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_PR-91 [2020-07-08T15:32:40.183Z] # $SEMVER_REMOTE_NAME = origin [2020-07-08T15:32:40.183Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-08T15:32:40.183Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-08T15:32:40.183Z] # $SEMVER_BRANCH = PR-91 [2020-07-08T15:32:40.183Z] # $SEMVER_TEMP = /tmp/semver-269160655 [2020-07-08T15:32:40.183Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-07-08T15:32:40.444Z] # '/tmp/semver-269160655' -> '/w/workspace/y_app-service-configurable_PR-91/.semver' [2020-07-08T15:32:40.444Z] # -> Force: false [2020-07-08T15:32:40.444Z] # $SEMVER_DIR = /w/workspace/y_app-service-configurable_PR-91/.semver [Pipeline] } [2020-07-08T15:32:40.456Z] $ docker exec --env ******** --env ******** b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 ssh-agent -k [2020-07-08T15:32:40.572Z] unset SSH_AUTH_SOCK; [2020-07-08T15:32:40.572Z] unset SSH_AGENT_PID; [2020-07-08T15:32:40.572Z] echo Agent pid 51 killed; [2020-07-08T15:32:40.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-08T15:32:40.974Z] + git semver [Pipeline] } [2020-07-08T15:32:40.988Z] $ docker stop --time=1 b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 [2020-07-08T15:32:42.424Z] $ docker rm -f b9efccc021776fae1f4b2ae5d7abe6785839b03e184dacfe454a35f453e89068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-08T15:32:42.982Z] Stashed 56 file(s) [Pipeline] echo [2020-07-08T15:32:42.985Z] [edgeXSemver] initialized semver on version 0.0.0 [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-08T15:32:58.158Z] Still waiting to schedule task [2020-07-08T15:32:58.158Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5569’ [2020-07-08T15:32:58.161Z] Still waiting to schedule task [2020-07-08T15:32:58.161Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ is offline [2020-07-08T15:34:40.095Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5570 in /w/workspace/y_app-service-configurable_PR-91 [Pipeline] { [Pipeline] ws [2020-07-08T15:34:40.119Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2020-07-08T15:34:45.034Z] using credential edgex-jenkins-ssh [2020-07-08T15:34:45.069Z] Cloning the remote Git repository [2020-07-08T15:34:45.069Z] Cloning with configured refspecs honoured and without tags [2020-07-08T15:34:45.142Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T15:34:45.259Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2020-07-08T15:34:45.328Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T15:34:45.337Z] > git --version # timeout=10 [2020-07-08T15:34:46.132Z] Fetching without tags [2020-07-08T15:34:45.354Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T15:34:45.438Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/91/head:refs/remotes/origin/PR-91 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T15:34:46.048Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T15:34:46.068Z] > git config --add remote.origin.fetch +refs/pull/91/head:refs/remotes/origin/PR-91 # timeout=10 [2020-07-08T15:34:46.081Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T15:34:46.115Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T15:34:46.146Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T15:34:46.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T15:34:46.159Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/91/head:refs/remotes/origin/PR-91 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T15:34:46.566Z] Merging remotes/origin/master commit 1b13e715b98d4114ea892088ead3eb0f32f416a1 into PR head commit 86a2fe199c4ae745eaf64e78f31cf2436de07598 [2020-07-08T15:34:46.791Z] Merge succeeded, producing 86a2fe199c4ae745eaf64e78f31cf2436de07598 [2020-07-08T15:34:46.792Z] Checking out Revision 86a2fe199c4ae745eaf64e78f31cf2436de07598 (PR-91) [2020-07-08T15:34:46.592Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T15:34:46.612Z] > git checkout -f 86a2fe199c4ae745eaf64e78f31cf2436de07598 # timeout=10 [2020-07-08T15:34:46.698Z] > git remote # timeout=10 [2020-07-08T15:34:46.716Z] > git config --get remote.origin.url # timeout=10 [2020-07-08T15:34:46.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T15:34:46.743Z] > git merge 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 [2020-07-08T15:34:46.771Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T15:34:46.801Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T15:34:46.814Z] > git checkout -f 86a2fe199c4ae745eaf64e78f31cf2436de07598 # timeout=10 [2020-07-08T15:34:51.445Z] Commit message: "Merge branch 'master' into NoClientMonitor" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-08T15:34:52.522Z] ========================================================= [2020-07-08T15:34:52.522Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-08T15:34:52.522Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:34:53.836Z] + 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-08T15:34:54.840Z] Sending build context to Docker daemon 328.2kB [2020-07-08T15:34:54.840Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-08T15:34:54.840Z] Step 2/8 : FROM ${BASE} [2020-07-08T15:34:55.118Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-08T15:34:55.118Z] cde5963f3b93: Pulling fs layer [2020-07-08T15:34:55.118Z] 2a23fa8c16f7: Pulling fs layer [2020-07-08T15:34:55.118Z] 777b28850792: Pulling fs layer [2020-07-08T15:34:55.118Z] 8a11ddd9e578: Pulling fs layer [2020-07-08T15:34:55.118Z] 4cf88f913ddb: Pulling fs layer [2020-07-08T15:34:55.118Z] 1df406cf5192: Pulling fs layer [2020-07-08T15:34:55.118Z] cd6300453558: Pulling fs layer [2020-07-08T15:34:55.118Z] b9c365052c96: Pulling fs layer [2020-07-08T15:34:55.118Z] a2d8cc88f415: Pulling fs layer [2020-07-08T15:34:55.118Z] ea1d1ca13537: Pulling fs layer [2020-07-08T15:34:55.118Z] 3750a50a1c5e: Pulling fs layer [2020-07-08T15:34:55.118Z] 8a11ddd9e578: Waiting [2020-07-08T15:34:55.118Z] 4cf88f913ddb: Waiting [2020-07-08T15:34:55.118Z] 1df406cf5192: Waiting [2020-07-08T15:34:55.118Z] cd6300453558: Waiting [2020-07-08T15:34:55.118Z] b9c365052c96: Waiting [2020-07-08T15:34:55.118Z] a2d8cc88f415: Waiting [2020-07-08T15:34:55.118Z] ea1d1ca13537: Waiting [2020-07-08T15:34:55.118Z] 3750a50a1c5e: Waiting [2020-07-08T15:34:55.118Z] 777b28850792: Verifying Checksum [2020-07-08T15:34:55.118Z] 777b28850792: Download complete [2020-07-08T15:34:55.118Z] 2a23fa8c16f7: Download complete [2020-07-08T15:34:55.118Z] 4cf88f913ddb: Verifying Checksum [2020-07-08T15:34:55.118Z] 4cf88f913ddb: Download complete [2020-07-08T15:34:55.395Z] 1df406cf5192: Verifying Checksum [2020-07-08T15:34:55.395Z] 1df406cf5192: Download complete [2020-07-08T15:34:55.395Z] cde5963f3b93: Verifying Checksum [2020-07-08T15:34:55.395Z] cde5963f3b93: Download complete [2020-07-08T15:34:56.392Z] cde5963f3b93: Pull complete [2020-07-08T15:34:56.671Z] 2a23fa8c16f7: Pull complete [2020-07-08T15:34:57.284Z] 777b28850792: Pull complete [2020-07-08T15:34:57.890Z] cd6300453558: Verifying Checksum [2020-07-08T15:34:57.890Z] cd6300453558: Download complete [2020-07-08T15:34:57.890Z] a2d8cc88f415: Verifying Checksum [2020-07-08T15:34:57.890Z] a2d8cc88f415: Download complete [2020-07-08T15:34:58.874Z] ea1d1ca13537: Verifying Checksum [2020-07-08T15:34:58.874Z] ea1d1ca13537: Download complete [2020-07-08T15:34:58.874Z] 3750a50a1c5e: Verifying Checksum [2020-07-08T15:34:58.874Z] 3750a50a1c5e: Download complete [2020-07-08T15:35:00.307Z] b9c365052c96: Verifying Checksum [2020-07-08T15:35:00.307Z] b9c365052c96: Download complete [2020-07-08T15:35:00.579Z] 8a11ddd9e578: Verifying Checksum [2020-07-08T15:35:00.579Z] 8a11ddd9e578: Download complete [2020-07-08T15:35:12.992Z] 8a11ddd9e578: Pull complete [2020-07-08T15:35:12.992Z] 4cf88f913ddb: Pull complete [2020-07-08T15:35:12.992Z] 1df406cf5192: Pull complete [2020-07-08T15:35:14.118Z] Running on prd-centos7-docker-4c-2g-5571 in /w/workspace/y_app-service-configurable_PR-91 [Pipeline] { [Pipeline] ws [2020-07-08T15:35:14.143Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2020-07-08T15:35:16.863Z] using credential edgex-jenkins-ssh [2020-07-08T15:35:16.889Z] Cloning the remote Git repository [2020-07-08T15:35:16.889Z] Cloning with configured refspecs honoured and without tags [2020-07-08T15:35:17.308Z] cd6300453558: Pull complete [2020-07-08T15:35:17.567Z] Fetching without tags [2020-07-08T15:35:16.909Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T15:35:16.987Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2020-07-08T15:35:17.031Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T15:35:17.031Z] > git --version # timeout=10 [2020-07-08T15:35:17.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T15:35:17.063Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/91/head:refs/remotes/origin/PR-91 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T15:35:17.533Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T15:35:17.541Z] > git config --add remote.origin.fetch +refs/pull/91/head:refs/remotes/origin/PR-91 # timeout=10 [2020-07-08T15:35:17.545Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T15:35:17.557Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-08T15:35:17.566Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-08T15:35:17.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T15:35:17.570Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/91/head:refs/remotes/origin/PR-91 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-08T15:35:17.956Z] Merging remotes/origin/master commit 1b13e715b98d4114ea892088ead3eb0f32f416a1 into PR head commit 86a2fe199c4ae745eaf64e78f31cf2436de07598 [2020-07-08T15:35:18.025Z] Merge succeeded, producing 86a2fe199c4ae745eaf64e78f31cf2436de07598 [2020-07-08T15:35:18.025Z] Checking out Revision 86a2fe199c4ae745eaf64e78f31cf2436de07598 (PR-91) [2020-07-08T15:35:17.959Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T15:35:17.964Z] > git checkout -f 86a2fe199c4ae745eaf64e78f31cf2436de07598 # timeout=10 [2020-07-08T15:35:17.992Z] > git remote # timeout=10 [2020-07-08T15:35:17.997Z] > git config --get remote.origin.url # timeout=10 [2020-07-08T15:35:18.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-08T15:35:18.006Z] > git merge 1b13e715b98d4114ea892088ead3eb0f32f416a1 # timeout=10 [2020-07-08T15:35:18.015Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-08T15:35:18.025Z] > git config core.sparsecheckout # timeout=10 [2020-07-08T15:35:18.030Z] > git checkout -f 86a2fe199c4ae745eaf64e78f31cf2436de07598 # timeout=10 [2020-07-08T15:35:21.634Z] b9c365052c96: Pull complete [2020-07-08T15:35:21.784Z] Commit message: "Merge branch 'master' into NoClientMonitor" [2020-07-08T15:35:21.924Z] a2d8cc88f415: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-08T15:35:22.440Z] ========================================================= [2020-07-08T15:35:22.440Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-08T15:35:22.440Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:35:23.021Z] + 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-08T15:35:23.602Z] Sending build context to Docker daemon 328.2kB [2020-07-08T15:35:23.602Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-08T15:35:23.602Z] Step 2/8 : FROM ${BASE} [2020-07-08T15:35:23.602Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-08T15:35:23.602Z] e6b0cf9c0882: Pulling fs layer [2020-07-08T15:35:23.602Z] 2848faf0eed1: Pulling fs layer [2020-07-08T15:35:23.602Z] 0f37312ad70f: Pulling fs layer [2020-07-08T15:35:23.602Z] 5788d62ee057: Pulling fs layer [2020-07-08T15:35:23.602Z] 0e6b1d234666: Pulling fs layer [2020-07-08T15:35:23.602Z] bf5d7aec512f: Pulling fs layer [2020-07-08T15:35:23.602Z] 34c802a77dc8: Pulling fs layer [2020-07-08T15:35:23.602Z] 9eb99e56ec68: Pulling fs layer [2020-07-08T15:35:23.602Z] 27c7a5d97fbd: Pulling fs layer [2020-07-08T15:35:23.602Z] 5c102a31e300: Pulling fs layer [2020-07-08T15:35:23.602Z] dcfb455df0a1: Pulling fs layer [2020-07-08T15:35:23.602Z] 34c802a77dc8: Waiting [2020-07-08T15:35:23.602Z] 5c102a31e300: Waiting [2020-07-08T15:35:23.602Z] 9eb99e56ec68: Waiting [2020-07-08T15:35:23.602Z] 27c7a5d97fbd: Waiting [2020-07-08T15:35:23.602Z] dcfb455df0a1: Waiting [2020-07-08T15:35:23.602Z] 0e6b1d234666: Waiting [2020-07-08T15:35:23.602Z] 5788d62ee057: Waiting [2020-07-08T15:35:23.602Z] bf5d7aec512f: Waiting [2020-07-08T15:35:23.602Z] 0f37312ad70f: Download complete [2020-07-08T15:35:23.602Z] 2848faf0eed1: Verifying Checksum [2020-07-08T15:35:23.602Z] 2848faf0eed1: Download complete [2020-07-08T15:35:23.602Z] 0e6b1d234666: Verifying Checksum [2020-07-08T15:35:23.602Z] 0e6b1d234666: Download complete [2020-07-08T15:35:23.602Z] bf5d7aec512f: Verifying Checksum [2020-07-08T15:35:23.602Z] bf5d7aec512f: Download complete [2020-07-08T15:35:23.602Z] e6b0cf9c0882: Verifying Checksum [2020-07-08T15:35:23.602Z] e6b0cf9c0882: Download complete [2020-07-08T15:35:23.901Z] ea1d1ca13537: Pull complete [2020-07-08T15:35:24.180Z] 3750a50a1c5e: Pull complete [2020-07-08T15:35:24.180Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-08T15:35:24.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-08T15:35:24.180Z] ---> 78745c68409d [2020-07-08T15:35:24.180Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T15:35:24.199Z] e6b0cf9c0882: Pull complete [2020-07-08T15:35:24.473Z] 34c802a77dc8: Verifying Checksum [2020-07-08T15:35:24.473Z] 34c802a77dc8: Download complete [2020-07-08T15:35:24.473Z] 27c7a5d97fbd: Verifying Checksum [2020-07-08T15:35:24.473Z] 27c7a5d97fbd: Download complete [2020-07-08T15:35:25.050Z] 5788d62ee057: Verifying Checksum [2020-07-08T15:35:25.050Z] 5788d62ee057: Download complete [2020-07-08T15:35:25.050Z] 9eb99e56ec68: Verifying Checksum [2020-07-08T15:35:25.050Z] 9eb99e56ec68: Download complete [2020-07-08T15:35:25.050Z] 5c102a31e300: Verifying Checksum [2020-07-08T15:35:25.050Z] 5c102a31e300: Download complete [2020-07-08T15:35:25.050Z] dcfb455df0a1: Verifying Checksum [2020-07-08T15:35:25.050Z] dcfb455df0a1: Download complete [2020-07-08T15:35:25.991Z] 2848faf0eed1: Pull complete [2020-07-08T15:35:26.266Z] 0f37312ad70f: Pull complete [2020-07-08T15:35:29.597Z] ---> Running in 592c9e7ac06f [2020-07-08T15:35:29.597Z] Removing intermediate container 592c9e7ac06f [2020-07-08T15:35:29.597Z] ---> bbd6495b668b [2020-07-08T15:35:29.597Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T15:35:29.597Z] ---> Running in 33868eecce35 [2020-07-08T15:35:32.207Z] Removing intermediate container 33868eecce35 [2020-07-08T15:35:32.207Z] ---> 37380897b57b [2020-07-08T15:35:32.207Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-08T15:35:32.207Z] ---> Running in 92eccccb0edb [2020-07-08T15:35:32.902Z] 5788d62ee057: Pull complete [2020-07-08T15:35:32.902Z] 0e6b1d234666: Pull complete [2020-07-08T15:35:32.902Z] bf5d7aec512f: Pull complete [2020-07-08T15:35:33.658Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-08T15:35:34.254Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-08T15:35:34.847Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-07-08T15:35:34.847Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-08T15:35:34.847Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-07-08T15:35:35.122Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-08T15:35:35.122Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T15:35:35.122Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-08T15:35:35.395Z] Executing busybox-1.31.1-r8.trigger [2020-07-08T15:35:35.395Z] OK: 127 MiB in 45 packages [2020-07-08T15:35:36.836Z] Removing intermediate container 92eccccb0edb [2020-07-08T15:35:36.836Z] ---> 9bf036813e39 [2020-07-08T15:35:36.836Z] Step 6/8 : WORKDIR /app [2020-07-08T15:35:36.836Z] ---> Running in fea2b40e46b0 [2020-07-08T15:35:37.110Z] Removing intermediate container fea2b40e46b0 [2020-07-08T15:35:37.110Z] ---> 8f3cc2000621 [2020-07-08T15:35:37.110Z] Step 7/8 : COPY . . [2020-07-08T15:35:38.321Z] 34c802a77dc8: Pull complete [2020-07-08T15:35:38.540Z] ---> 633cf9c9ae7a [2020-07-08T15:35:38.540Z] Step 8/8 : RUN go mod download [2020-07-08T15:35:38.540Z] ---> Running in 96181f76d16a [2020-07-08T15:35:40.869Z] 9eb99e56ec68: Pull complete [2020-07-08T15:35:40.869Z] 27c7a5d97fbd: Pull complete [2020-07-08T15:35:41.812Z] 5c102a31e300: Pull complete [2020-07-08T15:35:41.812Z] dcfb455df0a1: Pull complete [2020-07-08T15:35:41.812Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-08T15:35:41.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-08T15:35:41.812Z] ---> 7c70fe431013 [2020-07-08T15:35:41.812Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T15:35:41.918Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:35:41.918Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:35:41.918Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-08T15:35:41.918Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:35:41.918Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-08T15:35:41.918Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-08T15:35:41.918Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:35:41.918Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-08T15:35:41.918Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:35:41.918Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:35:41.918Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:35:41.918Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:35:41.918Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:35:42.187Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:35:42.187Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:35:42.187Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:35:42.187Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:35:42.187Z] go: finding github.com/fatih/color v1.7.0 [2020-07-08T15:35:42.187Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-08T15:35:42.187Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:35:42.187Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T15:35:42.455Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:35:42.455Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:35:42.455Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T15:35:42.455Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-08T15:35:42.455Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T15:35:42.455Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:35:42.455Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-08T15:35:42.455Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-08T15:35:42.455Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T15:35:42.455Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T15:35:42.455Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-08T15:35:42.726Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-08T15:35:42.996Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:35:42.996Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-08T15:35:42.996Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-08T15:35:42.996Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-08T15:35:42.996Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T15:35:42.996Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-08T15:35:42.996Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-08T15:35:42.996Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-08T15:35:42.996Z] go: finding github.com/kr/pty v1.1.1 [2020-07-08T15:35:42.996Z] go: finding github.com/kr/text v0.1.0 [2020-07-08T15:35:42.996Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T15:35:43.273Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T15:35:43.273Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:35:43.273Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:35:43.544Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-08T15:35:43.544Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-08T15:35:43.544Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-08T15:35:43.544Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:35:43.544Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:35:43.544Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-08T15:35:43.544Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-08T15:35:43.544Z] go: finding github.com/posener/complete v1.1.1 [2020-07-08T15:35:43.544Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-08T15:35:43.544Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-08T15:35:43.544Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-08T15:35:43.544Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-08T15:35:43.723Z] ---> Running in a208bfe7c983 [2020-07-08T15:35:43.723Z] Removing intermediate container a208bfe7c983 [2020-07-08T15:35:43.723Z] ---> a35706a4fb1a [2020-07-08T15:35:43.723Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T15:35:43.723Z] ---> Running in e82d7e9f5bac [2020-07-08T15:35:43.815Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-08T15:35:43.815Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-08T15:35:43.815Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T15:35:43.815Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:35:43.815Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T15:35:43.815Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:35:43.815Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:35:43.815Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:35:43.815Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:35:43.815Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-08T15:35:43.815Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T15:35:44.090Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-08T15:35:44.090Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-08T15:35:44.090Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-08T15:35:44.090Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-08T15:35:44.090Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-08T15:35:44.090Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-08T15:35:44.090Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-08T15:35:44.666Z] Removing intermediate container e82d7e9f5bac [2020-07-08T15:35:44.666Z] ---> dcc3f55e487e [2020-07-08T15:35:44.666Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-08T15:35:44.666Z] ---> Running in 81e1f9b34386 [2020-07-08T15:35:45.616Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-08T15:35:46.186Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-08T15:35:46.446Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-07-08T15:35:46.446Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-08T15:35:46.446Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-07-08T15:35:46.706Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-08T15:35:46.706Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T15:35:46.706Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-08T15:35:46.974Z] Executing busybox-1.31.1-r8.trigger [2020-07-08T15:35:46.974Z] OK: 145 MiB in 45 packages [2020-07-08T15:35:47.543Z] Removing intermediate container 81e1f9b34386 [2020-07-08T15:35:47.543Z] ---> a7fa45daa761 [2020-07-08T15:35:47.543Z] Step 6/8 : WORKDIR /app [2020-07-08T15:35:47.543Z] ---> Running in 292d2288646d [2020-07-08T15:35:47.543Z] Removing intermediate container 292d2288646d [2020-07-08T15:35:47.543Z] ---> d2d7b7b7d9dc [2020-07-08T15:35:47.543Z] Step 7/8 : COPY . . [2020-07-08T15:35:48.484Z] ---> fa020e4e9c6a [2020-07-08T15:35:48.484Z] Step 8/8 : RUN go mod download [2020-07-08T15:35:48.484Z] ---> Running in 91f05d86316b [2020-07-08T15:35:51.028Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:35:51.028Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:35:51.028Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-08T15:35:51.028Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:35:51.028Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-08T15:35:51.028Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-08T15:35:51.028Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:35:51.028Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-08T15:35:51.028Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:35:51.288Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:35:51.288Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:35:51.288Z] go: finding github.com/fatih/color v1.7.0 [2020-07-08T15:35:51.288Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-08T15:35:51.288Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:35:51.288Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T15:35:51.548Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:35:51.548Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:35:51.548Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T15:35:51.548Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-08T15:35:51.548Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T15:35:51.548Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:35:51.548Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-08T15:35:51.548Z] go: finding github.com/google/go-cmp v0.4.0 [2020-07-08T15:35:51.548Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T15:35:51.548Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T15:35:51.548Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:35:51.548Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-08T15:35:51.548Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-08T15:35:51.807Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-08T15:35:52.067Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-08T15:35:52.067Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T15:35:52.067Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-08T15:35:52.067Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-08T15:35:52.067Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-08T15:35:52.067Z] go: finding github.com/kr/pty v1.1.1 [2020-07-08T15:35:52.067Z] go: finding github.com/kr/text v0.1.0 [2020-07-08T15:35:52.067Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-08T15:35:52.067Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-08T15:35:52.067Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-08T15:35:52.067Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-08T15:35:52.067Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:35:52.327Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:35:52.327Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-08T15:35:52.327Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-08T15:35:52.327Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-08T15:35:52.327Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:35:52.327Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:35:52.587Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-08T15:35:52.587Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-08T15:35:52.587Z] go: finding github.com/posener/complete v1.1.1 [2020-07-08T15:35:52.587Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-08T15:35:52.587Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-08T15:35:52.587Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-08T15:35:52.587Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-08T15:35:52.587Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-07-08T15:35:52.587Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-08T15:35:52.587Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T15:35:52.587Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:35:52.587Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T15:35:52.848Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:35:52.848Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:35:52.848Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:35:52.848Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:35:52.848Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-08T15:35:52.848Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T15:35:52.848Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-08T15:35:52.848Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-07-08T15:35:52.848Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-08T15:35:52.848Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-08T15:35:52.848Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-08T15:35:52.848Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-08T15:35:52.848Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-08T15:36:02.456Z] Removing intermediate container 96181f76d16a [2020-07-08T15:36:02.456Z] ---> 28d5c11ff3cd [2020-07-08T15:36:02.456Z] Successfully built 28d5c11ff3cd [2020-07-08T15:36:02.456Z] 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-08T15:36:02.997Z] + docker inspect -f . ci-base-image-arm64 [2020-07-08T15:36:02.997Z] . [Pipeline] withDockerContainer [2020-07-08T15:36:03.284Z] prd-ubuntu18.04-docker-arm64-4c-16g-5570 does not seem to be running inside a container [2020-07-08T15:36:03.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-08T15:36:05.269Z] $ docker top 272e4dfcf7952baa90cce47e4d3075ea3e0b4df9c9a00daede655d393ab8d7a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-08T15:36:06.633Z] + go version [2020-07-08T15:36:06.633Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-08T15:36:07.685Z] + make test [2020-07-08T15:36:07.685Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-08T15:36:07.797Z] Removing intermediate container 91f05d86316b [2020-07-08T15:36:07.797Z] ---> 549a4d47b5a5 [2020-07-08T15:36:07.797Z] Successfully built 549a4d47b5a5 [2020-07-08T15:36:07.797Z] 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-08T15:36:08.305Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-08T15:36:08.305Z] . [Pipeline] withDockerContainer [2020-07-08T15:36:08.448Z] prd-centos7-docker-4c-2g-5571 does not seem to be running inside a container [2020-07-08T15:36:08.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-08T15:36:09.096Z] $ docker top 8b59defc0d05c9b523daf1ed58b6343f10d75242002c61171df0ec8efca88fcd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-08T15:36:09.537Z] + go version [2020-07-08T15:36:09.537Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-08T15:36:09.837Z] + make test [2020-07-08T15:36:09.837Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-08T15:36:24.843Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-08T15:36:24.843Z] CGO_ENABLED=1 go vet ./... [2020-07-08T15:36:27.425Z] gofmt -l . [2020-07-08T15:36:27.425Z] [ "`gofmt -l .`" = "" ] [2020-07-08T15:36:27.425Z] ./bin/test-go-mod-tidy.sh [2020-07-08T15:36:27.686Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-08T15:36:28.260Z] Stashed 1 file(s) [Pipeline] } [2020-07-08T15:36:28.261Z] $ docker stop --time=1 8b59defc0d05c9b523daf1ed58b6343f10d75242002c61171df0ec8efca88fcd [2020-07-08T15:36:30.605Z] $ docker rm -f 8b59defc0d05c9b523daf1ed58b6343f10d75242002c61171df0ec8efca88fcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-08T15:36:32.568Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-08T15:36:32.863Z] + ls -al . [2020-07-08T15:36:32.864Z] total 96 [2020-07-08T15:36:32.864Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 8 15:36 . [2020-07-08T15:36:32.864Z] drwxrwxr-x. 4 jenkins jenkins 28 Jul 8 15:35 .. [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jul 8 15:35 Attribution.txt [2020-07-08T15:36:32.864Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 8 15:35 bin [2020-07-08T15:36:32.864Z] -rw-r--r--. 1 jenkins jenkins 10 Jul 8 15:36 coverage.out [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 180 Jul 8 15:35 docker-compose.debug.yml [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 8 15:35 docker-compose.yml [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jul 8 15:35 Dockerfile [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 966 Jul 8 15:35 Dockerfile.build [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 8 15:35 .dockerignore [2020-07-08T15:36:32.864Z] drwxrwxr-x. 8 jenkins jenkins 179 Jul 8 15:35 .git [2020-07-08T15:36:32.864Z] drwxrwxr-x. 2 jenkins jenkins 59 Jul 8 15:35 .github [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 93 Jul 8 15:35 .gitignore [2020-07-08T15:36:32.864Z] -rw-r--r--. 1 jenkins jenkins 132 Jul 8 15:36 go.mod [2020-07-08T15:36:32.864Z] -rw-r--r--. 1 jenkins jenkins 18984 Jul 8 15:36 go.sum [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 710 Jul 8 15:35 Jenkinsfile [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 8 15:35 LICENSE [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jul 8 15:35 main.go [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jul 8 15:35 makefile [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 481 Jul 8 15:35 README.md [2020-07-08T15:36:32.864Z] drwxrwxr-x. 10 jenkins jenkins 171 Jul 8 15:35 res [2020-07-08T15:36:32.864Z] drwxrwxr-x. 3 jenkins jenkins 45 Jul 8 15:35 .semver [2020-07-08T15:36:32.864Z] drwxrwxr-x. 4 jenkins jenkins 71 Jul 8 15:35 snap [2020-07-08T15:36:32.864Z] -rw-rw-r--. 1 jenkins jenkins 5 Jul 8 15:32 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:36:33.171Z] + 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=86a2fe199c4ae745eaf64e78f31cf2436de07598 --label arch=amd64 --label version=0.0.0 . [2020-07-08T15:36:33.171Z] Sending build context to Docker daemon 350.2kB [2020-07-08T15:36:33.171Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-08T15:36:33.171Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-08T15:36:33.171Z] ---> 549a4d47b5a5 [2020-07-08T15:36:33.171Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-08T15:36:33.748Z] ---> Running in d194f7016026 [2020-07-08T15:36:33.748Z] Removing intermediate container d194f7016026 [2020-07-08T15:36:33.748Z] ---> c2af3cff45a6 [2020-07-08T15:36:33.748Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-08T15:36:33.748Z] ---> Running in 9d6ccd575aa5 [2020-07-08T15:36:34.009Z] Removing intermediate container 9d6ccd575aa5 [2020-07-08T15:36:34.009Z] ---> 59487d83d314 [2020-07-08T15:36:34.009Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T15:36:34.009Z] ---> Running in be5fd2c66f36 [2020-07-08T15:36:34.270Z] Removing intermediate container be5fd2c66f36 [2020-07-08T15:36:34.270Z] ---> 9a3a943de4b2 [2020-07-08T15:36:34.270Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T15:36:34.270Z] ---> Running in d6171b98d25f [2020-07-08T15:36:35.216Z] Removing intermediate container d6171b98d25f [2020-07-08T15:36:35.216Z] ---> c3f84f6ec757 [2020-07-08T15:36:35.216Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-08T15:36:35.216Z] ---> Running in dcd86245aa12 [2020-07-08T15:36:35.477Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-08T15:36:36.051Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-08T15:36:36.624Z] OK: 145 MiB in 45 packages [2020-07-08T15:36:36.886Z] Removing intermediate container dcd86245aa12 [2020-07-08T15:36:36.886Z] ---> e68f11714b35 [2020-07-08T15:36:36.886Z] Step 8/26 : WORKDIR /app [2020-07-08T15:36:36.886Z] ---> Running in 5e30707ac88a [2020-07-08T15:36:37.147Z] Removing intermediate container 5e30707ac88a [2020-07-08T15:36:37.147Z] ---> 2500bb4f492a [2020-07-08T15:36:37.147Z] Step 9/26 : COPY go.mod . [2020-07-08T15:36:37.409Z] ---> 91f82d03fd11 [2020-07-08T15:36:37.409Z] Step 10/26 : RUN go mod download [2020-07-08T15:36:37.409Z] ---> Running in 6ad6fa8bb9e3 [2020-07-08T15:36:38.797Z] Removing intermediate container 6ad6fa8bb9e3 [2020-07-08T15:36:38.797Z] ---> 89b611f31eb8 [2020-07-08T15:36:38.797Z] Step 11/26 : COPY . . [2020-07-08T15:36:39.369Z] ---> deaa78ffd1d2 [2020-07-08T15:36:39.369Z] Step 12/26 : ARG MAKE="make build" [2020-07-08T15:36:39.369Z] ---> Running in 4596028d37e7 [2020-07-08T15:36:39.633Z] Removing intermediate container 4596028d37e7 [2020-07-08T15:36:39.633Z] ---> 810ce08d2983 [2020-07-08T15:36:39.633Z] Step 13/26 : RUN $MAKE [2020-07-08T15:36:39.633Z] ---> Running in 8104bbd7a85f [2020-07-08T15:36:39.911Z] 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=0.0.0" -o app-service-configurable [2020-07-08T15:36:54.680Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-08T15:36:54.680Z] CGO_ENABLED=1 go vet ./... [2020-07-08T15:36:58.143Z] Removing intermediate container 8104bbd7a85f [2020-07-08T15:36:58.143Z] ---> a224b8b0d34e [2020-07-08T15:36:58.143Z] Step 14/26 : FROM alpine:latest [2020-07-08T15:36:58.143Z] latest: Pulling from library/alpine [2020-07-08T15:36:58.143Z] df20fa9351a1: Pulling fs layer [2020-07-08T15:36:58.143Z] df20fa9351a1: Verifying Checksum [2020-07-08T15:36:58.143Z] df20fa9351a1: Download complete [2020-07-08T15:36:58.143Z] df20fa9351a1: Pull complete [2020-07-08T15:36:58.143Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-08T15:36:58.143Z] Status: Downloaded newer image for alpine:latest [2020-07-08T15:36:58.143Z] ---> a24bb4013296 [2020-07-08T15:36:58.143Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T15:36:58.143Z] ---> Running in 946605c5f84b [2020-07-08T15:36:58.403Z] Removing intermediate container 946605c5f84b [2020-07-08T15:36:58.403Z] ---> 97b8271aa9dc [2020-07-08T15:36:58.403Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-08T15:36:58.403Z] ---> Running in 553d1e668766 [2020-07-08T15:36:58.664Z] Removing intermediate container 553d1e668766 [2020-07-08T15:36:58.664Z] ---> 560c6082e079 [2020-07-08T15:36:58.664Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-08T15:36:58.664Z] ---> Running in 1fd3b9bea243 [2020-07-08T15:36:59.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-08T15:36:59.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-08T15:36:59.499Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-08T15:36:59.499Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-08T15:36:59.499Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-08T15:36:59.499Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-08T15:36:59.499Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T15:36:59.499Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-08T15:36:59.499Z] Executing busybox-1.31.1-r16.trigger [2020-07-08T15:36:59.499Z] Executing ca-certificates-20191127-r4.trigger [2020-07-08T15:36:59.499Z] OK: 9 MiB in 20 packages [2020-07-08T15:37:00.095Z] gofmt -l . [2020-07-08T15:37:00.095Z] [ "`gofmt -l .`" = "" ] [2020-07-08T15:37:00.095Z] ./bin/test-go-mod-tidy.sh [2020-07-08T15:37:00.451Z] Removing intermediate container 1fd3b9bea243 [2020-07-08T15:37:00.451Z] ---> a023b8970a53 [2020-07-08T15:37:00.451Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-08T15:37:00.712Z] ---> 2819d4fcbbef [2020-07-08T15:37:00.712Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-08T15:37:00.973Z] ---> 73c50f3a8a0e [2020-07-08T15:37:00.973Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-08T15:37:01.076Z] ./bin/test-attribution-txt.sh [2020-07-08T15:37:01.235Z] ---> a4f530957d01 [2020-07-08T15:37:01.235Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-08T15:37:01.817Z] ---> 987b09d5aa55 [2020-07-08T15:37:01.817Z] Step 22/26 : EXPOSE 48095 [Pipeline] stash [2020-07-08T15:37:02.066Z] Warning: overwriting stash ‘coverage-report’ [2020-07-08T15:37:02.084Z] ---> Running in 5a625c79f834 [2020-07-08T15:37:02.084Z] Removing intermediate container 5a625c79f834 [2020-07-08T15:37:02.084Z] ---> 58f8b3c21fe7 [2020-07-08T15:37:02.084Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-08T15:37:02.084Z] ---> Running in 9e1d0e25bf0b [2020-07-08T15:37:02.344Z] Removing intermediate container 9e1d0e25bf0b [2020-07-08T15:37:02.344Z] ---> da47de6f3cf0 [2020-07-08T15:37:02.344Z] Step 24/26 : LABEL arch=amd64 [2020-07-08T15:37:02.344Z] ---> Running in e647046fe347 [2020-07-08T15:37:02.429Z] Stashed 1 file(s) [Pipeline] } [2020-07-08T15:37:02.436Z] $ docker stop --time=1 272e4dfcf7952baa90cce47e4d3075ea3e0b4df9c9a00daede655d393ab8d7a9 [2020-07-08T15:37:02.606Z] Removing intermediate container e647046fe347 [2020-07-08T15:37:02.606Z] ---> 29dab53b5545 [2020-07-08T15:37:02.606Z] Step 25/26 : LABEL git_sha=86a2fe199c4ae745eaf64e78f31cf2436de07598 [2020-07-08T15:37:02.606Z] ---> Running in 0a742486e64f [2020-07-08T15:37:02.866Z] Removing intermediate container 0a742486e64f [2020-07-08T15:37:02.866Z] ---> 854da3eb77a6 [2020-07-08T15:37:02.866Z] Step 26/26 : LABEL version=0.0.0 [2020-07-08T15:37:02.866Z] ---> Running in 2140948bd3d5 [2020-07-08T15:37:02.866Z] Removing intermediate container 2140948bd3d5 [2020-07-08T15:37:02.866Z] ---> 281205fc06bc [2020-07-08T15:37:02.866Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-08T15:37:02.866Z] Successfully built 281205fc06bc [2020-07-08T15:37:02.866Z] Successfully tagged docker-app-service-configurable:latest [2020-07-08T15:37:04.747Z] $ docker rm -f 272e4dfcf7952baa90cce47e4d3075ea3e0b4df9c9a00daede655d393ab8d7a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [2020-07-08T15:37:05.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh [2020-07-08T15:37:06.277Z] + ls -al . [2020-07-08T15:37:06.277Z] total 124 [2020-07-08T15:37:06.277Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 15:37 . [2020-07-08T15:37:06.277Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 15:34 .. [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 8 15:34 .dockerignore [2020-07-08T15:37:06.277Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 8 15:34 .git [2020-07-08T15:37:06.277Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 15:34 .github [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 93 Jul 8 15:34 .gitignore [2020-07-08T15:37:06.277Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 8 15:34 .semver [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jul 8 15:34 Attribution.txt [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jul 8 15:34 Dockerfile [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 966 Jul 8 15:34 Dockerfile.build [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 710 Jul 8 15:34 Jenkinsfile [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 8 15:34 LICENSE [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 481 Jul 8 15:34 README.md [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 8 15:32 VERSION [2020-07-08T15:37:06.277Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 8 15:34 bin [2020-07-08T15:37:06.277Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 8 15:36 coverage.out [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 180 Jul 8 15:34 docker-compose.debug.yml [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 8 15:34 docker-compose.yml [2020-07-08T15:37:06.277Z] -rw-r--r-- 1 jenkins jenkins 132 Jul 8 15:37 go.mod [2020-07-08T15:37:06.277Z] -rw-r--r-- 1 jenkins jenkins 18984 Jul 8 15:37 go.sum [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jul 8 15:34 main.go [2020-07-08T15:37:06.277Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jul 8 15:34 makefile [2020-07-08T15:37:06.277Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 8 15:34 res [2020-07-08T15:37:06.277Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 8 15:34 snap [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:37:06.307Z] ++ find /w/workspace/app-service-configurable/2 [2020-07-08T15:37:06.307Z] ++ grep snapcraft.yaml [2020-07-08T15:37:06.307Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-08T15:37:06.396Z] provisioning config files... [2020-07-08T15:37:06.409Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config8830619537333299077tmp [Pipeline] { [Pipeline] sh [2020-07-08T15:37:06.619Z] + 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=86a2fe199c4ae745eaf64e78f31cf2436de07598 --label arch=arm64 --label version=0.0.0 . [2020-07-08T15:37:06.742Z] + cp /w/workspace/app-service-configurable/2@tmp/config8830619537333299077tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh [2020-07-08T15:37:06.890Z] Sending build context to Docker daemon 350.2kB [2020-07-08T15:37:07.037Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/2:/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-08T15:37:07.037Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-08T15:37:07.037Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-08T15:37:07.037Z] 5bed26d33875: Pulling fs layer [2020-07-08T15:37:07.037Z] f11b29a9c730: Pulling fs layer [2020-07-08T15:37:07.037Z] 930bda195c84: Pulling fs layer [2020-07-08T15:37:07.037Z] 78bf9a5ad49e: Pulling fs layer [2020-07-08T15:37:07.037Z] e5fbee5a4b0d: Pulling fs layer [2020-07-08T15:37:07.037Z] f452fca78f88: Pulling fs layer [2020-07-08T15:37:07.037Z] 7417ef92027a: Pulling fs layer [2020-07-08T15:37:07.037Z] 2af5c49d270b: Pulling fs layer [2020-07-08T15:37:07.037Z] df9c3bdbc40a: Pulling fs layer [2020-07-08T15:37:07.037Z] e5fbee5a4b0d: Waiting [2020-07-08T15:37:07.037Z] f452fca78f88: Waiting [2020-07-08T15:37:07.037Z] 7417ef92027a: Waiting [2020-07-08T15:37:07.037Z] 2af5c49d270b: Waiting [2020-07-08T15:37:07.037Z] df9c3bdbc40a: Waiting [2020-07-08T15:37:07.037Z] 78bf9a5ad49e: Waiting [2020-07-08T15:37:07.037Z] 930bda195c84: Verifying Checksum [2020-07-08T15:37:07.037Z] 930bda195c84: Download complete [2020-07-08T15:37:07.037Z] f11b29a9c730: Verifying Checksum [2020-07-08T15:37:07.037Z] f11b29a9c730: Download complete [2020-07-08T15:37:07.037Z] 78bf9a5ad49e: Verifying Checksum [2020-07-08T15:37:07.037Z] 78bf9a5ad49e: Download complete [2020-07-08T15:37:07.037Z] f452fca78f88: Download complete [2020-07-08T15:37:07.037Z] 7417ef92027a: Verifying Checksum [2020-07-08T15:37:07.037Z] 7417ef92027a: Download complete [2020-07-08T15:37:07.037Z] 2af5c49d270b: Download complete [2020-07-08T15:37:07.162Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-08T15:37:07.162Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-08T15:37:07.162Z] ---> 28d5c11ff3cd [2020-07-08T15:37:07.162Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-08T15:37:07.162Z] ---> Running in 7c1fde4c2c71 [2020-07-08T15:37:07.300Z] df9c3bdbc40a: Verifying Checksum [2020-07-08T15:37:07.300Z] df9c3bdbc40a: Download complete [2020-07-08T15:37:07.300Z] 5bed26d33875: Verifying Checksum [2020-07-08T15:37:07.300Z] 5bed26d33875: Download complete [2020-07-08T15:37:07.756Z] Removing intermediate container 7c1fde4c2c71 [2020-07-08T15:37:07.756Z] ---> d2d34f84000d [2020-07-08T15:37:07.756Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-08T15:37:08.032Z] ---> Running in c033b756fc3a [2020-07-08T15:37:08.304Z] Removing intermediate container c033b756fc3a [2020-07-08T15:37:08.304Z] ---> 127577c35ce8 [2020-07-08T15:37:08.304Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T15:37:08.575Z] ---> Running in 256378fc3993 [2020-07-08T15:37:08.846Z] Removing intermediate container 256378fc3993 [2020-07-08T15:37:08.846Z] ---> c00a5fac33e7 [2020-07-08T15:37:08.846Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-08T15:37:09.119Z] ---> Running in 05bc3637a33d [2020-07-08T15:37:10.613Z] e5fbee5a4b0d: Verifying Checksum [2020-07-08T15:37:10.613Z] e5fbee5a4b0d: Download complete [2020-07-08T15:37:10.875Z] 5bed26d33875: Pull complete [2020-07-08T15:37:11.135Z] f11b29a9c730: Pull complete [2020-07-08T15:37:11.135Z] 930bda195c84: Pull complete [2020-07-08T15:37:11.395Z] 78bf9a5ad49e: Pull complete [2020-07-08T15:37:11.737Z] Removing intermediate container 05bc3637a33d [2020-07-08T15:37:11.737Z] ---> 649613f3cb3a [2020-07-08T15:37:11.737Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-08T15:37:11.737Z] ---> Running in 94eda82abeff [2020-07-08T15:37:13.165Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-08T15:37:13.757Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-08T15:37:14.353Z] OK: 127 MiB in 45 packages [2020-07-08T15:37:15.326Z] Removing intermediate container 94eda82abeff [2020-07-08T15:37:15.326Z] ---> 428d3a0c1c7a [2020-07-08T15:37:15.326Z] Step 8/26 : WORKDIR /app [2020-07-08T15:37:15.599Z] ---> Running in f5e3131274ae [2020-07-08T15:37:15.872Z] Removing intermediate container f5e3131274ae [2020-07-08T15:37:15.872Z] ---> 93f493ad53ab [2020-07-08T15:37:15.872Z] Step 9/26 : COPY go.mod . [2020-07-08T15:37:16.849Z] ---> 89d25da0bb4b [2020-07-08T15:37:16.849Z] Step 10/26 : RUN go mod download [2020-07-08T15:37:16.849Z] ---> Running in e767de6560ed [2020-07-08T15:37:19.479Z] Removing intermediate container e767de6560ed [2020-07-08T15:37:19.479Z] ---> 68f1e99e7c55 [2020-07-08T15:37:19.479Z] Step 11/26 : COPY . . [2020-07-08T15:37:20.457Z] ---> 594fb92cd547 [2020-07-08T15:37:20.457Z] Step 12/26 : ARG MAKE="make build" [2020-07-08T15:37:20.457Z] ---> Running in 8316ac25fff5 [2020-07-08T15:37:21.050Z] Removing intermediate container 8316ac25fff5 [2020-07-08T15:37:21.050Z] ---> 80b2854e3bb1 [2020-07-08T15:37:21.050Z] Step 13/26 : RUN $MAKE [2020-07-08T15:37:21.050Z] ---> Running in 1f500a373b3c [2020-07-08T15:37:22.479Z] 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=0.0.0" -o app-service-configurable [2020-07-08T15:37:33.389Z] e5fbee5a4b0d: Pull complete [2020-07-08T15:37:33.389Z] f452fca78f88: Pull complete [2020-07-08T15:37:33.389Z] 7417ef92027a: Pull complete [2020-07-08T15:37:33.389Z] 2af5c49d270b: Pull complete [2020-07-08T15:37:33.389Z] df9c3bdbc40a: Pull complete [2020-07-08T15:37:33.389Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-07-08T15:37:33.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-08T15:37:33.960Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-08T15:37:33.960Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-08T15:37:33.960Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-08T15:37:34.220Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-08T15:37:34.481Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] [2020-07-08T15:37:34.481Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-08T15:37:34.481Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] [2020-07-08T15:37:34.481Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] [2020-07-08T15:37:34.481Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] [2020-07-08T15:37:34.742Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-08T15:37:34.742Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [102 kB] [2020-07-08T15:37:34.742Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1302 kB] [2020-07-08T15:37:35.005Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-07-08T15:37:35.005Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-08T15:37:35.266Z] Fetched 5062 kB in 2s (3314 kB/s) [2020-07-08T15:37:36.653Z] Reading package lists... [2020-07-08T15:37:38.575Z] 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-08T15:37:38.575Z] - README.md [2020-07-08T15:37:38.575Z] [2020-07-08T15:37:38.575Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-08T15:37:40.487Z] 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-08T15:37:41.883Z] Reading package lists... [2020-07-08T15:37:42.143Z] Building dependency tree... [2020-07-08T15:37:42.143Z] Reading state information... [2020-07-08T15:37:42.404Z] The following packages were automatically installed and are no longer required: [2020-07-08T15:37:42.404Z] libjq1 liblzo2-2 libonig4 [2020-07-08T15:37:42.404Z] Use 'sudo apt autoremove' to remove them. [2020-07-08T15:37:42.404Z] Suggested packages: [2020-07-08T15:37:42.404Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-07-08T15:37:42.404Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-07-08T15:37:42.404Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-07-08T15:37:42.404Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-07-08T15:37:42.404Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-07-08T15:37:42.404Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-07-08T15:37:42.404Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-07-08T15:37:42.404Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc locales bzr [2020-07-08T15:37:42.404Z] gdbm-l10n libstdc++-7-doc make-doc man-browser keychain libpam-ssh [2020-07-08T15:37:42.404Z] monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-08T15:37:42.404Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-07-08T15:37:42.665Z] The following NEW packages will be installed: [2020-07-08T15:37:42.665Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-07-08T15:37:42.665Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-07-08T15:37:42.665Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-07-08T15:37:42.665Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-07-08T15:37:42.665Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-07-08T15:37:42.665Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-07-08T15:37:42.665Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-07-08T15:37:42.665Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-07-08T15:37:42.665Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-07-08T15:37:42.665Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-07-08T15:37:42.665Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-07-08T15:37:42.665Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-07-08T15:37:42.665Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-07-08T15:37:42.665Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-07-08T15:37:42.665Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-07-08T15:37:42.665Z] The following packages will be upgraded: [2020-07-08T15:37:42.665Z] libc6 libcurl4 [2020-07-08T15:37:42.925Z] 2 upgraded, 98 newly installed, 0 to remove and 14 not upgraded. [2020-07-08T15:37:42.925Z] Need to get 76.0 MB of archives. [2020-07-08T15:37:42.925Z] After this operation, 309 MB of additional disk space will be used. [2020-07-08T15:37:42.925Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.2 [2827 kB] [2020-07-08T15:37:43.866Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-07-08T15:37:43.866Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B] [2020-07-08T15:37:43.866Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-07-08T15:37:43.866Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-07-08T15:37:43.866Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-07-08T15:37:43.866Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-07-08T15:37:43.866Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-07-08T15:37:43.866Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-07-08T15:37:43.866Z] 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-08T15:37:43.866Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-08T15:37:43.866Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-08T15:37:43.866Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-08T15:37:43.866Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-08T15:37:43.866Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-08T15:37:43.866Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-07-08T15:37:43.866Z] 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-08T15:37:44.126Z] 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-08T15:37:44.126Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-07-08T15:37:44.387Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-07-08T15:37:44.387Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-07-08T15:37:44.387Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-07-08T15:37:44.387Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-08T15:37:44.387Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-07-08T15:37:44.387Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-07-08T15:37:44.387Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-07-08T15:37:44.387Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-07-08T15:37:44.387Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-07-08T15:37:44.387Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-07-08T15:37:44.387Z] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-07-08T15:37:44.647Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-07-08T15:37:44.647Z] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-07-08T15:37:44.647Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-08T15:37:44.647Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-07-08T15:37:44.647Z] 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-08T15:37:44.913Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-07-08T15:37:44.913Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-07-08T15:37:44.913Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-109.110 [997 kB] [2020-07-08T15:37:44.913Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-07-08T15:37:44.913Z] 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-08T15:37:44.913Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-07-08T15:37:44.913Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-07-08T15:37:44.913Z] Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-07-08T15:37:44.913Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-07-08T15:37:45.485Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-08T15:37:45.485Z] 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-08T15:37:45.485Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-07-08T15:37:45.485Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-07-08T15:37:45.485Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-07-08T15:37:45.485Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-07-08T15:37:45.485Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-07-08T15:37:45.485Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-07-08T15:37:45.485Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-07-08T15:37:45.485Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-07-08T15:37:45.485Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-07-08T15:37:45.485Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-07-08T15:37:45.485Z] 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-08T15:37:45.485Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-07-08T15:37:46.056Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-07-08T15:37:46.056Z] 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-08T15:37:46.056Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-07-08T15:37:46.317Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-07-08T15:37:46.318Z] Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-08T15:37:46.318Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-08T15:37:46.318Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-08T15:37:46.318Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-08T15:37:46.578Z] Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-07-08T15:37:46.578Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.9 [214 kB] [2020-07-08T15:37:46.578Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-08T15:37:46.578Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-07-08T15:37:46.578Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-07-08T15:37:46.578Z] Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-07-08T15:37:46.578Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-07-08T15:37:46.578Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-07-08T15:37:46.578Z] Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-07-08T15:37:46.578Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-07-08T15:37:46.578Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-08T15:37:46.578Z] Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-08T15:37:46.578Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-08T15:37:46.578Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-08T15:37:46.841Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-07-08T15:37:46.841Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-07-08T15:37:46.841Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-07-08T15:37:46.841Z] Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-07-08T15:37:46.841Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-07-08T15:37:46.841Z] 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-08T15:37:46.841Z] 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-08T15:37:46.841Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-07-08T15:37:46.841Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-07-08T15:37:46.841Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-08T15:37:46.841Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-07-08T15:37:46.841Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-08T15:37:46.841Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-07-08T15:37:46.841Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-07-08T15:37:47.103Z] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-07-08T15:37:47.103Z] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-07-08T15:37:47.103Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-07-08T15:37:47.103Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-07-08T15:37:47.103Z] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-07-08T15:37:47.103Z] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-07-08T15:37:47.683Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T15:37:47.683Z] Fetched 76.0 MB in 4s (17.1 MB/s) [2020-07-08T15:37:47.944Z] (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-08T15:37:47.944Z] Preparing to unpack .../libc6_2.27-3ubuntu1.2_amd64.deb ... [2020-07-08T15:37:48.205Z] Unpacking libc6:amd64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [2020-07-08T15:37:51.528Z] Setting up libc6:amd64 (2.27-3ubuntu1.2) ... [2020-07-08T15:37:52.910Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-08T15:37:52.910Z] (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-08T15:37:52.910Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-07-08T15:37:52.910Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T15:37:52.910Z] Selecting previously unselected package libxau6:amd64. [2020-07-08T15:37:52.910Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ... [2020-07-08T15:37:52.910Z] Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ... [2020-07-08T15:37:52.910Z] Selecting previously unselected package libbsd0:amd64. [2020-07-08T15:37:52.910Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-07-08T15:37:52.910Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-07-08T15:37:52.910Z] Selecting previously unselected package libxdmcp6:amd64. [2020-07-08T15:37:52.910Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-07-08T15:37:52.910Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-07-08T15:37:53.171Z] Selecting previously unselected package libxcb1:amd64. [2020-07-08T15:37:53.171Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-07-08T15:37:53.171Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-07-08T15:37:53.171Z] Selecting previously unselected package libx11-data. [2020-07-08T15:37:53.171Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-07-08T15:37:53.171Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:37:53.741Z] Selecting previously unselected package libx11-6:amd64. [2020-07-08T15:37:53.741Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-07-08T15:37:53.741Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:37:54.002Z] Selecting previously unselected package libxext6:amd64. [2020-07-08T15:37:54.002Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-07-08T15:37:54.002Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-07-08T15:37:54.002Z] Selecting previously unselected package perl-modules-5.26. [2020-07-08T15:37:54.002Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-08T15:37:54.002Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:37:57.305Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-08T15:37:57.305Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-08T15:37:57.305Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-08T15:37:57.305Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-08T15:37:57.305Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-08T15:37:57.305Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-08T15:37:57.305Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-08T15:37:57.305Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-08T15:37:57.305Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:37:58.688Z] Selecting previously unselected package perl. [2020-07-08T15:37:58.688Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-08T15:37:58.948Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-08T15:37:58.948Z] Selecting previously unselected package less. [2020-07-08T15:37:58.948Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-07-08T15:37:58.948Z] Unpacking less (487-0.1) ... [2020-07-08T15:37:58.948Z] Selecting previously unselected package libexpat1:amd64. [2020-07-08T15:37:58.948Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-07-08T15:37:59.209Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-07-08T15:37:59.209Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-07-08T15:37:59.209Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-07-08T15:37:59.209Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:37:59.470Z] Selecting previously unselected package libglib2.0-data. [2020-07-08T15:37:59.470Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-07-08T15:37:59.470Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:37:59.470Z] Selecting previously unselected package libicu60:amd64. [2020-07-08T15:37:59.470Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-07-08T15:37:59.470Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-07-08T15:38:00.411Z] Selecting previously unselected package readline-common. [2020-07-08T15:38:00.411Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-07-08T15:38:00.411Z] Unpacking readline-common (7.0-3) ... [2020-07-08T15:38:00.411Z] Selecting previously unselected package libreadline7:amd64. [2020-07-08T15:38:00.411Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-07-08T15:38:00.411Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-07-08T15:38:00.411Z] Selecting previously unselected package libxml2:amd64. [2020-07-08T15:38:00.411Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-07-08T15:38:00.671Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T15:38:00.671Z] Selecting previously unselected package netbase. [2020-07-08T15:38:00.672Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-07-08T15:38:00.672Z] Unpacking netbase (5.4) ... [2020-07-08T15:38:00.672Z] Selecting previously unselected package shared-mime-info. [2020-07-08T15:38:00.672Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-07-08T15:38:00.672Z] Unpacking shared-mime-info (1.9-2) ... [2020-07-08T15:38:00.932Z] Selecting previously unselected package xdg-user-dirs. [2020-07-08T15:38:00.932Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-07-08T15:38:00.932Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T15:38:01.192Z] Selecting previously unselected package xz-utils. [2020-07-08T15:38:01.192Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-07-08T15:38:01.192Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-07-08T15:38:01.192Z] Selecting previously unselected package libedit2:amd64. [2020-07-08T15:38:01.192Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-07-08T15:38:01.192Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-07-08T15:38:01.192Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-07-08T15:38:01.192Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-07-08T15:38:01.454Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T15:38:01.454Z] Selecting previously unselected package libxmuu1:amd64. [2020-07-08T15:38:01.454Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-07-08T15:38:01.454Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-07-08T15:38:01.715Z] Selecting previously unselected package manpages. [2020-07-08T15:38:01.715Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-07-08T15:38:01.715Z] Unpacking manpages (4.15-1) ... [2020-07-08T15:38:01.715Z] Selecting previously unselected package openssh-client. [2020-07-08T15:38:01.715Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-07-08T15:38:01.715Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T15:38:02.285Z] Selecting previously unselected package xauth. [2020-07-08T15:38:02.285Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-07-08T15:38:02.285Z] Unpacking xauth (1:1.0.10-1) ... [2020-07-08T15:38:02.285Z] Selecting previously unselected package binutils-common:amd64. [2020-07-08T15:38:02.285Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T15:38:02.285Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:02.285Z] Selecting previously unselected package libbinutils:amd64. [2020-07-08T15:38:02.286Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T15:38:02.286Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:02.545Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-07-08T15:38:02.545Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T15:38:02.545Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:03.488Z] Selecting previously unselected package binutils. [2020-07-08T15:38:03.488Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-08T15:38:03.488Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:03.488Z] Selecting previously unselected package libc-dev-bin. [2020-07-08T15:38:03.488Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-07-08T15:38:03.488Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T15:38:03.488Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-07-08T15:38:03.488Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_amd64.deb ... [2020-07-08T15:38:03.488Z] Unpacking linux-libc-dev:amd64 (4.15.0-109.110) ... [2020-07-08T15:38:04.429Z] Selecting previously unselected package libc6-dev:amd64. [2020-07-08T15:38:04.429Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-07-08T15:38:04.429Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-08T15:38:06.342Z] Selecting previously unselected package gcc-7-base:amd64. [2020-07-08T15:38:06.342Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:06.342Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:06.342Z] Selecting previously unselected package libisl19:amd64. [2020-07-08T15:38:06.342Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-07-08T15:38:06.342Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-07-08T15:38:06.342Z] Selecting previously unselected package libmpfr6:amd64. [2020-07-08T15:38:06.342Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-07-08T15:38:06.342Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-07-08T15:38:06.342Z] Selecting previously unselected package libmpc3:amd64. [2020-07-08T15:38:06.342Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-07-08T15:38:06.342Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-07-08T15:38:06.342Z] Selecting previously unselected package cpp-7. [2020-07-08T15:38:06.342Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:06.342Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:07.284Z] Selecting previously unselected package cpp. [2020-07-08T15:38:07.284Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-08T15:38:07.284Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:38:07.284Z] Selecting previously unselected package libcc1-0:amd64. [2020-07-08T15:38:07.284Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:07.284Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:07.545Z] Selecting previously unselected package libgomp1:amd64. [2020-07-08T15:38:07.545Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:07.545Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:07.545Z] Selecting previously unselected package libitm1:amd64. [2020-07-08T15:38:07.545Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:07.545Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:07.805Z] Selecting previously unselected package libatomic1:amd64. [2020-07-08T15:38:07.805Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:07.805Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:07.805Z] Selecting previously unselected package libasan4:amd64. [2020-07-08T15:38:07.805Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:07.805Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:08.066Z] Selecting previously unselected package liblsan0:amd64. [2020-07-08T15:38:08.066Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.066Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:08.066Z] Selecting previously unselected package libtsan0:amd64. [2020-07-08T15:38:08.066Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.066Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:08.066Z] Selecting previously unselected package libubsan0:amd64. [2020-07-08T15:38:08.066Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.066Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:08.326Z] Selecting previously unselected package libcilkrts5:amd64. [2020-07-08T15:38:08.326Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.326Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:08.326Z] Selecting previously unselected package libmpx2:amd64. [2020-07-08T15:38:08.326Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.326Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:08.326Z] Selecting previously unselected package libquadmath0:amd64. [2020-07-08T15:38:08.326Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.326Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:08.594Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-07-08T15:38:08.594Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:08.594Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:09.164Z] Selecting previously unselected package gcc-7. [2020-07-08T15:38:09.164Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:09.164Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:09.471Z] Removing intermediate container 1f500a373b3c [2020-07-08T15:38:09.471Z] ---> f488f4082793 [2020-07-08T15:38:09.471Z] Step 14/26 : FROM alpine:latest [2020-07-08T15:38:09.471Z] latest: Pulling from library/alpine [2020-07-08T15:38:09.471Z] b538f80385f9: Pulling fs layer [2020-07-08T15:38:09.471Z] b538f80385f9: Verifying Checksum [2020-07-08T15:38:09.471Z] b538f80385f9: Download complete [2020-07-08T15:38:10.066Z] b538f80385f9: Pull complete [2020-07-08T15:38:10.066Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-08T15:38:10.066Z] Status: Downloaded newer image for alpine:latest [2020-07-08T15:38:10.066Z] ---> 62ee0e9f8440 [2020-07-08T15:38:10.066Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-08T15:38:10.105Z] Selecting previously unselected package gcc. [2020-07-08T15:38:10.105Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-08T15:38:10.105Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:38:10.105Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-07-08T15:38:10.105Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:10.105Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:10.338Z] ---> Running in 6cf6716d49c2 [2020-07-08T15:38:10.932Z] Removing intermediate container 6cf6716d49c2 [2020-07-08T15:38:10.932Z] ---> f81bd51ea7a9 [2020-07-08T15:38:10.932Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-08T15:38:10.932Z] ---> Running in 65433ab29c40 [2020-07-08T15:38:11.204Z] Removing intermediate container 65433ab29c40 [2020-07-08T15:38:11.204Z] ---> 503cbeec0356 [2020-07-08T15:38:11.204Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-08T15:38:11.477Z] ---> Running in 8d9fb083b334 [2020-07-08T15:38:12.015Z] Selecting previously unselected package g++-7. [2020-07-08T15:38:12.016Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-08T15:38:12.016Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:12.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-08T15:38:12.955Z] Selecting previously unselected package g++. [2020-07-08T15:38:12.955Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-08T15:38:12.955Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:38:12.955Z] Selecting previously unselected package make. [2020-07-08T15:38:12.955Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-08T15:38:12.955Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-08T15:38:12.955Z] Selecting previously unselected package libdpkg-perl. [2020-07-08T15:38:12.955Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T15:38:12.955Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T15:38:13.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-08T15:38:13.218Z] Selecting previously unselected package patch. [2020-07-08T15:38:13.218Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-08T15:38:13.218Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-08T15:38:13.218Z] Selecting previously unselected package dpkg-dev. [2020-07-08T15:38:13.218Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T15:38:13.218Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T15:38:13.478Z] Selecting previously unselected package build-essential. [2020-07-08T15:38:13.478Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-07-08T15:38:13.478Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-08T15:38:13.478Z] Preparing to unpack .../66-libcurl4_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-08T15:38:13.478Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... [2020-07-08T15:38:13.478Z] Selecting previously unselected package curl. [2020-07-08T15:38:13.478Z] Preparing to unpack .../67-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-08T15:38:13.478Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-08T15:38:13.739Z] Selecting previously unselected package libassuan0:amd64. [2020-07-08T15:38:13.739Z] Preparing to unpack .../68-libassuan0_2.5.1-2_amd64.deb ... [2020-07-08T15:38:13.739Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-07-08T15:38:13.739Z] Selecting previously unselected package gpgconf. [2020-07-08T15:38:13.739Z] Preparing to unpack .../69-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:13.739Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:13.739Z] Selecting previously unselected package libksba8:amd64. [2020-07-08T15:38:13.739Z] Preparing to unpack .../70-libksba8_1.3.5-2_amd64.deb ... [2020-07-08T15:38:13.739Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-07-08T15:38:13.767Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-08T15:38:13.767Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-08T15:38:13.767Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-08T15:38:13.767Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-08T15:38:13.767Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-08T15:38:13.767Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-08T15:38:13.768Z] Executing busybox-1.31.1-r16.trigger [2020-07-08T15:38:13.768Z] Executing ca-certificates-20191127-r4.trigger [2020-07-08T15:38:13.999Z] Selecting previously unselected package libnpth0:amd64. [2020-07-08T15:38:14.000Z] Preparing to unpack .../71-libnpth0_1.5-3_amd64.deb ... [2020-07-08T15:38:14.000Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-07-08T15:38:14.000Z] Selecting previously unselected package dirmngr. [2020-07-08T15:38:14.000Z] Preparing to unpack .../72-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:14.000Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:14.039Z] OK: 8 MiB in 20 packages [2020-07-08T15:38:14.260Z] Selecting previously unselected package libfakeroot:amd64. [2020-07-08T15:38:14.260Z] Preparing to unpack .../73-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-08T15:38:14.260Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-08T15:38:14.260Z] Selecting previously unselected package fakeroot. [2020-07-08T15:38:14.260Z] Preparing to unpack .../74-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-08T15:38:14.260Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-08T15:38:14.260Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-08T15:38:14.260Z] Preparing to unpack .../75-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-08T15:38:14.260Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-08T15:38:14.260Z] Selecting previously unselected package liberror-perl. [2020-07-08T15:38:14.260Z] Preparing to unpack .../76-liberror-perl_0.17025-1_all.deb ... [2020-07-08T15:38:14.521Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-08T15:38:14.521Z] Selecting previously unselected package git-man. [2020-07-08T15:38:14.521Z] Preparing to unpack .../77-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-08T15:38:14.521Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:38:14.521Z] Selecting previously unselected package git. [2020-07-08T15:38:14.521Z] Preparing to unpack .../78-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-08T15:38:14.784Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:38:15.482Z] Removing intermediate container 8d9fb083b334 [2020-07-08T15:38:15.482Z] ---> 1b7a232bda42 [2020-07-08T15:38:15.482Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-08T15:38:15.724Z] Selecting previously unselected package gnupg-l10n. [2020-07-08T15:38:15.724Z] Preparing to unpack .../79-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-07-08T15:38:15.724Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:15.724Z] Selecting previously unselected package gnupg-utils. [2020-07-08T15:38:15.724Z] Preparing to unpack .../80-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:15.724Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:15.724Z] Selecting previously unselected package gpg. [2020-07-08T15:38:15.724Z] Preparing to unpack .../81-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:15.724Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:15.984Z] Selecting previously unselected package pinentry-curses. [2020-07-08T15:38:15.984Z] Preparing to unpack .../82-pinentry-curses_1.1.0-1_amd64.deb ... [2020-07-08T15:38:15.984Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-07-08T15:38:15.984Z] Selecting previously unselected package gpg-agent. [2020-07-08T15:38:15.984Z] Preparing to unpack .../83-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:15.984Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:16.246Z] Selecting previously unselected package gpg-wks-client. [2020-07-08T15:38:16.246Z] Preparing to unpack .../84-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:16.246Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:16.246Z] Selecting previously unselected package gpg-wks-server. [2020-07-08T15:38:16.246Z] Preparing to unpack .../85-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:16.246Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:16.246Z] Selecting previously unselected package gpgsm. [2020-07-08T15:38:16.246Z] Preparing to unpack .../86-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:16.246Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:16.457Z] ---> 65ef41aefb04 [2020-07-08T15:38:16.457Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-08T15:38:16.506Z] Selecting previously unselected package gnupg. [2020-07-08T15:38:16.506Z] Preparing to unpack .../87-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-08T15:38:16.506Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:16.506Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-08T15:38:16.506Z] Preparing to unpack .../88-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-08T15:38:16.507Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T15:38:16.507Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-08T15:38:16.507Z] Preparing to unpack .../89-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-07-08T15:38:16.507Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T15:38:16.767Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-08T15:38:16.767Z] Preparing to unpack .../90-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-08T15:38:16.767Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-08T15:38:16.767Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-08T15:38:16.767Z] Preparing to unpack .../91-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-07-08T15:38:16.767Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T15:38:16.767Z] Selecting previously unselected package libnorm1:amd64. [2020-07-08T15:38:16.767Z] Preparing to unpack .../92-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-07-08T15:38:16.767Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-08T15:38:17.028Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-07-08T15:38:17.028Z] Preparing to unpack .../93-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-07-08T15:38:17.028Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-08T15:38:17.028Z] Selecting previously unselected package libsodium23:amd64. [2020-07-08T15:38:17.028Z] Preparing to unpack .../94-libsodium23_1.0.16-2_amd64.deb ... [2020-07-08T15:38:17.028Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-07-08T15:38:17.028Z] Selecting previously unselected package libzmq5:amd64. [2020-07-08T15:38:17.028Z] Preparing to unpack .../95-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-08T15:38:17.028Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:38:17.057Z] ---> 1f64c07484dd [2020-07-08T15:38:17.057Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-08T15:38:17.288Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-07-08T15:38:17.288Z] Preparing to unpack .../96-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-08T15:38:17.288Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:38:17.288Z] Selecting previously unselected package manpages-dev. [2020-07-08T15:38:17.288Z] Preparing to unpack .../97-manpages-dev_4.15-1_all.deb ... [2020-07-08T15:38:17.288Z] Unpacking manpages-dev (4.15-1) ... [2020-07-08T15:38:17.859Z] Selecting previously unselected package pkg-config. [2020-07-08T15:38:17.859Z] Preparing to unpack .../98-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-07-08T15:38:17.859Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T15:38:17.859Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:17.859Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-07-08T15:38:17.859Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-07-08T15:38:17.859Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:17.859Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-08T15:38:17.859Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:17.859Z] Setting up readline-common (7.0-3) ... [2020-07-08T15:38:17.859Z] Setting up manpages (4.15-1) ... [2020-07-08T15:38:18.031Z] ---> c96a31cf1592 [2020-07-08T15:38:18.031Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-08T15:38:18.119Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:38:18.119Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-07-08T15:38:18.119Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-07-08T15:38:18.119Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:18.119Z] Setting up less (487-0.1) ... [2020-07-08T15:38:18.689Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-08T15:38:18.689Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T15:38:18.950Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-07-08T15:38:18.950Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-08T15:38:18.950Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:18.950Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:38:18.950Z] No schema files found: doing nothing. [2020-07-08T15:38:18.950Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-08T15:38:19.210Z] Setting up linux-libc-dev:amd64 (4.15.0-109.110) ... [2020-07-08T15:38:19.210Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-07-08T15:38:19.210Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-07-08T15:38:19.210Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:38:19.210Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-08T15:38:19.210Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-07-08T15:38:19.210Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T15:38:19.210Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:19.210Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:19.210Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-08T15:38:19.210Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:19.462Z] ---> 1887be9d0291 [2020-07-08T15:38:19.462Z] Step 22/26 : EXPOSE 48095 [2020-07-08T15:38:19.462Z] ---> Running in 28e8ec2b99b5 [2020-07-08T15:38:19.469Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:19.469Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-07-08T15:38:19.469Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:19.469Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-08T15:38:19.469Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:38:19.469Z] Setting up xz-utils (5.2.2-1.3) ... [2020-07-08T15:38:19.469Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T15:38:19.469Z] 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-08T15:38:19.469Z] 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-08T15:38:19.469Z] 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-08T15:38:19.469Z] 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-08T15:38:19.469Z] 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-08T15:38:19.469Z] 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-08T15:38:19.469Z] 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-08T15:38:19.470Z] 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-08T15:38:19.470Z] 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-08T15:38:19.470Z] 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-08T15:38:19.470Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-08T15:38:19.470Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T15:38:19.470Z] Setting up shared-mime-info (1.9-2) ... [2020-07-08T15:38:20.057Z] Removing intermediate container 28e8ec2b99b5 [2020-07-08T15:38:20.057Z] ---> 12f82bd678c6 [2020-07-08T15:38:20.057Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-08T15:38:20.057Z] ---> Running in 58dabb327c91 [2020-07-08T15:38:20.653Z] Removing intermediate container 58dabb327c91 [2020-07-08T15:38:20.653Z] ---> b59c459f01ee [2020-07-08T15:38:20.653Z] Step 24/26 : LABEL arch=arm64 [2020-07-08T15:38:20.654Z] ---> Running in a27ea88b8105 [2020-07-08T15:38:21.246Z] Removing intermediate container a27ea88b8105 [2020-07-08T15:38:21.246Z] ---> e8f6b6391560 [2020-07-08T15:38:21.246Z] Step 25/26 : LABEL git_sha=86a2fe199c4ae745eaf64e78f31cf2436de07598 [2020-07-08T15:38:21.246Z] ---> Running in d4ab49471fa3 [2020-07-08T15:38:21.519Z] Removing intermediate container d4ab49471fa3 [2020-07-08T15:38:21.519Z] ---> 4862cf1350bb [2020-07-08T15:38:21.519Z] Step 26/26 : LABEL version=0.0.0 [2020-07-08T15:38:21.791Z] ---> Running in ad94225ccb13 [2020-07-08T15:38:22.062Z] Removing intermediate container ad94225ccb13 [2020-07-08T15:38:22.062Z] ---> bede9d2eee86 [2020-07-08T15:38:22.062Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-08T15:38:22.062Z] Successfully built bede9d2eee86 [2020-07-08T15:38:22.335Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-08T15:38:22.922Z] + grep snapcraft.yaml [2020-07-08T15:38:22.922Z] + find /w/workspace/app-service-configurable/2 [2020-07-08T15:38:22.922Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-08T15:38:23.042Z] provisioning config files... [2020-07-08T15:38:23.064Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config5904967375749431745tmp [Pipeline] { [Pipeline] sh [2020-07-08T15:38:23.421Z] + cp /w/workspace/app-service-configurable/2@tmp/config5904967375749431745tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh [2020-07-08T15:38:23.755Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/2:/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-08T15:38:23.755Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-08T15:38:23.755Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-08T15:38:23.755Z] b2f61026a351: Pulling fs layer [2020-07-08T15:38:23.755Z] 5538fb30c42c: Pulling fs layer [2020-07-08T15:38:23.755Z] f0b05810781a: Pulling fs layer [2020-07-08T15:38:23.755Z] 0180a33352d6: Pulling fs layer [2020-07-08T15:38:23.755Z] e7604b0c0f53: Pulling fs layer [2020-07-08T15:38:23.755Z] db689cb83ae0: Pulling fs layer [2020-07-08T15:38:23.755Z] 6138af208834: Pulling fs layer [2020-07-08T15:38:23.755Z] 007c8e8c5d63: Pulling fs layer [2020-07-08T15:38:23.755Z] 0180a33352d6: Waiting [2020-07-08T15:38:23.755Z] 4f7a387c642f: Pulling fs layer [2020-07-08T15:38:23.755Z] e7604b0c0f53: Waiting [2020-07-08T15:38:23.755Z] db689cb83ae0: Waiting [2020-07-08T15:38:23.755Z] 6138af208834: Waiting [2020-07-08T15:38:23.755Z] 007c8e8c5d63: Waiting [2020-07-08T15:38:23.755Z] 4f7a387c642f: Waiting [2020-07-08T15:38:24.028Z] f0b05810781a: Verifying Checksum [2020-07-08T15:38:24.028Z] f0b05810781a: Download complete [2020-07-08T15:38:24.028Z] 5538fb30c42c: Download complete [2020-07-08T15:38:24.028Z] 0180a33352d6: Verifying Checksum [2020-07-08T15:38:24.028Z] 0180a33352d6: Download complete [2020-07-08T15:38:24.028Z] db689cb83ae0: Download complete [2020-07-08T15:38:24.028Z] 6138af208834: Verifying Checksum [2020-07-08T15:38:24.028Z] 6138af208834: Download complete [2020-07-08T15:38:24.028Z] 007c8e8c5d63: Download complete [2020-07-08T15:38:24.028Z] 4f7a387c642f: Download complete [2020-07-08T15:38:24.622Z] b2f61026a351: Verifying Checksum [2020-07-08T15:38:24.622Z] b2f61026a351: Download complete [2020-07-08T15:38:26.051Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-07-08T15:38:26.051Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T15:38:26.051Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-07-08T15:38:26.051Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-08T15:38:26.051Z] Setting up manpages-dev (4.15-1) ... [2020-07-08T15:38:26.051Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T15:38:26.051Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-08T15:38:26.051Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-07-08T15:38:26.051Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T15:38:26.051Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:38:26.051Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:38:26.051Z] Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ... [2020-07-08T15:38:26.051Z] Setting up netbase (5.4) ... [2020-07-08T15:38:26.051Z] Setting up libisl19:amd64 (0.19-1) ... [2020-07-08T15:38:26.051Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:38:26.051Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.051Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-08T15:38:26.051Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:26.051Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.051Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.051Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.051Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:38:26.051Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-08T15:38:26.051Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-08T15:38:26.051Z] 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-08T15:38:26.051Z] 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-08T15:38:26.051Z] 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-08T15:38:26.051Z] 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-08T15:38:26.052Z] 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-08T15:38:26.052Z] 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-08T15:38:26.052Z] 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-08T15:38:26.052Z] 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-08T15:38:26.052Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.052Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.052Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.052Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:38:26.052Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.317Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.317Z] Setting up pinentry-curses (1.1.0-1) ... [2020-07-08T15:38:26.317Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.317Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-07-08T15:38:26.317Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.317Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:26.317Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:38:26.318Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:38:26.579Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.579Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.579Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.579Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-07-08T15:38:26.579Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-08T15:38:26.579Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T15:38:26.840Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T15:38:26.840Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:38:26.840Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-07-08T15:38:26.840Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.840Z] Setting up liberror-perl (0.17025-1) ... [2020-07-08T15:38:26.840Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:38:26.840Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:38:26.840Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T15:38:27.101Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:38:27.101Z] Setting up xauth (1:1.0.10-1) ... [2020-07-08T15:38:27.101Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-08T15:38:27.101Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T15:38:27.101Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T15:38:27.101Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:38:27.101Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-08T15:38:27.101Z] 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-08T15:38:27.362Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:38:27.362Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-08T15:38:27.362Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T15:38:27.362Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-07-08T15:38:28.035Z] b2f61026a351: Pull complete [2020-07-08T15:38:28.035Z] 5538fb30c42c: Pull complete [2020-07-08T15:38:28.309Z] f0b05810781a: Pull complete [2020-07-08T15:38:28.581Z] 0180a33352d6: Pull complete [2020-07-08T15:38:30.778Z] binutils set to automatically installed. [2020-07-08T15:38:30.778Z] binutils-common set to automatically installed. [2020-07-08T15:38:30.778Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-07-08T15:38:30.778Z] build-essential set to automatically installed. [2020-07-08T15:38:30.778Z] cpp set to automatically installed. [2020-07-08T15:38:30.778Z] cpp-7 set to automatically installed. [2020-07-08T15:38:30.779Z] curl set to automatically installed. [2020-07-08T15:38:30.779Z] dirmngr set to automatically installed. [2020-07-08T15:38:30.779Z] dpkg-dev set to automatically installed. [2020-07-08T15:38:30.779Z] fakeroot set to automatically installed. [2020-07-08T15:38:30.779Z] g++ set to automatically installed. [2020-07-08T15:38:30.779Z] g++-7 set to automatically installed. [2020-07-08T15:38:30.779Z] gcc set to automatically installed. [2020-07-08T15:38:30.779Z] gcc-7 set to automatically installed. [2020-07-08T15:38:30.779Z] gcc-7-base set to automatically installed. [2020-07-08T15:38:30.779Z] git set to automatically installed. [2020-07-08T15:38:30.779Z] git-man set to automatically installed. [2020-07-08T15:38:30.779Z] gnupg set to automatically installed. [2020-07-08T15:38:30.779Z] gnupg-l10n set to automatically installed. [2020-07-08T15:38:30.779Z] gnupg-utils set to automatically installed. [2020-07-08T15:38:30.779Z] gpg set to automatically installed. [2020-07-08T15:38:30.779Z] gpg-agent set to automatically installed. [2020-07-08T15:38:30.779Z] gpg-wks-client set to automatically installed. [2020-07-08T15:38:30.779Z] gpg-wks-server set to automatically installed. [2020-07-08T15:38:30.779Z] gpgconf set to automatically installed. [2020-07-08T15:38:30.779Z] gpgsm set to automatically installed. [2020-07-08T15:38:30.779Z] less set to automatically installed. [2020-07-08T15:38:30.779Z] libalgorithm-diff-perl set to automatically installed. [2020-07-08T15:38:30.779Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-08T15:38:30.779Z] libalgorithm-merge-perl set to automatically installed. [2020-07-08T15:38:30.779Z] libasan4 set to automatically installed. [2020-07-08T15:38:30.779Z] libassuan0 set to automatically installed. [2020-07-08T15:38:30.779Z] libatomic1 set to automatically installed. [2020-07-08T15:38:30.779Z] libbinutils set to automatically installed. [2020-07-08T15:38:30.779Z] libbsd0 set to automatically installed. [2020-07-08T15:38:30.779Z] libc-dev-bin set to automatically installed. [2020-07-08T15:38:30.779Z] libc6 set to automatically installed. [2020-07-08T15:38:30.779Z] libc6-dev set to automatically installed. [2020-07-08T15:38:30.779Z] libcc1-0 set to automatically installed. [2020-07-08T15:38:30.779Z] libcilkrts5 set to automatically installed. [2020-07-08T15:38:30.779Z] libcurl3-gnutls set to automatically installed. [2020-07-08T15:38:30.779Z] libcurl4 set to automatically installed. [2020-07-08T15:38:30.779Z] libdpkg-perl set to automatically installed. [2020-07-08T15:38:30.779Z] libedit2 set to automatically installed. [2020-07-08T15:38:30.779Z] liberror-perl set to automatically installed. [2020-07-08T15:38:30.779Z] libexpat1 set to automatically installed. [2020-07-08T15:38:30.779Z] libfakeroot set to automatically installed. [2020-07-08T15:38:30.779Z] libfile-fcntllock-perl set to automatically installed. [2020-07-08T15:38:30.779Z] libgcc-7-dev set to automatically installed. [2020-07-08T15:38:30.779Z] libgdbm-compat4 set to automatically installed. [2020-07-08T15:38:30.779Z] libgdbm5 set to automatically installed. [2020-07-08T15:38:30.779Z] libglib2.0-0 set to automatically installed. [2020-07-08T15:38:30.779Z] libglib2.0-data set to automatically installed. [2020-07-08T15:38:30.779Z] libgomp1 set to automatically installed. [2020-07-08T15:38:30.779Z] libicu60 set to automatically installed. [2020-07-08T15:38:30.779Z] libisl19 set to automatically installed. [2020-07-08T15:38:30.779Z] libitm1 set to automatically installed. [2020-07-08T15:38:30.779Z] libksba8 set to automatically installed. [2020-07-08T15:38:30.779Z] liblocale-gettext-perl set to automatically installed. [2020-07-08T15:38:30.779Z] liblsan0 set to automatically installed. [2020-07-08T15:38:30.779Z] libmpc3 set to automatically installed. [2020-07-08T15:38:30.779Z] libmpfr6 set to automatically installed. [2020-07-08T15:38:30.779Z] libmpx2 set to automatically installed. [2020-07-08T15:38:30.779Z] libnorm1 set to automatically installed. [2020-07-08T15:38:30.779Z] libnpth0 set to automatically installed. [2020-07-08T15:38:30.779Z] libperl5.26 set to automatically installed. [2020-07-08T15:38:30.779Z] libpgm-5.2-0 set to automatically installed. [2020-07-08T15:38:30.779Z] libquadmath0 set to automatically installed. [2020-07-08T15:38:30.779Z] libreadline7 set to automatically installed. [2020-07-08T15:38:30.779Z] libsodium23 set to automatically installed. [2020-07-08T15:38:30.779Z] libssl1.0.0 set to automatically installed. [2020-07-08T15:38:30.779Z] libstdc++-7-dev set to automatically installed. [2020-07-08T15:38:30.779Z] libtsan0 set to automatically installed. [2020-07-08T15:38:30.779Z] libubsan0 set to automatically installed. [2020-07-08T15:38:30.779Z] libx11-6 set to automatically installed. [2020-07-08T15:38:30.779Z] libx11-data set to automatically installed. [2020-07-08T15:38:30.779Z] libxau6 set to automatically installed. [2020-07-08T15:38:30.779Z] libxcb1 set to automatically installed. [2020-07-08T15:38:30.779Z] libxdmcp6 set to automatically installed. [2020-07-08T15:38:30.779Z] libxext6 set to automatically installed. [2020-07-08T15:38:30.779Z] libxml2 set to automatically installed. [2020-07-08T15:38:30.779Z] libxmuu1 set to automatically installed. [2020-07-08T15:38:30.779Z] libzmq3-dev set to automatically installed. [2020-07-08T15:38:30.779Z] libzmq5 set to automatically installed. [2020-07-08T15:38:30.779Z] linux-libc-dev set to automatically installed. [2020-07-08T15:38:30.779Z] make set to automatically installed. [2020-07-08T15:38:30.779Z] manpages set to automatically installed. [2020-07-08T15:38:30.779Z] manpages-dev set to automatically installed. [2020-07-08T15:38:30.779Z] netbase set to automatically installed. [2020-07-08T15:38:30.779Z] openssh-client set to automatically installed. [2020-07-08T15:38:30.779Z] patch set to automatically installed. [2020-07-08T15:38:30.779Z] perl set to automatically installed. [2020-07-08T15:38:30.779Z] perl-modules-5.26 set to automatically installed. [2020-07-08T15:38:30.779Z] pinentry-curses set to automatically installed. [2020-07-08T15:38:30.779Z] pkg-config set to automatically installed. [2020-07-08T15:38:30.779Z] readline-common set to automatically installed. [2020-07-08T15:38:30.779Z] shared-mime-info set to automatically installed. [2020-07-08T15:38:30.779Z] xauth set to automatically installed. [2020-07-08T15:38:30.779Z] xdg-user-dirs set to automatically installed. [2020-07-08T15:38:30.779Z] xz-utils set to automatically installed. [2020-07-08T15:38:30.779Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-08T15:38:30.779Z] Please ensure the environment is properly setup before continuing. [2020-07-08T15:38:30.779Z] Ignore this message if the appropriate measures have already been taken [2020-07-08T15:38:31.058Z] Pulling go [2020-07-08T15:38:31.951Z] e7604b0c0f53: Verifying Checksum [2020-07-08T15:38:31.951Z] e7604b0c0f53: Download complete [2020-07-08T15:38:32.044Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-08T15:38:32.044Z] Skipping pull go (already ran) [2020-07-08T15:38:32.044Z] Building go [2020-07-08T15:38:32.044Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-08T15:38:32.044Z] Dload Upload Total Spent Left Speed [2020-07-08T15:38:34.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 36 114M 36 42.2M 0 0 44.8M 0 0:00:02 --:--:-- 0:00:02 44.8M 76 114M 76 87.5M 0 0 45.5M 0 0:00:02 0:00:01 0:00:01 45.5M 100 114M 100 114M 0 0 49.3M 0 0:00:02 0:00:02 --:--:-- 49.3M [2020-07-08T15:38:35.119Z] go1.13.10.linux-amd64.tar.gz: OK [2020-07-08T15:38:43.265Z] Staging go [2020-07-08T15:38:53.263Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-08T15:38:53.263Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-07-08T15:38:53.263Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1003 kB] [2020-07-08T15:38:53.263Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] [2020-07-08T15:38:53.263Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.0 kB] [2020-07-08T15:38:53.263Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-08T15:38:53.263Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-08T15:38:53.263Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-08T15:38:53.263Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-07-08T15:38:53.263Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-07-08T15:38:53.263Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-07-08T15:38:53.263Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-07-08T15:38:53.263Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1302 kB] [2020-07-08T15:38:53.263Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-08T15:38:53.263Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] [2020-07-08T15:38:53.263Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [102 kB] [2020-07-08T15:38:53.263Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-08T15:38:53.263Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-07-08T15:38:53.263Z] Fetched 18.2 MB in 0s (0 B/s) [2020-07-08T15:38:53.263Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-07-08T15:38:53.263Z] Fetched 224 kB in 0s (0 B/s) [2020-07-08T15:38:53.263Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-07-08T15:38:53.263Z] Fetched 157 kB in 0s (0 B/s) [2020-07-08T15:38:53.263Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-07-08T15:38:53.263Z] Fetched 221 kB in 0s (0 B/s) [2020-07-08T15:38:53.263Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-07-08T15:38:53.263Z] Fetched 143 kB in 0s (0 B/s) [2020-07-08T15:38:53.263Z] Pulling app-service-config [2020-07-08T15:38:53.834Z] Pulling config-common [2020-07-08T15:38:54.778Z] Skipping build go (already ran) [2020-07-08T15:38:54.778Z] Building app-service-config [2020-07-08T15:38:55.038Z] 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=0.0.0" -o app-service-configurable [2020-07-08T15:38:56.425Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:38:56.425Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:38:56.425Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:38:56.425Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:38:56.425Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-08T15:38:56.425Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:38:56.425Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-08T15:38:56.425Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:38:56.425Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:38:56.425Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:38:56.425Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:38:56.425Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:38:56.425Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:38:56.425Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:38:56.425Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-08T15:38:56.425Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:38:56.425Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-08T15:38:56.686Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:38:56.686Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:38:56.686Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:38:56.686Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:38:56.686Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:38:56.686Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:38:56.686Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:38:56.686Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:38:56.686Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:38:56.686Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-08T15:38:56.686Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:38:56.686Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:38:56.686Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:38:56.686Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:38:56.686Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-08T15:38:56.686Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:38:56.686Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:38:56.686Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-08T15:38:56.686Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:38:56.686Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-08T15:38:56.686Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:38:56.686Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:38:56.686Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:38:56.686Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:38:56.686Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:38:56.686Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:38:56.686Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:38:56.686Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:38:56.686Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:38:56.686Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-08T15:38:56.686Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:38:56.950Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:38:56.950Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:38:56.950Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:38:56.950Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:38:56.950Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:38:56.950Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:38:56.950Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:38:56.950Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:38:56.950Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:38:56.950Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:38:56.950Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:38:56.950Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:38:56.950Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-08T15:38:56.950Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:38:56.950Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:38:57.521Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-08T15:38:57.521Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:38:57.521Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:38:57.521Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-08T15:38:57.521Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-08T15:38:58.465Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:38:58.465Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:38:58.465Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-08T15:38:58.465Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-08T15:38:58.465Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:38:58.465Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:38:58.465Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-08T15:38:58.465Z] go: downloading golang.org/x/text v0.3.2 [2020-07-08T15:38:58.465Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:38:58.465Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:38:58.465Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:38:59.849Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:38:59.849Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:38:59.849Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:38:59.849Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:39:00.418Z] go: extracting golang.org/x/text v0.3.2 [2020-07-08T15:39:01.359Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:39:01.619Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:39:01.619Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:39:01.619Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T15:39:01.619Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:39:01.619Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:39:01.886Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:39:01.886Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:39:01.886Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T15:39:01.886Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:39:01.886Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:39:01.886Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T15:39:01.886Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:39:01.886Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T15:39:01.886Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:39:01.886Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:39:01.886Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:39:01.886Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:39:01.886Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:39:01.886Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:39:01.886Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:39:01.886Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T15:39:01.886Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:39:01.886Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:39:01.886Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:39:01.886Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:39:01.886Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:39:01.886Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T15:39:01.886Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:39:01.886Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:39:01.886Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:39:01.886Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:39:01.886Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:39:01.886Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:39:01.886Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T15:39:01.886Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T15:39:01.886Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:39:01.886Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:39:01.886Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T15:39:01.886Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:39:01.886Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:39:01.886Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:39:04.276Z] e7604b0c0f53: Pull complete [2020-07-08T15:39:04.276Z] db689cb83ae0: Pull complete [2020-07-08T15:39:04.276Z] 6138af208834: Pull complete [2020-07-08T15:39:04.276Z] 007c8e8c5d63: Pull complete [2020-07-08T15:39:04.276Z] 4f7a387c642f: Pull complete [2020-07-08T15:39:04.276Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-07-08T15:39:04.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-08T15:39:09.669Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-08T15:39:09.669Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-08T15:39:09.669Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-08T15:39:09.669Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-08T15:39:09.669Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [902 kB] [2020-07-08T15:39:09.942Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1246 kB] [2020-07-08T15:39:10.216Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-08T15:39:10.216Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-08T15:39:10.216Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-07-08T15:39:10.216Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-08T15:39:10.489Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-08T15:39:10.489Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] [2020-07-08T15:39:10.761Z] Fetched 3810 kB in 2s (1767 kB/s) [2020-07-08T15:39:16.147Z] Reading package lists... [2020-07-08T15:39:21.542Z] 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-08T15:39:21.542Z] - README.md [2020-07-08T15:39:21.542Z] [2020-07-08T15:39:21.542Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-08T15:39:23.963Z] Building config-common [2020-07-08T15:39:24.533Z] Skipping stage go (already ran) [2020-07-08T15:39:24.533Z] Staging app-service-config [2020-07-08T15:39:25.473Z] Staging config-common [2020-07-08T15:39:26.413Z] Priming go [2020-07-08T15:39:26.985Z] Priming app-service-config [2020-07-08T15:39:27.932Z] Priming config-common [2020-07-08T15:39:28.230Z] 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-08T15:39:28.874Z] Snapping 'edgex-app-service-configurable' ... [2020-07-08T15:39:30.835Z] [2020-07-08T15:39:30.835Z] Snapped edgex-app-service-configurable_1.2.0-20200708+86a2fe1_amd64.snap [Pipeline] } [2020-07-08T15:39:32.233Z] 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] } [2020-07-08T15:39:32.530Z] Reading package lists... [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-08T15:39:32.801Z] Building dependency tree... [2020-07-08T15:39:32.801Z] Reading state information... [2020-07-08T15:39:33.779Z] The following packages were automatically installed and are no longer required: [2020-07-08T15:39:33.779Z] libjq1 liblzo2-2 libonig4 [2020-07-08T15:39:33.779Z] Use 'sudo apt autoremove' to remove them. [2020-07-08T15:39:33.779Z] Suggested packages: [2020-07-08T15:39:33.779Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-07-08T15:39:33.779Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-07-08T15:39:33.779Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-07-08T15:39:33.779Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-07-08T15:39:33.779Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-07-08T15:39:33.779Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-07-08T15:39:33.779Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-07-08T15:39:33.779Z] glibc-doc locales bzr gdbm-l10n libstdc++-7-doc make-doc man-browser [2020-07-08T15:39:33.779Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-07-08T15:39:33.779Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-07-08T15:39:33.779Z] readline-doc [2020-07-08T15:39:35.225Z] The following NEW packages will be installed: [2020-07-08T15:39:35.225Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-07-08T15:39:35.225Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-07-08T15:39:35.225Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-07-08T15:39:35.225Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-07-08T15:39:35.225Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-07-08T15:39:35.225Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-07-08T15:39:35.225Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-07-08T15:39:35.225Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-07-08T15:39:35.225Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-07-08T15:39:35.225Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-07-08T15:39:35.225Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-07-08T15:39:35.225Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-07-08T15:39:35.225Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-07-08T15:39:35.225Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-07-08T15:39:35.225Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-07-08T15:39:35.225Z] xdg-user-dirs xz-utils [2020-07-08T15:39:35.225Z] The following packages will be upgraded: [2020-07-08T15:39:35.225Z] libc6 libcurl4 [2020-07-08T15:39:35.225Z] 2 upgraded, 95 newly installed, 0 to remove and 14 not upgraded. [2020-07-08T15:39:35.225Z] Need to get 65.8 MB of archives. [2020-07-08T15:39:35.225Z] After this operation, 277 MB of additional disk space will be used. [2020-07-08T15:39:35.225Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.2 [2274 kB] [2020-07-08T15:39:36.207Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-07-08T15:39:36.207Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B] [2020-07-08T15:39:36.207Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-07-08T15:39:36.207Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-07-08T15:39:36.207Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-07-08T15:39:36.207Z] 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-08T15:39:36.207Z] 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-08T15:39:36.207Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-07-08T15:39:36.207Z] 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-08T15:39:36.207Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-08T15:39:36.207Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-08T15:39:36.207Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-08T15:39:36.207Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-08T15:39:36.207Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-08T15:39:36.207Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-07-08T15:39:36.207Z] 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-08T15:39:36.207Z] 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-08T15:39:36.207Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-07-08T15:39:36.808Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-07-08T15:39:36.808Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-07-08T15:39:36.808Z] 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-08T15:39:36.808Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-08T15:39:36.808Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-07-08T15:39:36.808Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-07-08T15:39:36.808Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-07-08T15:39:36.808Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-07-08T15:39:36.808Z] 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-08T15:39:36.808Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-07-08T15:39:36.808Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-07-08T15:39:36.808Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-07-08T15:39:36.808Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-07-08T15:39:36.808Z] 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-08T15:39:36.808Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-07-08T15:39:36.808Z] 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-08T15:39:37.082Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-07-08T15:39:37.082Z] 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-08T15:39:37.082Z] 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-08T15:39:37.082Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-07-08T15:39:37.082Z] 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-08T15:39:37.082Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-07-08T15:39:37.082Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-07-08T15:39:37.082Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-07-08T15:39:37.082Z] 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-08T15:39:37.359Z] 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-08T15:39:37.359Z] 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-08T15:39:37.359Z] 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-08T15:39:37.359Z] 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-08T15:39:37.359Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-07-08T15:39:37.359Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-07-08T15:39:37.359Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-07-08T15:39:37.359Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-07-08T15:39:37.359Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-07-08T15:39:37.636Z] 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-08T15:39:37.636Z] 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-08T15:39:38.233Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-07-08T15:39:38.233Z] 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-08T15:39:38.233Z] 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-08T15:39:39.205Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-07-08T15:39:39.205Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-08T15:39:39.205Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-08T15:39:39.205Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-08T15:39:39.205Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-08T15:39:39.205Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-07-08T15:39:39.205Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.9 [180 kB] [2020-07-08T15:39:39.205Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-08T15:39:39.205Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-07-08T15:39:39.476Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-07-08T15:39:39.476Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-07-08T15:39:39.476Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-07-08T15:39:39.476Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-07-08T15:39:39.476Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-07-08T15:39:39.476Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-07-08T15:39:39.476Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-08T15:39:39.476Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-08T15:39:39.476Z] 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-08T15:39:39.749Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-08T15:39:40.343Z] 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-08T15:39:40.343Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-07-08T15:39:40.343Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-07-08T15:39:40.615Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-07-08T15:39:40.615Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-07-08T15:39:40.615Z] 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-08T15:39:40.615Z] 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-08T15:39:40.615Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-07-08T15:39:40.615Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-07-08T15:39:40.615Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-08T15:39:40.615Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-07-08T15:39:40.615Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-08T15:39:40.615Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-07-08T15:39:40.615Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-07-08T15:39:40.885Z] 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-08T15:39:40.885Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-07-08T15:39:40.885Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-07-08T15:39:40.885Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-07-08T15:39:40.885Z] Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-07-08T15:39:41.484Z] Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-07-08T15:39:42.079Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-08T15:39:42.079Z] Fetched 65.8 MB in 6s (10.4 MB/s) [2020-07-08T15:39:42.079Z] (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-08T15:39:42.079Z] Preparing to unpack .../libc6_2.27-3ubuntu1.2_arm64.deb ... [2020-07-08T15:39:42.673Z] Unpacking libc6:arm64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [2020-07-08T15:39:46.048Z] Setting up libc6:arm64 (2.27-3ubuntu1.2) ... [2020-07-08T15:39:47.473Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-08T15:39:47.473Z] (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-08T15:39:47.473Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-07-08T15:39:47.473Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T15:39:47.473Z] Selecting previously unselected package libxau6:arm64. [2020-07-08T15:39:47.473Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ... [2020-07-08T15:39:47.473Z] Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ... [2020-07-08T15:39:47.473Z] Selecting previously unselected package libbsd0:arm64. [2020-07-08T15:39:47.473Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-07-08T15:39:47.473Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-07-08T15:39:47.745Z] Selecting previously unselected package libxdmcp6:arm64. [2020-07-08T15:39:47.745Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-07-08T15:39:47.745Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-07-08T15:39:47.745Z] Selecting previously unselected package libxcb1:arm64. [2020-07-08T15:39:47.745Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-07-08T15:39:47.745Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-07-08T15:39:48.016Z] Selecting previously unselected package libx11-data. [2020-07-08T15:39:48.016Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-07-08T15:39:48.016Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:39:48.287Z] Selecting previously unselected package libx11-6:arm64. [2020-07-08T15:39:48.287Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-07-08T15:39:48.287Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:39:48.559Z] Selecting previously unselected package libxext6:arm64. [2020-07-08T15:39:48.559Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-07-08T15:39:48.559Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-07-08T15:39:48.559Z] Selecting previously unselected package perl-modules-5.26. [2020-07-08T15:39:48.559Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-08T15:39:48.559Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:39:49.987Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-08T15:39:49.987Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-08T15:39:49.987Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-08T15:39:50.258Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-08T15:39:50.258Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-08T15:39:50.258Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-08T15:39:50.258Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-08T15:39:50.258Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-08T15:39:50.258Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:39:51.691Z] Selecting previously unselected package perl. [2020-07-08T15:39:51.691Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-08T15:39:51.691Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-08T15:39:51.964Z] Selecting previously unselected package less. [2020-07-08T15:39:51.964Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-07-08T15:39:51.964Z] Unpacking less (487-0.1) ... [2020-07-08T15:39:51.964Z] Selecting previously unselected package libexpat1:arm64. [2020-07-08T15:39:51.964Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-07-08T15:39:51.964Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-07-08T15:39:52.237Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-07-08T15:39:52.238Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-07-08T15:39:52.238Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:39:52.509Z] Selecting previously unselected package libglib2.0-data. [2020-07-08T15:39:52.509Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-07-08T15:39:52.509Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:39:52.509Z] Selecting previously unselected package libicu60:arm64. [2020-07-08T15:39:52.509Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-07-08T15:39:52.509Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-07-08T15:39:54.472Z] Selecting previously unselected package readline-common. [2020-07-08T15:39:54.472Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-07-08T15:39:54.472Z] Unpacking readline-common (7.0-3) ... [2020-07-08T15:39:54.745Z] Selecting previously unselected package libreadline7:arm64. [2020-07-08T15:39:54.745Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-07-08T15:39:54.745Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-07-08T15:39:54.745Z] Selecting previously unselected package libxml2:arm64. [2020-07-08T15:39:54.745Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-07-08T15:39:54.745Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T15:39:55.018Z] Selecting previously unselected package netbase. [2020-07-08T15:39:55.018Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-07-08T15:39:55.018Z] Unpacking netbase (5.4) ... [2020-07-08T15:39:55.018Z] Selecting previously unselected package shared-mime-info. [2020-07-08T15:39:55.018Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-07-08T15:39:55.018Z] Unpacking shared-mime-info (1.9-2) ... [2020-07-08T15:39:55.291Z] Selecting previously unselected package xdg-user-dirs. [2020-07-08T15:39:55.291Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-07-08T15:39:55.563Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T15:39:55.837Z] Selecting previously unselected package xz-utils. [2020-07-08T15:39:55.837Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-07-08T15:39:55.837Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-07-08T15:39:55.837Z] Selecting previously unselected package libedit2:arm64. [2020-07-08T15:39:55.837Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-07-08T15:39:55.837Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-07-08T15:39:56.109Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-07-08T15:39:56.109Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-07-08T15:39:56.109Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T15:39:56.381Z] Selecting previously unselected package libxmuu1:arm64. [2020-07-08T15:39:56.381Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-07-08T15:39:56.381Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-07-08T15:39:56.381Z] Selecting previously unselected package manpages. [2020-07-08T15:39:56.381Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-07-08T15:39:56.381Z] Unpacking manpages (4.15-1) ... [2020-07-08T15:39:56.652Z] Selecting previously unselected package openssh-client. [2020-07-08T15:39:56.652Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-07-08T15:39:56.652Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T15:39:56.934Z] Selecting previously unselected package xauth. [2020-07-08T15:39:56.934Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-07-08T15:39:56.934Z] Unpacking xauth (1:1.0.10-1) ... [2020-07-08T15:39:57.206Z] Selecting previously unselected package binutils-common:arm64. [2020-07-08T15:39:57.206Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T15:39:57.206Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:39:57.206Z] Selecting previously unselected package libbinutils:arm64. [2020-07-08T15:39:57.206Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T15:39:57.206Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:39:57.476Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-07-08T15:39:57.476Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T15:39:57.476Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:39:58.453Z] Selecting previously unselected package binutils. [2020-07-08T15:39:58.453Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-08T15:39:58.453Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:39:58.728Z] Selecting previously unselected package libc-dev-bin. [2020-07-08T15:39:58.728Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-07-08T15:39:58.728Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T15:39:58.728Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-07-08T15:39:58.728Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-109.110_arm64.deb ... [2020-07-08T15:39:58.728Z] Unpacking linux-libc-dev:arm64 (4.15.0-109.110) ... [2020-07-08T15:39:59.706Z] Selecting previously unselected package libc6-dev:arm64. [2020-07-08T15:39:59.706Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-07-08T15:39:59.706Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-08T15:40:00.681Z] Selecting previously unselected package gcc-7-base:arm64. [2020-07-08T15:40:00.681Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:00.681Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:00.681Z] Selecting previously unselected package libisl19:arm64. [2020-07-08T15:40:00.681Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-07-08T15:40:00.681Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-07-08T15:40:00.954Z] Selecting previously unselected package libmpfr6:arm64. [2020-07-08T15:40:00.954Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-07-08T15:40:00.954Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-07-08T15:40:01.226Z] Selecting previously unselected package libmpc3:arm64. [2020-07-08T15:40:01.226Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-07-08T15:40:01.226Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-07-08T15:40:01.226Z] Selecting previously unselected package cpp-7. [2020-07-08T15:40:01.226Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:01.226Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:03.204Z] Selecting previously unselected package cpp. [2020-07-08T15:40:03.204Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-08T15:40:03.204Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:40:03.204Z] Selecting previously unselected package libcc1-0:arm64. [2020-07-08T15:40:03.204Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:03.204Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:03.204Z] Selecting previously unselected package libgomp1:arm64. [2020-07-08T15:40:03.204Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:03.204Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:03.476Z] Selecting previously unselected package libitm1:arm64. [2020-07-08T15:40:03.476Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:03.476Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:03.476Z] Selecting previously unselected package libatomic1:arm64. [2020-07-08T15:40:03.476Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:03.746Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:03.746Z] Selecting previously unselected package libasan4:arm64. [2020-07-08T15:40:03.746Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:03.746Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:04.018Z] Selecting previously unselected package liblsan0:arm64. [2020-07-08T15:40:04.018Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:04.018Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:04.018Z] Selecting previously unselected package libtsan0:arm64. [2020-07-08T15:40:04.289Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:04.289Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:04.289Z] Selecting previously unselected package libubsan0:arm64. [2020-07-08T15:40:04.289Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:04.289Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:04.560Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-07-08T15:40:04.560Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:04.560Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:05.153Z] Selecting previously unselected package gcc-7. [2020-07-08T15:40:05.153Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:05.153Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:07.126Z] Selecting previously unselected package gcc. [2020-07-08T15:40:07.126Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-08T15:40:07.126Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:40:07.126Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-07-08T15:40:07.126Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:07.126Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:08.101Z] Selecting previously unselected package g++-7. [2020-07-08T15:40:08.101Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-08T15:40:08.101Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:10.138Z] Selecting previously unselected package g++. [2020-07-08T15:40:10.138Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-08T15:40:10.138Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:40:10.138Z] Selecting previously unselected package make. [2020-07-08T15:40:10.138Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-08T15:40:10.138Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-08T15:40:10.138Z] Selecting previously unselected package libdpkg-perl. [2020-07-08T15:40:10.138Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T15:40:10.138Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T15:40:10.138Z] Selecting previously unselected package patch. [2020-07-08T15:40:10.138Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-08T15:40:10.138Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-08T15:40:10.428Z] Selecting previously unselected package dpkg-dev. [2020-07-08T15:40:10.428Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-08T15:40:10.428Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T15:40:10.760Z] Selecting previously unselected package build-essential. [2020-07-08T15:40:10.760Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-07-08T15:40:10.760Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-08T15:40:10.760Z] Preparing to unpack .../63-libcurl4_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-08T15:40:10.760Z] Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... [2020-07-08T15:40:11.037Z] Selecting previously unselected package curl. [2020-07-08T15:40:11.037Z] Preparing to unpack .../64-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-08T15:40:11.037Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-08T15:40:11.321Z] Selecting previously unselected package libassuan0:arm64. [2020-07-08T15:40:11.321Z] Preparing to unpack .../65-libassuan0_2.5.1-2_arm64.deb ... [2020-07-08T15:40:11.321Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-07-08T15:40:11.321Z] Selecting previously unselected package gpgconf. [2020-07-08T15:40:11.321Z] Preparing to unpack .../66-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:11.321Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:11.598Z] Selecting previously unselected package libksba8:arm64. [2020-07-08T15:40:11.598Z] Preparing to unpack .../67-libksba8_1.3.5-2_arm64.deb ... [2020-07-08T15:40:11.598Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-07-08T15:40:11.884Z] Selecting previously unselected package libnpth0:arm64. [2020-07-08T15:40:11.884Z] Preparing to unpack .../68-libnpth0_1.5-3_arm64.deb ... [2020-07-08T15:40:11.884Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-07-08T15:40:11.884Z] Selecting previously unselected package dirmngr. [2020-07-08T15:40:11.884Z] Preparing to unpack .../69-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:11.884Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:12.160Z] Selecting previously unselected package libfakeroot:arm64. [2020-07-08T15:40:12.160Z] Preparing to unpack .../70-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-08T15:40:12.160Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-08T15:40:12.437Z] Selecting previously unselected package fakeroot. [2020-07-08T15:40:12.437Z] Preparing to unpack .../71-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-08T15:40:12.437Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-08T15:40:12.712Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-08T15:40:12.712Z] Preparing to unpack .../72-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-08T15:40:12.712Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-08T15:40:12.712Z] Selecting previously unselected package liberror-perl. [2020-07-08T15:40:12.712Z] Preparing to unpack .../73-liberror-perl_0.17025-1_all.deb ... [2020-07-08T15:40:12.712Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-08T15:40:12.984Z] Selecting previously unselected package git-man. [2020-07-08T15:40:12.984Z] Preparing to unpack .../74-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-08T15:40:12.984Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:40:13.264Z] Selecting previously unselected package git. [2020-07-08T15:40:13.264Z] Preparing to unpack .../75-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-08T15:40:13.264Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:40:14.745Z] Selecting previously unselected package gnupg-l10n. [2020-07-08T15:40:14.745Z] Preparing to unpack .../76-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-07-08T15:40:14.745Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:14.745Z] Selecting previously unselected package gnupg-utils. [2020-07-08T15:40:14.745Z] Preparing to unpack .../77-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:14.745Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:14.745Z] Selecting previously unselected package gpg. [2020-07-08T15:40:14.745Z] Preparing to unpack .../78-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:14.745Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:15.024Z] Selecting previously unselected package pinentry-curses. [2020-07-08T15:40:15.024Z] Preparing to unpack .../79-pinentry-curses_1.1.0-1_arm64.deb ... [2020-07-08T15:40:15.024Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-07-08T15:40:15.330Z] Selecting previously unselected package gpg-agent. [2020-07-08T15:40:15.330Z] Preparing to unpack .../80-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:15.330Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:15.331Z] Selecting previously unselected package gpg-wks-client. [2020-07-08T15:40:15.331Z] Preparing to unpack .../81-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:15.331Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:15.607Z] Selecting previously unselected package gpg-wks-server. [2020-07-08T15:40:15.607Z] Preparing to unpack .../82-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:15.607Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:15.607Z] Selecting previously unselected package gpgsm. [2020-07-08T15:40:15.881Z] Preparing to unpack .../83-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:15.881Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:15.881Z] Selecting previously unselected package gnupg. [2020-07-08T15:40:15.881Z] Preparing to unpack .../84-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-08T15:40:15.881Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:16.157Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-08T15:40:16.157Z] Preparing to unpack .../85-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-08T15:40:16.157Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T15:40:16.157Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-08T15:40:16.157Z] Preparing to unpack .../86-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-07-08T15:40:16.157Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T15:40:16.432Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-08T15:40:16.432Z] Preparing to unpack .../87-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-08T15:40:16.432Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-08T15:40:16.432Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-08T15:40:16.432Z] Preparing to unpack .../88-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-07-08T15:40:16.432Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T15:40:16.721Z] Selecting previously unselected package libnorm1:arm64. [2020-07-08T15:40:16.721Z] Preparing to unpack .../89-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-07-08T15:40:16.721Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-08T15:40:16.721Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-07-08T15:40:16.721Z] Preparing to unpack .../90-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-07-08T15:40:16.721Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-08T15:40:16.999Z] Selecting previously unselected package libsodium23:arm64. [2020-07-08T15:40:16.999Z] Preparing to unpack .../91-libsodium23_1.0.16-2_arm64.deb ... [2020-07-08T15:40:16.999Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-07-08T15:40:16.999Z] Selecting previously unselected package libzmq5:arm64. [2020-07-08T15:40:16.999Z] Preparing to unpack .../92-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-08T15:40:16.999Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:40:17.274Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-07-08T15:40:17.274Z] Preparing to unpack .../93-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-08T15:40:17.274Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:40:17.546Z] Selecting previously unselected package manpages-dev. [2020-07-08T15:40:17.546Z] Preparing to unpack .../94-manpages-dev_4.15-1_all.deb ... [2020-07-08T15:40:17.546Z] Unpacking manpages-dev (4.15-1) ... [2020-07-08T15:40:18.140Z] Selecting previously unselected package pkg-config. [2020-07-08T15:40:18.140Z] Preparing to unpack .../95-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-07-08T15:40:18.140Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T15:40:18.411Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-07-08T15:40:18.412Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-07-08T15:40:18.412Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:18.412Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-08T15:40:18.681Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:18.681Z] Setting up readline-common (7.0-3) ... [2020-07-08T15:40:18.681Z] Setting up manpages (4.15-1) ... [2020-07-08T15:40:18.681Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:40:18.681Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-07-08T15:40:18.681Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-07-08T15:40:18.681Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:18.951Z] Setting up less (487-0.1) ... [2020-07-08T15:40:19.222Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-08T15:40:19.222Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-07-08T15:40:19.814Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-07-08T15:40:19.814Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-08T15:40:19.814Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:19.814Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:40:19.814Z] No schema files found: doing nothing. [2020-07-08T15:40:19.814Z] Setting up libcurl4:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-08T15:40:19.814Z] Setting up linux-libc-dev:arm64 (4.15.0-109.110) ... [2020-07-08T15:40:19.814Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-07-08T15:40:19.814Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-07-08T15:40:20.084Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:40:20.084Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-08T15:40:20.084Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-07-08T15:40:20.084Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-08T15:40:20.084Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:20.084Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:20.084Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-08T15:40:20.354Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:20.354Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:40:20.354Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-07-08T15:40:20.354Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-08T15:40:20.354Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-08T15:40:20.354Z] Setting up xz-utils (5.2.2-1.3) ... [2020-07-08T15:40:20.354Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-08T15:40:20.354Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] 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-08T15:40:20.355Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-08T15:40:20.626Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-08T15:40:20.626Z] Setting up shared-mime-info (1.9-2) ... [2020-07-08T15:40:27.327Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-07-08T15:40:27.327Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-08T15:40:27.327Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-07-08T15:40:27.327Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-08T15:40:27.327Z] Setting up manpages-dev (4.15-1) ... [2020-07-08T15:40:27.327Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-08T15:40:27.609Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-08T15:40:27.609Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-07-08T15:40:27.880Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-08T15:40:27.880Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-08T15:40:27.880Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:40:27.880Z] Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ... [2020-07-08T15:40:27.880Z] Setting up netbase (5.4) ... [2020-07-08T15:40:28.151Z] Setting up libisl19:arm64 (0.19-1) ... [2020-07-08T15:40:28.151Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:40:28.151Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:28.151Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-08T15:40:28.151Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:40:28.422Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:28.422Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:28.422Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-08T15:40:28.422Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-08T15:40:28.422Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] 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-08T15:40:28.422Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:28.422Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:28.692Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:28.692Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-08T15:40:28.692Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:40:28.692Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:28.692Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:28.692Z] Setting up pinentry-curses (1.1.0-1) ... [2020-07-08T15:40:28.962Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-08T15:40:28.962Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:28.962Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-07-08T15:40:28.962Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:28.962Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:40:29.238Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:29.238Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-08T15:40:29.239Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-07-08T15:40:29.239Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:29.239Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:40:29.519Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:29.519Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:29.519Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-07-08T15:40:29.519Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-08T15:40:29.788Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-08T15:40:29.789Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-08T15:40:29.789Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-08T15:40:29.789Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-08T15:40:29.789Z] 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-08T15:40:30.058Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-07-08T15:40:30.058Z] Setting up liberror-perl (0.17025-1) ... [2020-07-08T15:40:30.058Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-07-08T15:40:30.058Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-08T15:40:30.058Z] Setting up xauth (1:1.0.10-1) ... [2020-07-08T15:40:30.058Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-08T15:40:30.346Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-08T15:40:30.346Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-08T15:40:30.346Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-08T15:40:30.346Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-08T15:40:30.346Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-08T15:40:30.622Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-07-08T15:40:40.744Z] binutils set to automatically installed. [2020-07-08T15:40:40.744Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-07-08T15:40:40.744Z] binutils-common set to automatically installed. [2020-07-08T15:40:40.744Z] build-essential set to automatically installed. [2020-07-08T15:40:40.744Z] cpp set to automatically installed. [2020-07-08T15:40:40.744Z] cpp-7 set to automatically installed. [2020-07-08T15:40:40.744Z] curl set to automatically installed. [2020-07-08T15:40:40.744Z] dirmngr set to automatically installed. [2020-07-08T15:40:40.744Z] dpkg-dev set to automatically installed. [2020-07-08T15:40:40.744Z] fakeroot set to automatically installed. [2020-07-08T15:40:40.744Z] g++ set to automatically installed. [2020-07-08T15:40:40.744Z] g++-7 set to automatically installed. [2020-07-08T15:40:40.744Z] gcc set to automatically installed. [2020-07-08T15:40:40.744Z] gcc-7 set to automatically installed. [2020-07-08T15:40:40.744Z] gcc-7-base set to automatically installed. [2020-07-08T15:40:40.744Z] git set to automatically installed. [2020-07-08T15:40:40.744Z] git-man set to automatically installed. [2020-07-08T15:40:40.744Z] gnupg set to automatically installed. [2020-07-08T15:40:40.744Z] gnupg-l10n set to automatically installed. [2020-07-08T15:40:40.744Z] gnupg-utils set to automatically installed. [2020-07-08T15:40:40.744Z] gpg set to automatically installed. [2020-07-08T15:40:40.744Z] gpg-agent set to automatically installed. [2020-07-08T15:40:40.744Z] gpg-wks-client set to automatically installed. [2020-07-08T15:40:40.744Z] gpg-wks-server set to automatically installed. [2020-07-08T15:40:40.744Z] gpgconf set to automatically installed. [2020-07-08T15:40:40.744Z] gpgsm set to automatically installed. [2020-07-08T15:40:40.744Z] less set to automatically installed. [2020-07-08T15:40:40.744Z] libalgorithm-diff-perl set to automatically installed. [2020-07-08T15:40:40.744Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-08T15:40:40.744Z] libalgorithm-merge-perl set to automatically installed. [2020-07-08T15:40:40.744Z] libasan4 set to automatically installed. [2020-07-08T15:40:40.744Z] libassuan0 set to automatically installed. [2020-07-08T15:40:40.744Z] libatomic1 set to automatically installed. [2020-07-08T15:40:40.744Z] libbinutils set to automatically installed. [2020-07-08T15:40:40.744Z] libbsd0 set to automatically installed. [2020-07-08T15:40:40.744Z] libc-dev-bin set to automatically installed. [2020-07-08T15:40:40.744Z] libc6 set to automatically installed. [2020-07-08T15:40:40.744Z] libc6-dev set to automatically installed. [2020-07-08T15:40:40.744Z] libcc1-0 set to automatically installed. [2020-07-08T15:40:40.744Z] libcurl3-gnutls set to automatically installed. [2020-07-08T15:40:40.744Z] libcurl4 set to automatically installed. [2020-07-08T15:40:40.744Z] libdpkg-perl set to automatically installed. [2020-07-08T15:40:40.744Z] libedit2 set to automatically installed. [2020-07-08T15:40:40.744Z] liberror-perl set to automatically installed. [2020-07-08T15:40:40.744Z] libexpat1 set to automatically installed. [2020-07-08T15:40:40.744Z] libfakeroot set to automatically installed. [2020-07-08T15:40:40.744Z] libfile-fcntllock-perl set to automatically installed. [2020-07-08T15:40:40.744Z] libgcc-7-dev set to automatically installed. [2020-07-08T15:40:40.744Z] libgdbm-compat4 set to automatically installed. [2020-07-08T15:40:40.744Z] libgdbm5 set to automatically installed. [2020-07-08T15:40:40.744Z] libglib2.0-0 set to automatically installed. [2020-07-08T15:40:40.744Z] libglib2.0-data set to automatically installed. [2020-07-08T15:40:40.744Z] libgomp1 set to automatically installed. [2020-07-08T15:40:40.744Z] libicu60 set to automatically installed. [2020-07-08T15:40:40.744Z] libisl19 set to automatically installed. [2020-07-08T15:40:40.744Z] libitm1 set to automatically installed. [2020-07-08T15:40:40.744Z] libksba8 set to automatically installed. [2020-07-08T15:40:40.744Z] liblocale-gettext-perl set to automatically installed. [2020-07-08T15:40:40.744Z] liblsan0 set to automatically installed. [2020-07-08T15:40:40.744Z] libmpc3 set to automatically installed. [2020-07-08T15:40:40.744Z] libmpfr6 set to automatically installed. [2020-07-08T15:40:40.744Z] libnorm1 set to automatically installed. [2020-07-08T15:40:40.744Z] libnpth0 set to automatically installed. [2020-07-08T15:40:40.744Z] libperl5.26 set to automatically installed. [2020-07-08T15:40:40.744Z] libpgm-5.2-0 set to automatically installed. [2020-07-08T15:40:40.744Z] libreadline7 set to automatically installed. [2020-07-08T15:40:40.744Z] libsodium23 set to automatically installed. [2020-07-08T15:40:40.744Z] libssl1.0.0 set to automatically installed. [2020-07-08T15:40:40.744Z] libstdc++-7-dev set to automatically installed. [2020-07-08T15:40:40.744Z] libtsan0 set to automatically installed. [2020-07-08T15:40:40.744Z] libubsan0 set to automatically installed. [2020-07-08T15:40:40.744Z] libx11-6 set to automatically installed. [2020-07-08T15:40:40.744Z] libx11-data set to automatically installed. [2020-07-08T15:40:40.744Z] libxau6 set to automatically installed. [2020-07-08T15:40:40.744Z] libxcb1 set to automatically installed. [2020-07-08T15:40:40.744Z] libxdmcp6 set to automatically installed. [2020-07-08T15:40:40.744Z] libxext6 set to automatically installed. [2020-07-08T15:40:40.744Z] libxml2 set to automatically installed. [2020-07-08T15:40:40.744Z] libxmuu1 set to automatically installed. [2020-07-08T15:40:40.744Z] libzmq3-dev set to automatically installed. [2020-07-08T15:40:40.744Z] libzmq5 set to automatically installed. [2020-07-08T15:40:40.744Z] linux-libc-dev set to automatically installed. [2020-07-08T15:40:40.744Z] make set to automatically installed. [2020-07-08T15:40:40.744Z] manpages set to automatically installed. [2020-07-08T15:40:40.744Z] manpages-dev set to automatically installed. [2020-07-08T15:40:40.744Z] netbase set to automatically installed. [2020-07-08T15:40:40.744Z] openssh-client set to automatically installed. [2020-07-08T15:40:40.744Z] patch set to automatically installed. [2020-07-08T15:40:40.744Z] perl set to automatically installed. [2020-07-08T15:40:40.744Z] perl-modules-5.26 set to automatically installed. [2020-07-08T15:40:40.744Z] pinentry-curses set to automatically installed. [2020-07-08T15:40:40.744Z] pkg-config set to automatically installed. [2020-07-08T15:40:40.744Z] readline-common set to automatically installed. [2020-07-08T15:40:40.744Z] shared-mime-info set to automatically installed. [2020-07-08T15:40:40.744Z] xauth set to automatically installed. [2020-07-08T15:40:40.744Z] xdg-user-dirs set to automatically installed. [2020-07-08T15:40:40.744Z] xz-utils set to automatically installed. [2020-07-08T15:40:40.744Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-08T15:40:40.744Z] Please ensure the environment is properly setup before continuing. [2020-07-08T15:40:40.744Z] Ignore this message if the appropriate measures have already been taken [2020-07-08T15:40:40.744Z] Pulling go [2020-07-08T15:40:43.343Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-08T15:40:43.343Z] Skipping pull go (already ran) [2020-07-08T15:40:43.343Z] Building go [2020-07-08T15:40:43.343Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-08T15:40:43.343Z] Dload Upload Total Spent Left Speed [2020-07-08T15:40:46.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 93.1M 20 19.0M 0 0 23.6M 0 0:00:03 --:--:-- 0:00:03 23.6M 58 93.1M 58 54.1M 0 0 30.3M 0 0:00:03 0:00:01 0:00:02 30.3M 98 93.1M 98 92.1M 0 0 33.0M 0 0:00:02 0:00:02 --:--:-- 33.0M 100 93.1M 100 93.1M 0 0 32.9M 0 0:00:02 0:00:02 --:--:-- 32.9M [2020-07-08T15:40:47.689Z] go1.13.10.linux-arm64.tar.gz: OK [2020-07-08T15:41:05.956Z] Staging go [2020-07-08T15:41:38.250Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-07-08T15:41:38.250Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-08T15:41:38.250Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-08T15:41:38.250Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-08T15:41:38.250Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-07-08T15:41:38.250Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-07-08T15:41:38.250Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-07-08T15:41:38.250Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-07-08T15:41:38.250Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-08T15:41:38.250Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3457 B] [2020-07-08T15:41:38.250Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [902 kB] [2020-07-08T15:41:38.250Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1246 kB] [2020-07-08T15:41:38.250Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-07-08T15:41:38.250Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-08T15:41:38.250Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-08T15:41:38.250Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [630 kB] [2020-07-08T15:41:38.250Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-08T15:41:38.250Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-07-08T15:41:38.250Z] Fetched 16.5 MB in 0s (0 B/s) [2020-07-08T15:41:38.250Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-07-08T15:41:38.250Z] Fetched 218 kB in 0s (0 B/s) [2020-07-08T15:41:38.250Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-07-08T15:41:38.250Z] Fetched 140 kB in 0s (0 B/s) [2020-07-08T15:41:38.250Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-07-08T15:41:38.250Z] Fetched 208 kB in 0s (0 B/s) [2020-07-08T15:41:38.250Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-07-08T15:41:38.250Z] Fetched 90.4 kB in 0s (0 B/s) [2020-07-08T15:41:38.250Z] Pulling app-service-config [2020-07-08T15:41:38.840Z] Pulling config-common [2020-07-08T15:41:41.438Z] Skipping build go (already ran) [2020-07-08T15:41:42.031Z] Building app-service-config [2020-07-08T15:41:42.303Z] 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=0.0.0" -o app-service-configurable [2020-07-08T15:41:43.736Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:41:43.736Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:41:43.736Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:41:43.736Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-08T15:41:43.736Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:41:43.736Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:41:43.736Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:41:43.736Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-08T15:41:43.736Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:41:43.736Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:41:43.736Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:41:43.736Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:41:43.736Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:41:43.736Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-08T15:41:43.736Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:41:44.012Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:41:44.012Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:41:44.012Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:41:44.012Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-08T15:41:44.012Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:41:44.012Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:41:44.012Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:41:44.012Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:41:44.012Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:41:44.012Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:41:44.012Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-08T15:41:44.012Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:41:44.012Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:41:44.012Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:41:44.012Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:41:44.012Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:41:44.012Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:41:44.012Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:41:44.012Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:41:44.012Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:41:44.012Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:41:44.012Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:41:44.012Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:41:44.289Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:41:44.289Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-08T15:41:44.289Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:41:44.290Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:41:44.290Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:41:44.290Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:41:44.290Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-08T15:41:44.290Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:41:44.290Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:41:44.290Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:41:44.561Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:41:44.561Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-08T15:41:44.561Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-08T15:41:44.561Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:41:44.561Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-08T15:41:44.561Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:41:44.561Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:41:44.561Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:41:44.561Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:41:44.561Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:41:44.561Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:41:44.561Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:41:44.838Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:41:44.838Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:41:44.838Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:41:44.838Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:41:44.838Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:41:44.838Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:41:44.838Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:41:44.838Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:41:44.838Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:41:45.109Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:41:45.703Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-07-08T15:41:45.703Z] go: downloading github.com/golang/snappy v0.0.1 [2020-07-08T15:41:45.703Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:41:45.703Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-07-08T15:41:45.703Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:41:45.703Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-07-08T15:41:45.703Z] go: extracting github.com/golang/snappy v0.0.1 [2020-07-08T15:41:45.703Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:41:45.703Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:41:45.703Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-07-08T15:41:45.703Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:41:45.703Z] go: downloading golang.org/x/text v0.3.2 [2020-07-08T15:41:45.977Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:41:46.952Z] go: extracting golang.org/x/text v0.3.2 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.5 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.34 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-08T15:41:48.378Z] go: finding github.com/google/uuid v1.1.1 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-08T15:41:48.378Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-08T15:41:48.378Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-08T15:41:48.378Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-08T15:41:48.378Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-08T15:41:48.378Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-08T15:41:48.378Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-08T15:41:48.378Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-08T15:41:48.378Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-08T15:41:48.650Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-08T15:41:48.650Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-08T15:41:48.650Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-07-08T15:41:48.650Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-08T15:41:48.650Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-08T15:41:48.650Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-08T15:41:48.650Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-08T15:41:48.650Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-08T15:41:48.650Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-08T15:41:48.650Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-08T15:41:48.650Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-08T15:41:48.650Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-08T15:41:48.650Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-08T15:41:48.650Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-08T15:41:48.650Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-08T15:41:48.650Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-08T15:41:48.650Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-08T15:41:48.650Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-08T15:41:48.650Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-08T15:41:48.650Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-08T15:41:48.650Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-07-08T15:41:48.650Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-07-08T15:41:48.650Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-08T15:41:48.650Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-08T15:41:48.650Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-08T15:41:48.650Z] go: finding golang.org/x/text v0.3.2 [2020-07-08T15:41:48.650Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-08T15:42:45.215Z] Building config-common [2020-07-08T15:42:55.321Z] Skipping stage go (already ran) [2020-07-08T15:42:55.321Z] Staging app-service-config [2020-07-08T15:42:57.276Z] Staging config-common [2020-07-08T15:42:59.877Z] Priming go [2020-07-08T15:43:03.246Z] Priming app-service-config [2020-07-08T15:43:06.620Z] Priming config-common [2020-07-08T15:43:09.996Z] Snapping 'edgex-app-service-configurable' ... [2020-07-08T15:43:15.394Z] [2020-07-08T15:43:15.394Z] Snapped edgex-app-service-configurable_1.2.0-20200708+86a2fe1_arm64.snap [Pipeline] } [2020-07-08T15:43:18.778Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-08T15:43:19.371Z] provisioning config files... [2020-07-08T15:43:19.382Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_PR-91@tmp/config5217175370667867223tmp [Pipeline] { [Pipeline] sh [2020-07-08T15:43:19.704Z] + curl -s https://codecov.io/bash [2020-07-08T15:43:19.704Z] + bash -s - -t @/w/workspace/y_app-service-configurable_PR-91@tmp/config5217175370667867223tmp [Pipeline] } [2020-07-08T15:43:19.975Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [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-08T15:43:20.878Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-08T15:43:21.431Z] ---> package-listing.sh [2020-07-08T15:43:21.431Z] ++ facter osfamily [2020-07-08T15:43:21.431Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-08T15:43:21.431Z] + OS_FAMILY=redhat [2020-07-08T15:43:21.431Z] + workspace=/w/workspace/y_app-service-configurable_PR-91 [2020-07-08T15:43:21.431Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-08T15:43:21.431Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-08T15:43:21.431Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-08T15:43:21.431Z] + PACKAGES=/tmp/packages_start.txt [2020-07-08T15:43:21.431Z] + '[' /w/workspace/y_app-service-configurable_PR-91 ']' [2020-07-08T15:43:21.431Z] + PACKAGES=/tmp/packages_end.txt [2020-07-08T15:43:21.431Z] + case "${OS_FAMILY}" in [2020-07-08T15:43:21.431Z] + rpm -qa [2020-07-08T15:43:21.431Z] + sort [2020-07-08T15:43:25.637Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-08T15:43:25.637Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-08T15:43:25.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-08T15:43:25.637Z] + '[' /w/workspace/y_app-service-configurable_PR-91 ']' [2020-07-08T15:43:25.637Z] + mkdir -p /w/workspace/y_app-service-configurable_PR-91/archives/ [2020-07-08T15:43:25.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_PR-91/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:43:26.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-08T15:43:26.231Z] [2020-07-08T15:43:26.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-08T15:43:26.548Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-08T15:43:26.548Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-08T15:43:26.548Z] c9b1b535fdd9: Pulling fs layer [2020-07-08T15:43:26.548Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-08T15:43:26.548Z] 756a868c4378: Pulling fs layer [2020-07-08T15:43:26.548Z] 444b2fc9a129: Pulling fs layer [2020-07-08T15:43:26.548Z] ea15f1150254: Pulling fs layer [2020-07-08T15:43:26.548Z] 41b27a9f41bf: Pulling fs layer [2020-07-08T15:43:26.548Z] 28c525ee5125: Pulling fs layer [2020-07-08T15:43:26.548Z] 094b1ea09ed8: Pulling fs layer [2020-07-08T15:43:26.548Z] 138eaada9080: Pulling fs layer [2020-07-08T15:43:26.548Z] 0622d0fa9048: Pulling fs layer [2020-07-08T15:43:26.548Z] 41b27a9f41bf: Waiting [2020-07-08T15:43:26.548Z] 28c525ee5125: Waiting [2020-07-08T15:43:26.548Z] 094b1ea09ed8: Waiting [2020-07-08T15:43:26.548Z] 138eaada9080: Waiting [2020-07-08T15:43:26.548Z] 444b2fc9a129: Waiting [2020-07-08T15:43:26.548Z] ea15f1150254: Waiting [2020-07-08T15:43:26.548Z] 0622d0fa9048: Waiting [2020-07-08T15:43:26.548Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-08T15:43:26.548Z] 2cc5ad85d9ab: Download complete [2020-07-08T15:43:26.548Z] 444b2fc9a129: Verifying Checksum [2020-07-08T15:43:26.548Z] 444b2fc9a129: Download complete [2020-07-08T15:43:26.548Z] c9b1b535fdd9: Verifying Checksum [2020-07-08T15:43:26.548Z] ea15f1150254: Verifying Checksum [2020-07-08T15:43:26.548Z] ea15f1150254: Download complete [2020-07-08T15:43:26.818Z] 28c525ee5125: Verifying Checksum [2020-07-08T15:43:26.818Z] 28c525ee5125: Download complete [2020-07-08T15:43:26.818Z] 756a868c4378: Verifying Checksum [2020-07-08T15:43:26.818Z] 756a868c4378: Download complete [2020-07-08T15:43:27.094Z] c9b1b535fdd9: Pull complete [2020-07-08T15:43:27.094Z] 094b1ea09ed8: Verifying Checksum [2020-07-08T15:43:27.094Z] 094b1ea09ed8: Download complete [2020-07-08T15:43:27.094Z] 138eaada9080: Verifying Checksum [2020-07-08T15:43:27.094Z] 138eaada9080: Download complete [2020-07-08T15:43:27.094Z] 0622d0fa9048: Verifying Checksum [2020-07-08T15:43:27.094Z] 0622d0fa9048: Download complete [2020-07-08T15:43:27.356Z] 2cc5ad85d9ab: Pull complete [2020-07-08T15:43:27.616Z] 41b27a9f41bf: Verifying Checksum [2020-07-08T15:43:27.616Z] 41b27a9f41bf: Download complete [2020-07-08T15:43:28.561Z] 756a868c4378: Pull complete [2020-07-08T15:43:28.825Z] 444b2fc9a129: Pull complete [2020-07-08T15:43:29.088Z] ea15f1150254: Pull complete [2020-07-08T15:43:33.308Z] 41b27a9f41bf: Pull complete [2020-07-08T15:43:33.308Z] 28c525ee5125: Pull complete [2020-07-08T15:43:35.860Z] 094b1ea09ed8: Pull complete [2020-07-08T15:43:36.121Z] 138eaada9080: Pull complete [2020-07-08T15:43:36.383Z] 0622d0fa9048: Pull complete [2020-07-08T15:43:36.383Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-08T15:43:36.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-08T15:43:36.383Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-08T15:43:36.534Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-07-08T15:43:36.571Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/y_app-service-configurable_PR-91 -v /w/workspace/y_app-service-configurable_PR-91:/w/workspace/y_app-service-configurable_PR-91:rw,z -v /w/workspace/y_app-service-configurable_PR-91@tmp:/w/workspace/y_app-service-configurable_PR-91@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-08T15:43:40.256Z] $ docker top 4cc8e261eeb11aa8abc4261cf4719f3aa70a5e303261cec9bf6674ad1e7e3177 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-08T15:43:40.412Z] provisioning config files... [2020-07-08T15:43:40.427Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_PR-91@tmp/config1795891960597388150tmp [Pipeline] { [Pipeline] echo [2020-07-08T15:43:40.458Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-08T15:43:40.744Z] ---> create-netrc.sh [Pipeline] echo [2020-07-08T15:43:40.756Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-08T15:43:41.043Z] ---> logs-deploy.sh [2020-07-08T15:43:41.043Z] + ARCHIVE_ARTIFACTS= [2020-07-08T15:43:41.043Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-08T15:43:41.043Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-08T15:43:41.043Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-08T15:43:41.043Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-91/2 [2020-07-08T15:43:41.043Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-91/2/ [2020-07-08T15:43:41.043Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-91/2 /w/workspace/y_app-service-configurable_PR-91 [2020-07-08T15:43:42.425Z] Archives upload complete. [2020-07-08T15:43:42.425Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-91/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-91/2/ [2020-07-08T15:43:42.997Z] ---> uname -a: [2020-07-08T15:43:42.997Z] Linux 4cc8e261eeb1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-08T15:43:42.997Z] [2020-07-08T15:43:42.997Z] [2020-07-08T15:43:42.997Z] ---> lscpu: [2020-07-08T15:43:42.997Z] Architecture: x86_64 [2020-07-08T15:43:42.997Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-08T15:43:42.997Z] Byte Order: Little Endian [2020-07-08T15:43:42.997Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-08T15:43:42.997Z] CPU(s): 4 [2020-07-08T15:43:42.998Z] On-line CPU(s) list: 0-3 [2020-07-08T15:43:42.998Z] Thread(s) per core: 1 [2020-07-08T15:43:42.998Z] Core(s) per socket: 1 [2020-07-08T15:43:42.998Z] Socket(s): 4 [2020-07-08T15:43:42.998Z] NUMA node(s): 1 [2020-07-08T15:43:42.998Z] Vendor ID: GenuineIntel [2020-07-08T15:43:42.998Z] CPU family: 6 [2020-07-08T15:43:42.998Z] Model: 44 [2020-07-08T15:43:42.998Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-08T15:43:42.998Z] Stepping: 1 [2020-07-08T15:43:42.998Z] CPU MHz: 2933.396 [2020-07-08T15:43:42.998Z] BogoMIPS: 5866.79 [2020-07-08T15:43:42.998Z] Virtualization: VT-x [2020-07-08T15:43:42.998Z] Hypervisor vendor: KVM [2020-07-08T15:43:42.998Z] Virtualization type: full [2020-07-08T15:43:42.998Z] L1d cache: 128 KiB [2020-07-08T15:43:42.998Z] L1i cache: 128 KiB [2020-07-08T15:43:42.998Z] L2 cache: 16 MiB [2020-07-08T15:43:42.998Z] L3 cache: 64 MiB [2020-07-08T15:43:42.998Z] NUMA node0 CPU(s): 0-3 [2020-07-08T15:43:42.998Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-08T15:43:42.998Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-08T15:43:42.998Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-08T15:43:42.998Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-08T15:43:42.998Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-08T15:43:42.998Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-08T15:43:42.998Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-08T15:43:42.998Z] Vulnerability Tsx async abort: Not affected [2020-07-08T15:43:42.998Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] ---> nproc: [2020-07-08T15:43:42.998Z] 4 [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] ---> df -h: [2020-07-08T15:43:42.998Z] Filesystem Size Used Available Use% Mounted on [2020-07-08T15:43:42.998Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-08T15:43:42.998Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-08T15:43:42.998Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-08T15:43:42.998Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-08T15:43:42.998Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-08T15:43:42.998Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-08T15:43:42.998Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-08T15:43:42.998Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-08T15:43:42.998Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-91 [2020-07-08T15:43:42.998Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/y_app-service-configurable_PR-91@tmp [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] ---> free -m: [2020-07-08T15:43:42.998Z] total used free shared buff/cache available [2020-07-08T15:43:42.998Z] Mem: 1837 641 116 0 1079 1090 [2020-07-08T15:43:42.998Z] Swap: 1023 1 1022 [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] ---> ip addr: [2020-07-08T15:43:42.998Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-08T15:43:42.998Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-08T15:43:42.998Z] inet 127.0.0.1/8 scope host lo [2020-07-08T15:43:42.998Z] valid_lft forever preferred_lft forever [2020-07-08T15:43:42.998Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-08T15:43:42.998Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-08T15:43:42.998Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-08T15:43:42.998Z] valid_lft forever preferred_lft forever [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] ---> sar -b -r -n DEV: [2020-07-08T15:43:42.998Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/08/20 _x86_64_ (4 CPU) [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] 15:31:44 LINUX RESTART [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] 15:32:01 tps rtps wtps bread/s bwrtn/s [2020-07-08T15:43:42.998Z] 15:33:01 172.49 82.67 89.81 10353.30 40231.61 [2020-07-08T15:43:42.998Z] 15:34:01 1.71 0.00 1.71 0.00 35.93 [2020-07-08T15:43:42.998Z] 15:35:01 0.17 0.00 0.17 0.00 2.15 [2020-07-08T15:43:42.998Z] 15:36:01 0.20 0.00 0.20 0.00 1.75 [2020-07-08T15:43:42.998Z] 15:37:01 0.32 0.00 0.32 0.00 5.13 [2020-07-08T15:43:42.998Z] 15:38:01 0.32 0.00 0.32 0.00 4.35 [2020-07-08T15:43:42.998Z] 15:39:01 0.35 0.02 0.33 0.13 3.55 [2020-07-08T15:43:42.998Z] 15:40:01 0.25 0.00 0.25 0.00 2.60 [2020-07-08T15:43:42.998Z] 15:41:01 0.18 0.00 0.18 0.00 2.18 [2020-07-08T15:43:42.998Z] 15:42:01 0.27 0.00 0.27 0.00 3.65 [2020-07-08T15:43:42.998Z] 15:43:01 0.23 0.00 0.23 0.00 2.70 [2020-07-08T15:43:42.998Z] Average: 16.05 7.52 8.53 941.73 3665.23 [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] 15:32:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-08T15:43:42.998Z] 15:33:01 165528 1716028 91.20 2620 1158040 1111644 37.94 391676 1163568 120 [2020-07-08T15:43:42.998Z] 15:34:01 173088 1708468 90.80 2620 1158228 1071720 36.58 388116 1160584 20 [2020-07-08T15:43:42.998Z] 15:35:01 170568 1710988 90.93 2620 1158236 1072016 36.59 391172 1160372 8 [2020-07-08T15:43:42.998Z] 15:36:01 170340 1711216 90.95 2620 1158236 1072052 36.59 391424 1160372 8 [2020-07-08T15:43:42.998Z] 15:37:01 170404 1711152 90.94 2620 1158240 1071848 36.58 396160 1155700 8 [2020-07-08T15:43:42.998Z] 15:38:01 169768 1711788 90.98 2620 1158248 1071932 36.58 396784 1155616 8 [2020-07-08T15:43:42.998Z] 15:39:01 170144 1711412 90.96 2620 1158256 1071976 36.58 396364 1155616 8 [2020-07-08T15:43:42.998Z] 15:40:01 170300 1711256 90.95 2620 1158264 1071976 36.58 389848 1162144 8 [2020-07-08T15:43:42.998Z] 15:41:01 170104 1711452 90.96 2620 1158268 1072012 36.59 390284 1162144 8 [2020-07-08T15:43:42.998Z] 15:42:01 170136 1711420 90.96 2620 1158276 1071976 36.58 388060 1164192 8 [2020-07-08T15:43:42.998Z] 15:43:01 167548 1714008 91.10 2620 1158276 1072036 36.59 389324 1165648 8 [2020-07-08T15:43:42.998Z] Average: 169812 1711744 90.97 2620 1158233 1075563 36.71 391747 1160541 19 [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] 15:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-08T15:43:42.998Z] 15:33:01 eth0 432.57 234.99 1035.24 89.03 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:33:01 docker0 1.83 1.53 0.42 2.84 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:34:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:35:01 eth0 4.86 2.65 3.86 0.30 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:36:01 eth0 0.42 0.25 0.26 0.25 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:38:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:41:01 eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:42:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:43:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] Average: eth0 39.98 21.72 94.57 8.17 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] Average: docker0 0.17 0.14 0.04 0.26 0.00 0.00 0.00 [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] ---> sar -P ALL: [2020-07-08T15:43:42.998Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/08/20 _x86_64_ (4 CPU) [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] 15:31:44 LINUX RESTART [2020-07-08T15:43:42.998Z] [2020-07-08T15:43:42.998Z] 15:32:01 CPU %user %nice %system %iowait %steal %idle [2020-07-08T15:43:42.998Z] 15:33:01 all 14.63 0.00 7.59 11.58 0.01 66.19 [2020-07-08T15:43:42.998Z] 15:33:01 0 14.19 0.00 8.27 10.10 0.00 67.43 [2020-07-08T15:43:42.998Z] 15:33:01 1 14.59 0.00 8.30 12.99 0.00 64.12 [2020-07-08T15:43:42.998Z] 15:33:01 2 15.73 0.00 6.64 10.67 0.00 66.96 [2020-07-08T15:43:42.998Z] 15:33:01 3 14.00 0.00 7.18 12.56 0.00 66.26 [2020-07-08T15:43:42.998Z] 15:34:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2020-07-08T15:43:42.998Z] 15:34:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-08T15:43:42.998Z] 15:34:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-07-08T15:43:42.998Z] 15:34:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2020-07-08T15:43:42.998Z] 15:34:01 3 0.05 0.00 0.08 0.00 0.00 99.87 [2020-07-08T15:43:42.998Z] 15:35:01 all 0.22 0.00 0.04 0.00 0.00 99.74 [2020-07-08T15:43:42.998Z] 15:35:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-07-08T15:43:42.998Z] 15:35:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2020-07-08T15:43:42.998Z] 15:35:01 2 0.60 0.00 0.03 0.00 0.00 99.37 [2020-07-08T15:43:42.998Z] 15:35:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2020-07-08T15:43:42.998Z] 15:36:01 all 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-08T15:43:42.998Z] 15:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-08T15:43:42.998Z] 15:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-08T15:43:42.998Z] 15:36:01 2 0.20 0.00 0.05 0.00 0.00 99.75 [2020-07-08T15:43:42.998Z] 15:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-08T15:43:42.998Z] 15:37:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2020-07-08T15:43:42.998Z] 15:37:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-07-08T15:43:42.998Z] 15:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-08T15:43:42.998Z] 15:37:01 2 0.47 0.00 0.05 0.00 0.00 99.48 [2020-07-08T15:43:42.998Z] 15:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-08T15:43:42.998Z] 15:38:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2020-07-08T15:43:42.998Z] 15:38:01 0 0.00 0.00 0.05 0.00 0.00 99.95 [2020-07-08T15:43:42.998Z] 15:38:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2020-07-08T15:43:42.998Z] 15:38:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2020-07-08T15:43:42.998Z] 15:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-07-08T15:43:42.998Z] 15:39:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-07-08T15:43:42.998Z] 15:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-08T15:43:42.998Z] 15:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-08T15:43:42.998Z] 15:39:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-07-08T15:43:42.998Z] 15:39:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-08T15:43:42.999Z] 15:40:01 all 0.11 0.00 0.03 0.00 0.00 99.85 [2020-07-08T15:43:42.999Z] 15:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-08T15:43:42.999Z] 15:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-08T15:43:42.999Z] 15:40:01 2 0.38 0.00 0.03 0.00 0.00 99.58 [2020-07-08T15:43:42.999Z] 15:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-07-08T15:43:42.999Z] 15:41:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-07-08T15:43:42.999Z] 15:41:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-07-08T15:43:42.999Z] 15:41:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2020-07-08T15:43:42.999Z] 15:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-08T15:43:42.999Z] 15:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2020-07-08T15:43:42.999Z] 15:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-07-08T15:43:42.999Z] 15:42:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-07-08T15:43:42.999Z] 15:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-07-08T15:43:42.999Z] 15:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-08T15:43:42.999Z] 15:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-07-08T15:43:42.999Z] 15:43:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-07-08T15:43:42.999Z] 15:43:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2020-07-08T15:43:42.999Z] 15:43:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-08T15:43:42.999Z] 15:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-07-08T15:43:42.999Z] 15:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-08T15:43:42.999Z] Average: all 1.45 0.00 0.72 1.04 0.00 96.78 [2020-07-08T15:43:42.999Z] Average: 0 1.45 0.00 0.78 0.91 0.00 96.85 [2020-07-08T15:43:42.999Z] Average: 1 1.35 0.00 0.79 1.17 0.00 96.69 [2020-07-08T15:43:42.999Z] Average: 2 1.71 0.00 0.63 0.96 0.00 96.69 [2020-07-08T15:43:42.999Z] Average: 3 1.30 0.00 0.67 1.13 0.00 96.90 [2020-07-08T15:43:42.999Z] [2020-07-08T15:43:42.999Z] [2020-07-08T15:43:42.999Z]