Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 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 b93460549a6a3b69ed35bf0b7686e9439ce4a145 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 b93460549a6a3b69ed35bf0b7686e9439ce4a145 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 b93460549a6a3b69ed35bf0b7686e9439ce4a145 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b93460549a6a3b69ed35bf0b7686e9439ce4a145 # timeout=10 Commit message: "Merge pull request #210 from ernestojeda/docker-push-latest" > 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-670 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 Commit message: "feat: set ServerBindAddr config item, fixes #93 (#94)" > git rev-list --no-walk f9d32b0af94926d82b06a261dd6d9ce2451bd9f8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-14T17:26:32.598Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-14T17:26:33.043Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-14T17:26:33.259Z] ========================================================= [2020-07-14T17:26:33.259Z] EdgeX Global Pipelines Version Info [2020-07-14T17:26:33.259Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:26:35.087Z] ------------------- [2020-07-14T17:26:35.087Z] stable info: [2020-07-14T17:26:35.087Z] ------------------- [2020-07-14T17:26:35.087Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-14T17:26:35.087Z] Commit SHA: b93460549a6a3b69ed35bf0b7686e9439ce4a145 [2020-07-14T17:26:35.087Z] Message: update stable to v1.0.98 [2020-07-14T17:26:36.028Z] ------------------- [2020-07-14T17:26:36.028Z] experimental info: [2020-07-14T17:26:36.028Z] ------------------- [2020-07-14T17:26:36.028Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-14T17:26:36.028Z] Commit SHA: b93460549a6a3b69ed35bf0b7686e9439ce4a145 [2020-07-14T17:26:36.028Z] Message: update experimental to v1.0.98 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:26:38.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T17:26:38.090Z] [2020-07-14T17:26:38.090Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:26:38.702Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T17:26:38.702Z] latest: Pulling from edgex-devops/git-semver [2020-07-14T17:26:38.702Z] 9123ac7c32f7: Pulling fs layer [2020-07-14T17:26:38.702Z] b8cc5d1170e3: Pulling fs layer [2020-07-14T17:26:38.702Z] 2924cbbf6a41: Pulling fs layer [2020-07-14T17:26:38.702Z] 93b08a4f1073: Pulling fs layer [2020-07-14T17:26:38.702Z] 93b08a4f1073: Waiting [2020-07-14T17:26:38.702Z] b8cc5d1170e3: Verifying Checksum [2020-07-14T17:26:38.702Z] b8cc5d1170e3: Download complete [2020-07-14T17:26:38.702Z] 9123ac7c32f7: Verifying Checksum [2020-07-14T17:26:38.702Z] 9123ac7c32f7: Download complete [2020-07-14T17:26:38.968Z] 93b08a4f1073: Verifying Checksum [2020-07-14T17:26:38.968Z] 93b08a4f1073: Download complete [2020-07-14T17:26:38.968Z] 2924cbbf6a41: Verifying Checksum [2020-07-14T17:26:38.968Z] 2924cbbf6a41: Download complete [2020-07-14T17:26:38.968Z] 9123ac7c32f7: Pull complete [2020-07-14T17:26:39.229Z] b8cc5d1170e3: Pull complete [2020-07-14T17:26:39.800Z] 2924cbbf6a41: Pull complete [2020-07-14T17:26:40.061Z] 93b08a4f1073: Pull complete [2020-07-14T17:26:40.061Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-14T17:26:40.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-14T17:26:40.061Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-14T17:26:40.163Z] prd-centos7-docker-4c-2g-670 does not seem to be running inside a container [2020-07-14T17:26:40.203Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-14T17:26:42.254Z] $ docker top 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-14T17:26:42.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T17:26:42.612Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T17:26:42.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T17:26:42.796Z] $ docker exec 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 ssh-agent [2020-07-14T17:26:42.949Z] SSH_AUTH_SOCK=/tmp/ssh-RFbv70SIhzx3/agent.11 [2020-07-14T17:26:42.949Z] SSH_AGENT_PID=16 [2020-07-14T17:26:42.959Z] Running ssh-add (command line suppressed) [2020-07-14T17:26:43.070Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1821886361397707466.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1821886361397707466.key) [2020-07-14T17:26:43.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T17:26:43.456Z] + git describe --exact-match --tags HEAD [2020-07-14T17:26:43.456Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-14T17:26:43.566Z] $ docker exec --env ******** --env ******** 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 ssh-agent -k [2020-07-14T17:26:43.685Z] unset SSH_AUTH_SOCK; [2020-07-14T17:26:43.686Z] unset SSH_AGENT_PID; [2020-07-14T17:26:43.686Z] echo Agent pid 16 killed; [2020-07-14T17:26:43.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-14T17:26:43.811Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-14T17:26:43.811Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-14T17:26:43.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-14T17:26:43.907Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-14T17:26:44.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-14T17:26:44.074Z] $ docker exec 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 ssh-agent [2020-07-14T17:26:44.222Z] SSH_AUTH_SOCK=/tmp/ssh-W5ErBzdk1yVN/agent.44 [2020-07-14T17:26:44.222Z] SSH_AGENT_PID=49 [2020-07-14T17:26:44.228Z] Running ssh-add (command line suppressed) [2020-07-14T17:26:44.342Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_338600424527571116.key (/w/workspace/_app-service-configurable_master@tmp/private_key_338600424527571116.key) [2020-07-14T17:26:44.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-14T17:26:44.734Z] + git semver init [2020-07-14T17:26:44.734Z] # -> Open(): unable to determine branch for HEAD [2020-07-14T17:26:44.734Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-14T17:26:44.734Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-14T17:26:44.734Z] # $SEMVER_REMOTE_NAME = origin [2020-07-14T17:26:44.734Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-14T17:26:44.734Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-14T17:26:44.734Z] # $SEMVER_BRANCH = master [2020-07-14T17:26:44.734Z] # $SEMVER_TEMP = /tmp/semver-417501358 [2020-07-14T17:26:44.734Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-07-14T17:26:44.996Z] # '/tmp/semver-417501358' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-07-14T17:26:45.256Z] # -> Force: false [2020-07-14T17:26:45.256Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-07-14T17:26:45.265Z] $ docker exec --env ******** --env ******** 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 ssh-agent -k [2020-07-14T17:26:45.378Z] unset SSH_AUTH_SOCK; [2020-07-14T17:26:45.378Z] unset SSH_AGENT_PID; [2020-07-14T17:26:45.378Z] echo Agent pid 49 killed; [2020-07-14T17:26:45.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-14T17:26:46.104Z] + git semver [Pipeline] } [2020-07-14T17:26:46.117Z] $ docker stop --time=1 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 [2020-07-14T17:26:47.793Z] $ docker rm -f 7cbcbe1cfe95f0bae4653898fb5f22d269fb2f4d92af311f994c94765f58af07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-14T17:26:48.548Z] Stashed 52 file(s) [Pipeline] echo [2020-07-14T17:26:48.550Z] [edgeXSemver] initialized semver on version 1.2.1-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-14T17:27:03.830Z] Still waiting to schedule task [2020-07-14T17:27:03.830Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-14T17:27:03.832Z] Still waiting to schedule task [2020-07-14T17:27:03.832Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-14T17:28:46.991Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-671 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-14T17:28:47.036Z] Running in /w/workspace/app-service-configurable/36 [Pipeline] { [Pipeline] checkout [2020-07-14T17:28:51.635Z] using credential edgex-jenkins-ssh [2020-07-14T17:28:51.692Z] Cloning the remote Git repository [2020-07-14T17:28:51.693Z] Cloning with configured refspecs honoured and without tags [2020-07-14T17:28:51.763Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-14T17:28:51.868Z] > git init /w/workspace/app-service-configurable/36 # timeout=10 [2020-07-14T17:28:51.960Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-14T17:28:51.962Z] > git --version # timeout=10 [2020-07-14T17:28:51.985Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T17:28:52.047Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T17:28:52.773Z] Fetching without tags [2020-07-14T17:28:53.388Z] Checking out Revision 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (master) [2020-07-14T17:28:52.707Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-14T17:28:52.724Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T17:28:52.759Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-14T17:28:52.787Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-14T17:28:52.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T17:28:52.803Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T17:28:53.406Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T17:28:53.417Z] > git checkout -f 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 [2020-07-14T17:28:57.720Z] Commit message: "feat: set ServerBindAddr config item, fixes #93 (#94)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-14T17:28:58.834Z] ========================================================= [2020-07-14T17:28:58.834Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-14T17:28:58.834Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:28:59.910Z] + 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-14T17:29:00.520Z] Sending build context to Docker daemon 324.1kB [2020-07-14T17:29:00.792Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-14T17:29:00.792Z] Step 2/8 : FROM ${BASE} [2020-07-14T17:29:01.064Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-14T17:29:01.345Z] cde5963f3b93: Pulling fs layer [2020-07-14T17:29:01.345Z] 2a23fa8c16f7: Pulling fs layer [2020-07-14T17:29:01.345Z] 777b28850792: Pulling fs layer [2020-07-14T17:29:01.345Z] 8a11ddd9e578: Pulling fs layer [2020-07-14T17:29:01.345Z] 4cf88f913ddb: Pulling fs layer [2020-07-14T17:29:01.345Z] 1df406cf5192: Pulling fs layer [2020-07-14T17:29:01.345Z] cd6300453558: Pulling fs layer [2020-07-14T17:29:01.345Z] b9c365052c96: Pulling fs layer [2020-07-14T17:29:01.345Z] a2d8cc88f415: Pulling fs layer [2020-07-14T17:29:01.345Z] ea1d1ca13537: Pulling fs layer [2020-07-14T17:29:01.345Z] 3750a50a1c5e: Pulling fs layer [2020-07-14T17:29:01.345Z] a2d8cc88f415: Waiting [2020-07-14T17:29:01.345Z] 1df406cf5192: Waiting [2020-07-14T17:29:01.345Z] cd6300453558: Waiting [2020-07-14T17:29:01.345Z] b9c365052c96: Waiting [2020-07-14T17:29:01.345Z] 8a11ddd9e578: Waiting [2020-07-14T17:29:01.345Z] ea1d1ca13537: Waiting [2020-07-14T17:29:01.345Z] 3750a50a1c5e: Waiting [2020-07-14T17:29:01.345Z] 4cf88f913ddb: Waiting [2020-07-14T17:29:01.345Z] 777b28850792: Verifying Checksum [2020-07-14T17:29:01.345Z] 777b28850792: Download complete [2020-07-14T17:29:01.345Z] 2a23fa8c16f7: Verifying Checksum [2020-07-14T17:29:01.345Z] 2a23fa8c16f7: Download complete [2020-07-14T17:29:01.345Z] 4cf88f913ddb: Verifying Checksum [2020-07-14T17:29:01.345Z] 4cf88f913ddb: Download complete [2020-07-14T17:29:01.346Z] 1df406cf5192: Verifying Checksum [2020-07-14T17:29:01.346Z] 1df406cf5192: Download complete [2020-07-14T17:29:01.346Z] cde5963f3b93: Verifying Checksum [2020-07-14T17:29:01.346Z] cde5963f3b93: Download complete [2020-07-14T17:29:02.332Z] cde5963f3b93: Pull complete [2020-07-14T17:29:02.929Z] 2a23fa8c16f7: Pull complete [2020-07-14T17:29:03.204Z] 777b28850792: Pull complete [2020-07-14T17:29:03.481Z] cd6300453558: Verifying Checksum [2020-07-14T17:29:03.481Z] cd6300453558: Download complete [2020-07-14T17:29:03.481Z] a2d8cc88f415: Verifying Checksum [2020-07-14T17:29:03.481Z] a2d8cc88f415: Download complete [2020-07-14T17:29:05.469Z] ea1d1ca13537: Verifying Checksum [2020-07-14T17:29:05.469Z] ea1d1ca13537: Download complete [2020-07-14T17:29:05.469Z] 3750a50a1c5e: Verifying Checksum [2020-07-14T17:29:05.469Z] 3750a50a1c5e: Download complete [2020-07-14T17:29:06.069Z] 8a11ddd9e578: Verifying Checksum [2020-07-14T17:29:06.069Z] 8a11ddd9e578: Download complete [2020-07-14T17:29:06.347Z] b9c365052c96: Download complete [2020-07-14T17:29:11.789Z] Running on prd-centos7-docker-4c-2g-672 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-14T17:29:11.865Z] Running in /w/workspace/app-service-configurable/36 [Pipeline] { [Pipeline] checkout [2020-07-14T17:29:15.662Z] using credential edgex-jenkins-ssh [2020-07-14T17:29:15.716Z] Cloning the remote Git repository [2020-07-14T17:29:15.717Z] Cloning with configured refspecs honoured and without tags [2020-07-14T17:29:16.544Z] Fetching without tags [2020-07-14T17:29:15.745Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-14T17:29:15.846Z] > git init /w/workspace/app-service-configurable/36 # timeout=10 [2020-07-14T17:29:15.942Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-14T17:29:15.942Z] > git --version # timeout=10 [2020-07-14T17:29:15.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T17:29:15.993Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T17:29:16.505Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-14T17:29:16.514Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T17:29:16.532Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-14T17:29:16.547Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-14T17:29:16.547Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-14T17:29:16.559Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-14T17:29:17.439Z] Checking out Revision 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 (master) [2020-07-14T17:29:17.448Z] > git config core.sparsecheckout # timeout=10 [2020-07-14T17:29:17.456Z] > git checkout -f 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 [2020-07-14T17:29:18.748Z] 8a11ddd9e578: Pull complete [2020-07-14T17:29:18.748Z] 4cf88f913ddb: Pull complete [2020-07-14T17:29:18.748Z] 1df406cf5192: Pull complete [2020-07-14T17:29:21.397Z] Commit message: "feat: set ServerBindAddr config item, fixes #93 (#94)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-14T17:29:22.489Z] ========================================================= [2020-07-14T17:29:22.489Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-14T17:29:22.489Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:29:23.079Z] cd6300453558: Pull complete [2020-07-14T17:29:23.173Z] + 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-14T17:29:23.437Z] Sending build context to Docker daemon 324.1kB [2020-07-14T17:29:23.707Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-14T17:29:23.707Z] Step 2/8 : FROM ${BASE} [2020-07-14T17:29:23.707Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-14T17:29:23.707Z] e6b0cf9c0882: Pulling fs layer [2020-07-14T17:29:23.707Z] 2848faf0eed1: Pulling fs layer [2020-07-14T17:29:23.707Z] 0f37312ad70f: Pulling fs layer [2020-07-14T17:29:23.707Z] 5788d62ee057: Pulling fs layer [2020-07-14T17:29:23.707Z] 0e6b1d234666: Pulling fs layer [2020-07-14T17:29:23.707Z] bf5d7aec512f: Pulling fs layer [2020-07-14T17:29:23.707Z] 34c802a77dc8: Pulling fs layer [2020-07-14T17:29:23.707Z] 9eb99e56ec68: Pulling fs layer [2020-07-14T17:29:23.707Z] 27c7a5d97fbd: Pulling fs layer [2020-07-14T17:29:23.707Z] 5c102a31e300: Pulling fs layer [2020-07-14T17:29:23.707Z] dcfb455df0a1: Pulling fs layer [2020-07-14T17:29:23.707Z] 5788d62ee057: Waiting [2020-07-14T17:29:23.707Z] 0e6b1d234666: Waiting [2020-07-14T17:29:23.707Z] bf5d7aec512f: Waiting [2020-07-14T17:29:23.707Z] 34c802a77dc8: Waiting [2020-07-14T17:29:23.707Z] 9eb99e56ec68: Waiting [2020-07-14T17:29:23.707Z] 27c7a5d97fbd: Waiting [2020-07-14T17:29:23.707Z] 5c102a31e300: Waiting [2020-07-14T17:29:23.707Z] dcfb455df0a1: Waiting [2020-07-14T17:29:23.707Z] 0f37312ad70f: Verifying Checksum [2020-07-14T17:29:23.707Z] 0f37312ad70f: Download complete [2020-07-14T17:29:23.707Z] 2848faf0eed1: Verifying Checksum [2020-07-14T17:29:23.707Z] 2848faf0eed1: Download complete [2020-07-14T17:29:23.707Z] 0e6b1d234666: Verifying Checksum [2020-07-14T17:29:23.707Z] 0e6b1d234666: Download complete [2020-07-14T17:29:23.707Z] bf5d7aec512f: Verifying Checksum [2020-07-14T17:29:23.707Z] bf5d7aec512f: Download complete [2020-07-14T17:29:23.707Z] e6b0cf9c0882: Verifying Checksum [2020-07-14T17:29:23.707Z] e6b0cf9c0882: Download complete [2020-07-14T17:29:24.309Z] e6b0cf9c0882: Pull complete [2020-07-14T17:29:24.581Z] 34c802a77dc8: Verifying Checksum [2020-07-14T17:29:24.581Z] 34c802a77dc8: Download complete [2020-07-14T17:29:24.581Z] 27c7a5d97fbd: Verifying Checksum [2020-07-14T17:29:24.581Z] 27c7a5d97fbd: Download complete [2020-07-14T17:29:25.178Z] 5c102a31e300: Verifying Checksum [2020-07-14T17:29:25.178Z] 5c102a31e300: Download complete [2020-07-14T17:29:25.178Z] dcfb455df0a1: Verifying Checksum [2020-07-14T17:29:25.178Z] dcfb455df0a1: Download complete [2020-07-14T17:29:25.443Z] 5788d62ee057: Verifying Checksum [2020-07-14T17:29:25.443Z] 5788d62ee057: Download complete [2020-07-14T17:29:25.443Z] 9eb99e56ec68: Download complete [2020-07-14T17:29:26.014Z] 2848faf0eed1: Pull complete [2020-07-14T17:29:26.276Z] 0f37312ad70f: Pull complete [2020-07-14T17:29:27.413Z] b9c365052c96: Pull complete [2020-07-14T17:29:27.699Z] a2d8cc88f415: Pull complete [2020-07-14T17:29:29.674Z] ea1d1ca13537: Pull complete [2020-07-14T17:29:30.272Z] 3750a50a1c5e: Pull complete [2020-07-14T17:29:30.272Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-14T17:29:30.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-14T17:29:30.272Z] ---> 78745c68409d [2020-07-14T17:29:30.272Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-14T17:29:32.914Z] 5788d62ee057: Pull complete [2020-07-14T17:29:32.915Z] 0e6b1d234666: Pull complete [2020-07-14T17:29:32.915Z] bf5d7aec512f: Pull complete [2020-07-14T17:29:34.576Z] ---> Running in a18e3672ba0d [2020-07-14T17:29:35.171Z] Removing intermediate container a18e3672ba0d [2020-07-14T17:29:35.171Z] ---> 9e5b9f95ecbf [2020-07-14T17:29:35.171Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T17:29:35.171Z] ---> Running in ade4d985b43f [2020-07-14T17:29:37.799Z] Removing intermediate container ade4d985b43f [2020-07-14T17:29:37.799Z] ---> c2642eb9bf9b [2020-07-14T17:29:37.799Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-14T17:29:37.799Z] ---> Running in 9548c23bf44f [2020-07-14T17:29:38.218Z] 34c802a77dc8: Pull complete [2020-07-14T17:29:39.238Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-14T17:29:40.661Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-14T17:29:40.798Z] 9eb99e56ec68: Pull complete [2020-07-14T17:29:40.798Z] 27c7a5d97fbd: Pull complete [2020-07-14T17:29:41.636Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-07-14T17:29:41.636Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-14T17:29:41.636Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-07-14T17:29:41.906Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-14T17:29:41.906Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-14T17:29:42.180Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-14T17:29:42.180Z] Executing busybox-1.31.1-r8.trigger [2020-07-14T17:29:42.180Z] OK: 127 MiB in 45 packages [2020-07-14T17:29:42.194Z] 5c102a31e300: Pull complete [2020-07-14T17:29:42.194Z] dcfb455df0a1: Pull complete [2020-07-14T17:29:42.194Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-14T17:29:42.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-14T17:29:42.455Z] ---> 7c70fe431013 [2020-07-14T17:29:42.455Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-14T17:29:43.027Z] ---> Running in 98d345fd47a9 [2020-07-14T17:29:43.027Z] Removing intermediate container 98d345fd47a9 [2020-07-14T17:29:43.027Z] ---> 3a7bd6f211cc [2020-07-14T17:29:43.027Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T17:29:43.027Z] ---> Running in 2b64c13e273c [2020-07-14T17:29:43.608Z] Removing intermediate container 9548c23bf44f [2020-07-14T17:29:43.608Z] ---> 8e4702da8c3f [2020-07-14T17:29:43.608Z] Step 6/8 : WORKDIR /app [2020-07-14T17:29:43.608Z] ---> Running in 132490036c63 [2020-07-14T17:29:44.203Z] Removing intermediate container 132490036c63 [2020-07-14T17:29:44.203Z] ---> d1d8d7a0acf1 [2020-07-14T17:29:44.203Z] Step 7/8 : COPY . . [2020-07-14T17:29:44.412Z] Removing intermediate container 2b64c13e273c [2020-07-14T17:29:44.412Z] ---> 70b861ac9e0f [2020-07-14T17:29:44.412Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-14T17:29:44.412Z] ---> Running in 2776502a0689 [2020-07-14T17:29:44.983Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-14T17:29:45.177Z] ---> f07609bdaa80 [2020-07-14T17:29:45.177Z] Step 8/8 : RUN go mod download [2020-07-14T17:29:45.177Z] ---> Running in d5af0a666f21 [2020-07-14T17:29:45.926Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-14T17:29:46.498Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-07-14T17:29:46.498Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-14T17:29:46.498Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-07-14T17:29:46.760Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-14T17:29:46.760Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-14T17:29:47.021Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-14T17:29:47.021Z] Executing busybox-1.31.1-r8.trigger [2020-07-14T17:29:47.021Z] OK: 145 MiB in 45 packages [2020-07-14T17:29:47.596Z] Removing intermediate container 2776502a0689 [2020-07-14T17:29:47.596Z] ---> 6404d1eefb6a [2020-07-14T17:29:47.596Z] Step 6/8 : WORKDIR /app [2020-07-14T17:29:47.596Z] ---> Running in f3e576412e7f [2020-07-14T17:29:47.596Z] Removing intermediate container f3e576412e7f [2020-07-14T17:29:47.596Z] ---> 691f83e89045 [2020-07-14T17:29:47.596Z] Step 7/8 : COPY . . [2020-07-14T17:29:48.539Z] ---> 1c6c2e27c7f7 [2020-07-14T17:29:48.539Z] Step 8/8 : RUN go mod download [2020-07-14T17:29:48.539Z] ---> Running in bc0633515644 [2020-07-14T17:29:48.547Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:29:48.547Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:29:48.547Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-14T17:29:48.547Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:29:48.547Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-14T17:29:48.547Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-14T17:29:48.547Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:29:48.547Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-14T17:29:48.547Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:29:48.547Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:29:48.547Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:29:48.547Z] go: finding github.com/fatih/color v1.7.0 [2020-07-14T17:29:48.547Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-14T17:29:48.547Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:29:48.547Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-14T17:29:48.547Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:29:48.547Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:29:48.547Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-14T17:29:48.547Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-14T17:29:48.817Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:29:48.817Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-14T17:29:48.817Z] go: finding github.com/google/uuid v1.1.1 [2020-07-14T17:29:48.817Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-14T17:29:48.817Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-14T17:29:49.087Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-14T17:29:49.087Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-14T17:29:49.087Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-14T17:29:49.362Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-14T17:29:49.362Z] go: finding github.com/kr/pty v1.1.1 [2020-07-14T17:29:49.362Z] go: finding github.com/kr/text v0.1.0 [2020-07-14T17:29:49.362Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-14T17:29:49.362Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-14T17:29:49.362Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-14T17:29:49.362Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-14T17:29:49.362Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:29:49.362Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:29:49.362Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-14T17:29:49.631Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-14T17:29:49.631Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-14T17:29:49.631Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-14T17:29:49.631Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:29:49.631Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:29:49.631Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-14T17:29:49.631Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-14T17:29:49.631Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-14T17:29:49.631Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:29:49.631Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:29:49.631Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-14T17:29:49.631Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-14T17:29:49.631Z] go: finding github.com/posener/complete v1.1.1 [2020-07-14T17:29:49.900Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-14T17:29:49.900Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-14T17:29:49.900Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-14T17:29:49.900Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-14T17:29:49.900Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-14T17:29:49.900Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-14T17:29:49.900Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-14T17:29:49.900Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:29:49.900Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-14T17:29:49.900Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-14T17:29:49.900Z] go: finding golang.org/x/text v0.3.2 [2020-07-14T17:29:49.900Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-14T17:29:50.176Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-14T17:29:50.176Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-14T17:29:50.176Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-14T17:29:50.176Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-14T17:29:50.176Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-14T17:29:51.087Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:29:51.087Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:29:51.087Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-14T17:29:51.087Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:29:51.087Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-14T17:29:51.087Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-14T17:29:51.087Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:29:51.087Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-14T17:29:51.087Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:29:51.087Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:29:51.087Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:29:51.087Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:29:51.087Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:29:51.087Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:29:51.087Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:29:51.349Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:29:51.349Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:29:51.349Z] go: finding github.com/fatih/color v1.7.0 [2020-07-14T17:29:51.349Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-14T17:29:51.349Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:29:51.349Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-14T17:29:51.349Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:29:51.349Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:29:51.349Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-14T17:29:51.349Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-14T17:29:51.349Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:29:51.349Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-14T17:29:51.349Z] go: finding github.com/google/uuid v1.1.1 [2020-07-14T17:29:51.612Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-14T17:29:51.612Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-14T17:29:51.875Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-14T17:29:51.875Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:29:51.875Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-14T17:29:51.875Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-14T17:29:51.875Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-14T17:29:51.875Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-14T17:29:51.875Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-14T17:29:51.875Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-14T17:29:51.875Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-14T17:29:51.875Z] go: finding github.com/kr/pty v1.1.1 [2020-07-14T17:29:51.875Z] go: finding github.com/kr/text v0.1.0 [2020-07-14T17:29:51.875Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-14T17:29:52.140Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-14T17:29:52.140Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:29:52.141Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:29:52.141Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-14T17:29:52.141Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-14T17:29:52.413Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-14T17:29:52.413Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:29:52.413Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:29:52.413Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-14T17:29:52.413Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-14T17:29:52.413Z] go: finding github.com/posener/complete v1.1.1 [2020-07-14T17:29:52.413Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-14T17:29:52.413Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-14T17:29:52.413Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-14T17:29:52.413Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-14T17:29:52.413Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-14T17:29:52.413Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-14T17:29:52.413Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-14T17:29:52.413Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:29:52.676Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-14T17:29:52.676Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-14T17:29:52.676Z] go: finding golang.org/x/text v0.3.2 [2020-07-14T17:29:52.676Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-14T17:29:52.676Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-14T17:29:52.676Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-14T17:29:52.676Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-14T17:29:52.676Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-14T17:29:52.676Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-14T17:30:07.613Z] Removing intermediate container bc0633515644 [2020-07-14T17:30:07.613Z] ---> b4c7083729b0 [2020-07-14T17:30:07.613Z] Successfully built b4c7083729b0 [2020-07-14T17:30:07.613Z] 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-14T17:30:08.457Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-14T17:30:08.457Z] . [Pipeline] withDockerContainer [2020-07-14T17:30:08.482Z] Removing intermediate container d5af0a666f21 [2020-07-14T17:30:08.482Z] ---> 9c5f3c5c71f4 [2020-07-14T17:30:08.482Z] Successfully built 9c5f3c5c71f4 [2020-07-14T17:30:08.482Z] Successfully tagged ci-base-image-arm64:latest [2020-07-14T17:30:08.553Z] prd-centos7-docker-4c-2g-672 does not seem to be running inside a container [2020-07-14T17:30:08.601Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/36 -v /w/workspace/app-service-configurable/36:/w/workspace/app-service-configurable/36:rw,z -v /w/workspace/app-service-configurable/36@tmp:/w/workspace/app-service-configurable/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-14T17:30:09.874Z] $ docker top 7756863b6d1fbbdecfb33d42fafc7a730134670a16de6e1a768b51c350e72b62 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [2020-07-14T17:30:10.336Z] + go version [2020-07-14T17:30:10.336Z] go version go1.13.5 linux/amd64 [Pipeline] sh [Pipeline] sh [2020-07-14T17:30:10.651Z] + docker inspect -f . ci-base-image-arm64 [2020-07-14T17:30:10.651Z] . [Pipeline] withDockerContainer [2020-07-14T17:30:10.716Z] + make test [2020-07-14T17:30:10.716Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-14T17:30:10.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-671 does not seem to be running inside a container [2020-07-14T17:30:10.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/36 -v /w/workspace/app-service-configurable/36:/w/workspace/app-service-configurable/36:rw,z -v /w/workspace/app-service-configurable/36@tmp:/w/workspace/app-service-configurable/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-14T17:30:12.841Z] $ docker top d0ae0a6598b421d4a59ba99216ab9bf208b6f71c58e72bd73e8e3dd6e67233aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-14T17:30:14.285Z] + go version [2020-07-14T17:30:14.285Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-14T17:30:15.341Z] + make test [2020-07-14T17:30:15.341Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-14T17:30:23.028Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-14T17:30:23.028Z] CGO_ENABLED=1 go vet ./... [2020-07-14T17:30:23.989Z] gofmt -l . [2020-07-14T17:30:23.989Z] [ "`gofmt -l .`" = "" ] [2020-07-14T17:30:23.989Z] ./bin/test-go-mod-tidy.sh [2020-07-14T17:30:24.566Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-14T17:30:25.043Z] Stashed 1 file(s) [Pipeline] } [2020-07-14T17:30:25.049Z] $ docker stop --time=1 7756863b6d1fbbdecfb33d42fafc7a730134670a16de6e1a768b51c350e72b62 [2020-07-14T17:30:27.307Z] $ docker rm -f 7756863b6d1fbbdecfb33d42fafc7a730134670a16de6e1a768b51c350e72b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T17:30:28.513Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-14T17:30:28.806Z] + ls -al . [2020-07-14T17:30:28.806Z] total 96 [2020-07-14T17:30:28.806Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 14 17:30 . [2020-07-14T17:30:28.806Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 14 17:29 .. [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 5879 Jul 14 17:29 Attribution.txt [2020-07-14T17:30:28.806Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 14 17:29 bin [2020-07-14T17:30:28.806Z] -rw-r--r--. 1 jenkins jenkins 10 Jul 14 17:30 coverage.out [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 180 Jul 14 17:29 docker-compose.debug.yml [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 14 17:29 docker-compose.yml [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jul 14 17:29 Dockerfile [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 966 Jul 14 17:29 Dockerfile.build [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 14 17:29 .dockerignore [2020-07-14T17:30:28.806Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 14 17:29 .git [2020-07-14T17:30:28.806Z] drwxrwxr-x. 2 jenkins jenkins 81 Jul 14 17:29 .github [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 93 Jul 14 17:29 .gitignore [2020-07-14T17:30:28.806Z] -rw-r--r--. 1 jenkins jenkins 132 Jul 14 17:30 go.mod [2020-07-14T17:30:28.806Z] -rw-r--r--. 1 jenkins jenkins 17709 Jul 14 17:30 go.sum [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 710 Jul 14 17:29 Jenkinsfile [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 14 17:29 LICENSE [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jul 14 17:29 main.go [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jul 14 17:29 makefile [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 481 Jul 14 17:29 README.md [2020-07-14T17:30:28.806Z] drwxrwxr-x. 10 jenkins jenkins 171 Jul 14 17:29 res [2020-07-14T17:30:28.806Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 14 17:29 .semver [2020-07-14T17:30:28.806Z] drwxrwxr-x. 4 jenkins jenkins 71 Jul 14 17:29 snap [2020-07-14T17:30:28.806Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 14 17:26 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:30:29.109Z] + 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=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 --label arch=amd64 --label version=1.2.1-dev.2 . [2020-07-14T17:30:29.109Z] Sending build context to Docker daemon 344.6kB [2020-07-14T17:30:29.109Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-14T17:30:29.109Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-14T17:30:29.109Z] ---> b4c7083729b0 [2020-07-14T17:30:29.109Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-14T17:30:29.373Z] ---> Running in b55ca6f6fd1e [2020-07-14T17:30:29.373Z] Removing intermediate container b55ca6f6fd1e [2020-07-14T17:30:29.373Z] ---> b4c86ff9159d [2020-07-14T17:30:29.373Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-14T17:30:29.373Z] ---> Running in 1de35ac6384c [2020-07-14T17:30:29.634Z] Removing intermediate container 1de35ac6384c [2020-07-14T17:30:29.634Z] ---> e44115f870f0 [2020-07-14T17:30:29.634Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-14T17:30:29.634Z] ---> Running in 42c9b8e13f84 [2020-07-14T17:30:29.895Z] Removing intermediate container 42c9b8e13f84 [2020-07-14T17:30:29.895Z] ---> 91f6112fecb8 [2020-07-14T17:30:29.895Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T17:30:29.895Z] ---> Running in e532f0b84b7e [2020-07-14T17:30:30.838Z] Removing intermediate container e532f0b84b7e [2020-07-14T17:30:30.838Z] ---> 87f6af1e907d [2020-07-14T17:30:30.838Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-14T17:30:30.838Z] ---> Running in b89ec51af2da [2020-07-14T17:30:31.099Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-14T17:30:32.041Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-14T17:30:32.614Z] OK: 145 MiB in 45 packages [2020-07-14T17:30:32.875Z] Removing intermediate container b89ec51af2da [2020-07-14T17:30:32.875Z] ---> 654106f62ffa [2020-07-14T17:30:32.875Z] Step 8/26 : WORKDIR /app [2020-07-14T17:30:32.875Z] ---> Running in eddd5e50763d [2020-07-14T17:30:33.136Z] Removing intermediate container eddd5e50763d [2020-07-14T17:30:33.136Z] ---> fd90bbffa4fa [2020-07-14T17:30:33.136Z] Step 9/26 : COPY go.mod . [2020-07-14T17:30:33.400Z] ---> 158a457a6115 [2020-07-14T17:30:33.400Z] Step 10/26 : RUN go mod download [2020-07-14T17:30:33.400Z] ---> Running in 998c71d328d3 [2020-07-14T17:30:34.344Z] Removing intermediate container 998c71d328d3 [2020-07-14T17:30:34.344Z] ---> 7136a96264f6 [2020-07-14T17:30:34.344Z] Step 11/26 : COPY . . [2020-07-14T17:30:34.915Z] ---> 65fa9f183c53 [2020-07-14T17:30:34.915Z] Step 12/26 : ARG MAKE="make build" [2020-07-14T17:30:34.915Z] ---> Running in 56d241920ae4 [2020-07-14T17:30:35.175Z] Removing intermediate container 56d241920ae4 [2020-07-14T17:30:35.175Z] ---> e167ea57831b [2020-07-14T17:30:35.175Z] Step 13/26 : RUN $MAKE [2020-07-14T17:30:35.175Z] ---> Running in e41ee3dd08fa [2020-07-14T17:30:35.437Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-14T17:30:47.705Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-14T17:30:47.705Z] CGO_ENABLED=1 go vet ./... [2020-07-14T17:30:47.735Z] Removing intermediate container e41ee3dd08fa [2020-07-14T17:30:47.735Z] ---> 82fec7090e88 [2020-07-14T17:30:47.735Z] Step 14/26 : FROM alpine:latest [2020-07-14T17:30:47.995Z] latest: Pulling from library/alpine [2020-07-14T17:30:48.942Z] df20fa9351a1: Pulling fs layer [2020-07-14T17:30:49.205Z] df20fa9351a1: Verifying Checksum [2020-07-14T17:30:49.205Z] df20fa9351a1: Download complete [2020-07-14T17:30:49.464Z] df20fa9351a1: Pull complete [2020-07-14T17:30:49.465Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-14T17:30:49.465Z] Status: Downloaded newer image for alpine:latest [2020-07-14T17:30:49.465Z] ---> a24bb4013296 [2020-07-14T17:30:49.465Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-14T17:30:49.725Z] ---> Running in fa52d9783740 [2020-07-14T17:30:49.725Z] Removing intermediate container fa52d9783740 [2020-07-14T17:30:49.725Z] ---> 7d7c4813ceb6 [2020-07-14T17:30:49.725Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-14T17:30:49.987Z] ---> Running in 96c5181366c6 [2020-07-14T17:30:49.987Z] Removing intermediate container 96c5181366c6 [2020-07-14T17:30:49.987Z] ---> bc9a361d82b8 [2020-07-14T17:30:49.987Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-14T17:30:49.987Z] ---> Running in 7859e3cc63bc [2020-07-14T17:30:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-14T17:30:50.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-14T17:30:50.820Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-14T17:30:50.820Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-14T17:30:50.820Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-14T17:30:50.820Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-14T17:30:50.820Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-14T17:30:50.820Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-14T17:30:50.820Z] Executing busybox-1.31.1-r16.trigger [2020-07-14T17:30:50.820Z] Executing ca-certificates-20191127-r4.trigger [2020-07-14T17:30:50.820Z] OK: 9 MiB in 20 packages [2020-07-14T17:30:52.206Z] Removing intermediate container 7859e3cc63bc [2020-07-14T17:30:52.206Z] ---> 8b463a2dc05c [2020-07-14T17:30:52.206Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-14T17:30:52.206Z] ---> 88af5430d94e [2020-07-14T17:30:52.206Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-14T17:30:52.467Z] ---> f49efcc66c90 [2020-07-14T17:30:52.467Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-14T17:30:52.729Z] ---> 5b6dc92de6a3 [2020-07-14T17:30:52.729Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-14T17:30:53.303Z] ---> 809a915319d3 [2020-07-14T17:30:53.303Z] Step 22/26 : EXPOSE 48095 [2020-07-14T17:30:53.303Z] ---> Running in defd44a3cd5c [2020-07-14T17:30:53.565Z] Removing intermediate container defd44a3cd5c [2020-07-14T17:30:53.565Z] ---> 2d45aa40695a [2020-07-14T17:30:53.565Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-14T17:30:53.565Z] ---> Running in a7883dd3681f [2020-07-14T17:30:53.826Z] Removing intermediate container a7883dd3681f [2020-07-14T17:30:53.826Z] ---> e307dff33af1 [2020-07-14T17:30:53.826Z] Step 24/26 : LABEL arch=amd64 [2020-07-14T17:30:53.826Z] ---> Running in 19f2a8c4b625 [2020-07-14T17:30:54.087Z] Removing intermediate container 19f2a8c4b625 [2020-07-14T17:30:54.087Z] ---> c58924ba3d97 [2020-07-14T17:30:54.087Z] Step 25/26 : LABEL git_sha=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:30:54.087Z] ---> Running in 8dfe13d786bf [2020-07-14T17:30:54.087Z] Removing intermediate container 8dfe13d786bf [2020-07-14T17:30:54.087Z] ---> 7e8cfe2a2781 [2020-07-14T17:30:54.087Z] Step 26/26 : LABEL version=1.2.1-dev.2 [2020-07-14T17:30:54.087Z] ---> Running in cb1e8b5e4be1 [2020-07-14T17:30:54.347Z] Removing intermediate container cb1e8b5e4be1 [2020-07-14T17:30:54.347Z] ---> 0d87e59f5dae [2020-07-14T17:30:54.347Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-14T17:30:54.347Z] Successfully built 0d87e59f5dae [2020-07-14T17:30:54.347Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [2020-07-14T17:30:54.427Z] gofmt -l . [2020-07-14T17:30:54.427Z] [ "`gofmt -l .`" = "" ] [2020-07-14T17:30:54.427Z] ./bin/test-go-mod-tidy.sh [2020-07-14T17:30:54.427Z] ./bin/test-attribution-txt.sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stash [2020-07-14T17:30:54.725Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] wrap [2020-07-14T17:30:54.728Z] provisioning config files... [2020-07-14T17:30:54.755Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/36@tmp/config305185762068285750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:30:55.093Z] nexus3.edgexfoundry.org:10001 [2020-07-14T17:30:55.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:30:55.102Z] Stashed 1 file(s) [Pipeline] } [2020-07-14T17:30:55.107Z] $ docker stop --time=1 d0ae0a6598b421d4a59ba99216ab9bf208b6f71c58e72bd73e8e3dd6e67233aa [2020-07-14T17:30:55.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:30:55.356Z] Configure a credential helper to remove this warning. See [2020-07-14T17:30:55.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:30:55.356Z] [2020-07-14T17:30:55.356Z] Login Succeeded [2020-07-14T17:30:55.356Z] nexus3.edgexfoundry.org:10002 [2020-07-14T17:30:55.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:30:55.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:30:55.356Z] Configure a credential helper to remove this warning. See [2020-07-14T17:30:55.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:30:55.356Z] [2020-07-14T17:30:55.356Z] Login Succeeded [2020-07-14T17:30:55.620Z] nexus3.edgexfoundry.org:10003 [2020-07-14T17:30:55.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:30:55.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:30:55.620Z] Configure a credential helper to remove this warning. See [2020-07-14T17:30:55.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:30:55.620Z] [2020-07-14T17:30:55.620Z] Login Succeeded [2020-07-14T17:30:55.620Z] nexus3.edgexfoundry.org:10004 [2020-07-14T17:30:55.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:30:55.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:30:55.880Z] Configure a credential helper to remove this warning. See [2020-07-14T17:30:55.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:30:55.880Z] [2020-07-14T17:30:55.880Z] Login Succeeded [2020-07-14T17:30:55.880Z] docker.io [2020-07-14T17:30:55.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:30:56.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:30:56.141Z] Configure a credential helper to remove this warning. See [2020-07-14T17:30:56.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:30:56.141Z] [2020-07-14T17:30:56.141Z] Login Succeeded [2020-07-14T17:30:57.283Z] $ docker rm -f d0ae0a6598b421d4a59ba99216ab9bf208b6f71c58e72bd73e8e3dd6e67233aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-07-14T17:30:57.826Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Build) [Pipeline] echo [2020-07-14T17:30:58.111Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-07-14T17:30:58.111Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:30:58.111Z] latest [2020-07-14T17:30:58.111Z] 1.2.1-dev.2 [2020-07-14T17:30:58.111Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [2020-07-14T17:30:58.111Z] master [2020-07-14T17:30:58.111Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T17:30:58.543Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:30:58.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-14T17:30:58.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:30:58.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-14T17:30:58.840Z] 7f245b3b5da5: Preparing [2020-07-14T17:30:58.840Z] 374aaf603b1c: Preparing [2020-07-14T17:30:58.840Z] 8d6f70320753: Preparing [2020-07-14T17:30:58.840Z] 6022ad31c8b2: Preparing [2020-07-14T17:30:58.840Z] e4bb65f71573: Preparing [2020-07-14T17:30:58.840Z] 50644c29ef5a: Preparing [2020-07-14T17:30:58.840Z] 50644c29ef5a: Waiting [2020-07-14T17:30:58.840Z] 6022ad31c8b2: Pushed [2020-07-14T17:30:58.840Z] 374aaf603b1c: Pushed [2020-07-14T17:30:58.840Z] 8d6f70320753: Pushed [2020-07-14T17:30:59.009Z] + ls -al . [2020-07-14T17:30:59.009Z] total 124 [2020-07-14T17:30:59.009Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 17:30 . [2020-07-14T17:30:59.009Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 17:28 .. [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 14 17:28 .dockerignore [2020-07-14T17:30:59.009Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 14 17:28 .git [2020-07-14T17:30:59.009Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 17:28 .github [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 93 Jul 14 17:28 .gitignore [2020-07-14T17:30:59.009Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 14 17:28 .semver [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 5879 Jul 14 17:28 Attribution.txt [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jul 14 17:28 Dockerfile [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 966 Jul 14 17:28 Dockerfile.build [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 710 Jul 14 17:28 Jenkinsfile [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 14 17:28 LICENSE [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 481 Jul 14 17:28 README.md [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 14 17:26 VERSION [2020-07-14T17:30:59.009Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 14 17:28 bin [2020-07-14T17:30:59.009Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 14 17:30 coverage.out [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 180 Jul 14 17:28 docker-compose.debug.yml [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 14 17:28 docker-compose.yml [2020-07-14T17:30:59.009Z] -rw-r--r-- 1 jenkins jenkins 132 Jul 14 17:30 go.mod [2020-07-14T17:30:59.009Z] -rw-r--r-- 1 jenkins jenkins 17709 Jul 14 17:30 go.sum [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jul 14 17:28 main.go [2020-07-14T17:30:59.009Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jul 14 17:28 makefile [2020-07-14T17:30:59.009Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 14 17:28 res [2020-07-14T17:30:59.009Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 14 17:28 snap [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:30:59.103Z] 50644c29ef5a: Layer already exists [2020-07-14T17:30:59.103Z] e4bb65f71573: Pushed [2020-07-14T17:30:59.346Z] + 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=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 --label arch=arm64 --label version=1.2.1-dev.2 . [2020-07-14T17:30:59.620Z] Sending build context to Docker daemon 344.6kB [2020-07-14T17:30:59.620Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-14T17:30:59.620Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-14T17:30:59.620Z] ---> 9c5f3c5c71f4 [2020-07-14T17:30:59.620Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-14T17:30:59.893Z] ---> Running in 4499a581766e [2020-07-14T17:31:00.486Z] Removing intermediate container 4499a581766e [2020-07-14T17:31:00.486Z] ---> 04fccc7e6332 [2020-07-14T17:31:00.486Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-14T17:31:00.486Z] ---> Running in 9e3448f759c0 [2020-07-14T17:31:00.487Z] 7f245b3b5da5: Pushed [2020-07-14T17:31:00.487Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367: digest: sha256:7a7f4e6b4f6a406f3ee536e8fd47844ceabd9e1e6859de0daf0dd5fbc2c4c423 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:00.784Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:01.079Z] Removing intermediate container 9e3448f759c0 [2020-07-14T17:31:01.079Z] ---> ff389faad926 [2020-07-14T17:31:01.079Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-14T17:31:01.079Z] ---> Running in 66867d3827e0 [2020-07-14T17:31:01.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-14T17:31:01.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-14T17:31:01.079Z] 7f245b3b5da5: Preparing [2020-07-14T17:31:01.079Z] 374aaf603b1c: Preparing [2020-07-14T17:31:01.079Z] 8d6f70320753: Preparing [2020-07-14T17:31:01.079Z] 6022ad31c8b2: Preparing [2020-07-14T17:31:01.079Z] e4bb65f71573: Preparing [2020-07-14T17:31:01.079Z] 50644c29ef5a: Preparing [2020-07-14T17:31:01.079Z] 50644c29ef5a: Waiting [2020-07-14T17:31:01.079Z] 7f245b3b5da5: Layer already exists [2020-07-14T17:31:01.079Z] 8d6f70320753: Layer already exists [2020-07-14T17:31:01.079Z] e4bb65f71573: Layer already exists [2020-07-14T17:31:01.079Z] 6022ad31c8b2: Layer already exists [2020-07-14T17:31:01.079Z] 374aaf603b1c: Layer already exists [2020-07-14T17:31:01.079Z] 50644c29ef5a: Layer already exists [2020-07-14T17:31:01.079Z] latest: digest: sha256:7a7f4e6b4f6a406f3ee536e8fd47844ceabd9e1e6859de0daf0dd5fbc2c4c423 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:01.382Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:01.670Z] Removing intermediate container 66867d3827e0 [2020-07-14T17:31:01.670Z] ---> 5ecb16bc8636 [2020-07-14T17:31:01.670Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-14T17:31:01.670Z] ---> Running in 3723d9b43341 [2020-07-14T17:31:01.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [2020-07-14T17:31:01.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-14T17:31:01.679Z] 7f245b3b5da5: Preparing [2020-07-14T17:31:01.679Z] 374aaf603b1c: Preparing [2020-07-14T17:31:01.679Z] 8d6f70320753: Preparing [2020-07-14T17:31:01.679Z] 6022ad31c8b2: Preparing [2020-07-14T17:31:01.679Z] e4bb65f71573: Preparing [2020-07-14T17:31:01.679Z] 50644c29ef5a: Preparing [2020-07-14T17:31:01.679Z] 50644c29ef5a: Waiting [2020-07-14T17:31:01.679Z] e4bb65f71573: Layer already exists [2020-07-14T17:31:01.679Z] 6022ad31c8b2: Layer already exists [2020-07-14T17:31:01.679Z] 8d6f70320753: Layer already exists [2020-07-14T17:31:01.679Z] 7f245b3b5da5: Layer already exists [2020-07-14T17:31:01.679Z] 374aaf603b1c: Layer already exists [2020-07-14T17:31:01.679Z] 50644c29ef5a: Layer already exists [2020-07-14T17:31:01.679Z] 1.2.1-dev.2: digest: sha256:7a7f4e6b4f6a406f3ee536e8fd47844ceabd9e1e6859de0daf0dd5fbc2c4c423 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:01.978Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:02.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [2020-07-14T17:31:02.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-14T17:31:02.270Z] 7f245b3b5da5: Preparing [2020-07-14T17:31:02.270Z] 374aaf603b1c: Preparing [2020-07-14T17:31:02.270Z] 8d6f70320753: Preparing [2020-07-14T17:31:02.270Z] 6022ad31c8b2: Preparing [2020-07-14T17:31:02.270Z] e4bb65f71573: Preparing [2020-07-14T17:31:02.270Z] 50644c29ef5a: Preparing [2020-07-14T17:31:02.270Z] 50644c29ef5a: Waiting [2020-07-14T17:31:02.270Z] 8d6f70320753: Layer already exists [2020-07-14T17:31:02.270Z] 6022ad31c8b2: Layer already exists [2020-07-14T17:31:02.270Z] 374aaf603b1c: Layer already exists [2020-07-14T17:31:02.270Z] 7f245b3b5da5: Layer already exists [2020-07-14T17:31:02.270Z] e4bb65f71573: Layer already exists [2020-07-14T17:31:02.270Z] 50644c29ef5a: Layer already exists [2020-07-14T17:31:02.270Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2: digest: sha256:7a7f4e6b4f6a406f3ee536e8fd47844ceabd9e1e6859de0daf0dd5fbc2c4c423 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:02.565Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:31:02.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-07-14T17:31:02.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-14T17:31:02.864Z] 7f245b3b5da5: Preparing [2020-07-14T17:31:02.864Z] 374aaf603b1c: Preparing [2020-07-14T17:31:02.864Z] 8d6f70320753: Preparing [2020-07-14T17:31:02.864Z] 6022ad31c8b2: Preparing [2020-07-14T17:31:02.864Z] e4bb65f71573: Preparing [2020-07-14T17:31:02.864Z] 50644c29ef5a: Preparing [2020-07-14T17:31:02.864Z] 50644c29ef5a: Waiting [2020-07-14T17:31:02.864Z] 374aaf603b1c: Layer already exists [2020-07-14T17:31:02.864Z] 7f245b3b5da5: Layer already exists [2020-07-14T17:31:02.864Z] e4bb65f71573: Layer already exists [2020-07-14T17:31:02.864Z] 6022ad31c8b2: Layer already exists [2020-07-14T17:31:02.864Z] 8d6f70320753: Layer already exists [2020-07-14T17:31:02.864Z] 50644c29ef5a: Layer already exists [2020-07-14T17:31:02.864Z] master: digest: sha256:7a7f4e6b4f6a406f3ee536e8fd47844ceabd9e1e6859de0daf0dd5fbc2c4c423 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-14T17:31:03.037Z] ===================================================== [Pipeline] echo [2020-07-14T17:31:03.115Z] taggedImages: [2020-07-14T17:31:03.115Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:31:03.115Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-14T17:31:03.115Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.2 [2020-07-14T17:31:03.115Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [2020-07-14T17:31:03.115Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T17:31:03.856Z] ++ find /w/workspace/app-service-configurable/36 [2020-07-14T17:31:03.856Z] ++ grep snapcraft.yaml [2020-07-14T17:31:03.856Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/36/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-14T17:31:03.956Z] provisioning config files... [2020-07-14T17:31:03.963Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/36@tmp/config3027911147627714038tmp [Pipeline] { [Pipeline] sh [2020-07-14T17:31:04.290Z] Removing intermediate container 3723d9b43341 [2020-07-14T17:31:04.290Z] ---> 08955b9d81c9 [2020-07-14T17:31:04.290Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-14T17:31:04.290Z] ---> Running in 14aa03ac442e [2020-07-14T17:31:04.324Z] + cp /w/workspace/app-service-configurable/36@tmp/config3027911147627714038tmp /w/workspace/app-service-configurable/36/edgex-snap-store-login [Pipeline] sh [2020-07-14T17:31:04.616Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/36:/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-14T17:31:04.616Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-14T17:31:04.616Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-14T17:31:04.616Z] 5bed26d33875: Pulling fs layer [2020-07-14T17:31:04.616Z] f11b29a9c730: Pulling fs layer [2020-07-14T17:31:04.616Z] 930bda195c84: Pulling fs layer [2020-07-14T17:31:04.616Z] 78bf9a5ad49e: Pulling fs layer [2020-07-14T17:31:04.616Z] e5fbee5a4b0d: Pulling fs layer [2020-07-14T17:31:04.616Z] f452fca78f88: Pulling fs layer [2020-07-14T17:31:04.616Z] 7417ef92027a: Pulling fs layer [2020-07-14T17:31:04.616Z] 2af5c49d270b: Pulling fs layer [2020-07-14T17:31:04.616Z] df9c3bdbc40a: Pulling fs layer [2020-07-14T17:31:04.616Z] f452fca78f88: Waiting [2020-07-14T17:31:04.616Z] 7417ef92027a: Waiting [2020-07-14T17:31:04.616Z] 2af5c49d270b: Waiting [2020-07-14T17:31:04.616Z] df9c3bdbc40a: Waiting [2020-07-14T17:31:04.616Z] 78bf9a5ad49e: Waiting [2020-07-14T17:31:04.616Z] e5fbee5a4b0d: Waiting [2020-07-14T17:31:04.616Z] 930bda195c84: Verifying Checksum [2020-07-14T17:31:04.616Z] f11b29a9c730: Download complete [2020-07-14T17:31:04.616Z] 78bf9a5ad49e: Verifying Checksum [2020-07-14T17:31:04.616Z] 78bf9a5ad49e: Download complete [2020-07-14T17:31:04.616Z] f452fca78f88: Download complete [2020-07-14T17:31:04.616Z] 7417ef92027a: Verifying Checksum [2020-07-14T17:31:04.616Z] 7417ef92027a: Download complete [2020-07-14T17:31:04.616Z] 2af5c49d270b: Verifying Checksum [2020-07-14T17:31:04.616Z] 2af5c49d270b: Download complete [2020-07-14T17:31:04.616Z] df9c3bdbc40a: Verifying Checksum [2020-07-14T17:31:04.616Z] df9c3bdbc40a: Download complete [2020-07-14T17:31:05.562Z] 5bed26d33875: Verifying Checksum [2020-07-14T17:31:05.562Z] 5bed26d33875: Download complete [2020-07-14T17:31:05.718Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-14T17:31:06.689Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-14T17:31:07.661Z] OK: 127 MiB in 45 packages [2020-07-14T17:31:08.889Z] e5fbee5a4b0d: Verifying Checksum [2020-07-14T17:31:08.889Z] e5fbee5a4b0d: Download complete [2020-07-14T17:31:09.135Z] Removing intermediate container 14aa03ac442e [2020-07-14T17:31:09.135Z] ---> 978c53df8fc1 [2020-07-14T17:31:09.135Z] Step 8/26 : WORKDIR /app [2020-07-14T17:31:09.135Z] ---> Running in 605d736f1877 [2020-07-14T17:31:09.409Z] Removing intermediate container 605d736f1877 [2020-07-14T17:31:09.409Z] ---> 49aea4dd661e [2020-07-14T17:31:09.409Z] Step 9/26 : COPY go.mod . [2020-07-14T17:31:09.460Z] 5bed26d33875: Pull complete [2020-07-14T17:31:10.403Z] f11b29a9c730: Pull complete [2020-07-14T17:31:10.438Z] ---> 0e4fbd99a904 [2020-07-14T17:31:10.438Z] Step 10/26 : RUN go mod download [2020-07-14T17:31:10.438Z] ---> Running in 0657c09d4f5e [2020-07-14T17:31:10.672Z] 930bda195c84: Pull complete [2020-07-14T17:31:10.672Z] 78bf9a5ad49e: Pull complete [2020-07-14T17:31:13.127Z] Removing intermediate container 0657c09d4f5e [2020-07-14T17:31:13.127Z] ---> 7caba01e8ff5 [2020-07-14T17:31:13.127Z] Step 11/26 : COPY . . [2020-07-14T17:31:14.111Z] ---> caae4e2d2274 [2020-07-14T17:31:14.111Z] Step 12/26 : ARG MAKE="make build" [2020-07-14T17:31:14.382Z] ---> Running in 63d8f912af39 [2020-07-14T17:31:14.653Z] Removing intermediate container 63d8f912af39 [2020-07-14T17:31:14.653Z] ---> c9ecb8df569c [2020-07-14T17:31:14.653Z] Step 13/26 : RUN $MAKE [2020-07-14T17:31:14.923Z] ---> Running in 8056a3de854f [2020-07-14T17:31:16.353Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-14T17:31:42.836Z] e5fbee5a4b0d: Pull complete [2020-07-14T17:31:42.836Z] f452fca78f88: Pull complete [2020-07-14T17:31:42.836Z] 7417ef92027a: Pull complete [2020-07-14T17:31:42.836Z] 2af5c49d270b: Pull complete [2020-07-14T17:31:42.836Z] df9c3bdbc40a: Pull complete [2020-07-14T17:31:42.836Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-07-14T17:31:42.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-14T17:31:43.409Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-14T17:31:43.409Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-14T17:31:43.409Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-14T17:31:43.670Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-14T17:31:43.670Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.9 kB] [2020-07-14T17:31:43.670Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-14T17:31:43.670Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] [2020-07-14T17:31:43.931Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1005 kB] [2020-07-14T17:31:43.931Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [104 kB] [2020-07-14T17:31:43.931Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1306 kB] [2020-07-14T17:31:43.931Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-14T17:31:44.192Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] [2020-07-14T17:31:44.192Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-07-14T17:31:44.192Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-14T17:31:44.764Z] Fetched 5071 kB in 2s (3265 kB/s) [2020-07-14T17:31:46.148Z] Reading package lists... [2020-07-14T17:31:48.059Z] 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-14T17:31:48.059Z] - README.md [2020-07-14T17:31:48.059Z] [2020-07-14T17:31:48.059Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-14T17:31:48.672Z] Removing intermediate container 8056a3de854f [2020-07-14T17:31:48.672Z] ---> e68b3635e5ed [2020-07-14T17:31:48.672Z] Step 14/26 : FROM alpine:latest [2020-07-14T17:31:48.672Z] latest: Pulling from library/alpine [2020-07-14T17:31:48.672Z] b538f80385f9: Pulling fs layer [2020-07-14T17:31:48.672Z] b538f80385f9: Verifying Checksum [2020-07-14T17:31:48.672Z] b538f80385f9: Download complete [2020-07-14T17:31:48.945Z] b538f80385f9: Pull complete [2020-07-14T17:31:48.945Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-14T17:31:48.945Z] Status: Downloaded newer image for alpine:latest [2020-07-14T17:31:48.945Z] ---> 62ee0e9f8440 [2020-07-14T17:31:48.945Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-14T17:31:49.217Z] ---> Running in c9cc0170cb54 [2020-07-14T17:31:49.808Z] Removing intermediate container c9cc0170cb54 [2020-07-14T17:31:49.808Z] ---> 716dfcd2e687 [2020-07-14T17:31:49.808Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-14T17:31:49.808Z] ---> Running in b5e938d80598 [2020-07-14T17:31:49.978Z] 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-14T17:31:50.078Z] Removing intermediate container b5e938d80598 [2020-07-14T17:31:50.078Z] ---> c0391afc4570 [2020-07-14T17:31:50.078Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-14T17:31:50.352Z] ---> Running in c2e12f662965 [2020-07-14T17:31:51.465Z] Reading package lists... [2020-07-14T17:31:51.746Z] Building dependency tree... [2020-07-14T17:31:51.746Z] Reading state information... [2020-07-14T17:31:51.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-14T17:31:51.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-14T17:31:52.011Z] The following packages were automatically installed and are no longer required: [2020-07-14T17:31:52.011Z] libjq1 liblzo2-2 libonig4 [2020-07-14T17:31:52.011Z] Use 'sudo apt autoremove' to remove them. [2020-07-14T17:31:52.011Z] Suggested packages: [2020-07-14T17:31:52.011Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-07-14T17:31:52.012Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-07-14T17:31:52.012Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-07-14T17:31:52.012Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-07-14T17:31:52.012Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-07-14T17:31:52.012Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-07-14T17:31:52.012Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-07-14T17:31:52.012Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc locales bzr [2020-07-14T17:31:52.012Z] gdbm-l10n libstdc++-7-doc make-doc man-browser keychain libpam-ssh [2020-07-14T17:31:52.012Z] monkeysphere ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-14T17:31:52.012Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-07-14T17:31:52.282Z] The following NEW packages will be installed: [2020-07-14T17:31:52.282Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-07-14T17:31:52.282Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-07-14T17:31:52.282Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-07-14T17:31:52.282Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-07-14T17:31:52.282Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-07-14T17:31:52.282Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-07-14T17:31:52.282Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-07-14T17:31:52.282Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-07-14T17:31:52.282Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-07-14T17:31:52.282Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-07-14T17:31:52.282Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-07-14T17:31:52.282Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-07-14T17:31:52.282Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-07-14T17:31:52.282Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-07-14T17:31:52.282Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-07-14T17:31:52.282Z] The following packages will be upgraded: [2020-07-14T17:31:52.391Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-14T17:31:52.391Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-14T17:31:52.391Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-14T17:31:52.391Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-14T17:31:52.549Z] libc6 libcurl4 [2020-07-14T17:31:52.549Z] 2 upgraded, 98 newly installed, 0 to remove and 14 not upgraded. [2020-07-14T17:31:52.549Z] Need to get 76.0 MB of archives. [2020-07-14T17:31:52.549Z] After this operation, 309 MB of additional disk space will be used. [2020-07-14T17:31:52.549Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.2 [2827 kB] [2020-07-14T17:31:52.662Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-14T17:31:52.662Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-14T17:31:52.662Z] Executing busybox-1.31.1-r16.trigger [2020-07-14T17:31:52.662Z] Executing ca-certificates-20191127-r4.trigger [2020-07-14T17:31:52.662Z] OK: 8 MiB in 20 packages [2020-07-14T17:31:53.530Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-07-14T17:31:53.530Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B] [2020-07-14T17:31:53.530Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-07-14T17:31:53.530Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-07-14T17:31:53.530Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-07-14T17:31:53.530Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-07-14T17:31:53.530Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-07-14T17:31:53.530Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-07-14T17:31:53.530Z] 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-14T17:31:53.530Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-14T17:31:53.530Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-14T17:31:53.530Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-14T17:31:53.791Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-14T17:31:53.791Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-14T17:31:53.791Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-07-14T17:31:53.791Z] 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-14T17:31:53.791Z] 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-14T17:31:53.791Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-07-14T17:31:54.363Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-07-14T17:31:54.363Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-07-14T17:31:54.363Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-07-14T17:31:54.363Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-14T17:31:54.363Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-07-14T17:31:54.363Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-07-14T17:31:54.363Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-07-14T17:31:54.363Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-07-14T17:31:54.363Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-07-14T17:31:54.363Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-07-14T17:31:54.363Z] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-07-14T17:31:54.363Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-07-14T17:31:54.363Z] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-07-14T17:31:54.363Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-14T17:31:54.363Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-07-14T17:31:54.363Z] 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-14T17:31:54.624Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-07-14T17:31:54.624Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-07-14T17:31:54.624Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-111.112 [997 kB] [2020-07-14T17:31:54.624Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-07-14T17:31:54.624Z] 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-14T17:31:54.624Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-07-14T17:31:54.624Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-07-14T17:31:54.624Z] Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-07-14T17:31:54.624Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-07-14T17:31:54.626Z] Removing intermediate container c2e12f662965 [2020-07-14T17:31:54.626Z] ---> 9d1e9dce29f3 [2020-07-14T17:31:54.626Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-14T17:31:54.898Z] ---> bec0b2f8d8ff [2020-07-14T17:31:54.898Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-14T17:31:55.194Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-14T17:31:55.194Z] 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-14T17:31:55.194Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-07-14T17:31:55.194Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-07-14T17:31:55.194Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-07-14T17:31:55.194Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-07-14T17:31:55.194Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-07-14T17:31:55.194Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-07-14T17:31:55.194Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-07-14T17:31:55.194Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-07-14T17:31:55.194Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-07-14T17:31:55.194Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-07-14T17:31:55.194Z] 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-14T17:31:55.454Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-07-14T17:31:55.714Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-07-14T17:31:55.714Z] 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-14T17:31:55.714Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-07-14T17:31:55.880Z] ---> 0eb64028ba9e [2020-07-14T17:31:55.880Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-14T17:31:56.287Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-07-14T17:31:56.287Z] Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-14T17:31:56.287Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-14T17:31:56.287Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-14T17:31:56.287Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-14T17:31:56.287Z] Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-07-14T17:31:56.287Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.9 [214 kB] [2020-07-14T17:31:56.287Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-14T17:31:56.287Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-07-14T17:31:56.287Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-07-14T17:31:56.287Z] Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-07-14T17:31:56.474Z] ---> 75829aa898b6 [2020-07-14T17:31:56.474Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-14T17:31:56.548Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-07-14T17:31:56.548Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-07-14T17:31:56.548Z] Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-07-14T17:31:56.548Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-07-14T17:31:56.548Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-14T17:31:56.548Z] Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-14T17:31:56.548Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-14T17:31:56.548Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-14T17:31:56.548Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-07-14T17:31:56.548Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-07-14T17:31:56.548Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-07-14T17:31:56.548Z] Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-07-14T17:31:56.548Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-07-14T17:31:56.548Z] 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-14T17:31:56.809Z] 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-14T17:31:56.809Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-07-14T17:31:56.809Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-07-14T17:31:56.809Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-14T17:31:56.809Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-07-14T17:31:56.809Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-14T17:31:56.809Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-07-14T17:31:56.809Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-07-14T17:31:56.809Z] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-07-14T17:31:56.809Z] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-07-14T17:31:56.809Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-07-14T17:31:56.809Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-07-14T17:31:56.809Z] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-07-14T17:31:57.069Z] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-07-14T17:31:57.330Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-14T17:31:57.330Z] Fetched 76.0 MB in 5s (16.8 MB/s) [2020-07-14T17:31:57.593Z] (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-14T17:31:57.593Z] Preparing to unpack .../libc6_2.27-3ubuntu1.2_amd64.deb ... [2020-07-14T17:31:57.854Z] Unpacking libc6:amd64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [2020-07-14T17:31:57.902Z] ---> 4835e68ab7bd [2020-07-14T17:31:57.902Z] Step 22/26 : EXPOSE 48095 [2020-07-14T17:31:57.902Z] ---> Running in 65c508bb08c5 [2020-07-14T17:31:58.496Z] Removing intermediate container 65c508bb08c5 [2020-07-14T17:31:58.496Z] ---> 3f2e1a777c14 [2020-07-14T17:31:58.496Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-14T17:31:58.496Z] ---> Running in 15e7cbb49dc2 [2020-07-14T17:31:59.090Z] Removing intermediate container 15e7cbb49dc2 [2020-07-14T17:31:59.090Z] ---> d194e04049ee [2020-07-14T17:31:59.090Z] Step 24/26 : LABEL arch=arm64 [2020-07-14T17:31:59.090Z] ---> Running in 4a729843d426 [2020-07-14T17:31:59.362Z] Removing intermediate container 4a729843d426 [2020-07-14T17:31:59.362Z] ---> d963607c8796 [2020-07-14T17:31:59.362Z] Step 25/26 : LABEL git_sha=8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:31:59.633Z] ---> Running in 14f21d59cbbb [2020-07-14T17:31:59.907Z] Removing intermediate container 14f21d59cbbb [2020-07-14T17:31:59.907Z] ---> ec3aa60fa24e [2020-07-14T17:31:59.907Z] Step 26/26 : LABEL version=1.2.1-dev.2 [2020-07-14T17:32:00.178Z] ---> Running in f16372353bb1 [2020-07-14T17:32:00.453Z] Removing intermediate container f16372353bb1 [2020-07-14T17:32:00.453Z] ---> 913cba212ac0 [2020-07-14T17:32:00.453Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-14T17:32:00.724Z] Successfully built 913cba212ac0 [2020-07-14T17:32:00.724Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-07-14T17:32:01.162Z] Setting up libc6:amd64 (2.27-3ubuntu1.2) ... [Pipeline] wrap [2020-07-14T17:32:01.193Z] provisioning config files... [2020-07-14T17:32:01.230Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/36@tmp/config2355603262044108157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:32:01.622Z] nexus3.edgexfoundry.org:10001 [2020-07-14T17:32:01.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:32:02.108Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-14T17:32:02.108Z] (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-14T17:32:02.108Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-07-14T17:32:02.108Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-14T17:32:02.108Z] Selecting previously unselected package libxau6:amd64. [2020-07-14T17:32:02.108Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ... [2020-07-14T17:32:02.108Z] Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ... [2020-07-14T17:32:02.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:32:02.169Z] Configure a credential helper to remove this warning. See [2020-07-14T17:32:02.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:32:02.169Z] [2020-07-14T17:32:02.169Z] Login Succeeded [2020-07-14T17:32:02.169Z] nexus3.edgexfoundry.org:10002 [2020-07-14T17:32:02.368Z] Selecting previously unselected package libbsd0:amd64. [2020-07-14T17:32:02.368Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-07-14T17:32:02.368Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-07-14T17:32:02.368Z] Selecting previously unselected package libxdmcp6:amd64. [2020-07-14T17:32:02.368Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-07-14T17:32:02.368Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-07-14T17:32:02.368Z] Selecting previously unselected package libxcb1:amd64. [2020-07-14T17:32:02.368Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-07-14T17:32:02.368Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-07-14T17:32:02.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:32:02.631Z] Selecting previously unselected package libx11-data. [2020-07-14T17:32:02.631Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-07-14T17:32:02.631Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:32:02.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:32:02.709Z] Configure a credential helper to remove this warning. See [2020-07-14T17:32:02.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:32:02.709Z] [2020-07-14T17:32:02.709Z] Login Succeeded [2020-07-14T17:32:02.709Z] nexus3.edgexfoundry.org:10003 [2020-07-14T17:32:02.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:32:03.203Z] Selecting previously unselected package libx11-6:amd64. [2020-07-14T17:32:03.203Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-07-14T17:32:03.203Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:32:03.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:32:03.251Z] Configure a credential helper to remove this warning. See [2020-07-14T17:32:03.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:32:03.251Z] [2020-07-14T17:32:03.251Z] Login Succeeded [2020-07-14T17:32:03.251Z] nexus3.edgexfoundry.org:10004 [2020-07-14T17:32:03.463Z] Selecting previously unselected package libxext6:amd64. [2020-07-14T17:32:03.463Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-07-14T17:32:03.463Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-07-14T17:32:03.463Z] Selecting previously unselected package perl-modules-5.26. [2020-07-14T17:32:03.463Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-14T17:32:03.463Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:32:03.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:32:03.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:32:03.794Z] Configure a credential helper to remove this warning. See [2020-07-14T17:32:03.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:32:03.794Z] [2020-07-14T17:32:03.794Z] Login Succeeded [2020-07-14T17:32:03.794Z] docker.io [2020-07-14T17:32:04.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-14T17:32:04.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-14T17:32:04.653Z] Configure a credential helper to remove this warning. See [2020-07-14T17:32:04.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-14T17:32:04.653Z] [2020-07-14T17:32:04.653Z] Login Succeeded [Pipeline] } [2020-07-14T17:32:04.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-14T17:32:04.951Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-07-14T17:32:04.951Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:32:04.951Z] latest [2020-07-14T17:32:04.951Z] 1.2.1-dev.2 [2020-07-14T17:32:04.951Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [2020-07-14T17:32:04.951Z] master [2020-07-14T17:32:04.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:05.424Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:05.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:32:05.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-14T17:32:05.753Z] 067919f0bd93: Preparing [2020-07-14T17:32:05.753Z] 366c8931eb63: Preparing [2020-07-14T17:32:05.753Z] d6843f0d7f22: Preparing [2020-07-14T17:32:05.753Z] 2d3ebcc2d7aa: Preparing [2020-07-14T17:32:05.753Z] dd750ed44d52: Preparing [2020-07-14T17:32:05.753Z] e2f13739ad41: Preparing [2020-07-14T17:32:05.753Z] e2f13739ad41: Waiting [2020-07-14T17:32:06.028Z] 366c8931eb63: Pushed [2020-07-14T17:32:06.028Z] d6843f0d7f22: Pushed [2020-07-14T17:32:06.028Z] 2d3ebcc2d7aa: Pushed [2020-07-14T17:32:06.028Z] e2f13739ad41: Layer already exists [2020-07-14T17:32:06.765Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-14T17:32:06.765Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-14T17:32:06.765Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-14T17:32:06.765Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-14T17:32:06.765Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-14T17:32:06.765Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-14T17:32:06.765Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-14T17:32:06.765Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-14T17:32:06.765Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:32:07.000Z] dd750ed44d52: Pushed [2020-07-14T17:32:08.157Z] Selecting previously unselected package perl. [2020-07-14T17:32:08.158Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-14T17:32:08.420Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-14T17:32:08.420Z] Selecting previously unselected package less. [2020-07-14T17:32:08.420Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-07-14T17:32:08.420Z] Unpacking less (487-0.1) ... [2020-07-14T17:32:08.681Z] Selecting previously unselected package libexpat1:amd64. [2020-07-14T17:32:08.681Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-07-14T17:32:08.681Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-07-14T17:32:08.681Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-07-14T17:32:08.681Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-07-14T17:32:08.681Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:32:08.943Z] Selecting previously unselected package libglib2.0-data. [2020-07-14T17:32:08.943Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-07-14T17:32:08.943Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:32:08.943Z] Selecting previously unselected package libicu60:amd64. [2020-07-14T17:32:08.943Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-07-14T17:32:08.943Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-07-14T17:32:09.601Z] 067919f0bd93: Pushed [2020-07-14T17:32:09.601Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367: digest: sha256:ee06aee9d70b97afe3bac2834b8d2dab8ce7fb962523354dd726183b971a447b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:09.892Z] Selecting previously unselected package readline-common. [2020-07-14T17:32:09.892Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-07-14T17:32:09.892Z] Unpacking readline-common (7.0-3) ... [2020-07-14T17:32:09.892Z] Selecting previously unselected package libreadline7:amd64. [2020-07-14T17:32:09.892Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-07-14T17:32:09.892Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-07-14T17:32:09.892Z] Selecting previously unselected package libxml2:amd64. [2020-07-14T17:32:09.892Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-07-14T17:32:09.934Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:10.154Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-14T17:32:10.154Z] Selecting previously unselected package netbase. [2020-07-14T17:32:10.154Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-07-14T17:32:10.154Z] Unpacking netbase (5.4) ... [2020-07-14T17:32:10.154Z] Selecting previously unselected package shared-mime-info. [2020-07-14T17:32:10.154Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-07-14T17:32:10.154Z] Unpacking shared-mime-info (1.9-2) ... [2020-07-14T17:32:10.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-14T17:32:10.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-14T17:32:10.284Z] 067919f0bd93: Preparing [2020-07-14T17:32:10.284Z] 366c8931eb63: Preparing [2020-07-14T17:32:10.284Z] d6843f0d7f22: Preparing [2020-07-14T17:32:10.284Z] 2d3ebcc2d7aa: Preparing [2020-07-14T17:32:10.284Z] dd750ed44d52: Preparing [2020-07-14T17:32:10.284Z] e2f13739ad41: Preparing [2020-07-14T17:32:10.284Z] e2f13739ad41: Waiting [2020-07-14T17:32:10.284Z] 067919f0bd93: Layer already exists [2020-07-14T17:32:10.284Z] d6843f0d7f22: Layer already exists [2020-07-14T17:32:10.284Z] 366c8931eb63: Layer already exists [2020-07-14T17:32:10.284Z] dd750ed44d52: Layer already exists [2020-07-14T17:32:10.284Z] 2d3ebcc2d7aa: Layer already exists [2020-07-14T17:32:10.284Z] e2f13739ad41: Layer already exists [2020-07-14T17:32:10.415Z] Selecting previously unselected package xdg-user-dirs. [2020-07-14T17:32:10.415Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-07-14T17:32:10.415Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-14T17:32:10.415Z] Selecting previously unselected package xz-utils. [2020-07-14T17:32:10.415Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-07-14T17:32:10.415Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-07-14T17:32:10.556Z] latest: digest: sha256:ee06aee9d70b97afe3bac2834b8d2dab8ce7fb962523354dd726183b971a447b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:10.678Z] Selecting previously unselected package libedit2:amd64. [2020-07-14T17:32:10.678Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-07-14T17:32:10.678Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-07-14T17:32:10.678Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-07-14T17:32:10.678Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-07-14T17:32:10.678Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-07-14T17:32:10.884Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:10.940Z] Selecting previously unselected package libxmuu1:amd64. [2020-07-14T17:32:10.940Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-07-14T17:32:10.940Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-07-14T17:32:10.940Z] Selecting previously unselected package manpages. [2020-07-14T17:32:10.940Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-07-14T17:32:10.940Z] Unpacking manpages (4.15-1) ... [2020-07-14T17:32:11.201Z] Selecting previously unselected package openssh-client. [2020-07-14T17:32:11.201Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-07-14T17:32:11.201Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-14T17:32:11.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [2020-07-14T17:32:11.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-14T17:32:11.209Z] 067919f0bd93: Preparing [2020-07-14T17:32:11.209Z] 366c8931eb63: Preparing [2020-07-14T17:32:11.210Z] d6843f0d7f22: Preparing [2020-07-14T17:32:11.210Z] 2d3ebcc2d7aa: Preparing [2020-07-14T17:32:11.210Z] dd750ed44d52: Preparing [2020-07-14T17:32:11.210Z] e2f13739ad41: Preparing [2020-07-14T17:32:11.210Z] e2f13739ad41: Waiting [2020-07-14T17:32:11.210Z] 2d3ebcc2d7aa: Layer already exists [2020-07-14T17:32:11.210Z] 067919f0bd93: Layer already exists [2020-07-14T17:32:11.210Z] 366c8931eb63: Layer already exists [2020-07-14T17:32:11.210Z] dd750ed44d52: Layer already exists [2020-07-14T17:32:11.210Z] d6843f0d7f22: Layer already exists [2020-07-14T17:32:11.210Z] e2f13739ad41: Layer already exists [2020-07-14T17:32:11.480Z] 1.2.1-dev.2: digest: sha256:ee06aee9d70b97afe3bac2834b8d2dab8ce7fb962523354dd726183b971a447b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:11.774Z] Selecting previously unselected package xauth. [2020-07-14T17:32:11.774Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-07-14T17:32:11.774Z] Unpacking xauth (1:1.0.10-1) ... [2020-07-14T17:32:11.774Z] Selecting previously unselected package binutils-common:amd64. [2020-07-14T17:32:11.774Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-14T17:32:11.774Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:11.774Z] Selecting previously unselected package libbinutils:amd64. [2020-07-14T17:32:11.774Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-14T17:32:11.774Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:11.774Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-07-14T17:32:11.774Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-14T17:32:11.809Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:12.036Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:12.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [2020-07-14T17:32:12.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-14T17:32:12.139Z] 067919f0bd93: Preparing [2020-07-14T17:32:12.139Z] 366c8931eb63: Preparing [2020-07-14T17:32:12.139Z] d6843f0d7f22: Preparing [2020-07-14T17:32:12.139Z] 2d3ebcc2d7aa: Preparing [2020-07-14T17:32:12.139Z] dd750ed44d52: Preparing [2020-07-14T17:32:12.139Z] e2f13739ad41: Preparing [2020-07-14T17:32:12.139Z] e2f13739ad41: Waiting [2020-07-14T17:32:12.139Z] dd750ed44d52: Layer already exists [2020-07-14T17:32:12.139Z] 366c8931eb63: Layer already exists [2020-07-14T17:32:12.139Z] 067919f0bd93: Layer already exists [2020-07-14T17:32:12.139Z] d6843f0d7f22: Layer already exists [2020-07-14T17:32:12.139Z] 2d3ebcc2d7aa: Layer already exists [2020-07-14T17:32:12.410Z] e2f13739ad41: Layer already exists [2020-07-14T17:32:12.410Z] 8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2: digest: sha256:ee06aee9d70b97afe3bac2834b8d2dab8ce7fb962523354dd726183b971a447b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:12.608Z] Selecting previously unselected package binutils. [2020-07-14T17:32:12.608Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-14T17:32:12.608Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:12.740Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:32:12.869Z] Selecting previously unselected package libc-dev-bin. [2020-07-14T17:32:12.869Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-07-14T17:32:12.869Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-14T17:32:12.869Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-07-14T17:32:12.869Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-111.112_amd64.deb ... [2020-07-14T17:32:12.869Z] Unpacking linux-libc-dev:amd64 (4.15.0-111.112) ... [2020-07-14T17:32:13.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-07-14T17:32:13.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-14T17:32:13.071Z] 067919f0bd93: Preparing [2020-07-14T17:32:13.071Z] 366c8931eb63: Preparing [2020-07-14T17:32:13.071Z] d6843f0d7f22: Preparing [2020-07-14T17:32:13.071Z] 2d3ebcc2d7aa: Preparing [2020-07-14T17:32:13.071Z] dd750ed44d52: Preparing [2020-07-14T17:32:13.071Z] e2f13739ad41: Preparing [2020-07-14T17:32:13.071Z] e2f13739ad41: Waiting [2020-07-14T17:32:13.071Z] 366c8931eb63: Layer already exists [2020-07-14T17:32:13.071Z] 2d3ebcc2d7aa: Layer already exists [2020-07-14T17:32:13.071Z] dd750ed44d52: Layer already exists [2020-07-14T17:32:13.072Z] 067919f0bd93: Layer already exists [2020-07-14T17:32:13.072Z] d6843f0d7f22: Layer already exists [2020-07-14T17:32:13.341Z] e2f13739ad41: Layer already exists [2020-07-14T17:32:13.341Z] master: digest: sha256:ee06aee9d70b97afe3bac2834b8d2dab8ce7fb962523354dd726183b971a447b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-14T17:32:13.574Z] ===================================================== [Pipeline] echo [2020-07-14T17:32:13.615Z] taggedImages: [2020-07-14T17:32:13.615Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367 [2020-07-14T17:32:13.615Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-14T17:32:13.615Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.2 [2020-07-14T17:32:13.615Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:8f8a21a540ef2e4587cdc2ec77aa936f8e756367-1.2.1-dev.2 [2020-07-14T17:32:13.615Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-07-14T17:32:13.814Z] Selecting previously unselected package libc6-dev:amd64. [2020-07-14T17:32:13.814Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-07-14T17:32:13.814Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-14T17:32:14.271Z] + find /w/workspace/app-service-configurable/36 [2020-07-14T17:32:14.272Z] + grep snapcraft.yaml [2020-07-14T17:32:14.272Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/36/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-14T17:32:14.411Z] provisioning config files... [2020-07-14T17:32:14.426Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/36@tmp/config64000024914198638tmp [Pipeline] { [Pipeline] sh [2020-07-14T17:32:14.906Z] + cp /w/workspace/app-service-configurable/36@tmp/config64000024914198638tmp /w/workspace/app-service-configurable/36/edgex-snap-store-login [Pipeline] sh [2020-07-14T17:32:15.206Z] Selecting previously unselected package gcc-7-base:amd64. [2020-07-14T17:32:15.206Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:15.206Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:15.206Z] Selecting previously unselected package libisl19:amd64. [2020-07-14T17:32:15.206Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-07-14T17:32:15.206Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-07-14T17:32:15.206Z] Selecting previously unselected package libmpfr6:amd64. [2020-07-14T17:32:15.206Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-07-14T17:32:15.207Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-07-14T17:32:15.250Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/36:/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-14T17:32:15.250Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-14T17:32:15.250Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-14T17:32:15.250Z] b2f61026a351: Pulling fs layer [2020-07-14T17:32:15.250Z] 5538fb30c42c: Pulling fs layer [2020-07-14T17:32:15.250Z] f0b05810781a: Pulling fs layer [2020-07-14T17:32:15.250Z] 0180a33352d6: Pulling fs layer [2020-07-14T17:32:15.250Z] e7604b0c0f53: Pulling fs layer [2020-07-14T17:32:15.250Z] db689cb83ae0: Pulling fs layer [2020-07-14T17:32:15.250Z] 6138af208834: Pulling fs layer [2020-07-14T17:32:15.250Z] 007c8e8c5d63: Pulling fs layer [2020-07-14T17:32:15.250Z] 4f7a387c642f: Pulling fs layer [2020-07-14T17:32:15.250Z] db689cb83ae0: Waiting [2020-07-14T17:32:15.250Z] 007c8e8c5d63: Waiting [2020-07-14T17:32:15.250Z] 6138af208834: Waiting [2020-07-14T17:32:15.250Z] 4f7a387c642f: Waiting [2020-07-14T17:32:15.250Z] 0180a33352d6: Waiting [2020-07-14T17:32:15.250Z] e7604b0c0f53: Waiting [2020-07-14T17:32:15.250Z] f0b05810781a: Verifying Checksum [2020-07-14T17:32:15.250Z] f0b05810781a: Download complete [2020-07-14T17:32:15.250Z] 5538fb30c42c: Verifying Checksum [2020-07-14T17:32:15.250Z] 5538fb30c42c: Download complete [2020-07-14T17:32:15.468Z] Selecting previously unselected package libmpc3:amd64. [2020-07-14T17:32:15.468Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-07-14T17:32:15.468Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-07-14T17:32:15.468Z] Selecting previously unselected package cpp-7. [2020-07-14T17:32:15.468Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:15.468Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:15.538Z] 0180a33352d6: Verifying Checksum [2020-07-14T17:32:15.538Z] 0180a33352d6: Download complete [2020-07-14T17:32:15.538Z] db689cb83ae0: Download complete [2020-07-14T17:32:15.538Z] 6138af208834: Verifying Checksum [2020-07-14T17:32:15.538Z] 6138af208834: Download complete [2020-07-14T17:32:15.538Z] 007c8e8c5d63: Verifying Checksum [2020-07-14T17:32:15.538Z] 007c8e8c5d63: Download complete [2020-07-14T17:32:15.538Z] 4f7a387c642f: Verifying Checksum [2020-07-14T17:32:15.538Z] 4f7a387c642f: Download complete [2020-07-14T17:32:16.410Z] Selecting previously unselected package cpp. [2020-07-14T17:32:16.410Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-14T17:32:16.410Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:32:16.410Z] Selecting previously unselected package libcc1-0:amd64. [2020-07-14T17:32:16.410Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.410Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:16.410Z] Selecting previously unselected package libgomp1:amd64. [2020-07-14T17:32:16.410Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.410Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:16.529Z] b2f61026a351: Download complete [2020-07-14T17:32:16.671Z] Selecting previously unselected package libitm1:amd64. [2020-07-14T17:32:16.671Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.671Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:16.671Z] Selecting previously unselected package libatomic1:amd64. [2020-07-14T17:32:16.671Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.671Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:16.671Z] Selecting previously unselected package libasan4:amd64. [2020-07-14T17:32:16.671Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.671Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:16.932Z] Selecting previously unselected package liblsan0:amd64. [2020-07-14T17:32:16.932Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.932Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:16.932Z] Selecting previously unselected package libtsan0:amd64. [2020-07-14T17:32:16.932Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:16.932Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:17.192Z] Selecting previously unselected package libubsan0:amd64. [2020-07-14T17:32:17.192Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:17.192Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:17.192Z] Selecting previously unselected package libcilkrts5:amd64. [2020-07-14T17:32:17.192Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:17.192Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:17.192Z] Selecting previously unselected package libmpx2:amd64. [2020-07-14T17:32:17.192Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:17.192Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:17.453Z] Selecting previously unselected package libquadmath0:amd64. [2020-07-14T17:32:17.453Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:17.453Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:17.453Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-07-14T17:32:17.453Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:17.453Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:18.395Z] Selecting previously unselected package gcc-7. [2020-07-14T17:32:18.395Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:18.395Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:19.338Z] Selecting previously unselected package gcc. [2020-07-14T17:32:19.338Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-14T17:32:19.338Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:32:19.338Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-07-14T17:32:19.338Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:19.338Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:19.911Z] b2f61026a351: Pull complete [2020-07-14T17:32:19.911Z] 5538fb30c42c: Pull complete [2020-07-14T17:32:20.185Z] f0b05810781a: Pull complete [2020-07-14T17:32:20.795Z] 0180a33352d6: Pull complete [2020-07-14T17:32:21.252Z] Selecting previously unselected package g++-7. [2020-07-14T17:32:21.252Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-14T17:32:21.252Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:21.826Z] Selecting previously unselected package g++. [2020-07-14T17:32:21.826Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-14T17:32:21.826Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:32:22.088Z] Selecting previously unselected package make. [2020-07-14T17:32:22.088Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-14T17:32:22.088Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-14T17:32:22.088Z] Selecting previously unselected package libdpkg-perl. [2020-07-14T17:32:22.088Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-14T17:32:22.088Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-14T17:32:22.350Z] Selecting previously unselected package patch. [2020-07-14T17:32:22.350Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-14T17:32:22.350Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-14T17:32:22.350Z] Selecting previously unselected package dpkg-dev. [2020-07-14T17:32:22.350Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-14T17:32:22.350Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-14T17:32:22.612Z] Selecting previously unselected package build-essential. [2020-07-14T17:32:22.612Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-07-14T17:32:22.612Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-14T17:32:22.612Z] Preparing to unpack .../66-libcurl4_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-14T17:32:22.612Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... [2020-07-14T17:32:22.873Z] Selecting previously unselected package curl. [2020-07-14T17:32:22.873Z] Preparing to unpack .../67-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-14T17:32:22.873Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-14T17:32:22.873Z] Selecting previously unselected package libassuan0:amd64. [2020-07-14T17:32:22.873Z] Preparing to unpack .../68-libassuan0_2.5.1-2_amd64.deb ... [2020-07-14T17:32:22.873Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-07-14T17:32:22.873Z] Selecting previously unselected package gpgconf. [2020-07-14T17:32:22.873Z] Preparing to unpack .../69-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:22.873Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:23.134Z] Selecting previously unselected package libksba8:amd64. [2020-07-14T17:32:23.134Z] Preparing to unpack .../70-libksba8_1.3.5-2_amd64.deb ... [2020-07-14T17:32:23.134Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-07-14T17:32:23.134Z] Selecting previously unselected package libnpth0:amd64. [2020-07-14T17:32:23.134Z] Preparing to unpack .../71-libnpth0_1.5-3_amd64.deb ... [2020-07-14T17:32:23.134Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-07-14T17:32:23.134Z] Selecting previously unselected package dirmngr. [2020-07-14T17:32:23.134Z] Preparing to unpack .../72-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:23.134Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:23.394Z] e7604b0c0f53: Verifying Checksum [2020-07-14T17:32:23.394Z] e7604b0c0f53: Download complete [2020-07-14T17:32:23.395Z] Selecting previously unselected package libfakeroot:amd64. [2020-07-14T17:32:23.395Z] Preparing to unpack .../73-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-14T17:32:23.395Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-14T17:32:23.395Z] Selecting previously unselected package fakeroot. [2020-07-14T17:32:23.395Z] Preparing to unpack .../74-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-14T17:32:23.395Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-14T17:32:23.395Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-14T17:32:23.395Z] Preparing to unpack .../75-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-14T17:32:23.395Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-14T17:32:23.656Z] Selecting previously unselected package liberror-perl. [2020-07-14T17:32:23.656Z] Preparing to unpack .../76-liberror-perl_0.17025-1_all.deb ... [2020-07-14T17:32:23.656Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-14T17:32:23.656Z] Selecting previously unselected package git-man. [2020-07-14T17:32:23.656Z] Preparing to unpack .../77-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-14T17:32:23.656Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:32:23.917Z] Selecting previously unselected package git. [2020-07-14T17:32:23.917Z] Preparing to unpack .../78-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-14T17:32:23.917Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:32:24.858Z] Selecting previously unselected package gnupg-l10n. [2020-07-14T17:32:24.858Z] Preparing to unpack .../79-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-07-14T17:32:24.858Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.120Z] Selecting previously unselected package gnupg-utils. [2020-07-14T17:32:25.120Z] Preparing to unpack .../80-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.120Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.120Z] Selecting previously unselected package gpg. [2020-07-14T17:32:25.120Z] Preparing to unpack .../81-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.120Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.120Z] Selecting previously unselected package pinentry-curses. [2020-07-14T17:32:25.120Z] Preparing to unpack .../82-pinentry-curses_1.1.0-1_amd64.deb ... [2020-07-14T17:32:25.120Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-07-14T17:32:25.381Z] Selecting previously unselected package gpg-agent. [2020-07-14T17:32:25.381Z] Preparing to unpack .../83-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.381Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.381Z] Selecting previously unselected package gpg-wks-client. [2020-07-14T17:32:25.381Z] Preparing to unpack .../84-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.381Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.381Z] Selecting previously unselected package gpg-wks-server. [2020-07-14T17:32:25.381Z] Preparing to unpack .../85-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.642Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.642Z] Selecting previously unselected package gpgsm. [2020-07-14T17:32:25.642Z] Preparing to unpack .../86-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.642Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.642Z] Selecting previously unselected package gnupg. [2020-07-14T17:32:25.642Z] Preparing to unpack .../87-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-07-14T17:32:25.642Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:25.902Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-14T17:32:25.902Z] Preparing to unpack .../88-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-14T17:32:25.902Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-14T17:32:25.902Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-14T17:32:25.902Z] Preparing to unpack .../89-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-07-14T17:32:25.902Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-14T17:32:25.902Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-14T17:32:25.902Z] Preparing to unpack .../90-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-14T17:32:25.902Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-14T17:32:25.902Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-14T17:32:25.903Z] Preparing to unpack .../91-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-07-14T17:32:25.903Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-14T17:32:26.164Z] Selecting previously unselected package libnorm1:amd64. [2020-07-14T17:32:26.164Z] Preparing to unpack .../92-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-07-14T17:32:26.164Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-14T17:32:26.164Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-07-14T17:32:26.164Z] Preparing to unpack .../93-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-07-14T17:32:26.164Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-14T17:32:26.164Z] Selecting previously unselected package libsodium23:amd64. [2020-07-14T17:32:26.164Z] Preparing to unpack .../94-libsodium23_1.0.16-2_amd64.deb ... [2020-07-14T17:32:26.164Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-07-14T17:32:26.425Z] Selecting previously unselected package libzmq5:amd64. [2020-07-14T17:32:26.425Z] Preparing to unpack .../95-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-14T17:32:26.425Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:32:26.425Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-07-14T17:32:26.425Z] Preparing to unpack .../96-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-14T17:32:26.425Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:32:26.685Z] Selecting previously unselected package manpages-dev. [2020-07-14T17:32:26.685Z] Preparing to unpack .../97-manpages-dev_4.15-1_all.deb ... [2020-07-14T17:32:26.685Z] Unpacking manpages-dev (4.15-1) ... [2020-07-14T17:32:26.945Z] Selecting previously unselected package pkg-config. [2020-07-14T17:32:26.945Z] Preparing to unpack .../98-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-07-14T17:32:26.945Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-14T17:32:26.945Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:27.205Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-07-14T17:32:27.205Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-07-14T17:32:27.205Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:27.205Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-14T17:32:27.205Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:27.205Z] Setting up readline-common (7.0-3) ... [2020-07-14T17:32:27.205Z] Setting up manpages (4.15-1) ... [2020-07-14T17:32:27.206Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:32:27.206Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-07-14T17:32:27.466Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-07-14T17:32:27.466Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:27.466Z] Setting up less (487-0.1) ... [2020-07-14T17:32:27.728Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-14T17:32:27.728Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-07-14T17:32:28.299Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-07-14T17:32:28.299Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-14T17:32:28.299Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:28.299Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:32:28.299Z] No schema files found: doing nothing. [2020-07-14T17:32:28.559Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-14T17:32:28.559Z] Setting up linux-libc-dev:amd64 (4.15.0-111.112) ... [2020-07-14T17:32:28.559Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-07-14T17:32:28.559Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-07-14T17:32:28.559Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:32:28.559Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-14T17:32:28.559Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-07-14T17:32:28.559Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-14T17:32:28.559Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:28.559Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:28.821Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-14T17:32:28.821Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:28.821Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:28.821Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-07-14T17:32:28.821Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:28.821Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-14T17:32:28.821Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:32:28.821Z] Setting up xz-utils (5.2.2-1.3) ... [2020-07-14T17:32:29.081Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] 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-14T17:32:29.081Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-14T17:32:29.081Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-14T17:32:29.081Z] Setting up shared-mime-info (1.9-2) ... [2020-07-14T17:32:35.684Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-07-14T17:32:35.684Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-14T17:32:35.684Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-07-14T17:32:35.684Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-14T17:32:35.684Z] Setting up manpages-dev (4.15-1) ... [2020-07-14T17:32:35.684Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-14T17:32:35.684Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-14T17:32:35.684Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-07-14T17:32:35.684Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-14T17:32:35.684Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:32:35.684Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:32:35.684Z] Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ... [2020-07-14T17:32:35.684Z] Setting up netbase (5.4) ... [2020-07-14T17:32:35.684Z] Setting up libisl19:amd64 (0.19-1) ... [2020-07-14T17:32:35.684Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:32:35.684Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:35.684Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-14T17:32:35.684Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:35.684Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:35.685Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:35.685Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:35.685Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:32:35.685Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-14T17:32:35.685Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] 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-14T17:32:35.685Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:35.685Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:35.685Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:35.685Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:32:35.945Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:35.945Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:35.945Z] Setting up pinentry-curses (1.1.0-1) ... [2020-07-14T17:32:35.945Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:35.945Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-07-14T17:32:35.945Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:35.945Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:35.945Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:32:36.205Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:32:36.205Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:36.205Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:36.205Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:36.205Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-07-14T17:32:36.205Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-14T17:32:36.466Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-14T17:32:36.466Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-14T17:32:36.466Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:32:36.466Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-07-14T17:32:36.466Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:36.466Z] Setting up liberror-perl (0.17025-1) ... [2020-07-14T17:32:36.466Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:32:36.466Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:32:36.466Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-14T17:32:36.727Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:32:36.727Z] Setting up xauth (1:1.0.10-1) ... [2020-07-14T17:32:36.727Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-14T17:32:36.727Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-14T17:32:36.727Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-14T17:32:36.727Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:32:36.727Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-14T17:32:36.727Z] 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-14T17:32:36.727Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:32:36.987Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-14T17:32:36.987Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-14T17:32:36.987Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-07-14T17:32:40.288Z] binutils set to automatically installed. [2020-07-14T17:32:40.288Z] binutils-common set to automatically installed. [2020-07-14T17:32:40.288Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-07-14T17:32:40.288Z] build-essential set to automatically installed. [2020-07-14T17:32:40.288Z] cpp set to automatically installed. [2020-07-14T17:32:40.288Z] cpp-7 set to automatically installed. [2020-07-14T17:32:40.288Z] curl set to automatically installed. [2020-07-14T17:32:40.288Z] dirmngr set to automatically installed. [2020-07-14T17:32:40.288Z] dpkg-dev set to automatically installed. [2020-07-14T17:32:40.288Z] fakeroot set to automatically installed. [2020-07-14T17:32:40.288Z] g++ set to automatically installed. [2020-07-14T17:32:40.288Z] g++-7 set to automatically installed. [2020-07-14T17:32:40.288Z] gcc set to automatically installed. [2020-07-14T17:32:40.288Z] gcc-7 set to automatically installed. [2020-07-14T17:32:40.288Z] gcc-7-base set to automatically installed. [2020-07-14T17:32:40.288Z] git set to automatically installed. [2020-07-14T17:32:40.288Z] git-man set to automatically installed. [2020-07-14T17:32:40.288Z] gnupg set to automatically installed. [2020-07-14T17:32:40.288Z] gnupg-l10n set to automatically installed. [2020-07-14T17:32:40.288Z] gnupg-utils set to automatically installed. [2020-07-14T17:32:40.288Z] gpg set to automatically installed. [2020-07-14T17:32:40.288Z] gpg-agent set to automatically installed. [2020-07-14T17:32:40.288Z] gpg-wks-client set to automatically installed. [2020-07-14T17:32:40.288Z] gpg-wks-server set to automatically installed. [2020-07-14T17:32:40.288Z] gpgconf set to automatically installed. [2020-07-14T17:32:40.288Z] gpgsm set to automatically installed. [2020-07-14T17:32:40.288Z] less set to automatically installed. [2020-07-14T17:32:40.288Z] libalgorithm-diff-perl set to automatically installed. [2020-07-14T17:32:40.288Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-14T17:32:40.288Z] libalgorithm-merge-perl set to automatically installed. [2020-07-14T17:32:40.288Z] libasan4 set to automatically installed. [2020-07-14T17:32:40.288Z] libassuan0 set to automatically installed. [2020-07-14T17:32:40.288Z] libatomic1 set to automatically installed. [2020-07-14T17:32:40.288Z] libbinutils set to automatically installed. [2020-07-14T17:32:40.288Z] libbsd0 set to automatically installed. [2020-07-14T17:32:40.288Z] libc-dev-bin set to automatically installed. [2020-07-14T17:32:40.288Z] libc6 set to automatically installed. [2020-07-14T17:32:40.288Z] libc6-dev set to automatically installed. [2020-07-14T17:32:40.288Z] libcc1-0 set to automatically installed. [2020-07-14T17:32:40.288Z] libcilkrts5 set to automatically installed. [2020-07-14T17:32:40.288Z] libcurl3-gnutls set to automatically installed. [2020-07-14T17:32:40.288Z] libcurl4 set to automatically installed. [2020-07-14T17:32:40.288Z] libdpkg-perl set to automatically installed. [2020-07-14T17:32:40.288Z] libedit2 set to automatically installed. [2020-07-14T17:32:40.288Z] liberror-perl set to automatically installed. [2020-07-14T17:32:40.288Z] libexpat1 set to automatically installed. [2020-07-14T17:32:40.288Z] libfakeroot set to automatically installed. [2020-07-14T17:32:40.288Z] libfile-fcntllock-perl set to automatically installed. [2020-07-14T17:32:40.288Z] libgcc-7-dev set to automatically installed. [2020-07-14T17:32:40.288Z] libgdbm-compat4 set to automatically installed. [2020-07-14T17:32:40.288Z] libgdbm5 set to automatically installed. [2020-07-14T17:32:40.288Z] libglib2.0-0 set to automatically installed. [2020-07-14T17:32:40.288Z] libglib2.0-data set to automatically installed. [2020-07-14T17:32:40.288Z] libgomp1 set to automatically installed. [2020-07-14T17:32:40.288Z] libicu60 set to automatically installed. [2020-07-14T17:32:40.288Z] libisl19 set to automatically installed. [2020-07-14T17:32:40.288Z] libitm1 set to automatically installed. [2020-07-14T17:32:40.288Z] libksba8 set to automatically installed. [2020-07-14T17:32:40.288Z] liblocale-gettext-perl set to automatically installed. [2020-07-14T17:32:40.288Z] liblsan0 set to automatically installed. [2020-07-14T17:32:40.288Z] libmpc3 set to automatically installed. [2020-07-14T17:32:40.288Z] libmpfr6 set to automatically installed. [2020-07-14T17:32:40.288Z] libmpx2 set to automatically installed. [2020-07-14T17:32:40.288Z] libnorm1 set to automatically installed. [2020-07-14T17:32:40.288Z] libnpth0 set to automatically installed. [2020-07-14T17:32:40.288Z] libperl5.26 set to automatically installed. [2020-07-14T17:32:40.288Z] libpgm-5.2-0 set to automatically installed. [2020-07-14T17:32:40.288Z] libquadmath0 set to automatically installed. [2020-07-14T17:32:40.288Z] libreadline7 set to automatically installed. [2020-07-14T17:32:40.288Z] libsodium23 set to automatically installed. [2020-07-14T17:32:40.288Z] libssl1.0.0 set to automatically installed. [2020-07-14T17:32:40.288Z] libstdc++-7-dev set to automatically installed. [2020-07-14T17:32:40.288Z] libtsan0 set to automatically installed. [2020-07-14T17:32:40.288Z] libubsan0 set to automatically installed. [2020-07-14T17:32:40.288Z] libx11-6 set to automatically installed. [2020-07-14T17:32:40.288Z] libx11-data set to automatically installed. [2020-07-14T17:32:40.288Z] libxau6 set to automatically installed. [2020-07-14T17:32:40.288Z] libxcb1 set to automatically installed. [2020-07-14T17:32:40.288Z] libxdmcp6 set to automatically installed. [2020-07-14T17:32:40.288Z] libxext6 set to automatically installed. [2020-07-14T17:32:40.288Z] libxml2 set to automatically installed. [2020-07-14T17:32:40.288Z] libxmuu1 set to automatically installed. [2020-07-14T17:32:40.288Z] libzmq3-dev set to automatically installed. [2020-07-14T17:32:40.288Z] libzmq5 set to automatically installed. [2020-07-14T17:32:40.288Z] linux-libc-dev set to automatically installed. [2020-07-14T17:32:40.288Z] make set to automatically installed. [2020-07-14T17:32:40.288Z] manpages set to automatically installed. [2020-07-14T17:32:40.288Z] manpages-dev set to automatically installed. [2020-07-14T17:32:40.288Z] netbase set to automatically installed. [2020-07-14T17:32:40.288Z] openssh-client set to automatically installed. [2020-07-14T17:32:40.288Z] patch set to automatically installed. [2020-07-14T17:32:40.288Z] perl set to automatically installed. [2020-07-14T17:32:40.288Z] perl-modules-5.26 set to automatically installed. [2020-07-14T17:32:40.288Z] pinentry-curses set to automatically installed. [2020-07-14T17:32:40.288Z] pkg-config set to automatically installed. [2020-07-14T17:32:40.288Z] readline-common set to automatically installed. [2020-07-14T17:32:40.288Z] shared-mime-info set to automatically installed. [2020-07-14T17:32:40.288Z] xauth set to automatically installed. [2020-07-14T17:32:40.288Z] xdg-user-dirs set to automatically installed. [2020-07-14T17:32:40.288Z] xz-utils set to automatically installed. [2020-07-14T17:32:40.288Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-14T17:32:40.288Z] Please ensure the environment is properly setup before continuing. [2020-07-14T17:32:40.288Z] Ignore this message if the appropriate measures have already been taken [2020-07-14T17:32:41.230Z] Pulling go [2020-07-14T17:32:42.173Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-14T17:32:42.173Z] Skipping pull go (already ran) [2020-07-14T17:32:42.173Z] Building go [2020-07-14T17:32:42.173Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-14T17:32:42.173Z] Dload Upload Total Spent Left Speed [2020-07-14T17:32:44.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 114M 29 34.1M 0 0 41.9M 0 0:00:02 --:--:-- 0:00:02 41.9M 76 114M 76 87.7M 0 0 48.6M 0 0:00:02 0:00:01 0:00:01 48.6M 100 114M 100 114M 0 0 51.6M 0 0:00:02 0:00:02 --:--:-- 51.6M [2020-07-14T17:32:45.237Z] go1.13.10.linux-amd64.tar.gz: OK [2020-07-14T17:32:53.376Z] Staging go [2020-07-14T17:32:55.705Z] e7604b0c0f53: Pull complete [2020-07-14T17:32:55.705Z] db689cb83ae0: Pull complete [2020-07-14T17:32:55.705Z] 6138af208834: Pull complete [2020-07-14T17:32:55.705Z] 007c8e8c5d63: Pull complete [2020-07-14T17:32:55.705Z] 4f7a387c642f: Pull complete [2020-07-14T17:32:55.705Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-07-14T17:32:55.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-14T17:33:02.400Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-14T17:33:02.400Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-14T17:33:02.400Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-14T17:33:02.400Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-14T17:33:02.400Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [905 kB] [2020-07-14T17:33:02.674Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-14T17:33:02.674Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1246 kB] [2020-07-14T17:33:02.943Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-07-14T17:33:02.943Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-14T17:33:03.214Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-14T17:33:03.214Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-14T17:33:03.214Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [632 kB] [2020-07-14T17:33:03.387Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-07-14T17:33:03.387Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-14T17:33:03.387Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-14T17:33:03.387Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9282 B] [2020-07-14T17:33:03.387Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-14T17:33:03.387Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-14T17:33:03.387Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-07-14T17:33:03.387Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1005 kB] [2020-07-14T17:33:03.387Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.9 kB] [2020-07-14T17:33:03.387Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-07-14T17:33:03.387Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-07-14T17:33:03.387Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-07-14T17:33:03.387Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1405 kB] [2020-07-14T17:33:03.387Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-14T17:33:03.387Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [104 kB] [2020-07-14T17:33:03.387Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1306 kB] [2020-07-14T17:33:03.387Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-14T17:33:03.387Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-07-14T17:33:03.387Z] Fetched 18.2 MB in 0s (0 B/s) [2020-07-14T17:33:03.387Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-07-14T17:33:03.387Z] Fetched 224 kB in 0s (0 B/s) [2020-07-14T17:33:03.387Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-07-14T17:33:03.387Z] Fetched 157 kB in 0s (0 B/s) [2020-07-14T17:33:03.387Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-07-14T17:33:03.387Z] Fetched 221 kB in 0s (0 B/s) [2020-07-14T17:33:03.387Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-07-14T17:33:03.387Z] Fetched 143 kB in 0s (0 B/s) [2020-07-14T17:33:03.387Z] Pulling app-service-config [2020-07-14T17:33:03.804Z] Fetched 3816 kB in 2s (1618 kB/s) [2020-07-14T17:33:04.330Z] Pulling config-common [2020-07-14T17:33:05.279Z] Skipping build go (already ran) [2020-07-14T17:33:05.541Z] Building app-service-config [2020-07-14T17:33:05.541Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-14T17:33:06.930Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:33:07.191Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:33:07.191Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:33:07.191Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-14T17:33:07.191Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:33:07.191Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:33:07.191Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:33:07.191Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-14T17:33:07.191Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:33:07.191Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:33:07.191Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:33:07.191Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:33:07.191Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:33:07.191Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-14T17:33:07.191Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:33:07.191Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:33:07.191Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:33:07.191Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-14T17:33:07.191Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:33:07.191Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:33:07.191Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:33:07.191Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-14T17:33:07.191Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:33:07.191Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:33:07.191Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:33:07.191Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:33:07.191Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-14T17:33:07.191Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:33:07.191Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:33:07.191Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:33:07.452Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:33:07.452Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:33:07.452Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:33:07.452Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:33:07.452Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:33:07.452Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-14T17:33:07.452Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:33:07.452Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:33:07.452Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-14T17:33:07.452Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:33:07.452Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:33:07.452Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:33:07.452Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:33:07.452Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:33:07.452Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:33:07.452Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:33:07.452Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:33:07.452Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:33:07.452Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:33:07.452Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:33:07.452Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:33:07.452Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-14T17:33:07.452Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:33:07.452Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:33:07.452Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:33:07.715Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:33:07.716Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:33:07.716Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:33:07.716Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:33:07.716Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:33:07.716Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:33:07.716Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:33:07.716Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:33:07.716Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:33:07.716Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:33:07.716Z] go: finding github.com/google/uuid v1.1.1 [2020-07-14T17:33:07.716Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:33:07.716Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:33:07.977Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:33:07.977Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:33:07.977Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-14T17:33:07.977Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:33:07.977Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:33:07.977Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-14T17:33:07.977Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:33:07.977Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-14T17:33:07.977Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:33:07.977Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:33:07.977Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:33:07.977Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:33:07.977Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:33:07.977Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:33:07.977Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:33:07.977Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:33:07.977Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:33:07.977Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:33:07.977Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:33:07.977Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:33:07.977Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:33:07.977Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:33:07.977Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:33:07.977Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:33:07.977Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-14T17:33:07.977Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:33:07.977Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:33:07.977Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:33:08.083Z] Reading package lists... [2020-07-14T17:33:14.761Z] 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-14T17:33:14.761Z] - README.md [2020-07-14T17:33:14.761Z] [2020-07-14T17:33:14.761Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-14T17:33:21.444Z] 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-14T17:33:22.953Z] Building config-common [2020-07-14T17:33:25.722Z] Reading package lists... [2020-07-14T17:33:25.992Z] Building dependency tree... [2020-07-14T17:33:25.992Z] Reading state information... [2020-07-14T17:33:26.959Z] The following packages were automatically installed and are no longer required: [2020-07-14T17:33:26.959Z] libjq1 liblzo2-2 libonig4 [2020-07-14T17:33:26.959Z] Use 'sudo apt autoremove' to remove them. [2020-07-14T17:33:26.959Z] Suggested packages: [2020-07-14T17:33:26.959Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-07-14T17:33:26.959Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-07-14T17:33:26.959Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-07-14T17:33:26.959Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-07-14T17:33:26.959Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-07-14T17:33:26.959Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-07-14T17:33:26.959Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-07-14T17:33:26.959Z] glibc-doc locales bzr gdbm-l10n libstdc++-7-doc make-doc man-browser [2020-07-14T17:33:26.959Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-07-14T17:33:26.959Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-07-14T17:33:26.959Z] readline-doc [2020-07-14T17:33:27.159Z] Skipping stage go (already ran) [2020-07-14T17:33:27.159Z] Staging app-service-config [2020-07-14T17:33:27.730Z] Staging config-common [2020-07-14T17:33:27.925Z] The following NEW packages will be installed: [2020-07-14T17:33:27.925Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-07-14T17:33:27.925Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-07-14T17:33:27.925Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-07-14T17:33:27.925Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-07-14T17:33:27.925Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-07-14T17:33:27.925Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-07-14T17:33:27.925Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-07-14T17:33:27.925Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-07-14T17:33:27.925Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-07-14T17:33:27.925Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-07-14T17:33:27.925Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-07-14T17:33:27.925Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-07-14T17:33:27.925Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-07-14T17:33:27.925Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-07-14T17:33:27.925Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-07-14T17:33:27.925Z] xdg-user-dirs xz-utils [2020-07-14T17:33:27.925Z] The following packages will be upgraded: [2020-07-14T17:33:27.925Z] libc6 libcurl4 [2020-07-14T17:33:28.194Z] 2 upgraded, 95 newly installed, 0 to remove and 14 not upgraded. [2020-07-14T17:33:28.194Z] Need to get 65.8 MB of archives. [2020-07-14T17:33:28.194Z] After this operation, 277 MB of additional disk space will be used. [2020-07-14T17:33:28.194Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.2 [2274 kB] [2020-07-14T17:33:28.674Z] Priming go [2020-07-14T17:33:29.164Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-07-14T17:33:29.164Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B] [2020-07-14T17:33:29.164Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-07-14T17:33:29.164Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-07-14T17:33:29.164Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-07-14T17:33:29.164Z] 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-14T17:33:29.164Z] 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-14T17:33:29.164Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-07-14T17:33:29.164Z] 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-14T17:33:29.245Z] Priming app-service-config [2020-07-14T17:33:29.753Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-14T17:33:29.753Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-14T17:33:29.753Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-14T17:33:30.183Z] Priming config-common [2020-07-14T17:33:30.344Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-14T17:33:30.344Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-14T17:33:30.344Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-07-14T17:33:30.344Z] 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-14T17:33:30.614Z] 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-14T17:33:30.614Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-07-14T17:33:31.140Z] Snapping 'edgex-app-service-configurable' ... [2020-07-14T17:33:31.205Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-07-14T17:33:31.205Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-07-14T17:33:31.205Z] 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-14T17:33:31.205Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-14T17:33:31.205Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-07-14T17:33:31.205Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-07-14T17:33:31.205Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-07-14T17:33:31.205Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-07-14T17:33:31.205Z] 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-14T17:33:31.474Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-07-14T17:33:31.474Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-07-14T17:33:31.474Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-07-14T17:33:31.474Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-07-14T17:33:31.474Z] 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-14T17:33:31.474Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-07-14T17:33:31.474Z] 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-14T17:33:31.744Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-07-14T17:33:31.744Z] 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-14T17:33:31.744Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-111.112 [975 kB] [2020-07-14T17:33:31.744Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-07-14T17:33:31.744Z] 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-14T17:33:31.744Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-07-14T17:33:31.744Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-07-14T17:33:31.744Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-07-14T17:33:32.014Z] 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-14T17:33:32.283Z] 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-14T17:33:32.283Z] 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-14T17:33:32.283Z] 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-14T17:33:32.283Z] 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-14T17:33:32.283Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-07-14T17:33:32.283Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-07-14T17:33:32.283Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-07-14T17:33:32.283Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-07-14T17:33:32.283Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-07-14T17:33:32.283Z] 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-14T17:33:32.283Z] 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-14T17:33:32.592Z] [2020-07-14T17:33:32.593Z] Snapped edgex-app-service-configurable_1.2.0-20200714+8f8a21a_amd64.snap [2020-07-14T17:33:32.874Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-07-14T17:33:32.875Z] 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-14T17:33:32.875Z] 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-14T17:33:33.143Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-07-14T17:33:33.143Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-14T17:33:33.143Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-14T17:33:33.143Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-14T17:33:33.143Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-14T17:33:33.143Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-07-14T17:33:33.143Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.9 [180 kB] [2020-07-14T17:33:33.143Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-14T17:33:33.143Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-07-14T17:33:33.143Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-07-14T17:33:33.143Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-07-14T17:33:33.143Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-07-14T17:33:33.143Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-07-14T17:33:33.143Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-07-14T17:33:33.143Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-07-14T17:33:33.143Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-14T17:33:33.143Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-14T17:33:33.143Z] 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-14T17:33:33.412Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-14T17:33:33.412Z] 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-14T17:33:33.413Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-07-14T17:33:33.413Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-07-14T17:33:33.413Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-07-14T17:33:33.413Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-07-14T17:33:33.413Z] 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-14T17:33:33.413Z] 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-14T17:33:33.413Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-07-14T17:33:33.413Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-07-14T17:33:33.413Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-14T17:33:33.413Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-07-14T17:33:33.413Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-14T17:33:33.682Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-07-14T17:33:33.682Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-07-14T17:33:33.682Z] 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-14T17:33:33.682Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-07-14T17:33:33.682Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-07-14T17:33:33.682Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-07-14T17:33:33.682Z] Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-07-14T17:33:33.682Z] Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-07-14T17:33:34.653Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-14T17:33:34.654Z] Fetched 65.8 MB in 6s (11.4 MB/s) [2020-07-14T17:33:34.654Z] (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-14T17:33:34.654Z] Preparing to unpack .../libc6_2.27-3ubuntu1.2_arm64.deb ... [2020-07-14T17:33:35.249Z] Unexpected error when obtaining your account information. [2020-07-14T17:33:35.249Z] Login failed. [2020-07-14T17:33:35.251Z] Unpacking libc6:arm64 (2.27-3ubuntu1.2) over (2.27-3ubuntu1) ... [Pipeline] } [2020-07-14T17:33:36.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-14T17:33:37.006Z] Failed in branch amd64 [2020-07-14T17:33:37.865Z] Setting up libc6:arm64 (2.27-3ubuntu1.2) ... [2020-07-14T17:33:39.823Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-14T17:33:39.823Z] (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-14T17:33:39.823Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-07-14T17:33:39.823Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-14T17:33:39.823Z] Selecting previously unselected package libxau6:arm64. [2020-07-14T17:33:39.823Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ... [2020-07-14T17:33:39.823Z] Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ... [2020-07-14T17:33:39.823Z] Selecting previously unselected package libbsd0:arm64. [2020-07-14T17:33:39.823Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-07-14T17:33:39.823Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-07-14T17:33:39.823Z] Selecting previously unselected package libxdmcp6:arm64. [2020-07-14T17:33:39.823Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-07-14T17:33:39.823Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-07-14T17:33:40.094Z] Selecting previously unselected package libxcb1:arm64. [2020-07-14T17:33:40.094Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-07-14T17:33:40.094Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-07-14T17:33:40.094Z] Selecting previously unselected package libx11-data. [2020-07-14T17:33:40.094Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-07-14T17:33:40.094Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:33:40.364Z] Selecting previously unselected package libx11-6:arm64. [2020-07-14T17:33:40.364Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-07-14T17:33:40.364Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:33:40.635Z] Selecting previously unselected package libxext6:arm64. [2020-07-14T17:33:40.635Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-07-14T17:33:40.635Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-07-14T17:33:40.906Z] Selecting previously unselected package perl-modules-5.26. [2020-07-14T17:33:40.906Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-14T17:33:40.906Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:33:42.330Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-14T17:33:42.330Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-14T17:33:42.330Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-14T17:33:42.330Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-14T17:33:42.599Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-14T17:33:42.599Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-14T17:33:42.599Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-14T17:33:42.599Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-14T17:33:42.599Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:33:44.022Z] Selecting previously unselected package perl. [2020-07-14T17:33:44.022Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-14T17:33:44.022Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-14T17:33:44.022Z] Selecting previously unselected package less. [2020-07-14T17:33:44.022Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-07-14T17:33:44.022Z] Unpacking less (487-0.1) ... [2020-07-14T17:33:44.293Z] Selecting previously unselected package libexpat1:arm64. [2020-07-14T17:33:44.293Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-07-14T17:33:44.293Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-07-14T17:33:44.293Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-07-14T17:33:44.293Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-07-14T17:33:44.293Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:33:44.563Z] Selecting previously unselected package libglib2.0-data. [2020-07-14T17:33:44.563Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-07-14T17:33:44.833Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:33:44.833Z] Selecting previously unselected package libicu60:arm64. [2020-07-14T17:33:44.833Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-07-14T17:33:44.833Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-07-14T17:33:46.794Z] Selecting previously unselected package readline-common. [2020-07-14T17:33:46.794Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-07-14T17:33:46.794Z] Unpacking readline-common (7.0-3) ... [2020-07-14T17:33:46.794Z] Selecting previously unselected package libreadline7:arm64. [2020-07-14T17:33:46.795Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-07-14T17:33:46.795Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-07-14T17:33:47.065Z] Selecting previously unselected package libxml2:arm64. [2020-07-14T17:33:47.065Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-07-14T17:33:47.065Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-14T17:33:47.335Z] Selecting previously unselected package netbase. [2020-07-14T17:33:47.335Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-07-14T17:33:47.335Z] Unpacking netbase (5.4) ... [2020-07-14T17:33:47.335Z] Selecting previously unselected package shared-mime-info. [2020-07-14T17:33:47.335Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-07-14T17:33:47.335Z] Unpacking shared-mime-info (1.9-2) ... [2020-07-14T17:33:47.605Z] Selecting previously unselected package xdg-user-dirs. [2020-07-14T17:33:47.605Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-07-14T17:33:47.605Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-14T17:33:47.875Z] Selecting previously unselected package xz-utils. [2020-07-14T17:33:47.875Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-07-14T17:33:47.875Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-07-14T17:33:48.143Z] Selecting previously unselected package libedit2:arm64. [2020-07-14T17:33:48.143Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-07-14T17:33:48.143Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-07-14T17:33:48.412Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-07-14T17:33:48.412Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-07-14T17:33:48.412Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-07-14T17:33:48.682Z] Selecting previously unselected package libxmuu1:arm64. [2020-07-14T17:33:48.682Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-07-14T17:33:48.682Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-07-14T17:33:48.682Z] Selecting previously unselected package manpages. [2020-07-14T17:33:48.682Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-07-14T17:33:48.682Z] Unpacking manpages (4.15-1) ... [2020-07-14T17:33:48.951Z] Selecting previously unselected package openssh-client. [2020-07-14T17:33:48.951Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-07-14T17:33:48.951Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-14T17:33:49.220Z] Selecting previously unselected package xauth. [2020-07-14T17:33:49.220Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-07-14T17:33:49.220Z] Unpacking xauth (1:1.0.10-1) ... [2020-07-14T17:33:49.489Z] Selecting previously unselected package binutils-common:arm64. [2020-07-14T17:33:49.489Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-14T17:33:49.489Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:33:49.489Z] Selecting previously unselected package libbinutils:arm64. [2020-07-14T17:33:49.489Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-14T17:33:49.489Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:33:49.759Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-07-14T17:33:49.759Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-14T17:33:49.759Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:33:50.726Z] Selecting previously unselected package binutils. [2020-07-14T17:33:50.726Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-14T17:33:50.726Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:33:50.726Z] Selecting previously unselected package libc-dev-bin. [2020-07-14T17:33:50.726Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-07-14T17:33:50.726Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-14T17:33:50.997Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-07-14T17:33:50.997Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-111.112_arm64.deb ... [2020-07-14T17:33:50.997Z] Unpacking linux-libc-dev:arm64 (4.15.0-111.112) ... [2020-07-14T17:33:51.965Z] Selecting previously unselected package libc6-dev:arm64. [2020-07-14T17:33:51.965Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-07-14T17:33:51.965Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-14T17:33:52.951Z] Selecting previously unselected package gcc-7-base:arm64. [2020-07-14T17:33:52.951Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:52.951Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:33:52.951Z] Selecting previously unselected package libisl19:arm64. [2020-07-14T17:33:52.951Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-07-14T17:33:52.951Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-07-14T17:33:53.224Z] Selecting previously unselected package libmpfr6:arm64. [2020-07-14T17:33:53.224Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-07-14T17:33:53.224Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-07-14T17:33:53.494Z] Selecting previously unselected package libmpc3:arm64. [2020-07-14T17:33:53.494Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-07-14T17:33:53.494Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-07-14T17:33:53.494Z] Selecting previously unselected package cpp-7. [2020-07-14T17:33:53.494Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:53.494Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:33:55.454Z] Selecting previously unselected package cpp. [2020-07-14T17:33:55.454Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-14T17:33:55.454Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:33:55.454Z] Selecting previously unselected package libcc1-0:arm64. [2020-07-14T17:33:55.454Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:55.454Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:33:55.454Z] Selecting previously unselected package libgomp1:arm64. [2020-07-14T17:33:55.454Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:55.454Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:33:55.454Z] Selecting previously unselected package libitm1:arm64. [2020-07-14T17:33:55.454Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:55.454Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:33:55.726Z] Selecting previously unselected package libatomic1:arm64. [2020-07-14T17:33:55.726Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:55.726Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:33:55.726Z] Selecting previously unselected package libasan4:arm64. [2020-07-14T17:33:55.726Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:55.726Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:33:55.998Z] Selecting previously unselected package liblsan0:arm64. [2020-07-14T17:33:55.998Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:55.998Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:33:56.268Z] Selecting previously unselected package libtsan0:arm64. [2020-07-14T17:33:56.268Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:56.268Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:33:56.540Z] Selecting previously unselected package libubsan0:arm64. [2020-07-14T17:33:56.540Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:56.540Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:33:56.540Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-07-14T17:33:56.540Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:56.540Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:33:57.131Z] Selecting previously unselected package gcc-7. [2020-07-14T17:33:57.131Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:57.131Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:33:59.091Z] Selecting previously unselected package gcc. [2020-07-14T17:33:59.091Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-14T17:33:59.091Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:33:59.091Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-07-14T17:33:59.091Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:33:59.091Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:00.064Z] Selecting previously unselected package g++-7. [2020-07-14T17:34:00.064Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-14T17:34:00.064Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:02.078Z] Selecting previously unselected package g++. [2020-07-14T17:34:02.078Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-14T17:34:02.078Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:34:02.078Z] Selecting previously unselected package make. [2020-07-14T17:34:02.078Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-14T17:34:02.078Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-14T17:34:02.078Z] Selecting previously unselected package libdpkg-perl. [2020-07-14T17:34:02.078Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-14T17:34:02.078Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-14T17:34:02.356Z] Selecting previously unselected package patch. [2020-07-14T17:34:02.356Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-14T17:34:02.356Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-14T17:34:02.640Z] Selecting previously unselected package dpkg-dev. [2020-07-14T17:34:02.640Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-14T17:34:02.640Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-14T17:34:02.640Z] Selecting previously unselected package build-essential. [2020-07-14T17:34:02.640Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-07-14T17:34:02.640Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-14T17:34:02.912Z] Preparing to unpack .../63-libcurl4_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-14T17:34:02.912Z] Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.9) over (7.58.0-2ubuntu3.8) ... [2020-07-14T17:34:03.186Z] Selecting previously unselected package curl. [2020-07-14T17:34:03.186Z] Preparing to unpack .../64-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-14T17:34:03.186Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-14T17:34:03.186Z] Selecting previously unselected package libassuan0:arm64. [2020-07-14T17:34:03.186Z] Preparing to unpack .../65-libassuan0_2.5.1-2_arm64.deb ... [2020-07-14T17:34:03.457Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-07-14T17:34:03.457Z] Selecting previously unselected package gpgconf. [2020-07-14T17:34:03.457Z] Preparing to unpack .../66-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:03.457Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:03.730Z] Selecting previously unselected package libksba8:arm64. [2020-07-14T17:34:03.730Z] Preparing to unpack .../67-libksba8_1.3.5-2_arm64.deb ... [2020-07-14T17:34:03.730Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-07-14T17:34:03.730Z] Selecting previously unselected package libnpth0:arm64. [2020-07-14T17:34:03.730Z] Preparing to unpack .../68-libnpth0_1.5-3_arm64.deb ... [2020-07-14T17:34:03.730Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-07-14T17:34:04.001Z] Selecting previously unselected package dirmngr. [2020-07-14T17:34:04.002Z] Preparing to unpack .../69-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:04.002Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:04.273Z] Selecting previously unselected package libfakeroot:arm64. [2020-07-14T17:34:04.273Z] Preparing to unpack .../70-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-14T17:34:04.273Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-14T17:34:04.273Z] Selecting previously unselected package fakeroot. [2020-07-14T17:34:04.273Z] Preparing to unpack .../71-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-14T17:34:04.273Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-14T17:34:04.545Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-14T17:34:04.545Z] Preparing to unpack .../72-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-14T17:34:04.546Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-14T17:34:04.546Z] Selecting previously unselected package liberror-perl. [2020-07-14T17:34:04.546Z] Preparing to unpack .../73-liberror-perl_0.17025-1_all.deb ... [2020-07-14T17:34:04.817Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-14T17:34:04.817Z] Selecting previously unselected package git-man. [2020-07-14T17:34:04.817Z] Preparing to unpack .../74-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-14T17:34:04.817Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:34:05.088Z] Selecting previously unselected package git. [2020-07-14T17:34:05.088Z] Preparing to unpack .../75-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-14T17:34:05.088Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:34:06.517Z] Selecting previously unselected package gnupg-l10n. [2020-07-14T17:34:06.517Z] Preparing to unpack .../76-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-07-14T17:34:06.517Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:06.517Z] Selecting previously unselected package gnupg-utils. [2020-07-14T17:34:06.517Z] Preparing to unpack .../77-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:06.517Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:06.517Z] Selecting previously unselected package gpg. [2020-07-14T17:34:06.517Z] Preparing to unpack .../78-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:06.517Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:06.786Z] Selecting previously unselected package pinentry-curses. [2020-07-14T17:34:06.786Z] Preparing to unpack .../79-pinentry-curses_1.1.0-1_arm64.deb ... [2020-07-14T17:34:06.786Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-07-14T17:34:07.059Z] Selecting previously unselected package gpg-agent. [2020-07-14T17:34:07.059Z] Preparing to unpack .../80-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:07.059Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:07.059Z] Selecting previously unselected package gpg-wks-client. [2020-07-14T17:34:07.059Z] Preparing to unpack .../81-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:07.059Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:07.328Z] Selecting previously unselected package gpg-wks-server. [2020-07-14T17:34:07.328Z] Preparing to unpack .../82-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:07.328Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:07.602Z] Selecting previously unselected package gpgsm. [2020-07-14T17:34:07.602Z] Preparing to unpack .../83-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:07.602Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:07.602Z] Selecting previously unselected package gnupg. [2020-07-14T17:34:07.602Z] Preparing to unpack .../84-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-07-14T17:34:07.602Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:07.873Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-14T17:34:07.873Z] Preparing to unpack .../85-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-14T17:34:07.873Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-14T17:34:07.873Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-14T17:34:07.873Z] Preparing to unpack .../86-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-07-14T17:34:07.873Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-14T17:34:07.873Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-14T17:34:08.143Z] Preparing to unpack .../87-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-14T17:34:08.143Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-14T17:34:08.143Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-14T17:34:08.143Z] Preparing to unpack .../88-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-07-14T17:34:08.143Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-14T17:34:08.143Z] Selecting previously unselected package libnorm1:arm64. [2020-07-14T17:34:08.143Z] Preparing to unpack .../89-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-07-14T17:34:08.414Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-14T17:34:08.414Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-07-14T17:34:08.414Z] Preparing to unpack .../90-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-07-14T17:34:08.414Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-14T17:34:08.684Z] Selecting previously unselected package libsodium23:arm64. [2020-07-14T17:34:08.684Z] Preparing to unpack .../91-libsodium23_1.0.16-2_arm64.deb ... [2020-07-14T17:34:08.684Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-07-14T17:34:08.684Z] Selecting previously unselected package libzmq5:arm64. [2020-07-14T17:34:08.684Z] Preparing to unpack .../92-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-14T17:34:08.684Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:34:08.956Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-07-14T17:34:08.956Z] Preparing to unpack .../93-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-14T17:34:08.956Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:34:09.227Z] Selecting previously unselected package manpages-dev. [2020-07-14T17:34:09.227Z] Preparing to unpack .../94-manpages-dev_4.15-1_all.deb ... [2020-07-14T17:34:09.227Z] Unpacking manpages-dev (4.15-1) ... [2020-07-14T17:34:09.816Z] Selecting previously unselected package pkg-config. [2020-07-14T17:34:09.816Z] Preparing to unpack .../95-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-07-14T17:34:09.816Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-14T17:34:10.085Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-07-14T17:34:10.085Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-07-14T17:34:10.085Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:34:10.085Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-14T17:34:10.085Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:34:10.085Z] Setting up readline-common (7.0-3) ... [2020-07-14T17:34:10.356Z] Setting up manpages (4.15-1) ... [2020-07-14T17:34:10.356Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:34:10.356Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-07-14T17:34:10.356Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-07-14T17:34:10.356Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:34:10.356Z] Setting up less (487-0.1) ... [2020-07-14T17:34:10.627Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-14T17:34:10.896Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-07-14T17:34:11.166Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-07-14T17:34:11.166Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-14T17:34:11.166Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:34:11.166Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:34:11.435Z] No schema files found: doing nothing. [2020-07-14T17:34:11.435Z] Setting up libcurl4:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-14T17:34:11.435Z] Setting up linux-libc-dev:arm64 (4.15.0-111.112) ... [2020-07-14T17:34:11.435Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-07-14T17:34:11.435Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-07-14T17:34:11.435Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:34:11.435Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-14T17:34:11.435Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-07-14T17:34:11.435Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-07-14T17:34:11.435Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:11.709Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:34:11.709Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-14T17:34:11.709Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:11.709Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:34:11.709Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-07-14T17:34:11.709Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-14T17:34:11.709Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-07-14T17:34:11.709Z] Setting up xz-utils (5.2.2-1.3) ... [2020-07-14T17:34:11.978Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-07-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] 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-14T17:34:11.978Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-14T17:34:11.978Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-14T17:34:11.978Z] Setting up shared-mime-info (1.9-2) ... [2020-07-14T17:34:18.649Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-07-14T17:34:18.649Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-14T17:34:18.649Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-07-14T17:34:18.649Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-14T17:34:18.649Z] Setting up manpages-dev (4.15-1) ... [2020-07-14T17:34:18.649Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-07-14T17:34:18.918Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-14T17:34:18.918Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-07-14T17:34:18.918Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-07-14T17:34:19.188Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-14T17:34:19.188Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:34:19.188Z] Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ... [2020-07-14T17:34:19.188Z] Setting up netbase (5.4) ... [2020-07-14T17:34:19.188Z] Setting up libisl19:arm64 (0.19-1) ... [2020-07-14T17:34:19.188Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:34:19.456Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:19.456Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-14T17:34:19.456Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:34:19.456Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:19.456Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:19.456Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-14T17:34:19.735Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-14T17:34:19.735Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] 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-14T17:34:19.735Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:19.735Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:19.735Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:19.735Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-14T17:34:19.735Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:34:20.005Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.005Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.005Z] Setting up pinentry-curses (1.1.0-1) ... [2020-07-14T17:34:20.005Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-14T17:34:20.005Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.274Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-07-14T17:34:20.274Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.274Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:34:20.274Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:20.274Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-14T17:34:20.543Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-07-14T17:34:20.543Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.543Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:34:20.543Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.543Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:20.813Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-07-14T17:34:20.813Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-14T17:34:20.813Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-14T17:34:20.813Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-14T17:34:21.083Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-14T17:34:21.083Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-14T17:34:21.083Z] 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-14T17:34:21.083Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-07-14T17:34:21.083Z] Setting up liberror-perl (0.17025-1) ... [2020-07-14T17:34:21.083Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-07-14T17:34:21.352Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-14T17:34:21.352Z] Setting up xauth (1:1.0.10-1) ... [2020-07-14T17:34:21.352Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-14T17:34:21.352Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-14T17:34:21.352Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-14T17:34:21.352Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-14T17:34:21.623Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-14T17:34:21.623Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-14T17:34:21.895Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-07-14T17:34:32.000Z] binutils set to automatically installed. [2020-07-14T17:34:32.000Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-07-14T17:34:32.000Z] binutils-common set to automatically installed. [2020-07-14T17:34:32.000Z] build-essential set to automatically installed. [2020-07-14T17:34:32.000Z] cpp set to automatically installed. [2020-07-14T17:34:32.000Z] cpp-7 set to automatically installed. [2020-07-14T17:34:32.000Z] curl set to automatically installed. [2020-07-14T17:34:32.000Z] dirmngr set to automatically installed. [2020-07-14T17:34:32.000Z] dpkg-dev set to automatically installed. [2020-07-14T17:34:32.000Z] fakeroot set to automatically installed. [2020-07-14T17:34:32.000Z] g++ set to automatically installed. [2020-07-14T17:34:32.000Z] g++-7 set to automatically installed. [2020-07-14T17:34:32.000Z] gcc set to automatically installed. [2020-07-14T17:34:32.000Z] gcc-7 set to automatically installed. [2020-07-14T17:34:32.000Z] gcc-7-base set to automatically installed. [2020-07-14T17:34:32.000Z] git set to automatically installed. [2020-07-14T17:34:32.000Z] git-man set to automatically installed. [2020-07-14T17:34:32.000Z] gnupg set to automatically installed. [2020-07-14T17:34:32.000Z] gnupg-l10n set to automatically installed. [2020-07-14T17:34:32.000Z] gnupg-utils set to automatically installed. [2020-07-14T17:34:32.000Z] gpg set to automatically installed. [2020-07-14T17:34:32.000Z] gpg-agent set to automatically installed. [2020-07-14T17:34:32.000Z] gpg-wks-client set to automatically installed. [2020-07-14T17:34:32.000Z] gpg-wks-server set to automatically installed. [2020-07-14T17:34:32.000Z] gpgconf set to automatically installed. [2020-07-14T17:34:32.000Z] gpgsm set to automatically installed. [2020-07-14T17:34:32.000Z] less set to automatically installed. [2020-07-14T17:34:32.000Z] libalgorithm-diff-perl set to automatically installed. [2020-07-14T17:34:32.000Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-14T17:34:32.000Z] libalgorithm-merge-perl set to automatically installed. [2020-07-14T17:34:32.000Z] libasan4 set to automatically installed. [2020-07-14T17:34:32.000Z] libassuan0 set to automatically installed. [2020-07-14T17:34:32.000Z] libatomic1 set to automatically installed. [2020-07-14T17:34:32.000Z] libbinutils set to automatically installed. [2020-07-14T17:34:32.000Z] libbsd0 set to automatically installed. [2020-07-14T17:34:32.000Z] libc-dev-bin set to automatically installed. [2020-07-14T17:34:32.000Z] libc6 set to automatically installed. [2020-07-14T17:34:32.000Z] libc6-dev set to automatically installed. [2020-07-14T17:34:32.000Z] libcc1-0 set to automatically installed. [2020-07-14T17:34:32.000Z] libcurl3-gnutls set to automatically installed. [2020-07-14T17:34:32.000Z] libcurl4 set to automatically installed. [2020-07-14T17:34:32.000Z] libdpkg-perl set to automatically installed. [2020-07-14T17:34:32.000Z] libedit2 set to automatically installed. [2020-07-14T17:34:32.000Z] liberror-perl set to automatically installed. [2020-07-14T17:34:32.000Z] libexpat1 set to automatically installed. [2020-07-14T17:34:32.000Z] libfakeroot set to automatically installed. [2020-07-14T17:34:32.000Z] libfile-fcntllock-perl set to automatically installed. [2020-07-14T17:34:32.000Z] libgcc-7-dev set to automatically installed. [2020-07-14T17:34:32.000Z] libgdbm-compat4 set to automatically installed. [2020-07-14T17:34:32.000Z] libgdbm5 set to automatically installed. [2020-07-14T17:34:32.000Z] libglib2.0-0 set to automatically installed. [2020-07-14T17:34:32.000Z] libglib2.0-data set to automatically installed. [2020-07-14T17:34:32.000Z] libgomp1 set to automatically installed. [2020-07-14T17:34:32.000Z] libicu60 set to automatically installed. [2020-07-14T17:34:32.000Z] libisl19 set to automatically installed. [2020-07-14T17:34:32.000Z] libitm1 set to automatically installed. [2020-07-14T17:34:32.000Z] libksba8 set to automatically installed. [2020-07-14T17:34:32.000Z] liblocale-gettext-perl set to automatically installed. [2020-07-14T17:34:32.000Z] liblsan0 set to automatically installed. [2020-07-14T17:34:32.000Z] libmpc3 set to automatically installed. [2020-07-14T17:34:32.000Z] libmpfr6 set to automatically installed. [2020-07-14T17:34:32.000Z] libnorm1 set to automatically installed. [2020-07-14T17:34:32.000Z] libnpth0 set to automatically installed. [2020-07-14T17:34:32.000Z] libperl5.26 set to automatically installed. [2020-07-14T17:34:32.000Z] libpgm-5.2-0 set to automatically installed. [2020-07-14T17:34:32.000Z] libreadline7 set to automatically installed. [2020-07-14T17:34:32.000Z] libsodium23 set to automatically installed. [2020-07-14T17:34:32.000Z] libssl1.0.0 set to automatically installed. [2020-07-14T17:34:32.000Z] libstdc++-7-dev set to automatically installed. [2020-07-14T17:34:32.000Z] libtsan0 set to automatically installed. [2020-07-14T17:34:32.000Z] libubsan0 set to automatically installed. [2020-07-14T17:34:32.000Z] libx11-6 set to automatically installed. [2020-07-14T17:34:32.000Z] libx11-data set to automatically installed. [2020-07-14T17:34:32.000Z] libxau6 set to automatically installed. [2020-07-14T17:34:32.000Z] libxcb1 set to automatically installed. [2020-07-14T17:34:32.000Z] libxdmcp6 set to automatically installed. [2020-07-14T17:34:32.000Z] libxext6 set to automatically installed. [2020-07-14T17:34:32.000Z] libxml2 set to automatically installed. [2020-07-14T17:34:32.000Z] libxmuu1 set to automatically installed. [2020-07-14T17:34:32.000Z] libzmq3-dev set to automatically installed. [2020-07-14T17:34:32.000Z] libzmq5 set to automatically installed. [2020-07-14T17:34:32.000Z] linux-libc-dev set to automatically installed. [2020-07-14T17:34:32.000Z] make set to automatically installed. [2020-07-14T17:34:32.000Z] manpages set to automatically installed. [2020-07-14T17:34:32.000Z] manpages-dev set to automatically installed. [2020-07-14T17:34:32.000Z] netbase set to automatically installed. [2020-07-14T17:34:32.000Z] openssh-client set to automatically installed. [2020-07-14T17:34:32.000Z] patch set to automatically installed. [2020-07-14T17:34:32.000Z] perl set to automatically installed. [2020-07-14T17:34:32.000Z] perl-modules-5.26 set to automatically installed. [2020-07-14T17:34:32.000Z] pinentry-curses set to automatically installed. [2020-07-14T17:34:32.000Z] pkg-config set to automatically installed. [2020-07-14T17:34:32.000Z] readline-common set to automatically installed. [2020-07-14T17:34:32.000Z] shared-mime-info set to automatically installed. [2020-07-14T17:34:32.000Z] xauth set to automatically installed. [2020-07-14T17:34:32.000Z] xdg-user-dirs set to automatically installed. [2020-07-14T17:34:32.000Z] xz-utils set to automatically installed. [2020-07-14T17:34:32.000Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-14T17:34:32.000Z] Please ensure the environment is properly setup before continuing. [2020-07-14T17:34:32.000Z] Ignore this message if the appropriate measures have already been taken [2020-07-14T17:34:32.000Z] Pulling go [2020-07-14T17:34:34.611Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-14T17:34:34.611Z] Skipping pull go (already ran) [2020-07-14T17:34:34.611Z] Building go [2020-07-14T17:34:34.611Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-14T17:34:34.611Z] Dload Upload Total Spent Left Speed [2020-07-14T17:34:36.457Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.1M 8 8383k 0 0 19.4M 0 0:00:04 --:--:-- 0:00:04 19.4M 65 93.1M 65 60.8M 0 0 42.9M 0 0:00:02 0:00:01 0:00:01 42.9M 100 93.1M 100 93.1M 0 0 46.1M 0 0:00:02 0:00:02 --:--:-- 46.1M [2020-07-14T17:34:37.880Z] go1.13.10.linux-arm64.tar.gz: OK [2020-07-14T17:34:56.143Z] Staging go [2020-07-14T17:35:22.890Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-07-14T17:35:22.890Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-14T17:35:22.890Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-14T17:35:22.890Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-14T17:35:22.890Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-07-14T17:35:22.890Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-07-14T17:35:22.890Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-07-14T17:35:22.890Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-07-14T17:35:22.890Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-14T17:35:22.890Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3457 B] [2020-07-14T17:35:22.890Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [905 kB] [2020-07-14T17:35:22.890Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1246 kB] [2020-07-14T17:35:22.890Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-14T17:35:22.890Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-07-14T17:35:22.890Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-07-14T17:35:22.890Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [632 kB] [2020-07-14T17:35:22.890Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-14T17:35:22.890Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-14T17:35:22.890Z] Fetched 16.5 MB in 0s (0 B/s) [2020-07-14T17:35:22.890Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-07-14T17:35:22.890Z] Fetched 218 kB in 0s (0 B/s) [2020-07-14T17:35:22.890Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-07-14T17:35:22.890Z] Fetched 140 kB in 0s (0 B/s) [2020-07-14T17:35:22.890Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-07-14T17:35:22.890Z] Fetched 208 kB in 0s (0 B/s) [2020-07-14T17:35:22.890Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-07-14T17:35:22.890Z] Fetched 90.4 kB in 0s (0 B/s) [2020-07-14T17:35:22.890Z] Pulling app-service-config [2020-07-14T17:35:25.485Z] Pulling config-common [2020-07-14T17:35:28.083Z] Skipping build go (already ran) [2020-07-14T17:35:28.674Z] Building app-service-config [2020-07-14T17:35:28.674Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.2" -o app-service-configurable [2020-07-14T17:35:29.641Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:35:29.914Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:35:29.914Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:35:29.914Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:35:29.914Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:35:29.914Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:35:29.914Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-14T17:35:29.914Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:35:29.914Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-14T17:35:29.914Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:35:29.914Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:35:29.914Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:35:29.914Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:35:29.914Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:35:30.187Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:35:30.187Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:35:30.187Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:35:30.187Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:35:30.187Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:35:30.187Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:35:30.187Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-14T17:35:30.187Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:35:30.187Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:35:30.187Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-14T17:35:30.187Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:35:30.187Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-14T17:35:30.187Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:35:30.187Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:35:30.187Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:35:30.187Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:35:30.187Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:35:30.187Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-14T17:35:30.187Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:35:30.187Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:35:30.458Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:35:30.458Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:35:30.458Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:35:30.458Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:35:30.458Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:35:30.458Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:35:30.458Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:35:30.458Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:35:30.458Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:35:30.458Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-14T17:35:30.458Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:35:30.458Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:35:30.458Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-14T17:35:30.458Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:35:30.458Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:35:30.458Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:35:30.458Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:35:30.730Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-14T17:35:30.730Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:35:30.730Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:35:30.730Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:35:31.000Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:35:31.000Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:35:31.000Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:35:31.000Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:35:31.000Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:35:31.000Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:35:31.271Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.8 [2020-07-14T17:35:31.271Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-14T17:35:31.271Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-14T17:35:31.540Z] go: finding github.com/google/uuid v1.1.1 [2020-07-14T17:35:31.540Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-14T17:35:31.540Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-14T17:35:31.540Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-14T17:35:31.540Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-14T17:35:31.540Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-14T17:35:31.540Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-14T17:35:31.540Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-14T17:35:31.540Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-14T17:35:31.540Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-14T17:35:31.540Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-14T17:35:31.540Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-14T17:35:31.540Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-14T17:35:31.540Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-14T17:35:31.540Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-14T17:35:31.540Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-14T17:35:31.540Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-14T17:35:31.540Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-14T17:35:31.540Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-14T17:35:31.540Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-14T17:35:31.540Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-14T17:35:31.540Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-14T17:35:31.811Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-14T17:35:31.811Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-14T17:35:31.811Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-14T17:35:31.811Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-14T17:35:31.811Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-14T17:35:31.811Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-14T17:35:31.811Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-14T17:35:31.811Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-14T17:35:31.811Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-14T17:36:18.760Z] Building config-common [2020-07-14T17:36:28.917Z] Skipping stage go (already ran) [2020-07-14T17:36:28.917Z] Staging app-service-config [2020-07-14T17:36:30.894Z] Staging config-common [2020-07-14T17:36:34.249Z] Priming go [2020-07-14T17:36:36.845Z] Priming app-service-config [2020-07-14T17:36:40.207Z] Priming config-common [2020-07-14T17:36:43.568Z] Snapping 'edgex-app-service-configurable' ... [2020-07-14T17:36:47.874Z] [2020-07-14T17:36:47.874Z] Snapped edgex-app-service-configurable_1.2.0-20200714+8f8a21a_arm64.snap [2020-07-14T17:36:52.164Z] Unexpected error when obtaining your account information. [2020-07-14T17:36:52.164Z] Login failed. [Pipeline] } [2020-07-14T17:36:54.782Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-14T17:36:55.683Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:36:57.302Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:36:57.857Z] ---> package-listing.sh [2020-07-14T17:36:57.857Z] ++ facter osfamily [2020-07-14T17:36:57.857Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-14T17:36:57.857Z] + OS_FAMILY=redhat [2020-07-14T17:36:57.857Z] + workspace=/w/workspace/_app-service-configurable_master [2020-07-14T17:36:57.857Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-14T17:36:57.857Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-14T17:36:57.857Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-14T17:36:57.857Z] + PACKAGES=/tmp/packages_start.txt [2020-07-14T17:36:57.857Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-14T17:36:57.857Z] + PACKAGES=/tmp/packages_end.txt [2020-07-14T17:36:57.857Z] + case "${OS_FAMILY}" in [2020-07-14T17:36:57.857Z] + rpm -qa [2020-07-14T17:36:57.857Z] + sort [2020-07-14T17:37:02.065Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-14T17:37:02.065Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-14T17:37:02.065Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-14T17:37:02.065Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-14T17:37:02.065Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-07-14T17:37:02.065Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:37:02.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T17:37:02.801Z] [2020-07-14T17:37:02.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-14T17:37:03.133Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T17:37:03.133Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-14T17:37:03.133Z] c9b1b535fdd9: Pulling fs layer [2020-07-14T17:37:03.133Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-14T17:37:03.133Z] 756a868c4378: Pulling fs layer [2020-07-14T17:37:03.133Z] 444b2fc9a129: Pulling fs layer [2020-07-14T17:37:03.133Z] ea15f1150254: Pulling fs layer [2020-07-14T17:37:03.133Z] 41b27a9f41bf: Pulling fs layer [2020-07-14T17:37:03.133Z] 28c525ee5125: Pulling fs layer [2020-07-14T17:37:03.133Z] 094b1ea09ed8: Pulling fs layer [2020-07-14T17:37:03.133Z] 138eaada9080: Pulling fs layer [2020-07-14T17:37:03.133Z] 0622d0fa9048: Pulling fs layer [2020-07-14T17:37:03.133Z] 444b2fc9a129: Waiting [2020-07-14T17:37:03.133Z] ea15f1150254: Waiting [2020-07-14T17:37:03.133Z] 28c525ee5125: Waiting [2020-07-14T17:37:03.133Z] 094b1ea09ed8: Waiting [2020-07-14T17:37:03.133Z] 41b27a9f41bf: Waiting [2020-07-14T17:37:03.133Z] 0622d0fa9048: Waiting [2020-07-14T17:37:03.133Z] 138eaada9080: Waiting [2020-07-14T17:37:03.133Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-14T17:37:03.133Z] 2cc5ad85d9ab: Download complete [2020-07-14T17:37:03.133Z] 444b2fc9a129: Verifying Checksum [2020-07-14T17:37:03.133Z] 444b2fc9a129: Download complete [2020-07-14T17:37:03.133Z] c9b1b535fdd9: Verifying Checksum [2020-07-14T17:37:03.133Z] c9b1b535fdd9: Download complete [2020-07-14T17:37:03.133Z] ea15f1150254: Verifying Checksum [2020-07-14T17:37:03.133Z] ea15f1150254: Download complete [2020-07-14T17:37:03.419Z] 28c525ee5125: Verifying Checksum [2020-07-14T17:37:03.419Z] 28c525ee5125: Download complete [2020-07-14T17:37:03.419Z] 756a868c4378: Verifying Checksum [2020-07-14T17:37:03.419Z] 756a868c4378: Download complete [2020-07-14T17:37:03.684Z] c9b1b535fdd9: Pull complete [2020-07-14T17:37:03.684Z] 138eaada9080: Verifying Checksum [2020-07-14T17:37:03.684Z] 138eaada9080: Download complete [2020-07-14T17:37:03.684Z] 094b1ea09ed8: Verifying Checksum [2020-07-14T17:37:03.684Z] 094b1ea09ed8: Download complete [2020-07-14T17:37:03.684Z] 0622d0fa9048: Verifying Checksum [2020-07-14T17:37:03.684Z] 0622d0fa9048: Download complete [2020-07-14T17:37:03.948Z] 2cc5ad85d9ab: Pull complete [2020-07-14T17:37:04.211Z] 41b27a9f41bf: Verifying Checksum [2020-07-14T17:37:04.211Z] 41b27a9f41bf: Download complete [2020-07-14T17:37:05.153Z] 756a868c4378: Pull complete [2020-07-14T17:37:05.416Z] 444b2fc9a129: Pull complete [2020-07-14T17:37:05.676Z] ea15f1150254: Pull complete [2020-07-14T17:37:09.884Z] 41b27a9f41bf: Pull complete [2020-07-14T17:37:09.884Z] 28c525ee5125: Pull complete [2020-07-14T17:37:12.443Z] 094b1ea09ed8: Pull complete [2020-07-14T17:37:12.443Z] 138eaada9080: Pull complete [2020-07-14T17:37:12.709Z] 0622d0fa9048: Pull complete [2020-07-14T17:37:12.709Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-14T17:37:12.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-14T17:37:12.709Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-14T17:37:12.841Z] prd-centos7-docker-4c-2g-670 does not seem to be running inside a container [2020-07-14T17:37:12.878Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-14T17:37:16.323Z] $ docker top 5091e81e7cb1682d3a58af61819a0e451bce70d0121c342d659cfb0a118bee26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-14T17:37:16.566Z] provisioning config files... [2020-07-14T17:37:16.581Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5299773934073508522tmp [Pipeline] { [Pipeline] echo [2020-07-14T17:37:16.660Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:37:16.947Z] ---> create-netrc.sh [Pipeline] echo [2020-07-14T17:37:16.956Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-14T17:37:17.244Z] ---> logs-deploy.sh [2020-07-14T17:37:17.244Z] + ARCHIVE_ARTIFACTS= [2020-07-14T17:37:17.244Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-14T17:37:17.244Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-14T17:37:17.244Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-14T17:37:17.244Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/36 [2020-07-14T17:37:17.244Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/36/ [2020-07-14T17:37:17.244Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/36 /w/workspace/_app-service-configurable_master [2020-07-14T17:37:18.626Z] Archives upload complete. [2020-07-14T17:37:18.626Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/36 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/36/ [2020-07-14T17:37:19.565Z] ---> uname -a: [2020-07-14T17:37:19.565Z] Linux 5091e81e7cb1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] ---> lscpu: [2020-07-14T17:37:19.565Z] Architecture: x86_64 [2020-07-14T17:37:19.565Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-14T17:37:19.565Z] Byte Order: Little Endian [2020-07-14T17:37:19.565Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-14T17:37:19.565Z] CPU(s): 4 [2020-07-14T17:37:19.565Z] On-line CPU(s) list: 0-3 [2020-07-14T17:37:19.565Z] Thread(s) per core: 1 [2020-07-14T17:37:19.565Z] Core(s) per socket: 1 [2020-07-14T17:37:19.565Z] Socket(s): 4 [2020-07-14T17:37:19.565Z] NUMA node(s): 1 [2020-07-14T17:37:19.565Z] Vendor ID: GenuineIntel [2020-07-14T17:37:19.565Z] CPU family: 6 [2020-07-14T17:37:19.565Z] Model: 44 [2020-07-14T17:37:19.565Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-14T17:37:19.565Z] Stepping: 1 [2020-07-14T17:37:19.565Z] CPU MHz: 2933.442 [2020-07-14T17:37:19.565Z] BogoMIPS: 5866.88 [2020-07-14T17:37:19.565Z] Virtualization: VT-x [2020-07-14T17:37:19.565Z] Hypervisor vendor: KVM [2020-07-14T17:37:19.565Z] Virtualization type: full [2020-07-14T17:37:19.565Z] L1d cache: 128 KiB [2020-07-14T17:37:19.565Z] L1i cache: 128 KiB [2020-07-14T17:37:19.565Z] L2 cache: 16 MiB [2020-07-14T17:37:19.565Z] L3 cache: 64 MiB [2020-07-14T17:37:19.565Z] NUMA node0 CPU(s): 0-3 [2020-07-14T17:37:19.565Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-14T17:37:19.565Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-14T17:37:19.565Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-14T17:37:19.565Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-14T17:37:19.565Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-14T17:37:19.565Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-14T17:37:19.565Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-14T17:37:19.565Z] Vulnerability Tsx async abort: Not affected [2020-07-14T17:37:19.565Z] 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-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] ---> nproc: [2020-07-14T17:37:19.565Z] 4 [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] ---> df -h: [2020-07-14T17:37:19.565Z] Filesystem Size Used Available Use% Mounted on [2020-07-14T17:37:19.565Z] overlay 50.0G 7.2G 42.8G 14% / [2020-07-14T17:37:19.565Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-14T17:37:19.565Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-14T17:37:19.565Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-14T17:37:19.565Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-07-14T17:37:19.565Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-07-14T17:37:19.565Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-07-14T17:37:19.565Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-07-14T17:37:19.565Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_master [2020-07-14T17:37:19.565Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/_app-service-configurable_master@tmp [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] ---> free -m: [2020-07-14T17:37:19.565Z] total used free shared buff/cache available [2020-07-14T17:37:19.565Z] Mem: 1837 637 119 0 1080 1093 [2020-07-14T17:37:19.565Z] Swap: 1023 0 1023 [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z] ---> ip addr: [2020-07-14T17:37:19.565Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-14T17:37:19.565Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-14T17:37:19.565Z] inet 127.0.0.1/8 scope host lo [2020-07-14T17:37:19.565Z] valid_lft forever preferred_lft forever [2020-07-14T17:37:19.565Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-07-14T17:37:19.565Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-14T17:37:19.565Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-14T17:37:19.565Z] valid_lft forever preferred_lft forever [2020-07-14T17:37:19.565Z] [2020-07-14T17:37:19.565Z]