Pull request #104 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of venkata-subbareddyK for edgexfoundry/app-service-configurable Loading trusted files from base branch master at e37aa202fafc867c8cd6088613881081e3eb2c54 rather than adca6a036f061f9f6ca189fc0cd085c8c000398c Obtained Jenkinsfile from e37aa202fafc867c8cd6088613881081e3eb2c54 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-647 in /w/workspace/_app-service-configurable_PR-104 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-104 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/104/head:refs/remotes/origin/PR-104 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e37aa202fafc867c8cd6088613881081e3eb2c54 into PR head commit adca6a036f061f9f6ca189fc0cd085c8c000398c Merge succeeded, producing adca6a036f061f9f6ca189fc0cd085c8c000398c Checking out Revision adca6a036f061f9f6ca189fc0cd085c8c000398c (PR-104) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/104/head:refs/remotes/origin/PR-104 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f adca6a036f061f9f6ca189fc0cd085c8c000398c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f adca6a036f061f9f6ca189fc0cd085c8c000398c # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102" First time build. Skipping changelog. > git rev-list --no-walk e8a75c4aeba7677748aa23b9c3e7a804ba732b14 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-21T05:52:15.169Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-21T05:52:15.411Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-21T05:52:15.497Z] ========================================================= [2020-08-21T05:52:15.497Z] EdgeX Global Pipelines Version Info [2020-08-21T05:52:15.497Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-21T05:52:16.891Z] ------------------- [2020-08-21T05:52:16.891Z] stable info: [2020-08-21T05:52:16.891Z] ------------------- [2020-08-21T05:52:16.891Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-21T05:52:16.891Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-21T05:52:16.891Z] Message: update stable to v1.0.106 [2020-08-21T05:52:17.846Z] ------------------- [2020-08-21T05:52:17.846Z] experimental info: [2020-08-21T05:52:17.846Z] ------------------- [2020-08-21T05:52:17.846Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-21T05:52:17.846Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-21T05:52:17.846Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T05:52:19.897Z] + git log --format=format:%s -1 adca6a036f061f9f6ca189fc0cd085c8c000398c [Pipeline] echo [2020-08-21T05:52:19.967Z] GIT_COMMIT: adca6a036f061f9f6ca189fc0cd085c8c000398c, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102 [Pipeline] echo [2020-08-21T05:52:20.014Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:52:20.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T05:52:21.475Z] [2020-08-21T05:52:21.475Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:52:21.818Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T05:52:21.818Z] latest: Pulling from edgex-devops/git-semver [2020-08-21T05:52:21.818Z] 31603596830f: Pulling fs layer [2020-08-21T05:52:21.818Z] 2a8b12db71e7: Pulling fs layer [2020-08-21T05:52:21.818Z] 6ca5941a6612: Pulling fs layer [2020-08-21T05:52:21.818Z] ecc8261a40a4: Pulling fs layer [2020-08-21T05:52:21.818Z] ecc8261a40a4: Waiting [2020-08-21T05:52:21.818Z] 2a8b12db71e7: Verifying Checksum [2020-08-21T05:52:21.818Z] 2a8b12db71e7: Download complete [2020-08-21T05:52:21.818Z] 31603596830f: Verifying Checksum [2020-08-21T05:52:21.818Z] 31603596830f: Download complete [2020-08-21T05:52:22.080Z] ecc8261a40a4: Verifying Checksum [2020-08-21T05:52:22.080Z] ecc8261a40a4: Download complete [2020-08-21T05:52:22.080Z] 6ca5941a6612: Verifying Checksum [2020-08-21T05:52:22.080Z] 6ca5941a6612: Download complete [2020-08-21T05:52:22.342Z] 31603596830f: Pull complete [2020-08-21T05:52:22.342Z] 2a8b12db71e7: Pull complete [2020-08-21T05:52:23.291Z] 6ca5941a6612: Pull complete [2020-08-21T05:52:23.291Z] ecc8261a40a4: Pull complete [2020-08-21T05:52:23.292Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-21T05:52:23.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T05:52:23.292Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-21T05:52:23.389Z] prd-centos7-docker-4c-2g-647 does not seem to be running inside a container [2020-08-21T05:52:23.430Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-104 -v /w/workspace/_app-service-configurable_PR-104:/w/workspace/_app-service-configurable_PR-104:rw,z -v /w/workspace/_app-service-configurable_PR-104@tmp:/w/workspace/_app-service-configurable_PR-104@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-21T05:52:25.503Z] $ docker top cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T05:52:25.774Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T05:52:25.774Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T05:52:25.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T05:52:25.990Z] $ docker exec cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 ssh-agent [2020-08-21T05:52:26.144Z] SSH_AUTH_SOCK=/tmp/ssh-mi8Kcax1Wsxx/agent.12 [2020-08-21T05:52:26.144Z] SSH_AGENT_PID=17 [2020-08-21T05:52:26.155Z] Running ssh-add (command line suppressed) [2020-08-21T05:52:26.263Z] Identity added: /w/workspace/_app-service-configurable_PR-104@tmp/private_key_2378311431155025460.key (/w/workspace/_app-service-configurable_PR-104@tmp/private_key_2378311431155025460.key) [2020-08-21T05:52:26.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T05:52:26.642Z] + git describe --exact-match --tags HEAD [2020-08-21T05:52:26.642Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-21T05:52:26.659Z] $ docker exec --env ******** --env ******** cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 ssh-agent -k [2020-08-21T05:52:26.767Z] unset SSH_AUTH_SOCK; [2020-08-21T05:52:26.767Z] unset SSH_AGENT_PID; [2020-08-21T05:52:26.767Z] echo Agent pid 17 killed; [2020-08-21T05:52:26.813Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-21T05:52:26.905Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-21T05:52:26.905Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-21T05:52:26.999Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T05:52:26.999Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T05:52:27.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T05:52:27.171Z] $ docker exec cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 ssh-agent [2020-08-21T05:52:27.327Z] SSH_AUTH_SOCK=/tmp/ssh-W0uLnsDTjC7L/agent.45 [2020-08-21T05:52:27.327Z] SSH_AGENT_PID=50 [2020-08-21T05:52:27.334Z] Running ssh-add (command line suppressed) [2020-08-21T05:52:27.449Z] Identity added: /w/workspace/_app-service-configurable_PR-104@tmp/private_key_227061732791315477.key (/w/workspace/_app-service-configurable_PR-104@tmp/private_key_227061732791315477.key) [2020-08-21T05:52:27.500Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T05:52:27.825Z] + git semver init [2020-08-21T05:52:27.825Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T05:52:27.825Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-104/.git [2020-08-21T05:52:27.825Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-104 [2020-08-21T05:52:27.825Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T05:52:27.825Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T05:52:27.825Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T05:52:27.825Z] # $SEMVER_BRANCH = PR-104 [2020-08-21T05:52:27.825Z] # $SEMVER_TEMP = /tmp/semver-716178665 [2020-08-21T05:52:27.825Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-08-21T05:52:28.399Z] # '/tmp/semver-716178665' -> '/w/workspace/_app-service-configurable_PR-104/.semver' [2020-08-21T05:52:28.399Z] # -> Force: false [2020-08-21T05:52:28.399Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-104/.semver [Pipeline] } [2020-08-21T05:52:28.406Z] $ docker exec --env ******** --env ******** cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 ssh-agent -k [2020-08-21T05:52:28.516Z] unset SSH_AUTH_SOCK; [2020-08-21T05:52:28.516Z] unset SSH_AGENT_PID; [2020-08-21T05:52:28.516Z] echo Agent pid 50 killed; [2020-08-21T05:52:28.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T05:52:29.013Z] + git semver [Pipeline] } [2020-08-21T05:52:29.044Z] $ docker stop --time=1 cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 [2020-08-21T05:52:30.455Z] $ docker rm -f cb3069e3965d3ebc19151a3953c8b20c8ca7def2c59863719357548d72eb5671 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-21T05:52:31.224Z] Stashed 22 file(s) [Pipeline] echo [2020-08-21T05:52:31.226Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-21T05:52:31.316Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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-08-21T05:52:46.760Z] Still waiting to schedule task [2020-08-21T05:52:46.760Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-21T05:52:46.761Z] Still waiting to schedule task [2020-08-21T05:52:46.761Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-642’ is offline [2020-08-21T05:54:44.542Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-648 in /w/workspace/_app-service-configurable_PR-104 [Pipeline] { [Pipeline] ws [2020-08-21T05:54:45.264Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout [2020-08-21T05:54:49.913Z] using credential edgex-jenkins-ssh [2020-08-21T05:54:50.040Z] Cloning the remote Git repository [2020-08-21T05:54:50.040Z] Cloning with configured refspecs honoured and without tags [2020-08-21T05:54:50.150Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-21T05:54:50.253Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2020-08-21T05:54:50.311Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-21T05:54:50.312Z] > git --version # timeout=10 [2020-08-21T05:54:50.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T05:54:50.390Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/104/head:refs/remotes/origin/PR-104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T05:54:54.118Z] Fetching without tags [2020-08-21T05:54:54.014Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-21T05:54:54.041Z] > git config --add remote.origin.fetch +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10 [2020-08-21T05:54:54.066Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T05:54:54.093Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-21T05:54:54.131Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-21T05:54:54.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T05:54:54.145Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/104/head:refs/remotes/origin/PR-104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T05:54:54.659Z] Merging remotes/origin/master commit e37aa202fafc867c8cd6088613881081e3eb2c54 into PR head commit adca6a036f061f9f6ca189fc0cd085c8c000398c [2020-08-21T05:54:55.005Z] Merge succeeded, producing adca6a036f061f9f6ca189fc0cd085c8c000398c [2020-08-21T05:54:55.005Z] Checking out Revision adca6a036f061f9f6ca189fc0cd085c8c000398c (PR-104) [2020-08-21T05:54:54.677Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T05:54:54.698Z] > git checkout -f adca6a036f061f9f6ca189fc0cd085c8c000398c # timeout=10 [2020-08-21T05:54:54.831Z] > git remote # timeout=10 [2020-08-21T05:54:54.886Z] > git config --get remote.origin.url # timeout=10 [2020-08-21T05:54:54.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T05:54:54.946Z] > git merge e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 [2020-08-21T05:54:54.983Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-21T05:54:55.009Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T05:54:55.022Z] > git checkout -f adca6a036f061f9f6ca189fc0cd085c8c000398c # timeout=10 [2020-08-21T05:54:59.188Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T05:55:00.412Z] ========================================================= [2020-08-21T05:55:00.412Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-21T05:55:00.412Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:55:01.591Z] + 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-08-21T05:55:02.201Z] Sending build context to Docker daemon 299kB [2020-08-21T05:55:02.482Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-21T05:55:02.482Z] Step 2/8 : FROM ${BASE} [2020-08-21T05:55:02.766Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-21T05:55:02.767Z] b538f80385f9: Pulling fs layer [2020-08-21T05:55:02.767Z] 74f711af9a0d: Pulling fs layer [2020-08-21T05:55:02.767Z] 99f96fe45779: Pulling fs layer [2020-08-21T05:55:02.767Z] fd7a069fd194: Pulling fs layer [2020-08-21T05:55:02.767Z] 66aa3694b03b: Pulling fs layer [2020-08-21T05:55:02.767Z] 170f70906a0f: Pulling fs layer [2020-08-21T05:55:02.767Z] ad7c5574e4b9: Pulling fs layer [2020-08-21T05:55:02.767Z] e772456be8f7: Pulling fs layer [2020-08-21T05:55:02.767Z] c890913d741a: Pulling fs layer [2020-08-21T05:55:02.767Z] 2480fcc9aa5a: Pulling fs layer [2020-08-21T05:55:02.767Z] 09adf4765672: Pulling fs layer [2020-08-21T05:55:02.767Z] fd7a069fd194: Waiting [2020-08-21T05:55:02.767Z] 66aa3694b03b: Waiting [2020-08-21T05:55:02.767Z] 170f70906a0f: Waiting [2020-08-21T05:55:02.767Z] ad7c5574e4b9: Waiting [2020-08-21T05:55:02.767Z] e772456be8f7: Waiting [2020-08-21T05:55:02.767Z] c890913d741a: Waiting [2020-08-21T05:55:02.767Z] 2480fcc9aa5a: Waiting [2020-08-21T05:55:02.767Z] 09adf4765672: Waiting [2020-08-21T05:55:02.767Z] 99f96fe45779: Verifying Checksum [2020-08-21T05:55:02.767Z] 99f96fe45779: Download complete [2020-08-21T05:55:02.767Z] 74f711af9a0d: Verifying Checksum [2020-08-21T05:55:02.767Z] 74f711af9a0d: Download complete [2020-08-21T05:55:02.767Z] 66aa3694b03b: Verifying Checksum [2020-08-21T05:55:02.767Z] 66aa3694b03b: Download complete [2020-08-21T05:55:02.767Z] 170f70906a0f: Download complete [2020-08-21T05:55:02.767Z] b538f80385f9: Verifying Checksum [2020-08-21T05:55:02.767Z] b538f80385f9: Download complete [2020-08-21T05:55:03.814Z] b538f80385f9: Pull complete [2020-08-21T05:55:04.428Z] 74f711af9a0d: Pull complete [2020-08-21T05:55:04.705Z] 99f96fe45779: Pull complete [2020-08-21T05:55:05.695Z] ad7c5574e4b9: Download complete [2020-08-21T05:55:05.695Z] c890913d741a: Download complete [2020-08-21T05:55:07.687Z] e772456be8f7: Verifying Checksum [2020-08-21T05:55:07.687Z] e772456be8f7: Download complete [2020-08-21T05:55:07.687Z] 09adf4765672: Verifying Checksum [2020-08-21T05:55:07.687Z] 09adf4765672: Download complete [2020-08-21T05:55:07.961Z] 2480fcc9aa5a: Verifying Checksum [2020-08-21T05:55:07.961Z] 2480fcc9aa5a: Download complete [2020-08-21T05:55:08.552Z] fd7a069fd194: Verifying Checksum [2020-08-21T05:55:08.552Z] fd7a069fd194: Download complete [2020-08-21T05:55:20.956Z] fd7a069fd194: Pull complete [2020-08-21T05:55:20.956Z] 66aa3694b03b: Pull complete [2020-08-21T05:55:20.956Z] 170f70906a0f: Pull complete [2020-08-21T05:55:22.037Z] Running on prd-centos7-docker-4c-2g-649 in /w/workspace/_app-service-configurable_PR-104 [Pipeline] { [Pipeline] ws [2020-08-21T05:55:22.095Z] Running in /w/workspace/app-service-configurable/3 [Pipeline] { [Pipeline] checkout [2020-08-21T05:55:24.356Z] ad7c5574e4b9: Pull complete [2020-08-21T05:55:24.578Z] using credential edgex-jenkins-ssh [2020-08-21T05:55:24.623Z] Cloning the remote Git repository [2020-08-21T05:55:24.623Z] Cloning with configured refspecs honoured and without tags [2020-08-21T05:55:25.396Z] Fetching without tags [2020-08-21T05:55:24.648Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-21T05:55:24.708Z] > git init /w/workspace/app-service-configurable/3 # timeout=10 [2020-08-21T05:55:24.763Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-21T05:55:24.764Z] > git --version # timeout=10 [2020-08-21T05:55:24.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T05:55:24.803Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/104/head:refs/remotes/origin/PR-104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T05:55:25.366Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-21T05:55:25.372Z] > git config --add remote.origin.fetch +refs/pull/104/head:refs/remotes/origin/PR-104 # timeout=10 [2020-08-21T05:55:25.377Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T05:55:25.386Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-21T05:55:25.396Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-21T05:55:25.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T05:55:25.401Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/104/head:refs/remotes/origin/PR-104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T05:55:25.799Z] Merging remotes/origin/master commit e37aa202fafc867c8cd6088613881081e3eb2c54 into PR head commit adca6a036f061f9f6ca189fc0cd085c8c000398c [2020-08-21T05:55:25.915Z] Merge succeeded, producing adca6a036f061f9f6ca189fc0cd085c8c000398c [2020-08-21T05:55:25.916Z] Checking out Revision adca6a036f061f9f6ca189fc0cd085c8c000398c (PR-104) [2020-08-21T05:55:25.806Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T05:55:25.816Z] > git checkout -f adca6a036f061f9f6ca189fc0cd085c8c000398c # timeout=10 [2020-08-21T05:55:25.848Z] > git remote # timeout=10 [2020-08-21T05:55:25.854Z] > git config --get remote.origin.url # timeout=10 [2020-08-21T05:55:25.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T05:55:25.869Z] > git merge e37aa202fafc867c8cd6088613881081e3eb2c54 # timeout=10 [2020-08-21T05:55:25.898Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-21T05:55:25.916Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T05:55:25.924Z] > git checkout -f adca6a036f061f9f6ca189fc0cd085c8c000398c # timeout=10 [2020-08-21T05:55:28.681Z] e772456be8f7: Pull complete [2020-08-21T05:55:28.681Z] c890913d741a: Pull complete [2020-08-21T05:55:29.460Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes #102" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T05:55:30.189Z] ========================================================= [2020-08-21T05:55:30.189Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-21T05:55:30.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:55:30.818Z] + 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-08-21T05:55:31.080Z] Sending build context to Docker daemon 299kB [2020-08-21T05:55:31.080Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-21T05:55:31.080Z] Step 2/8 : FROM ${BASE} [2020-08-21T05:55:31.080Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-21T05:55:31.080Z] df20fa9351a1: Pulling fs layer [2020-08-21T05:55:31.080Z] ed8968b2872e: Pulling fs layer [2020-08-21T05:55:31.080Z] a92cc7c5fd73: Pulling fs layer [2020-08-21T05:55:31.080Z] 2dd03ba5bac4: Pulling fs layer [2020-08-21T05:55:31.080Z] 1e091d79d1de: Pulling fs layer [2020-08-21T05:55:31.080Z] 481702a1767f: Pulling fs layer [2020-08-21T05:55:31.080Z] f64a6f60c768: Pulling fs layer [2020-08-21T05:55:31.080Z] e78d2573fc39: Pulling fs layer [2020-08-21T05:55:31.080Z] e876d2f968b6: Pulling fs layer [2020-08-21T05:55:31.080Z] ce8a83651883: Pulling fs layer [2020-08-21T05:55:31.080Z] 07967f4d0e4b: Pulling fs layer [2020-08-21T05:55:31.080Z] 2dd03ba5bac4: Waiting [2020-08-21T05:55:31.080Z] 1e091d79d1de: Waiting [2020-08-21T05:55:31.080Z] 481702a1767f: Waiting [2020-08-21T05:55:31.080Z] f64a6f60c768: Waiting [2020-08-21T05:55:31.080Z] e78d2573fc39: Waiting [2020-08-21T05:55:31.080Z] e876d2f968b6: Waiting [2020-08-21T05:55:31.080Z] ce8a83651883: Waiting [2020-08-21T05:55:31.080Z] 07967f4d0e4b: Waiting [2020-08-21T05:55:31.080Z] a92cc7c5fd73: Verifying Checksum [2020-08-21T05:55:31.080Z] a92cc7c5fd73: Download complete [2020-08-21T05:55:31.080Z] ed8968b2872e: Verifying Checksum [2020-08-21T05:55:31.080Z] ed8968b2872e: Download complete [2020-08-21T05:55:31.080Z] 1e091d79d1de: Verifying Checksum [2020-08-21T05:55:31.080Z] 1e091d79d1de: Download complete [2020-08-21T05:55:31.080Z] 481702a1767f: Verifying Checksum [2020-08-21T05:55:31.080Z] 481702a1767f: Download complete [2020-08-21T05:55:31.321Z] 2480fcc9aa5a: Pull complete [2020-08-21T05:55:31.353Z] df20fa9351a1: Verifying Checksum [2020-08-21T05:55:31.353Z] df20fa9351a1: Download complete [2020-08-21T05:55:31.595Z] 09adf4765672: Pull complete [2020-08-21T05:55:31.595Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-21T05:55:31.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-21T05:55:31.595Z] ---> 2248a725d1cf [2020-08-21T05:55:31.595Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-21T05:55:31.640Z] df20fa9351a1: Pull complete [2020-08-21T05:55:32.258Z] f64a6f60c768: Verifying Checksum [2020-08-21T05:55:32.258Z] f64a6f60c768: Download complete [2020-08-21T05:55:32.258Z] e876d2f968b6: Verifying Checksum [2020-08-21T05:55:32.258Z] e876d2f968b6: Download complete [2020-08-21T05:55:32.530Z] e78d2573fc39: Verifying Checksum [2020-08-21T05:55:32.530Z] e78d2573fc39: Download complete [2020-08-21T05:55:32.794Z] ce8a83651883: Verifying Checksum [2020-08-21T05:55:32.794Z] ce8a83651883: Download complete [2020-08-21T05:55:32.794Z] 07967f4d0e4b: Verifying Checksum [2020-08-21T05:55:32.794Z] 07967f4d0e4b: Download complete [2020-08-21T05:55:32.794Z] 2dd03ba5bac4: Verifying Checksum [2020-08-21T05:55:32.794Z] 2dd03ba5bac4: Download complete [2020-08-21T05:55:33.768Z] ed8968b2872e: Pull complete [2020-08-21T05:55:33.768Z] a92cc7c5fd73: Pull complete [2020-08-21T05:55:37.003Z] ---> Running in 0e8b96e7b773 [2020-08-21T05:55:37.003Z] Removing intermediate container 0e8b96e7b773 [2020-08-21T05:55:37.003Z] ---> 040c9c1a3838 [2020-08-21T05:55:37.003Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T05:55:37.003Z] ---> Running in a544a8728871 [2020-08-21T05:55:39.099Z] 2dd03ba5bac4: Pull complete [2020-08-21T05:55:39.099Z] 1e091d79d1de: Pull complete [2020-08-21T05:55:39.099Z] 481702a1767f: Pull complete [2020-08-21T05:55:39.625Z] Removing intermediate container a544a8728871 [2020-08-21T05:55:39.625Z] ---> d43861ac437d [2020-08-21T05:55:39.625Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-21T05:55:39.625Z] ---> Running in 4509166849a1 [2020-08-21T05:55:41.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T05:55:41.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T05:55:42.266Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-21T05:55:42.267Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-21T05:55:42.538Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-21T05:55:42.538Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-21T05:55:42.816Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-21T05:55:42.816Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-21T05:55:42.816Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T05:55:42.816Z] OK: 143 MiB in 45 packages [2020-08-21T05:55:44.253Z] Removing intermediate container 4509166849a1 [2020-08-21T05:55:44.253Z] ---> 51551c2030d7 [2020-08-21T05:55:44.253Z] Step 6/8 : WORKDIR /app [2020-08-21T05:55:44.253Z] ---> Running in 159a74bd3dad [2020-08-21T05:55:44.848Z] Removing intermediate container 159a74bd3dad [2020-08-21T05:55:44.848Z] ---> fead6d414e98 [2020-08-21T05:55:44.848Z] Step 7/8 : COPY . . [2020-08-21T05:55:45.716Z] f64a6f60c768: Pull complete [2020-08-21T05:55:45.832Z] ---> df07894ac8a9 [2020-08-21T05:55:45.832Z] Step 8/8 : RUN go mod download [2020-08-21T05:55:45.832Z] ---> Running in b29bc46e0e7f [2020-08-21T05:55:49.949Z] e78d2573fc39: Pull complete [2020-08-21T05:55:49.949Z] e876d2f968b6: Pull complete [2020-08-21T05:55:50.119Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T05:55:50.119Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T05:55:50.119Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T05:55:50.119Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T05:55:50.119Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T05:55:50.119Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T05:55:50.119Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T05:55:50.119Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T05:55:50.119Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T05:55:50.119Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T05:55:50.119Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T05:55:50.389Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T05:55:50.389Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T05:55:50.389Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T05:55:50.389Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T05:55:50.389Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T05:55:50.663Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T05:55:50.663Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T05:55:50.663Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-21T05:55:50.663Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T05:55:50.663Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T05:55:50.663Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T05:55:50.893Z] ce8a83651883: Pull complete [2020-08-21T05:55:50.893Z] 07967f4d0e4b: Pull complete [2020-08-21T05:55:50.893Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-21T05:55:50.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-21T05:55:50.893Z] ---> 5d7c900382c6 [2020-08-21T05:55:50.893Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-21T05:55:50.931Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-21T05:55:50.931Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-21T05:55:50.931Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-21T05:55:50.931Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-21T05:55:50.931Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T05:55:51.199Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T05:55:51.200Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-21T05:55:51.200Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T05:55:51.200Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T05:55:51.200Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T05:55:51.468Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-21T05:55:51.468Z] go: finding github.com/google/uuid v1.1.1 [2020-08-21T05:55:51.468Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-21T05:55:51.468Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T05:55:51.468Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T05:55:51.737Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T05:55:51.737Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T05:55:51.737Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T05:55:51.737Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T05:55:51.737Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T05:55:52.005Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T05:55:52.005Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T05:55:52.005Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T05:55:52.005Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T05:55:52.005Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T05:55:52.274Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T05:55:52.274Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T05:55:52.274Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T05:55:52.274Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T05:55:52.274Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T05:55:52.543Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-21T05:55:52.543Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T05:55:52.543Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-21T05:55:52.543Z] go: finding github.com/kr/pty v1.1.1 [2020-08-21T05:55:52.543Z] go: finding github.com/kr/text v0.1.0 [2020-08-21T05:55:52.812Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-21T05:55:52.812Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T05:55:52.812Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T05:55:52.812Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T05:55:52.812Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T05:55:52.814Z] ---> Running in c60f6bc8b4fc [2020-08-21T05:55:52.814Z] Removing intermediate container c60f6bc8b4fc [2020-08-21T05:55:52.814Z] ---> 6be18a4181c4 [2020-08-21T05:55:52.814Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T05:55:52.814Z] ---> Running in 72e64e3530f3 [2020-08-21T05:55:53.082Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T05:55:53.082Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T05:55:53.082Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T05:55:53.082Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T05:55:53.082Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T05:55:53.351Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T05:55:53.351Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T05:55:53.351Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T05:55:53.351Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-21T05:55:53.351Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-21T05:55:53.621Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T05:55:53.621Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-21T05:55:53.621Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T05:55:53.621Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T05:55:53.621Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T05:55:53.891Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T05:55:53.891Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T05:55:53.891Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T05:55:53.891Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-21T05:55:53.891Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-21T05:55:54.162Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-21T05:55:54.162Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T05:55:54.162Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T05:55:54.162Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T05:55:54.162Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-21T05:55:54.209Z] Removing intermediate container 72e64e3530f3 [2020-08-21T05:55:54.209Z] ---> d16fa436c1ea [2020-08-21T05:55:54.209Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-21T05:55:54.209Z] ---> Running in e0ebe3fcb05a [2020-08-21T05:55:54.433Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T05:55:54.433Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T05:55:54.433Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T05:55:54.433Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T05:55:54.433Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-21T05:55:54.433Z] go: finding golang.org/x/text v0.3.2 [2020-08-21T05:55:54.703Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-21T05:55:54.703Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-21T05:55:54.703Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-21T05:55:54.703Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-21T05:55:54.703Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-21T05:55:54.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T05:55:54.974Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T05:55:54.974Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-21T05:55:55.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T05:55:56.311Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-21T05:55:56.572Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-21T05:55:56.572Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-21T05:55:56.572Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-21T05:55:56.843Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-21T05:55:56.843Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-21T05:55:56.843Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T05:55:56.843Z] OK: 167 MiB in 45 packages [2020-08-21T05:55:57.790Z] Removing intermediate container e0ebe3fcb05a [2020-08-21T05:55:57.790Z] ---> 4ce02e94c0ba [2020-08-21T05:55:57.790Z] Step 6/8 : WORKDIR /app [2020-08-21T05:55:57.790Z] ---> Running in 0f07b689dbc8 [2020-08-21T05:55:57.790Z] Removing intermediate container 0f07b689dbc8 [2020-08-21T05:55:57.790Z] ---> e1d4c6701f09 [2020-08-21T05:55:57.790Z] Step 7/8 : COPY . . [2020-08-21T05:55:58.364Z] ---> 7dff021d72ae [2020-08-21T05:55:58.364Z] Step 8/8 : RUN go mod download [2020-08-21T05:55:58.364Z] ---> Running in 766662033ab8 [2020-08-21T05:56:01.685Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T05:56:01.685Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T05:56:01.685Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T05:56:01.685Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T05:56:01.685Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T05:56:01.685Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T05:56:01.685Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T05:56:01.948Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T05:56:01.948Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T05:56:01.948Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T05:56:01.948Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T05:56:01.948Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T05:56:02.210Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T05:56:02.210Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T05:56:02.210Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T05:56:02.210Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T05:56:02.210Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T05:56:02.472Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T05:56:02.472Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-21T05:56:02.472Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T05:56:02.472Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T05:56:02.472Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T05:56:02.733Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-21T05:56:02.733Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-21T05:56:02.733Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-21T05:56:02.734Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-21T05:56:02.734Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T05:56:02.994Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T05:56:02.994Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-21T05:56:02.994Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T05:56:02.994Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T05:56:02.994Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T05:56:03.256Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-21T05:56:03.256Z] go: finding github.com/google/uuid v1.1.1 [2020-08-21T05:56:03.256Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-21T05:56:03.256Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T05:56:03.256Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T05:56:03.518Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T05:56:03.518Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T05:56:03.518Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T05:56:03.518Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T05:56:03.518Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T05:56:03.518Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T05:56:03.779Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T05:56:03.779Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T05:56:03.779Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T05:56:03.779Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T05:56:03.779Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T05:56:04.040Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T05:56:04.040Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T05:56:04.040Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T05:56:04.040Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T05:56:04.040Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-21T05:56:04.301Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T05:56:04.301Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-21T05:56:04.301Z] go: finding github.com/kr/pty v1.1.1 [2020-08-21T05:56:04.301Z] go: finding github.com/kr/text v0.1.0 [2020-08-21T05:56:04.301Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-21T05:56:04.563Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T05:56:04.563Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T05:56:04.563Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T05:56:04.563Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T05:56:04.563Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T05:56:04.824Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T05:56:04.824Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T05:56:04.824Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T05:56:04.824Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T05:56:04.824Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T05:56:05.085Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T05:56:05.085Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T05:56:05.085Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-21T05:56:05.085Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-21T05:56:05.085Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T05:56:05.346Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-21T05:56:05.346Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T05:56:05.346Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T05:56:05.346Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T05:56:05.346Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T05:56:05.606Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T05:56:05.606Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T05:56:05.606Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-21T05:56:05.606Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-21T05:56:05.606Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-21T05:56:05.867Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T05:56:05.867Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T05:56:05.867Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T05:56:05.867Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-21T05:56:05.867Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T05:56:06.129Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T05:56:06.129Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T05:56:06.129Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T05:56:06.129Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-21T05:56:06.129Z] go: finding golang.org/x/text v0.3.2 [2020-08-21T05:56:06.392Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-21T05:56:06.392Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-21T05:56:06.392Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-21T05:56:06.392Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-21T05:56:06.392Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-21T05:56:06.392Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T05:56:06.654Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-21T05:56:21.802Z] Removing intermediate container b29bc46e0e7f [2020-08-21T05:56:21.802Z] ---> fb6efadf675e [2020-08-21T05:56:21.802Z] Successfully built fb6efadf675e [2020-08-21T05:56:21.802Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:56:22.510Z] + docker inspect -f . ci-base-image-arm64 [2020-08-21T05:56:22.510Z] . [Pipeline] withDockerContainer [2020-08-21T05:56:22.786Z] prd-ubuntu18.04-docker-arm64-4c-16g-648 does not seem to be running inside a container [2020-08-21T05:56:22.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-21T05:56:24.765Z] $ docker top ec9a878903bcf1fe4f354bbe828f733c2ab40b9ed3772f128d539fb2ba7ac6ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T05:56:26.175Z] + go version [2020-08-21T05:56:26.175Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-21T05:56:27.224Z] + make test [2020-08-21T05:56:27.224Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-08-21T05:56:28.657Z] Removing intermediate container 766662033ab8 [2020-08-21T05:56:28.657Z] ---> 01174a5dc3f9 [2020-08-21T05:56:28.657Z] Successfully built 01174a5dc3f9 [2020-08-21T05:56:28.657Z] 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-08-21T05:56:29.295Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-21T05:56:29.295Z] . [Pipeline] withDockerContainer [2020-08-21T05:56:29.472Z] prd-centos7-docker-4c-2g-649 does not seem to be running inside a container [2020-08-21T05:56:29.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/3 -v /w/workspace/app-service-configurable/3:/w/workspace/app-service-configurable/3:rw,z -v /w/workspace/app-service-configurable/3@tmp:/w/workspace/app-service-configurable/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-21T05:56:30.333Z] $ docker top eb5c7c68bc56b4efb8e23da0a5459d709ce8220b5f04c3ff45ffbfea7e89b45d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T05:56:30.926Z] + go version [2020-08-21T05:56:30.926Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-21T05:56:31.232Z] + make test [2020-08-21T05:56:31.232Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-08-21T05:56:49.436Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-08-21T05:56:49.436Z] CGO_ENABLED=1 go vet ./... [2020-08-21T05:56:49.699Z] gofmt -l . [2020-08-21T05:56:49.699Z] [ "`gofmt -l .`" = "" ] [2020-08-21T05:56:49.699Z] ./bin/test-go-mod-tidy.sh [2020-08-21T05:56:50.272Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-08-21T05:56:50.926Z] Stashed 1 file(s) [Pipeline] } [2020-08-21T05:56:50.929Z] $ docker stop --time=1 eb5c7c68bc56b4efb8e23da0a5459d709ce8220b5f04c3ff45ffbfea7e89b45d [2020-08-21T05:56:53.372Z] $ docker rm -f eb5c7c68bc56b4efb8e23da0a5459d709ce8220b5f04c3ff45ffbfea7e89b45d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T05:56:56.174Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-21T05:56:56.469Z] + ls -al . [2020-08-21T05:56:56.469Z] total 96 [2020-08-21T05:56:56.469Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 21 05:56 . [2020-08-21T05:56:56.469Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 21 05:55 .. [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 6027 Aug 21 05:55 Attribution.txt [2020-08-21T05:56:56.469Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 21 05:55 bin [2020-08-21T05:56:56.469Z] -rw-r--r--. 1 jenkins jenkins 10 Aug 21 05:56 coverage.out [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 180 Aug 21 05:55 docker-compose.debug.yml [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 21 05:55 docker-compose.yml [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 2002 Aug 21 05:55 Dockerfile [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 966 Aug 21 05:55 Dockerfile.build [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 119 Aug 21 05:55 .dockerignore [2020-08-21T05:56:56.469Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 21 05:55 .git [2020-08-21T05:56:56.469Z] drwxrwxr-x. 2 jenkins jenkins 81 Aug 21 05:55 .github [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 93 Aug 21 05:55 .gitignore [2020-08-21T05:56:56.469Z] -rw-r--r--. 1 jenkins jenkins 133 Aug 21 05:56 go.mod [2020-08-21T05:56:56.469Z] -rw-r--r--. 1 jenkins jenkins 19478 Aug 21 05:56 go.sum [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 710 Aug 21 05:55 Jenkinsfile [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 21 05:55 LICENSE [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 1519 Aug 21 05:55 main.go [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 1573 Aug 21 05:55 makefile [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 481 Aug 21 05:55 README.md [2020-08-21T05:56:56.469Z] drwxrwxr-x. 10 jenkins jenkins 171 Aug 21 05:55 res [2020-08-21T05:56:56.469Z] drwxrwxr-x. 3 jenkins jenkins 46 Aug 21 05:55 .semver [2020-08-21T05:56:56.469Z] drwxrwxr-x. 4 jenkins jenkins 71 Aug 21 05:55 snap [2020-08-21T05:56:56.469Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 21 05:52 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:56:56.771Z] + 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=adca6a036f061f9f6ca189fc0cd085c8c000398c --label arch=amd64 --label version=0.0.0 . [2020-08-21T05:56:56.771Z] Sending build context to Docker daemon 321.5kB [2020-08-21T05:56:56.771Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-21T05:56:56.771Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-21T05:56:56.771Z] ---> 01174a5dc3f9 [2020-08-21T05:56:56.771Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-21T05:56:57.032Z] ---> Running in 3e6e245c3746 [2020-08-21T05:56:57.294Z] Removing intermediate container 3e6e245c3746 [2020-08-21T05:56:57.294Z] ---> ee7e803f481f [2020-08-21T05:56:57.294Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-21T05:56:57.294Z] ---> Running in 50ac0f76c0de [2020-08-21T05:56:57.555Z] Removing intermediate container 50ac0f76c0de [2020-08-21T05:56:57.555Z] ---> 69fc29076475 [2020-08-21T05:56:57.555Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-21T05:56:57.555Z] ---> Running in 6daa7dac84c9 [2020-08-21T05:56:57.820Z] Removing intermediate container 6daa7dac84c9 [2020-08-21T05:56:57.820Z] ---> c6c1768929b9 [2020-08-21T05:56:57.820Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T05:56:57.820Z] ---> Running in d356a6249424 [2020-08-21T05:56:58.764Z] Removing intermediate container d356a6249424 [2020-08-21T05:56:58.764Z] ---> 4a1587c75bad [2020-08-21T05:56:58.764Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-21T05:56:58.764Z] ---> Running in 22af8f0dfc3a [2020-08-21T05:56:59.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T05:56:59.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T05:57:00.544Z] OK: 167 MiB in 45 packages [2020-08-21T05:57:00.805Z] Removing intermediate container 22af8f0dfc3a [2020-08-21T05:57:00.805Z] ---> 84b5e90651d7 [2020-08-21T05:57:00.805Z] Step 8/27 : WORKDIR /app [2020-08-21T05:57:00.805Z] ---> Running in 16f05c6db103 [2020-08-21T05:57:01.066Z] Removing intermediate container 16f05c6db103 [2020-08-21T05:57:01.066Z] ---> 1c721ca84bbb [2020-08-21T05:57:01.066Z] Step 9/27 : COPY go.mod . [2020-08-21T05:57:01.336Z] ---> 6e42d879a7d5 [2020-08-21T05:57:01.336Z] Step 10/27 : RUN go mod download [2020-08-21T05:57:01.336Z] ---> Running in d634044005f1 [2020-08-21T05:57:02.728Z] Removing intermediate container d634044005f1 [2020-08-21T05:57:02.728Z] ---> 0ba7c4683e7f [2020-08-21T05:57:02.728Z] Step 11/27 : COPY . . [2020-08-21T05:57:02.990Z] ---> a14b36c057ff [2020-08-21T05:57:02.990Z] Step 12/27 : ARG MAKE="make build" [2020-08-21T05:57:02.990Z] ---> Running in 5dbb23b80c93 [2020-08-21T05:57:03.253Z] Removing intermediate container 5dbb23b80c93 [2020-08-21T05:57:03.253Z] ---> bd35a1c69afe [2020-08-21T05:57:03.253Z] Step 13/27 : RUN $MAKE [2020-08-21T05:57:03.253Z] ---> Running in 0b36b72f1b5d [2020-08-21T05:57:03.828Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-08-21T05:57:14.236Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-08-21T05:57:14.237Z] CGO_ENABLED=1 go vet ./... [2020-08-21T05:57:20.991Z] gofmt -l . [2020-08-21T05:57:20.991Z] [ "`gofmt -l .`" = "" ] [2020-08-21T05:57:20.991Z] ./bin/test-go-mod-tidy.sh [2020-08-21T05:57:20.991Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-08-21T05:57:21.598Z] Warning: overwriting stash ‘coverage-report’ [2020-08-21T05:57:22.066Z] Removing intermediate container 0b36b72f1b5d [2020-08-21T05:57:22.066Z] ---> 36777dee28c8 [2020-08-21T05:57:22.066Z] Step 14/27 : FROM alpine:latest [2020-08-21T05:57:22.066Z] latest: Pulling from library/alpine [2020-08-21T05:57:22.066Z] df20fa9351a1: Already exists [2020-08-21T05:57:22.066Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T05:57:22.066Z] Status: Downloaded newer image for alpine:latest [2020-08-21T05:57:22.066Z] ---> a24bb4013296 [2020-08-21T05:57:22.066Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-21T05:57:22.066Z] ---> Running in 1af861d33f92 [2020-08-21T05:57:22.066Z] Removing intermediate container 1af861d33f92 [2020-08-21T05:57:22.066Z] ---> de0c477f65d6 [2020-08-21T05:57:22.066Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-21T05:57:22.066Z] ---> Running in 68ec41b1e6b1 [2020-08-21T05:57:22.066Z] Removing intermediate container 68ec41b1e6b1 [2020-08-21T05:57:22.066Z] ---> 3fed5c4da5d4 [2020-08-21T05:57:22.066Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-21T05:57:22.066Z] ---> Running in fea3fcf73d8c [2020-08-21T05:57:22.222Z] Stashed 1 file(s) [Pipeline] } [2020-08-21T05:57:22.228Z] $ docker stop --time=1 ec9a878903bcf1fe4f354bbe828f733c2ab40b9ed3772f128d539fb2ba7ac6ab [2020-08-21T05:57:22.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T05:57:22.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T05:57:22.591Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-21T05:57:22.591Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-21T05:57:22.591Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-21T05:57:22.591Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-21T05:57:22.591Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-21T05:57:22.591Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-21T05:57:22.591Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T05:57:22.591Z] Executing ca-certificates-20191127-r4.trigger [2020-08-21T05:57:22.591Z] OK: 9 MiB in 20 packages [2020-08-21T05:57:23.980Z] Removing intermediate container fea3fcf73d8c [2020-08-21T05:57:23.980Z] ---> fd20d90671d4 [2020-08-21T05:57:23.980Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-21T05:57:24.241Z] ---> 72c4d4a03d30 [2020-08-21T05:57:24.241Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-21T05:57:24.392Z] $ docker rm -f ec9a878903bcf1fe4f354bbe828f733c2ab40b9ed3772f128d539fb2ba7ac6ab [2020-08-21T05:57:24.502Z] ---> 11d59067c8f7 [2020-08-21T05:57:24.502Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-21T05:57:24.502Z] ---> 5213c3d4a16b [2020-08-21T05:57:24.502Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T05:57:25.446Z] ---> 07c114fc65c9 [2020-08-21T05:57:25.446Z] Step 22/27 : EXPOSE 48095 [2020-08-21T05:57:25.446Z] ---> Running in d9f09ec72f88 [2020-08-21T05:57:25.615Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-21T05:57:25.707Z] Removing intermediate container d9f09ec72f88 [2020-08-21T05:57:25.707Z] ---> b21392f2cedf [2020-08-21T05:57:25.707Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-21T05:57:25.707Z] ---> Running in 589ab7eda193 [2020-08-21T05:57:25.707Z] Removing intermediate container 589ab7eda193 [2020-08-21T05:57:25.707Z] ---> acd2fd890617 [2020-08-21T05:57:25.707Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T05:57:25.969Z] + ls -al . [2020-08-21T05:57:25.969Z] ---> Running in b432de07bfea [2020-08-21T05:57:25.969Z] total 124 [2020-08-21T05:57:25.970Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 05:57 . [2020-08-21T05:57:25.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 05:54 .. [2020-08-21T05:57:25.969Z] Removing intermediate container b432de07bfea [2020-08-21T05:57:25.970Z] ---> 681f3c096f5d [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 21 05:54 .dockerignore [2020-08-21T05:57:25.970Z] Step 25/27 : LABEL arch=amd64 [2020-08-21T05:57:25.970Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 05:54 .git [2020-08-21T05:57:25.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 05:54 .github [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 93 Aug 21 05:54 .gitignore [2020-08-21T05:57:25.970Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 05:55 .semver [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 6027 Aug 21 05:54 Attribution.txt [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 2002 Aug 21 05:54 Dockerfile [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 966 Aug 21 05:54 Dockerfile.build [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 710 Aug 21 05:54 Jenkinsfile [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 21 05:54 LICENSE [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 481 Aug 21 05:54 README.md [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 21 05:52 VERSION [2020-08-21T05:57:25.970Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 05:54 bin [2020-08-21T05:57:25.970Z] -rw-r--r-- 1 jenkins jenkins 10 Aug 21 05:56 coverage.out [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 180 Aug 21 05:54 docker-compose.debug.yml [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 21 05:54 docker-compose.yml [2020-08-21T05:57:25.970Z] -rw-r--r-- 1 jenkins jenkins 133 Aug 21 05:57 go.mod [2020-08-21T05:57:25.970Z] -rw-r--r-- 1 jenkins jenkins 19478 Aug 21 05:57 go.sum [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 1519 Aug 21 05:54 main.go [2020-08-21T05:57:25.970Z] -rw-rw-r-- 1 jenkins jenkins 1573 Aug 21 05:54 makefile [2020-08-21T05:57:25.970Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 21 05:54 res [2020-08-21T05:57:25.970Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 05:54 snap [Pipeline] isUnix [Pipeline] sh [2020-08-21T05:57:26.231Z] ---> Running in d3592078d672 [2020-08-21T05:57:26.231Z] Removing intermediate container d3592078d672 [2020-08-21T05:57:26.231Z] ---> c553379b4d2f [2020-08-21T05:57:26.231Z] Step 26/27 : LABEL git_sha=adca6a036f061f9f6ca189fc0cd085c8c000398c [2020-08-21T05:57:26.344Z] + 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=adca6a036f061f9f6ca189fc0cd085c8c000398c --label arch=arm64 --label version=0.0.0 . [2020-08-21T05:57:26.493Z] ---> Running in a437b34e97f2 [2020-08-21T05:57:26.493Z] Removing intermediate container a437b34e97f2 [2020-08-21T05:57:26.493Z] ---> f4d7072f97da [2020-08-21T05:57:26.493Z] Step 27/27 : LABEL version=0.0.0 [2020-08-21T05:57:26.493Z] ---> Running in 0251f70fcccf [2020-08-21T05:57:26.621Z] Sending build context to Docker daemon 321.5kB [2020-08-21T05:57:26.621Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-21T05:57:26.621Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-21T05:57:26.621Z] ---> fb6efadf675e [2020-08-21T05:57:26.621Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-21T05:57:26.754Z] Removing intermediate container 0251f70fcccf [2020-08-21T05:57:26.754Z] ---> 4334de61986a [2020-08-21T05:57:26.754Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-21T05:57:26.754Z] Successfully built 4334de61986a [2020-08-21T05:57:26.754Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-08-21T05:57:26.892Z] ---> Running in 5db1911690ca [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [2020-08-21T05:57:27.488Z] Removing intermediate container 5db1911690ca [2020-08-21T05:57:27.488Z] ---> 865f1ad2055e [2020-08-21T05:57:27.488Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-21T05:57:27.488Z] ---> Running in 3750c8e54e24 [Pipeline] sh [2020-08-21T05:57:27.849Z] ++ find /w/workspace/app-service-configurable/3 [2020-08-21T05:57:27.849Z] ++ grep snapcraft.yaml [2020-08-21T05:57:27.849Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T05:57:27.964Z] provisioning config files... [2020-08-21T05:57:27.976Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/3@tmp/config5375283568187221473tmp [Pipeline] { [2020-08-21T05:57:28.081Z] Removing intermediate container 3750c8e54e24 [2020-08-21T05:57:28.081Z] ---> b0a002021398 [2020-08-21T05:57:28.081Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-21T05:57:28.081Z] ---> Running in d68c64fb5109 [Pipeline] sh [2020-08-21T05:57:28.412Z] + cp /w/workspace/app-service-configurable/3@tmp/config5375283568187221473tmp /w/workspace/app-service-configurable/3/edgex-snap-store-login [Pipeline] sh [2020-08-21T05:57:28.677Z] Removing intermediate container d68c64fb5109 [2020-08-21T05:57:28.677Z] ---> b84c73025907 [2020-08-21T05:57:28.677Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T05:57:28.677Z] ---> Running in 3c2b97c5ecdd [2020-08-21T05:57:28.715Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/3:/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-08-21T05:57:28.715Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-08-21T05:57:28.715Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-08-21T05:57:28.715Z] 7595c8c21622: Pulling fs layer [2020-08-21T05:57:28.715Z] d13af8ca898f: Pulling fs layer [2020-08-21T05:57:28.715Z] 70799171ddba: Pulling fs layer [2020-08-21T05:57:28.715Z] b6c12202c5ef: Pulling fs layer [2020-08-21T05:57:28.715Z] 0e468b2cbd7c: Pulling fs layer [2020-08-21T05:57:28.715Z] 81ce4cd09fec: Pulling fs layer [2020-08-21T05:57:28.715Z] 9113857f769f: Pulling fs layer [2020-08-21T05:57:28.715Z] a6a4d6edcf0f: Pulling fs layer [2020-08-21T05:57:28.715Z] 1466ad0cc8cc: Pulling fs layer [2020-08-21T05:57:28.715Z] 81ce4cd09fec: Waiting [2020-08-21T05:57:28.715Z] 9113857f769f: Waiting [2020-08-21T05:57:28.715Z] a6a4d6edcf0f: Waiting [2020-08-21T05:57:28.715Z] 1466ad0cc8cc: Waiting [2020-08-21T05:57:28.715Z] b6c12202c5ef: Waiting [2020-08-21T05:57:28.715Z] 0e468b2cbd7c: Waiting [2020-08-21T05:57:28.715Z] 70799171ddba: Verifying Checksum [2020-08-21T05:57:28.715Z] 70799171ddba: Download complete [2020-08-21T05:57:28.715Z] d13af8ca898f: Verifying Checksum [2020-08-21T05:57:28.715Z] d13af8ca898f: Download complete [2020-08-21T05:57:28.715Z] b6c12202c5ef: Verifying Checksum [2020-08-21T05:57:28.716Z] b6c12202c5ef: Download complete [2020-08-21T05:57:28.716Z] 81ce4cd09fec: Verifying Checksum [2020-08-21T05:57:28.716Z] 81ce4cd09fec: Download complete [2020-08-21T05:57:28.716Z] 9113857f769f: Verifying Checksum [2020-08-21T05:57:28.716Z] 9113857f769f: Download complete [2020-08-21T05:57:28.983Z] a6a4d6edcf0f: Verifying Checksum [2020-08-21T05:57:28.983Z] a6a4d6edcf0f: Download complete [2020-08-21T05:57:28.983Z] 1466ad0cc8cc: Download complete [2020-08-21T05:57:29.247Z] 7595c8c21622: Verifying Checksum [2020-08-21T05:57:29.247Z] 7595c8c21622: Download complete [2020-08-21T05:57:31.291Z] Removing intermediate container 3c2b97c5ecdd [2020-08-21T05:57:31.292Z] ---> 2d9ad7df09ae [2020-08-21T05:57:31.292Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-21T05:57:31.292Z] ---> Running in 4c9ab345276d [2020-08-21T05:57:32.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T05:57:33.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T05:57:33.479Z] 7595c8c21622: Pull complete [2020-08-21T05:57:33.479Z] 0e468b2cbd7c: Verifying Checksum [2020-08-21T05:57:33.479Z] 0e468b2cbd7c: Download complete [2020-08-21T05:57:33.479Z] d13af8ca898f: Pull complete [2020-08-21T05:57:33.742Z] 70799171ddba: Pull complete [2020-08-21T05:57:33.742Z] b6c12202c5ef: Pull complete [2020-08-21T05:57:34.291Z] OK: 143 MiB in 45 packages [2020-08-21T05:57:35.265Z] Removing intermediate container 4c9ab345276d [2020-08-21T05:57:35.265Z] ---> 8f7d8cbbce47 [2020-08-21T05:57:35.265Z] Step 8/27 : WORKDIR /app [2020-08-21T05:57:35.265Z] ---> Running in 92df2379bb78 [2020-08-21T05:57:35.862Z] Removing intermediate container 92df2379bb78 [2020-08-21T05:57:35.862Z] ---> 13e9cbab612e [2020-08-21T05:57:35.862Z] Step 9/27 : COPY go.mod . [2020-08-21T05:57:36.458Z] ---> 1c81e2bd761e [2020-08-21T05:57:36.458Z] Step 10/27 : RUN go mod download [2020-08-21T05:57:36.730Z] ---> Running in b5164c3329b4 [2020-08-21T05:57:39.337Z] Removing intermediate container b5164c3329b4 [2020-08-21T05:57:39.337Z] ---> 96b4edebfc0d [2020-08-21T05:57:39.337Z] Step 11/27 : COPY . . [2020-08-21T05:57:40.314Z] ---> fe007b2a5af6 [2020-08-21T05:57:40.314Z] Step 12/27 : ARG MAKE="make build" [2020-08-21T05:57:40.314Z] ---> Running in 08e6d5b97e31 [2020-08-21T05:57:40.586Z] Removing intermediate container 08e6d5b97e31 [2020-08-21T05:57:40.586Z] ---> cf60df6fdc48 [2020-08-21T05:57:40.586Z] Step 13/27 : RUN $MAKE [2020-08-21T05:57:40.854Z] ---> Running in e02b533db14c [2020-08-21T05:57:42.277Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-08-21T05:58:05.949Z] 0e468b2cbd7c: Pull complete [2020-08-21T05:58:05.949Z] 81ce4cd09fec: Pull complete [2020-08-21T05:58:05.949Z] 9113857f769f: Pull complete [2020-08-21T05:58:05.949Z] a6a4d6edcf0f: Pull complete [2020-08-21T05:58:05.949Z] 1466ad0cc8cc: Pull complete [2020-08-21T05:58:05.949Z] Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd [2020-08-21T05:58:05.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-21T05:58:08.518Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-21T05:58:08.518Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-21T05:58:08.518Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-21T05:58:08.518Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-21T05:58:08.518Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] [2020-08-21T05:58:08.518Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1043 kB] [2020-08-21T05:58:08.519Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] [2020-08-21T05:58:08.781Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] [2020-08-21T05:58:08.781Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] [2020-08-21T05:58:09.042Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] [2020-08-21T05:58:09.042Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] [2020-08-21T05:58:09.042Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] [2020-08-21T05:58:09.614Z] Fetched 5199 kB in 2s (2994 kB/s) [2020-08-21T05:58:11.001Z] Reading package lists... [2020-08-21T05:58:13.548Z] 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-08-21T05:58:13.548Z] - README.md [2020-08-21T05:58:13.548Z] [2020-08-21T05:58:13.548Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-08-21T05:58:15.468Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-08-21T05:58:15.468Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-21T05:58:15.468Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-08-21T05:58:15.468Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-08-21T05:58:17.346Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 49% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-21T05:58:19.265Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-08-21T05:58:20.880Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 49% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-21T05:58:21.142Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 51% Building dependency tree [2020-08-21T05:58:21.142Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-21T05:58:21.142Z] The following packages were automatically installed and are no longer required: [2020-08-21T05:58:21.142Z] libjq1 libonig4 [2020-08-21T05:58:21.142Z] Use 'sudo apt autoremove' to remove them. [2020-08-21T05:58:21.142Z] Suggested packages: [2020-08-21T05:58:21.142Z] binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib [2020-08-21T05:58:21.142Z] g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake [2020-08-21T05:58:21.142Z] libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg [2020-08-21T05:58:21.142Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-08-21T05:58:21.142Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-08-21T05:58:21.142Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-08-21T05:58:21.142Z] gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc [2020-08-21T05:58:21.142Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-21T05:58:21.142Z] | libterm-readline-perl-perl [2020-08-21T05:58:21.718Z] The following NEW packages will be installed: [2020-08-21T05:58:21.718Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-08-21T05:58:21.718Z] curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-08-21T05:58:21.718Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-08-21T05:58:21.718Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 [2020-08-21T05:58:21.718Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-08-21T05:58:21.718Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-08-21T05:58:21.718Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 [2020-08-21T05:58:21.718Z] libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev [2020-08-21T05:58:21.718Z] libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages [2020-08-21T05:58:21.718Z] manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-08-21T05:58:21.718Z] The following packages will be upgraded: [2020-08-21T05:58:21.718Z] libcurl4 [2020-08-21T05:58:21.718Z] 1 upgraded, 62 newly installed, 0 to remove and 0 not upgraded. [2020-08-21T05:58:21.718Z] Need to get 57.7 MB of archives. [2020-08-21T05:58:21.718Z] After this operation, 249 MB of additional disk space will be used. [2020-08-21T05:58:21.979Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-08-21T05:58:21.979Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-08-21T05:58:22.553Z] 0% [2 perl-modules-5.26 7443 B/2763 kB 0%] 3% [2 perl-modules-5.26 1594 kB/2763 kB 58%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-08-21T05:58:22.553Z] 5% [3 libgdbm5 26.0 kB/26.0 kB 100%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-08-21T05:58:22.553Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-08-21T05:58:22.816Z] 5% [5 libperl5.26 86.7 kB/3527 kB 2%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-21T05:58:22.816Z] 10% [6 perl 65.5 kB/201 kB 33%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-08-21T05:58:22.816Z] 11% [7 less 65.5 kB/112 kB 59%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-08-21T05:58:22.816Z] 11% [8 netbase 12.3 kB/12.7 kB 97%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-08-21T05:58:22.816Z] 12% [9 manpages 0 B/1234 kB 0%] 14% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-08-21T05:58:22.816Z] 14% [10 binutils-common 1260 B/196 kB 1%] 14% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-08-21T05:58:22.816Z] 14% [11 libbinutils 28.9 kB/488 kB 6%] 15% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-08-21T05:58:22.816Z] 15% [12 binutils-x86-64-linux-gnu 25.0 kB/1839 kB 1%] 18% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-08-21T05:58:22.816Z] 19% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-08-21T05:58:22.816Z] 19% [14 libc-dev-bin 57.1 kB/71.8 kB 80%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-112.113 [982 kB] [2020-08-21T05:58:23.078Z] 19% [15 linux-libc-dev 12.3 kB/982 kB 1%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-08-21T05:58:23.078Z] 21% [16 libc6-dev 51.0 kB/2585 kB 2%] 25% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-08-21T05:58:23.078Z] 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 25% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-08-21T05:58:23.341Z] 25% [18 libisl19 0 B/551 kB 0%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-08-21T05:58:23.341Z] 26% [19 libmpfr6 41.4 kB/243 kB 17%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-08-21T05:58:23.341Z] 27% [20 libmpc3 40.8 kB/40.8 kB 100%] 27% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-08-21T05:58:23.915Z] 27% [21 cpp-7 19.6 kB/8591 kB 0%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-08-21T05:58:23.915Z] 39% [22 cpp 27.7 kB/27.7 kB 100%] 40% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-08-21T05:58:23.915Z] 40% [23 libcc1-0 32.8 kB/39.4 kB 83%] 40% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-08-21T05:58:23.915Z] 40% [24 libgomp1 11.4 kB/76.5 kB 15%] 40% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-08-21T05:58:23.915Z] 40% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-08-21T05:58:23.915Z] 41% [26 libatomic1 9192 B/9192 B 100%] 41% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-08-21T05:58:23.915Z] 41% [27 libasan4 24.6 kB/358 kB 7%] 42% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-08-21T05:58:23.915Z] 42% [28 liblsan0 62.6 kB/133 kB 47%] 42% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-08-21T05:58:23.915Z] 42% [29 libtsan0 60.7 kB/288 kB 21%] 43% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-08-21T05:58:23.915Z] 43% [30 libubsan0 34.5 kB/126 kB 27%] 44% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-08-21T05:58:23.915Z] 44% [31 libcilkrts5 0 B/42.5 kB 0%] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-08-21T05:58:23.915Z] 44% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-08-21T05:58:23.915Z] 44% [33 libquadmath0 35.8 kB/134 kB 27%] 45% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-08-21T05:58:23.915Z] 45% [34 libgcc-7-dev 20.4 kB/2378 kB 1%] 48% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-08-21T05:58:24.176Z] 48% [35 gcc-7 15.6 kB/9381 kB 0%] 62% [Working] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-08-21T05:58:24.176Z] 62% [36 gcc 0 B/5184 B 0%] 62% [Working] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-08-21T05:58:24.176Z] 62% [37 libstdc++-7-dev 0 B/1471 kB 0%] 64% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-08-21T05:58:24.749Z] 64% [38 g++-7 28.7 kB/9697 kB 0%] 78% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-08-21T05:58:24.749Z] 78% [39 g++ 1568 B/1568 B 100%] 79% [Working] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-08-21T05:58:24.749Z] 79% [40 make 12.3 kB/154 kB 8%] 79% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-08-21T05:58:24.749Z] 79% [41 libdpkg-perl 18.3 kB/211 kB 9%] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-08-21T05:58:24.749Z] 80% [42 patch 28.4 kB/102 kB 28%] 80% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-08-21T05:58:24.749Z] 80% [43 dpkg-dev 26.7 kB/607 kB 4%] 81% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-08-21T05:58:24.749Z] 81% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] [2020-08-21T05:58:24.749Z] 82% [45 libcurl4 16.4 kB/214 kB 8%] 82% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-08-21T05:58:24.749Z] 82% [46 curl 1306 B/159 kB 1%] 83% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-08-21T05:58:24.749Z] 83% [47 libfakeroot 7253 B/25.9 kB 28%] 83% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-08-21T05:58:24.749Z] 83% [48 fakeroot 10.4 kB/62.3 kB 17%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-08-21T05:58:24.749Z] 84% [49 libcurl3-gnutls 71.8 kB/213 kB 34%] 84% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-21T05:58:24.749Z] 84% [50 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-21T05:58:24.749Z] 85% [51 git-man 39.6 kB/804 kB 5%] 86% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-08-21T05:58:25.010Z] 86% [52 git 9708 B/3915 kB 0%] 92% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-08-21T05:58:25.010Z] 92% [53 libalgorithm-diff-perl 34.5 kB/47.6 kB 72%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-08-21T05:58:25.010Z] 92% [54 libalgorithm-diff-xs-perl 4096 B/11.1 kB 37%] 92% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-08-21T05:58:25.010Z] 92% [55 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-08-21T05:58:25.010Z] 93% [56 libfile-fcntllock-perl 4096 B/33.2 kB 12%] 93% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-08-21T05:58:25.010Z] 93% [57 libnorm1 8192 B/224 kB 4%] 94% [Working] Get:58 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-08-21T05:58:25.010Z] 94% [58 libpgm-5.2-0 4096 B/157 kB 3%] 94% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-08-21T05:58:25.010Z] 94% [59 libsodium23 10.8 kB/143 kB 8%] 95% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-08-21T05:58:25.010Z] 95% [60 libzmq5 0 B/221 kB 0%] 95% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-08-21T05:58:25.010Z] 95% [61 libzmq3-dev 19.7 kB/400 kB 5%] 96% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-08-21T05:58:25.272Z] 96% [62 manpages-dev 0 B/2217 kB 0%] 100% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-08-21T05:58:25.272Z] 100% [63 pkg-config 36.9 kB/45.0 kB 82%] 100% [Working] Fetched 57.7 MB in 3s (16.8 MB/s) [2020-08-21T05:58:25.533Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-21T05:58:25.795Z] Selecting previously unselected package liblocale-gettext-perl. [2020-08-21T05:58:25.795Z] (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 ... 9889 files and directories currently installed.) [2020-08-21T05:58:25.795Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-08-21T05:58:25.795Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-08-21T05:58:25.795Z] Selecting previously unselected package perl-modules-5.26. [2020-08-21T05:58:25.795Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-21T05:58:26.057Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-21T05:58:28.606Z] Selecting previously unselected package libgdbm5:amd64. [2020-08-21T05:58:28.606Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... [2020-08-21T05:58:28.606Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-08-21T05:58:28.868Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-08-21T05:58:28.868Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-08-21T05:58:28.868Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-21T05:58:28.868Z] Selecting previously unselected package libperl5.26:amd64. [2020-08-21T05:58:28.868Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-21T05:58:28.868Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-21T05:58:29.242Z] Removing intermediate container e02b533db14c [2020-08-21T05:58:29.242Z] ---> 12c62b462d48 [2020-08-21T05:58:29.242Z] Step 14/27 : FROM alpine:latest [2020-08-21T05:58:29.242Z] latest: Pulling from library/alpine [2020-08-21T05:58:29.242Z] b538f80385f9: Already exists [2020-08-21T05:58:29.242Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T05:58:29.242Z] Status: Downloaded newer image for alpine:latest [2020-08-21T05:58:29.242Z] ---> 62ee0e9f8440 [2020-08-21T05:58:29.242Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-21T05:58:29.242Z] ---> Running in 9f65114fc7e8 [2020-08-21T05:58:29.242Z] Removing intermediate container 9f65114fc7e8 [2020-08-21T05:58:29.242Z] ---> fc8e841d18aa [2020-08-21T05:58:29.242Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-21T05:58:29.242Z] ---> Running in bfd9d28ee053 [2020-08-21T05:58:29.242Z] Removing intermediate container bfd9d28ee053 [2020-08-21T05:58:29.242Z] ---> ef4241d8f6e4 [2020-08-21T05:58:29.242Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-21T05:58:29.242Z] ---> Running in d0ad2357633c [2020-08-21T05:58:29.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T05:58:29.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T05:58:30.259Z] Selecting previously unselected package perl. [2020-08-21T05:58:30.259Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-21T05:58:30.259Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-21T05:58:30.427Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-21T05:58:30.427Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-21T05:58:30.427Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-21T05:58:30.427Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-21T05:58:30.427Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-21T05:58:30.427Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-21T05:58:30.427Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T05:58:30.427Z] Executing ca-certificates-20191127-r4.trigger [2020-08-21T05:58:30.519Z] Selecting previously unselected package less. [2020-08-21T05:58:30.520Z] Preparing to unpack .../06-less_487-0.1_amd64.deb ... [2020-08-21T05:58:30.520Z] Unpacking less (487-0.1) ... [2020-08-21T05:58:30.520Z] Selecting previously unselected package netbase. [2020-08-21T05:58:30.520Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-08-21T05:58:30.520Z] Unpacking netbase (5.4) ... [2020-08-21T05:58:30.520Z] Selecting previously unselected package manpages. [2020-08-21T05:58:30.520Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-08-21T05:58:30.520Z] Unpacking manpages (4.15-1) ... [2020-08-21T05:58:30.699Z] OK: 8 MiB in 20 packages [2020-08-21T05:58:30.780Z] Selecting previously unselected package binutils-common:amd64. [2020-08-21T05:58:30.780Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-21T05:58:30.780Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:30.780Z] Selecting previously unselected package libbinutils:amd64. [2020-08-21T05:58:30.780Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-21T05:58:31.040Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:31.040Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-08-21T05:58:31.040Z] Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-21T05:58:31.040Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:31.982Z] Selecting previously unselected package binutils. [2020-08-21T05:58:31.982Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-08-21T05:58:31.982Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:31.982Z] Selecting previously unselected package libc-dev-bin. [2020-08-21T05:58:31.982Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-08-21T05:58:31.982Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-21T05:58:31.982Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-08-21T05:58:31.982Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_amd64.deb ... [2020-08-21T05:58:32.245Z] Unpacking linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-08-21T05:58:32.672Z] Removing intermediate container d0ad2357633c [2020-08-21T05:58:32.672Z] ---> bed9d4e65f02 [2020-08-21T05:58:32.672Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-21T05:58:33.190Z] Selecting previously unselected package libc6-dev:amd64. [2020-08-21T05:58:33.190Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-08-21T05:58:33.190Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-08-21T05:58:33.646Z] ---> 6a8570928d0a [2020-08-21T05:58:33.646Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-21T05:58:34.240Z] ---> 1e9a065281e6 [2020-08-21T05:58:34.240Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-21T05:58:34.578Z] Selecting previously unselected package gcc-7-base:amd64. [2020-08-21T05:58:34.579Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:34.579Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:34.579Z] Selecting previously unselected package libisl19:amd64. [2020-08-21T05:58:34.579Z] Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... [2020-08-21T05:58:34.579Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-08-21T05:58:34.579Z] Selecting previously unselected package libmpfr6:amd64. [2020-08-21T05:58:34.579Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... [2020-08-21T05:58:34.579Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-08-21T05:58:34.579Z] Selecting previously unselected package libmpc3:amd64. [2020-08-21T05:58:34.579Z] Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... [2020-08-21T05:58:34.579Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-08-21T05:58:34.579Z] Selecting previously unselected package cpp-7. [2020-08-21T05:58:34.579Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:34.839Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:35.214Z] ---> 0795ff77cf24 [2020-08-21T05:58:35.214Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-21T05:58:35.782Z] Selecting previously unselected package cpp. [2020-08-21T05:58:35.782Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-08-21T05:58:35.782Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-21T05:58:35.782Z] Selecting previously unselected package libcc1-0:amd64. [2020-08-21T05:58:35.782Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:35.782Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:35.782Z] Selecting previously unselected package libgomp1:amd64. [2020-08-21T05:58:35.782Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:35.782Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:36.043Z] Selecting previously unselected package libitm1:amd64. [2020-08-21T05:58:36.043Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.043Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:36.043Z] Selecting previously unselected package libatomic1:amd64. [2020-08-21T05:58:36.043Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.043Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:36.305Z] Selecting previously unselected package libasan4:amd64. [2020-08-21T05:58:36.305Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.305Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:36.305Z] Selecting previously unselected package liblsan0:amd64. [2020-08-21T05:58:36.305Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.305Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:36.565Z] Selecting previously unselected package libtsan0:amd64. [2020-08-21T05:58:36.565Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.565Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:36.565Z] Selecting previously unselected package libubsan0:amd64. [2020-08-21T05:58:36.565Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.565Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:36.565Z] Selecting previously unselected package libcilkrts5:amd64. [2020-08-21T05:58:36.565Z] Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.565Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:36.825Z] Selecting previously unselected package libmpx2:amd64. [2020-08-21T05:58:36.825Z] Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.825Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:36.825Z] Selecting previously unselected package libquadmath0:amd64. [2020-08-21T05:58:36.825Z] Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:36.825Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:37.086Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-08-21T05:58:37.086Z] Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:37.086Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:37.187Z] ---> 8f9e347f671a [2020-08-21T05:58:37.187Z] Step 22/27 : EXPOSE 48095 [2020-08-21T05:58:37.187Z] ---> Running in 7b83639bae65 [2020-08-21T05:58:37.458Z] Removing intermediate container 7b83639bae65 [2020-08-21T05:58:37.458Z] ---> 220738de3754 [2020-08-21T05:58:37.458Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-21T05:58:37.657Z] Selecting previously unselected package gcc-7. [2020-08-21T05:58:37.657Z] Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:37.657Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:37.734Z] ---> Running in c814d2928e25 [2020-08-21T05:58:38.331Z] Removing intermediate container c814d2928e25 [2020-08-21T05:58:38.331Z] ---> 099113aa4f7f [2020-08-21T05:58:38.331Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T05:58:38.331Z] ---> Running in f6c1202dd318 [2020-08-21T05:58:38.600Z] Selecting previously unselected package gcc. [2020-08-21T05:58:38.600Z] Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-08-21T05:58:38.600Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-21T05:58:38.862Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-08-21T05:58:38.862Z] Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:38.862Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:38.923Z] Removing intermediate container f6c1202dd318 [2020-08-21T05:58:38.923Z] ---> 2d6624df6eb1 [2020-08-21T05:58:38.923Z] Step 25/27 : LABEL arch=arm64 [2020-08-21T05:58:38.923Z] ---> Running in 16f738070f06 [2020-08-21T05:58:39.515Z] Removing intermediate container 16f738070f06 [2020-08-21T05:58:39.515Z] ---> 658e1e5f83db [2020-08-21T05:58:39.515Z] Step 26/27 : LABEL git_sha=adca6a036f061f9f6ca189fc0cd085c8c000398c [2020-08-21T05:58:39.515Z] ---> Running in c0809162993a [2020-08-21T05:58:40.105Z] Removing intermediate container c0809162993a [2020-08-21T05:58:40.105Z] ---> c72bb943a673 [2020-08-21T05:58:40.105Z] Step 27/27 : LABEL version=0.0.0 [2020-08-21T05:58:40.376Z] ---> Running in d8002414a7f0 [2020-08-21T05:58:40.778Z] Selecting previously unselected package g++-7. [2020-08-21T05:58:40.778Z] Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-08-21T05:58:40.778Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:40.966Z] Removing intermediate container d8002414a7f0 [2020-08-21T05:58:40.966Z] ---> 5946cb429bfd [2020-08-21T05:58:40.966Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-21T05:58:40.966Z] Successfully built 5946cb429bfd [2020-08-21T05:58:40.966Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-21T05:58:41.723Z] Selecting previously unselected package g++. [2020-08-21T05:58:41.723Z] Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-08-21T05:58:41.723Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-21T05:58:41.723Z] Selecting previously unselected package make. [2020-08-21T05:58:41.723Z] Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... [2020-08-21T05:58:41.723Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-21T05:58:41.723Z] Selecting previously unselected package libdpkg-perl. [2020-08-21T05:58:41.723Z] Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-08-21T05:58:41.723Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-21T05:58:41.920Z] + find /w/workspace/app-service-configurable/3 [2020-08-21T05:58:41.920Z] + grep snapcraft.yaml [2020-08-21T05:58:41.920Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/3/snap/snapcraft.yaml [2020-08-21T05:58:41.983Z] Selecting previously unselected package patch. [2020-08-21T05:58:41.983Z] Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-08-21T05:58:41.983Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-21T05:58:41.983Z] Selecting previously unselected package dpkg-dev. [2020-08-21T05:58:41.983Z] Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-08-21T05:58:41.983Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T05:58:42.057Z] provisioning config files... [2020-08-21T05:58:42.081Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/3@tmp/config4151362218251144992tmp [Pipeline] { [Pipeline] sh [2020-08-21T05:58:42.264Z] Selecting previously unselected package build-essential. [2020-08-21T05:58:42.264Z] Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... [2020-08-21T05:58:42.264Z] Unpacking build-essential (12.4ubuntu1) ... [2020-08-21T05:58:42.264Z] Preparing to unpack .../44-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-21T05:58:42.264Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... [2020-08-21T05:58:42.461Z] + cp /w/workspace/app-service-configurable/3@tmp/config4151362218251144992tmp /w/workspace/app-service-configurable/3/edgex-snap-store-login [Pipeline] sh [2020-08-21T05:58:42.593Z] Selecting previously unselected package curl. [2020-08-21T05:58:42.593Z] Preparing to unpack .../45-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-21T05:58:42.593Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-21T05:58:42.593Z] Selecting previously unselected package libfakeroot:amd64. [2020-08-21T05:58:42.593Z] Preparing to unpack .../46-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-08-21T05:58:42.593Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-08-21T05:58:42.797Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/3:/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-08-21T05:58:42.797Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-21T05:58:42.797Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-21T05:58:42.797Z] a114936b4807: Pulling fs layer [2020-08-21T05:58:42.797Z] a27ecf0d2a86: Pulling fs layer [2020-08-21T05:58:42.797Z] f4eb48eb870f: Pulling fs layer [2020-08-21T05:58:42.797Z] 0f912b9bb20d: Pulling fs layer [2020-08-21T05:58:42.797Z] 19769ba762fa: Pulling fs layer [2020-08-21T05:58:42.797Z] 6675a7feeedd: Pulling fs layer [2020-08-21T05:58:42.797Z] bb153fd0de2e: Pulling fs layer [2020-08-21T05:58:42.797Z] cf8ad2f1a1a4: Pulling fs layer [2020-08-21T05:58:42.797Z] c8535664fb42: Pulling fs layer [2020-08-21T05:58:42.797Z] 19769ba762fa: Waiting [2020-08-21T05:58:42.797Z] 6675a7feeedd: Waiting [2020-08-21T05:58:42.797Z] bb153fd0de2e: Waiting [2020-08-21T05:58:42.797Z] c8535664fb42: Waiting [2020-08-21T05:58:42.797Z] 0f912b9bb20d: Waiting [2020-08-21T05:58:42.797Z] cf8ad2f1a1a4: Waiting [2020-08-21T05:58:42.890Z] Selecting previously unselected package fakeroot. [2020-08-21T05:58:42.890Z] Preparing to unpack .../47-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-08-21T05:58:42.890Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-08-21T05:58:42.890Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-08-21T05:58:42.890Z] Preparing to unpack .../48-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-21T05:58:42.890Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-21T05:58:42.890Z] Selecting previously unselected package liberror-perl. [2020-08-21T05:58:42.890Z] Preparing to unpack .../49-liberror-perl_0.17025-1_all.deb ... [2020-08-21T05:58:42.890Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-21T05:58:42.890Z] Selecting previously unselected package git-man. [2020-08-21T05:58:42.890Z] Preparing to unpack .../50-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-21T05:58:43.069Z] f4eb48eb870f: Verifying Checksum [2020-08-21T05:58:43.069Z] f4eb48eb870f: Download complete [2020-08-21T05:58:43.069Z] a27ecf0d2a86: Verifying Checksum [2020-08-21T05:58:43.069Z] a27ecf0d2a86: Download complete [2020-08-21T05:58:43.069Z] 0f912b9bb20d: Verifying Checksum [2020-08-21T05:58:43.069Z] 0f912b9bb20d: Download complete [2020-08-21T05:58:43.069Z] 6675a7feeedd: Download complete [2020-08-21T05:58:43.069Z] bb153fd0de2e: Verifying Checksum [2020-08-21T05:58:43.069Z] bb153fd0de2e: Download complete [2020-08-21T05:58:43.069Z] cf8ad2f1a1a4: Verifying Checksum [2020-08-21T05:58:43.069Z] cf8ad2f1a1a4: Download complete [2020-08-21T05:58:43.069Z] c8535664fb42: Verifying Checksum [2020-08-21T05:58:43.191Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-21T05:58:43.191Z] Selecting previously unselected package git. [2020-08-21T05:58:43.191Z] Preparing to unpack .../51-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-08-21T05:58:43.191Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-21T05:58:43.664Z] a114936b4807: Verifying Checksum [2020-08-21T05:58:43.664Z] a114936b4807: Download complete [2020-08-21T05:58:44.236Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-08-21T05:58:44.236Z] Preparing to unpack .../52-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-08-21T05:58:44.236Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-08-21T05:58:44.236Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-08-21T05:58:44.236Z] Preparing to unpack .../53-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-08-21T05:58:44.236Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-21T05:58:44.236Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-08-21T05:58:44.236Z] Preparing to unpack .../54-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-08-21T05:58:44.236Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-08-21T05:58:44.498Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-08-21T05:58:44.498Z] Preparing to unpack .../55-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-08-21T05:58:44.498Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-08-21T05:58:44.498Z] Selecting previously unselected package libnorm1:amd64. [2020-08-21T05:58:44.498Z] Preparing to unpack .../56-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-08-21T05:58:44.498Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-08-21T05:58:44.758Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-08-21T05:58:44.758Z] Preparing to unpack .../57-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-08-21T05:58:44.758Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-08-21T05:58:44.758Z] Selecting previously unselected package libsodium23:amd64. [2020-08-21T05:58:44.758Z] Preparing to unpack .../58-libsodium23_1.0.16-2_amd64.deb ... [2020-08-21T05:58:44.758Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-08-21T05:58:44.758Z] Selecting previously unselected package libzmq5:amd64. [2020-08-21T05:58:44.758Z] Preparing to unpack .../59-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-08-21T05:58:45.018Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-21T05:58:45.019Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-08-21T05:58:45.019Z] Preparing to unpack .../60-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-08-21T05:58:45.019Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-21T05:58:45.019Z] Selecting previously unselected package manpages-dev. [2020-08-21T05:58:45.019Z] Preparing to unpack .../61-manpages-dev_4.15-1_all.deb ... [2020-08-21T05:58:45.279Z] Unpacking manpages-dev (4.15-1) ... [2020-08-21T05:58:45.541Z] Selecting previously unselected package pkg-config. [2020-08-21T05:58:45.541Z] Preparing to unpack .../62-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-08-21T05:58:45.541Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-08-21T05:58:45.541Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:45.802Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:45.802Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-08-21T05:58:45.802Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:45.802Z] Setting up manpages (4.15-1) ... [2020-08-21T05:58:45.802Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-21T05:58:45.802Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:45.802Z] Setting up less (487-0.1) ... [2020-08-21T05:58:46.374Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-21T05:58:46.374Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-21T05:58:46.374Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:46.635Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-21T05:58:46.635Z] Setting up linux-libc-dev:amd64 (4.15.0-112.113) ... [2020-08-21T05:58:46.635Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-08-21T05:58:46.635Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-21T05:58:46.635Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-08-21T05:58:46.635Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:46.635Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-08-21T05:58:46.635Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:46.635Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:46.901Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-08-21T05:58:46.901Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:46.901Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-21T05:58:46.901Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-08-21T05:58:46.901Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-08-21T05:58:46.901Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-08-21T05:58:46.901Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-21T05:58:46.901Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-21T05:58:47.049Z] a114936b4807: Pull complete [2020-08-21T05:58:47.049Z] a27ecf0d2a86: Pull complete [2020-08-21T05:58:47.162Z] Setting up manpages-dev (4.15-1) ... [2020-08-21T05:58:47.162Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-08-21T05:58:47.162Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T05:58:47.162Z] Setting up netbase (5.4) ... [2020-08-21T05:58:47.162Z] Setting up libisl19:amd64 (0.19-1) ... [2020-08-21T05:58:47.162Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-21T05:58:47.424Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.424Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-21T05:58:47.424Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:47.424Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.424Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.424Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-08-21T05:58:47.424Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-08-21T05:58:47.424Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] 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-08-21T05:58:47.424Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.639Z] f4eb48eb870f: Pull complete [2020-08-21T05:58:47.685Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.685Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.685Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-21T05:58:47.685Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:47.685Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-21T05:58:47.685Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-21T05:58:47.685Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-08-21T05:58:47.685Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-08-21T05:58:47.908Z] 0f912b9bb20d: Pull complete [2020-08-21T05:58:47.946Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-21T05:58:47.946Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.946Z] Setting up liberror-perl (0.17025-1) ... [2020-08-21T05:58:47.946Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T05:58:47.946Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-21T05:58:47.946Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-21T05:58:47.946Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-08-21T05:58:48.208Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-21T05:58:48.208Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-21T05:58:48.208Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-21T05:58:48.208Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-08-21T05:58:48.208Z] 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-08-21T05:58:48.208Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-21T05:58:48.470Z] Setting up build-essential (12.4ubuntu1) ... [2020-08-21T05:58:48.470Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-08-21T05:58:48.470Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-21T05:58:48.470Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-21T05:58:51.018Z] binutils set to automatically installed. [2020-08-21T05:58:51.018Z] binutils-common set to automatically installed. [2020-08-21T05:58:51.018Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-08-21T05:58:51.018Z] build-essential set to automatically installed. [2020-08-21T05:58:51.018Z] cpp set to automatically installed. [2020-08-21T05:58:51.018Z] cpp-7 set to automatically installed. [2020-08-21T05:58:51.018Z] curl set to automatically installed. [2020-08-21T05:58:51.018Z] dpkg-dev set to automatically installed. [2020-08-21T05:58:51.018Z] fakeroot set to automatically installed. [2020-08-21T05:58:51.018Z] g++ set to automatically installed. [2020-08-21T05:58:51.018Z] g++-7 set to automatically installed. [2020-08-21T05:58:51.018Z] gcc set to automatically installed. [2020-08-21T05:58:51.018Z] gcc-7 set to automatically installed. [2020-08-21T05:58:51.018Z] gcc-7-base set to automatically installed. [2020-08-21T05:58:51.018Z] git set to automatically installed. [2020-08-21T05:58:51.018Z] git-man set to automatically installed. [2020-08-21T05:58:51.018Z] less set to automatically installed. [2020-08-21T05:58:51.018Z] libalgorithm-diff-perl set to automatically installed. [2020-08-21T05:58:51.278Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-08-21T05:58:51.278Z] libalgorithm-merge-perl set to automatically installed. [2020-08-21T05:58:51.278Z] libasan4 set to automatically installed. [2020-08-21T05:58:51.278Z] libatomic1 set to automatically installed. [2020-08-21T05:58:51.278Z] libbinutils set to automatically installed. [2020-08-21T05:58:51.278Z] libc-dev-bin set to automatically installed. [2020-08-21T05:58:51.278Z] libc6-dev set to automatically installed. [2020-08-21T05:58:51.278Z] libcc1-0 set to automatically installed. [2020-08-21T05:58:51.278Z] libcilkrts5 set to automatically installed. [2020-08-21T05:58:51.278Z] libcurl3-gnutls set to automatically installed. [2020-08-21T05:58:51.278Z] libcurl4 set to automatically installed. [2020-08-21T05:58:51.278Z] libdpkg-perl set to automatically installed. [2020-08-21T05:58:51.278Z] liberror-perl set to automatically installed. [2020-08-21T05:58:51.278Z] libfakeroot set to automatically installed. [2020-08-21T05:58:51.278Z] libfile-fcntllock-perl set to automatically installed. [2020-08-21T05:58:51.278Z] libgcc-7-dev set to automatically installed. [2020-08-21T05:58:51.278Z] libgdbm-compat4 set to automatically installed. [2020-08-21T05:58:51.278Z] libgdbm5 set to automatically installed. [2020-08-21T05:58:51.278Z] libgomp1 set to automatically installed. [2020-08-21T05:58:51.278Z] libisl19 set to automatically installed. [2020-08-21T05:58:51.278Z] libitm1 set to automatically installed. [2020-08-21T05:58:51.278Z] liblocale-gettext-perl set to automatically installed. [2020-08-21T05:58:51.278Z] liblsan0 set to automatically installed. [2020-08-21T05:58:51.278Z] libmpc3 set to automatically installed. [2020-08-21T05:58:51.278Z] libmpfr6 set to automatically installed. [2020-08-21T05:58:51.278Z] libmpx2 set to automatically installed. [2020-08-21T05:58:51.278Z] libnorm1 set to automatically installed. [2020-08-21T05:58:51.278Z] libperl5.26 set to automatically installed. [2020-08-21T05:58:51.278Z] libpgm-5.2-0 set to automatically installed. [2020-08-21T05:58:51.538Z] libquadmath0 set to automatically installed. [2020-08-21T05:58:51.538Z] libsodium23 set to automatically installed. [2020-08-21T05:58:51.538Z] libstdc++-7-dev set to automatically installed. [2020-08-21T05:58:51.538Z] libtsan0 set to automatically installed. [2020-08-21T05:58:51.538Z] libubsan0 set to automatically installed. [2020-08-21T05:58:51.538Z] libzmq3-dev set to automatically installed. [2020-08-21T05:58:51.538Z] libzmq5 set to automatically installed. [2020-08-21T05:58:51.538Z] linux-libc-dev set to automatically installed. [2020-08-21T05:58:51.538Z] make set to automatically installed. [2020-08-21T05:58:51.538Z] manpages set to automatically installed. [2020-08-21T05:58:51.538Z] manpages-dev set to automatically installed. [2020-08-21T05:58:51.538Z] netbase set to automatically installed. [2020-08-21T05:58:51.538Z] patch set to automatically installed. [2020-08-21T05:58:51.538Z] perl set to automatically installed. [2020-08-21T05:58:51.538Z] perl-modules-5.26 set to automatically installed. [2020-08-21T05:58:51.538Z] pkg-config set to automatically installed. [2020-08-21T05:58:51.538Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-21T05:58:51.538Z] Please ensure the environment is properly setup before continuing. [2020-08-21T05:58:51.538Z] Ignore this message if the appropriate measures have already been taken [2020-08-21T05:58:52.183Z] 19769ba762fa: Verifying Checksum [2020-08-21T05:58:52.183Z] 19769ba762fa: Download complete [2020-08-21T05:58:52.483Z] Pulling go  [2020-08-21T05:58:53.426Z] 'app-service-config' has dependencies that need to be staged: go [2020-08-21T05:58:53.426Z] Skipping pull go (already ran) [2020-08-21T05:58:53.426Z] Building go  [2020-08-21T05:58:53.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-21T05:58:53.426Z] Dload Upload Total Spent Left Speed [2020-08-21T05:58:55.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 114M 4 5055k 0 0 10.0M 0 0:00:11 --:--:-- 0:00:11 10.0M 51 114M 51 58.8M 0 0 39.9M 0 0:00:02 0:00:01 0:00:01 39.8M 100 114M 100 114M 0 0 46.8M 0 0:00:02 0:00:02 --:--:-- 46.8M [2020-08-21T05:58:56.835Z] go1.13.10.linux-amd64.tar.gz: OK [2020-08-21T05:59:04.991Z] Staging go  [2020-08-21T05:59:05.517Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-21T05:59:05.517Z] 14% [Working] 14% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-08-21T05:59:06.041Z] 12% 38% 38% 38% 11% 11% 11% 13% [Working] 13% [Working] 13% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] [2020-08-21T05:59:06.041Z] 14% 14% 14% 14% 14% Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-21T05:59:06.041Z] 14% 17% 2% [Working] 2% [Working] 2% Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] [2020-08-21T05:59:06.041Z] 2% Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-21T05:59:06.302Z] 3% 4% 4% 4% 3% [Working] 3% [Working] 3% Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-08-21T05:59:06.302Z] 4% Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-08-21T05:59:06.302Z] 4% 4% 4% 7% Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] [2020-08-21T05:59:06.302Z] 11% 12% 12% Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1043 kB] [2020-08-21T05:59:06.823Z] 12% 23% 24% 24% 24% 25% 25% 25% 41% 75% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-08-21T05:59:07.085Z] 76% 76% 83% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-08-21T05:59:07.085Z] 83% 84% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] [2020-08-21T05:59:07.085Z] 84% 91% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] [2020-08-21T05:59:07.085Z] 91% 91% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] [2020-08-21T05:59:07.085Z] 92% 99% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] [2020-08-21T05:59:07.085Z] 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-08-21T05:59:07.085Z] 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-08-21T05:59:08.448Z] 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.3 MB in 0s (0 B/s) [2020-08-21T05:59:12.654Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-08-21T05:59:12.654Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-08-21T05:59:13.178Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-08-21T05:59:13.439Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-08-21T05:59:13.701Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-08-21T05:59:13.961Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-08-21T05:59:14.222Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-08-21T05:59:14.484Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-08-21T05:59:14.746Z] Pulling app-service-config  [2020-08-21T05:59:16.662Z] Pulling config-common  [2020-08-21T05:59:17.235Z] Skipping build go (already ran) [2020-08-21T05:59:17.497Z] Building app-service-config  [2020-08-21T05:59:17.759Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T05:59:19.680Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T05:59:19.680Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T05:59:19.680Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T05:59:19.680Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T05:59:19.680Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T05:59:19.680Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-08-21T05:59:19.680Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-21T05:59:19.680Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-21T05:59:19.680Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T05:59:19.680Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-21T05:59:19.680Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T05:59:19.680Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T05:59:19.680Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T05:59:19.680Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T05:59:19.680Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-21T05:59:19.680Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-21T05:59:19.943Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T05:59:19.943Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T05:59:19.943Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T05:59:19.943Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T05:59:19.943Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-21T05:59:19.943Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-21T05:59:19.943Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-21T05:59:19.943Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T05:59:19.943Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-21T05:59:19.943Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-21T05:59:19.943Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-21T05:59:19.943Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T05:59:19.943Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T05:59:19.943Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T05:59:19.943Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-21T05:59:19.943Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-21T05:59:19.943Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T05:59:19.943Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T05:59:19.943Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T05:59:19.943Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T05:59:20.207Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-21T05:59:20.207Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T05:59:20.207Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T05:59:20.208Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-08-21T05:59:20.208Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T05:59:20.208Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T05:59:20.208Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T05:59:20.208Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-21T05:59:20.208Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T05:59:20.208Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T05:59:20.208Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T05:59:20.208Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T05:59:20.208Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T05:59:20.208Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-08-21T05:59:20.208Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T05:59:20.208Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-21T05:59:20.208Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T05:59:20.473Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T05:59:20.473Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T05:59:20.473Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-08-21T05:59:20.473Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T05:59:20.473Z] go: downloading github.com/golang/snappy v0.0.1 [2020-08-21T05:59:20.473Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-08-21T05:59:20.473Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T05:59:21.417Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T05:59:21.417Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T05:59:21.417Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T05:59:21.417Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-08-21T05:59:21.417Z] go: extracting github.com/golang/snappy v0.0.1 [2020-08-21T05:59:21.417Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-08-21T05:59:21.417Z] go: downloading golang.org/x/text v0.3.2 [2020-08-21T05:59:21.417Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T05:59:21.417Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T05:59:21.417Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T05:59:21.990Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T05:59:22.252Z] go: extracting golang.org/x/text v0.3.2 [2020-08-21T05:59:23.242Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T05:59:23.502Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T05:59:23.502Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T05:59:23.502Z] go: finding github.com/google/uuid v1.1.1 [2020-08-21T05:59:23.502Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T05:59:23.502Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T05:59:23.502Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T05:59:23.502Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T05:59:23.502Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T05:59:23.502Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T05:59:23.502Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T05:59:23.502Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-21T05:59:23.502Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T05:59:23.502Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T05:59:23.502Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T05:59:23.502Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T05:59:23.502Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T05:59:23.502Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T05:59:23.502Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T05:59:23.762Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T05:59:23.762Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-21T05:59:23.762Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T05:59:23.762Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T05:59:23.762Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T05:59:23.763Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T05:59:23.763Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T05:59:23.763Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T05:59:23.763Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T05:59:23.763Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T05:59:23.763Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T05:59:23.763Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T05:59:23.763Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T05:59:23.763Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T05:59:23.763Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T05:59:23.763Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T05:59:23.763Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T05:59:23.763Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-21T05:59:23.763Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T05:59:23.763Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T05:59:23.763Z] go: finding golang.org/x/text v0.3.2 [2020-08-21T05:59:23.763Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T05:59:23.763Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T05:59:31.155Z] 19769ba762fa: Pull complete [2020-08-21T05:59:31.155Z] 6675a7feeedd: Pull complete [2020-08-21T05:59:31.427Z] bb153fd0de2e: Pull complete [2020-08-21T05:59:31.698Z] cf8ad2f1a1a4: Pull complete [2020-08-21T05:59:32.291Z] c8535664fb42: Pull complete [2020-08-21T05:59:32.291Z] Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b [2020-08-21T05:59:32.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-21T05:59:39.045Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-21T05:59:39.045Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-21T05:59:39.045Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-21T05:59:39.045Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-21T05:59:39.318Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] [2020-08-21T05:59:39.910Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] [2020-08-21T05:59:39.910Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [648 kB] [2020-08-21T05:59:40.180Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] [2020-08-21T05:59:40.452Z] Fetched 3852 kB in 2s (1705 kB/s) [2020-08-21T05:59:44.728Z] Reading package lists... [2020-08-21T05:59:45.840Z] Building config-common  [2020-08-21T05:59:46.783Z] Skipping stage go (already ran) [2020-08-21T05:59:46.783Z] Staging app-service-config  [2020-08-21T05:59:47.354Z] Staging config-common  [2020-08-21T05:59:48.296Z] Priming go  [2020-08-21T05:59:49.239Z] Priming app-service-config  [2020-08-21T05:59:50.181Z] Priming config-common  [2020-08-21T05:59:51.406Z] 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-08-21T05:59:51.406Z] - README.md [2020-08-21T05:59:51.406Z] [2020-08-21T05:59:51.406Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-08-21T05:59:53.377Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-08-21T05:59:53.377Z] Snapped edgex-app-service-configurable_1.2.0-20200821+adca6a0_amd64.snap [Pipeline] } [2020-08-21T05:59:55.309Z] 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-08-21T05:59:56.778Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-21T05:59:56.778Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-21T05:59:56.778Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-21T05:59:57.048Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-21T06:00:02.555Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-21T06:00:09.248Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libcurl4 libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-08-21T06:00:12.676Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 11% Reading package lists... 32% Reading package lists... 54% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-21T06:00:13.266Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 94% Building dependency tree [2020-08-21T06:00:13.266Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-21T06:00:13.855Z] The following packages were automatically installed and are no longer required: [2020-08-21T06:00:13.855Z] libjq1 libonig4 [2020-08-21T06:00:13.855Z] Use 'sudo apt autoremove' to remove them. [2020-08-21T06:00:13.855Z] Suggested packages: [2020-08-21T06:00:13.855Z] binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-08-21T06:00:13.855Z] gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg [2020-08-21T06:00:13.855Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-08-21T06:00:13.855Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-08-21T06:00:13.855Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-21T06:00:13.855Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n [2020-08-21T06:00:13.855Z] libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc [2020-08-21T06:00:13.855Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-08-21T06:00:14.820Z] The following NEW packages will be installed: [2020-08-21T06:00:14.820Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-08-21T06:00:14.820Z] cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-08-21T06:00:14.820Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-08-21T06:00:14.820Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 [2020-08-21T06:00:14.820Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-08-21T06:00:14.820Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-08-21T06:00:14.820Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 [2020-08-21T06:00:14.820Z] libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 [2020-08-21T06:00:14.820Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-08-21T06:00:14.820Z] perl perl-modules-5.26 pkg-config [2020-08-21T06:00:14.820Z] The following packages will be upgraded: [2020-08-21T06:00:14.820Z] libcurl4 [2020-08-21T06:00:14.820Z] 1 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. [2020-08-21T06:00:14.820Z] Need to get 49.3 MB of archives. [2020-08-21T06:00:14.820Z] After this operation, 219 MB of additional disk space will be used. [2020-08-21T06:00:15.090Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-08-21T06:00:15.358Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.3 kB 78%] 0% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-08-21T06:00:15.949Z] 0% [2 perl-modules-5.26 12.6 kB/2763 kB 0%] 3% [2 perl-modules-5.26 1393 kB/2763 kB 50%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-08-21T06:00:15.949Z] 5% [3 libgdbm5 8192 B/23.1 kB 35%] 6% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-08-21T06:00:15.949Z] 6% [4 libgdbm-compat4 5536 B/5536 B 100%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-08-21T06:00:15.949Z] 6% [5 libperl5.26 65.5 kB/3326 kB 2%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-21T06:00:15.949Z] 12% [6 perl 0 B/201 kB 0%] 12% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-08-21T06:00:15.949Z] 12% [7 less 20.7 kB/99.7 kB 21%] 13% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-08-21T06:00:15.949Z] 13% [8 netbase 12.7 kB/12.7 kB 100%] 13% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-08-21T06:00:15.949Z] 13% [9 manpages 38.8 kB/1234 kB 3%] 15% [Waiting for headers] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-08-21T06:00:15.949Z] 16% [10 binutils-common 50.2 kB/196 kB 26%] 16% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] [2020-08-21T06:00:16.229Z] 16% [11 libbinutils 41.0 kB/417 kB 10%] 17% [Waiting for headers] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.4 [2170 kB] [2020-08-21T06:00:16.230Z] 17% [12 binutils-aarch64-linux-gnu 26.2 kB/2170 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] [2020-08-21T06:00:16.230Z] 21% [13 binutils 3364 B/3364 B 100%] 21% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] [2020-08-21T06:00:16.230Z] 21% [14 libc-dev-bin 0 B/58.7 kB 0%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-112.113 [960 kB] [2020-08-21T06:00:16.230Z] 22% [15 linux-libc-dev 0 B/960 kB 0%] 24% [Waiting for headers] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-08-21T06:00:16.230Z] 24% [16 libc6-dev 44.5 kB/2049 kB 2%] 27% [Waiting for headers] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-08-21T06:00:16.230Z] 27% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 28% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-08-21T06:00:16.230Z] 28% [18 libisl19 7902 B/439 kB 2%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-08-21T06:00:16.230Z] 29% [19 libmpfr6 16.4 kB/202 kB 8%] 29% [Waiting for headers] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-08-21T06:00:16.230Z] 29% [20 libmpc3 20.9 kB/37.2 kB 56%] 30% [Working] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-08-21T06:00:16.820Z] 30% [21 cpp-7 8192 B/7046 kB 0%] 42% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-08-21T06:00:16.820Z] 42% [22 cpp 14.9 kB/27.7 kB 54%] 42% [Working] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-08-21T06:00:16.820Z] 42% [23 libcc1-0 0 B/36.5 kB 0%] 42% [Working] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-08-21T06:00:16.820Z] 42% [24 libgomp1 15.8 kB/69.7 kB 23%] 43% [Waiting for headers] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-08-21T06:00:16.820Z] 43% [25 libitm1 24.3 kB/24.3 kB 100%] 43% [Working] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-08-21T06:00:16.820Z] 43% [26 libatomic1 9176 B/9176 B 100%] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-08-21T06:00:16.820Z] 44% [27 libasan4 65.5 kB/335 kB 20%] 44% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-08-21T06:00:16.820Z] 44% [28 liblsan0 35.1 kB/121 kB 29%] 45% [Waiting for headers] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-08-21T06:00:16.820Z] 45% [29 libtsan0 45.1 kB/269 kB 17%] 46% [Waiting for headers] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-08-21T06:00:16.820Z] 46% [30 libubsan0 37.7 kB/117 kB 32%] 46% [Waiting for headers] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-08-21T06:00:16.820Z] 46% [31 libgcc-7-dev 0 B/833 kB 0%] 48% [Working] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-08-21T06:00:17.406Z] 48% [32 gcc-7 4504 B/7772 kB 0%] 61% [Working] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-08-21T06:00:17.406Z] 61% [33 gcc 5208 B/5208 B 100%] 61% [Working] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-08-21T06:00:17.406Z] 61% [34 libstdc++-7-dev 4096 B/1471 kB 0%] 64% [Waiting for headers] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-08-21T06:00:17.678Z] 64% [35 g++-7 57.3 kB/8077 kB 1%] 77% [Working] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-08-21T06:00:17.678Z] 77% [36 g++ 0 B/1552 B 0%] 78% [Working] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-08-21T06:00:17.678Z] 78% [37 make 12.3 kB/139 kB 9%] 78% [Waiting for headers] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-08-21T06:00:17.678Z] 78% [38 libdpkg-perl 35.0 kB/211 kB 17%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-08-21T06:00:17.678Z] 79% [39 patch 20.3 kB/91.8 kB 22%] 79% [Waiting for headers] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-08-21T06:00:17.678Z] 79% [40 dpkg-dev 59.3 kB/607 kB 10%] 81% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-08-21T06:00:17.678Z] 81% [41 build-essential 4754 B/4754 B 100%] 81% [Working] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.10 [180 kB] [2020-08-21T06:00:17.678Z] 81% [42 libcurl4 36.9 kB/180 kB 21%] 82% [Waiting for headers] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-08-21T06:00:17.678Z] 82% [43 curl 53.4 kB/152 kB 35%] 82% [Waiting for headers] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-08-21T06:00:17.678Z] 82% [44 libfakeroot 21.8 kB/21.8 kB 100%] 83% [Working] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-08-21T06:00:17.678Z] 83% [45 fakeroot 10.2 kB/59.9 kB 17%] 83% [Working] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-08-21T06:00:17.678Z] 83% [46 libcurl3-gnutls 15.5 kB/179 kB 9%] 84% [Waiting for headers] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-21T06:00:17.678Z] 84% [47 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-21T06:00:17.678Z] 84% [48 git-man 4096 B/804 kB 1%] 86% [Working] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-08-21T06:00:17.952Z] 86% [49 git 28.7 kB/2952 kB 1%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-08-21T06:00:17.952Z] 91% [50 libalgorithm-diff-perl 24.6 kB/47.6 kB 52%] 91% [Working] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-08-21T06:00:17.952Z] 91% [51 libalgorithm-diff-xs-perl 7592 B/10.8 kB 71%] 92% [Working] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-08-21T06:00:17.952Z] 92% [52 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 92% [Working] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-08-21T06:00:17.952Z] 92% [53 libfile-fcntllock-perl 33.0 kB/33.0 kB 100%] 92% [Working] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-08-21T06:00:17.952Z] 92% [54 libnorm1 16.6 kB/218 kB 8%] 93% [Waiting for headers] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-08-21T06:00:17.952Z] 93% [55 libpgm-5.2-0 61.0 kB/140 kB 44%] 94% [Waiting for headers] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-08-21T06:00:17.952Z] 94% [56 libsodium23 52.0 kB/90.4 kB 58%] 94% [Waiting for headers] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-08-21T06:00:17.952Z] 94% [57 libzmq5 26.9 kB/208 kB 13%] 95% [Waiting for headers] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-08-21T06:00:17.952Z] 95% [58 libzmq3-dev 15.6 kB/409 kB 4%] 96% [Waiting for headers] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-08-21T06:00:18.223Z] 96% [59 manpages-dev 4096 B/2217 kB 0%] 100% [Working] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-08-21T06:00:18.223Z] 100% [60 pkg-config 11.1 kB/42.8 kB 26%] 100% [Working] Fetched 49.3 MB in 3s (15.1 MB/s) [2020-08-21T06:00:18.815Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-21T06:00:19.088Z] Selecting previously unselected package liblocale-gettext-perl. [2020-08-21T06:00:19.088Z] (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 ... 9882 files and directories currently installed.) [2020-08-21T06:00:19.088Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-08-21T06:00:19.088Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-08-21T06:00:19.362Z] Selecting previously unselected package perl-modules-5.26. [2020-08-21T06:00:19.362Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-21T06:00:19.362Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-21T06:00:20.790Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-21T06:00:20.790Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-21T06:00:20.790Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-21T06:00:21.061Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-21T06:00:21.061Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-21T06:00:21.061Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-21T06:00:21.061Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-21T06:00:21.061Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-21T06:00:21.061Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-21T06:00:22.487Z] Selecting previously unselected package perl. [2020-08-21T06:00:22.487Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-21T06:00:22.487Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-21T06:00:22.757Z] Selecting previously unselected package less. [2020-08-21T06:00:22.757Z] Preparing to unpack .../06-less_487-0.1_arm64.deb ... [2020-08-21T06:00:22.757Z] Unpacking less (487-0.1) ... [2020-08-21T06:00:23.025Z] Selecting previously unselected package netbase. [2020-08-21T06:00:23.025Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-08-21T06:00:23.025Z] Unpacking netbase (5.4) ... [2020-08-21T06:00:23.025Z] Selecting previously unselected package manpages. [2020-08-21T06:00:23.025Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-08-21T06:00:23.025Z] Unpacking manpages (4.15-1) ... [2020-08-21T06:00:23.297Z] Selecting previously unselected package binutils-common:arm64. [2020-08-21T06:00:23.297Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-21T06:00:23.297Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:23.568Z] Selecting previously unselected package libbinutils:arm64. [2020-08-21T06:00:23.568Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-21T06:00:23.568Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:23.837Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-08-21T06:00:23.837Z] Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-21T06:00:23.837Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:24.811Z] Selecting previously unselected package binutils. [2020-08-21T06:00:24.811Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-08-21T06:00:24.811Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:24.811Z] Selecting previously unselected package libc-dev-bin. [2020-08-21T06:00:24.811Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-08-21T06:00:24.811Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-21T06:00:25.082Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-08-21T06:00:25.082Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-112.113_arm64.deb ... [2020-08-21T06:00:25.082Z] Unpacking linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-08-21T06:00:26.057Z] Selecting previously unselected package libc6-dev:arm64. [2020-08-21T06:00:26.057Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-08-21T06:00:26.057Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-08-21T06:00:27.030Z] Selecting previously unselected package gcc-7-base:arm64. [2020-08-21T06:00:27.030Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:27.030Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:27.030Z] Selecting previously unselected package libisl19:arm64. [2020-08-21T06:00:27.030Z] Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... [2020-08-21T06:00:27.030Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-08-21T06:00:27.304Z] Selecting previously unselected package libmpfr6:arm64. [2020-08-21T06:00:27.304Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... [2020-08-21T06:00:27.304Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-08-21T06:00:27.575Z] Selecting previously unselected package libmpc3:arm64. [2020-08-21T06:00:27.575Z] Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... [2020-08-21T06:00:27.575Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-08-21T06:00:27.575Z] Selecting previously unselected package cpp-7. [2020-08-21T06:00:27.575Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:27.575Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:29.544Z] Selecting previously unselected package cpp. [2020-08-21T06:00:29.544Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-08-21T06:00:29.544Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-21T06:00:29.544Z] Selecting previously unselected package libcc1-0:arm64. [2020-08-21T06:00:29.544Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:29.544Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:29.544Z] Selecting previously unselected package libgomp1:arm64. [2020-08-21T06:00:29.544Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:29.544Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:29.817Z] Selecting previously unselected package libitm1:arm64. [2020-08-21T06:00:29.817Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:29.817Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:29.817Z] Selecting previously unselected package libatomic1:arm64. [2020-08-21T06:00:29.817Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:29.817Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:30.087Z] Selecting previously unselected package libasan4:arm64. [2020-08-21T06:00:30.087Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:30.087Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:30.358Z] Selecting previously unselected package liblsan0:arm64. [2020-08-21T06:00:30.358Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:30.358Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:30.358Z] Selecting previously unselected package libtsan0:arm64. [2020-08-21T06:00:30.358Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:30.358Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:30.629Z] Selecting previously unselected package libubsan0:arm64. [2020-08-21T06:00:30.629Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:30.629Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:30.901Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-08-21T06:00:30.901Z] Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:30.901Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:31.490Z] Selecting previously unselected package gcc-7. [2020-08-21T06:00:31.490Z] Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:31.490Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:32.915Z] Selecting previously unselected package gcc. [2020-08-21T06:00:32.915Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-08-21T06:00:33.185Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-21T06:00:33.185Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-08-21T06:00:33.185Z] Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:33.185Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:34.159Z] Selecting previously unselected package g++-7. [2020-08-21T06:00:34.159Z] Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-08-21T06:00:34.159Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:36.126Z] Selecting previously unselected package g++. [2020-08-21T06:00:36.126Z] Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-08-21T06:00:36.126Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-21T06:00:36.126Z] Selecting previously unselected package make. [2020-08-21T06:00:36.126Z] Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-21T06:00:36.126Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-21T06:00:36.126Z] Selecting previously unselected package libdpkg-perl. [2020-08-21T06:00:36.126Z] Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-08-21T06:00:36.398Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-21T06:00:36.398Z] Selecting previously unselected package patch. [2020-08-21T06:00:36.398Z] Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-21T06:00:36.398Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-21T06:00:36.669Z] Selecting previously unselected package dpkg-dev. [2020-08-21T06:00:36.669Z] Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-08-21T06:00:36.669Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-21T06:00:36.940Z] Selecting previously unselected package build-essential. [2020-08-21T06:00:36.940Z] Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... [2020-08-21T06:00:36.940Z] Unpacking build-essential (12.4ubuntu1) ... [2020-08-21T06:00:36.940Z] Preparing to unpack .../41-libcurl4_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-21T06:00:36.940Z] Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... [2020-08-21T06:00:37.211Z] Selecting previously unselected package curl. [2020-08-21T06:00:37.211Z] Preparing to unpack .../42-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-21T06:00:37.211Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-21T06:00:37.483Z] Selecting previously unselected package libfakeroot:arm64. [2020-08-21T06:00:37.483Z] Preparing to unpack .../43-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-08-21T06:00:37.483Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-08-21T06:00:37.483Z] Selecting previously unselected package fakeroot. [2020-08-21T06:00:37.754Z] Preparing to unpack .../44-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-08-21T06:00:37.754Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-08-21T06:00:37.754Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-21T06:00:37.754Z] Preparing to unpack .../45-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-21T06:00:37.754Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-21T06:00:38.024Z] Selecting previously unselected package liberror-perl. [2020-08-21T06:00:38.024Z] Preparing to unpack .../46-liberror-perl_0.17025-1_all.deb ... [2020-08-21T06:00:38.024Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-21T06:00:38.024Z] Selecting previously unselected package git-man. [2020-08-21T06:00:38.024Z] Preparing to unpack .../47-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-21T06:00:38.024Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-21T06:00:38.296Z] Selecting previously unselected package git. [2020-08-21T06:00:38.296Z] Preparing to unpack .../48-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-21T06:00:38.568Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-21T06:00:39.542Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-08-21T06:00:39.542Z] Preparing to unpack .../49-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-08-21T06:00:39.814Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-08-21T06:00:39.814Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-08-21T06:00:39.814Z] Preparing to unpack .../50-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-08-21T06:00:39.814Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-21T06:00:39.814Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-08-21T06:00:40.085Z] Preparing to unpack .../51-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-08-21T06:00:40.085Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-08-21T06:00:40.085Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-08-21T06:00:40.085Z] Preparing to unpack .../52-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-08-21T06:00:40.085Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-08-21T06:00:40.355Z] Selecting previously unselected package libnorm1:arm64. [2020-08-21T06:00:40.355Z] Preparing to unpack .../53-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-08-21T06:00:40.355Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-08-21T06:00:40.355Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-08-21T06:00:40.355Z] Preparing to unpack .../54-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-08-21T06:00:40.355Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-08-21T06:00:40.625Z] Selecting previously unselected package libsodium23:arm64. [2020-08-21T06:00:40.626Z] Preparing to unpack .../55-libsodium23_1.0.16-2_arm64.deb ... [2020-08-21T06:00:40.626Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-08-21T06:00:40.897Z] Selecting previously unselected package libzmq5:arm64. [2020-08-21T06:00:40.897Z] Preparing to unpack .../56-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-08-21T06:00:40.897Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-21T06:00:40.897Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-08-21T06:00:40.897Z] Preparing to unpack .../57-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-08-21T06:00:40.897Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-21T06:00:41.171Z] Selecting previously unselected package manpages-dev. [2020-08-21T06:00:41.171Z] Preparing to unpack .../58-manpages-dev_4.15-1_all.deb ... [2020-08-21T06:00:41.171Z] Unpacking manpages-dev (4.15-1) ... [2020-08-21T06:00:42.146Z] Selecting previously unselected package pkg-config. [2020-08-21T06:00:42.146Z] Preparing to unpack .../59-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-08-21T06:00:42.146Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-08-21T06:00:42.146Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:42.146Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-08-21T06:00:42.418Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:42.418Z] Setting up manpages (4.15-1) ... [2020-08-21T06:00:42.418Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-21T06:00:42.418Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:42.418Z] Setting up less (487-0.1) ... [2020-08-21T06:00:43.011Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-21T06:00:43.011Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-21T06:00:43.011Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:43.011Z] Setting up libcurl4:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-21T06:00:43.011Z] Setting up linux-libc-dev:arm64 (4.15.0-112.113) ... [2020-08-21T06:00:43.011Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-08-21T06:00:43.011Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-21T06:00:43.281Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-21T06:00:43.281Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:43.281Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-08-21T06:00:43.281Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:43.281Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:43.281Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-08-21T06:00:43.281Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-21T06:00:43.551Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-08-21T06:00:43.551Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-08-21T06:00:43.551Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-08-21T06:00:43.551Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-08-21T06:00:43.551Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-21T06:00:43.820Z] Setting up manpages-dev (4.15-1) ... [2020-08-21T06:00:43.820Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-08-21T06:00:43.820Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-08-21T06:00:43.820Z] Setting up netbase (5.4) ... [2020-08-21T06:00:43.820Z] Setting up libisl19:arm64 (0.19-1) ... [2020-08-21T06:00:44.088Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-21T06:00:44.088Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.088Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-21T06:00:44.088Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:44.088Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.088Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-08-21T06:00:44.358Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-08-21T06:00:44.358Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] 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-08-21T06:00:44.358Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.358Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.358Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.358Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-21T06:00:44.629Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:44.629Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-08-21T06:00:44.629Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-08-21T06:00:44.629Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.629Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-08-21T06:00:44.629Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-08-21T06:00:44.898Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-21T06:00:44.898Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-08-21T06:00:44.898Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-08-21T06:00:44.898Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-08-21T06:00:45.168Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-08-21T06:00:45.168Z] 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-08-21T06:00:45.168Z] Setting up liberror-perl (0.17025-1) ... [2020-08-21T06:00:45.168Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-08-21T06:00:45.168Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-08-21T06:00:45.168Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-08-21T06:00:45.168Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-08-21T06:00:45.443Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-21T06:00:45.443Z] Setting up build-essential (12.4ubuntu1) ... [2020-08-21T06:00:45.443Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-08-21T06:00:45.713Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-21T06:00:45.713Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-21T06:00:52.438Z] binutils set to automatically installed. [2020-08-21T06:00:52.439Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-08-21T06:00:52.439Z] binutils-common set to automatically installed. [2020-08-21T06:00:52.439Z] build-essential set to automatically installed. [2020-08-21T06:00:52.439Z] cpp set to automatically installed. [2020-08-21T06:00:52.439Z] cpp-7 set to automatically installed. [2020-08-21T06:00:52.439Z] curl set to automatically installed. [2020-08-21T06:00:52.439Z] dpkg-dev set to automatically installed. [2020-08-21T06:00:52.439Z] fakeroot set to automatically installed. [2020-08-21T06:00:52.439Z] g++ set to automatically installed. [2020-08-21T06:00:52.439Z] g++-7 set to automatically installed. [2020-08-21T06:00:52.439Z] gcc set to automatically installed. [2020-08-21T06:00:52.439Z] gcc-7 set to automatically installed. [2020-08-21T06:00:52.439Z] gcc-7-base set to automatically installed. [2020-08-21T06:00:52.439Z] git set to automatically installed. [2020-08-21T06:00:52.439Z] git-man set to automatically installed. [2020-08-21T06:00:52.439Z] less set to automatically installed. [2020-08-21T06:00:52.439Z] libalgorithm-diff-perl set to automatically installed. [2020-08-21T06:00:52.439Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-08-21T06:00:52.439Z] libalgorithm-merge-perl set to automatically installed. [2020-08-21T06:00:52.439Z] libasan4 set to automatically installed. [2020-08-21T06:00:52.439Z] libatomic1 set to automatically installed. [2020-08-21T06:00:52.439Z] libbinutils set to automatically installed. [2020-08-21T06:00:52.439Z] libc-dev-bin set to automatically installed. [2020-08-21T06:00:52.439Z] libc6-dev set to automatically installed. [2020-08-21T06:00:52.439Z] libcc1-0 set to automatically installed. [2020-08-21T06:00:52.439Z] libcurl3-gnutls set to automatically installed. [2020-08-21T06:00:52.439Z] libcurl4 set to automatically installed. [2020-08-21T06:00:52.439Z] libdpkg-perl set to automatically installed. [2020-08-21T06:00:52.439Z] liberror-perl set to automatically installed. [2020-08-21T06:00:52.729Z] libfakeroot set to automatically installed. [2020-08-21T06:00:52.729Z] libfile-fcntllock-perl set to automatically installed. [2020-08-21T06:00:52.729Z] libgcc-7-dev set to automatically installed. [2020-08-21T06:00:52.729Z] libgdbm-compat4 set to automatically installed. [2020-08-21T06:00:52.729Z] libgdbm5 set to automatically installed. [2020-08-21T06:00:52.729Z] libgomp1 set to automatically installed. [2020-08-21T06:00:52.729Z] libisl19 set to automatically installed. [2020-08-21T06:00:52.999Z] libitm1 set to automatically installed. [2020-08-21T06:00:52.999Z] liblocale-gettext-perl set to automatically installed. [2020-08-21T06:00:52.999Z] liblsan0 set to automatically installed. [2020-08-21T06:00:52.999Z] libmpc3 set to automatically installed. [2020-08-21T06:00:52.999Z] libmpfr6 set to automatically installed. [2020-08-21T06:00:52.999Z] libnorm1 set to automatically installed. [2020-08-21T06:00:52.999Z] libperl5.26 set to automatically installed. [2020-08-21T06:00:53.273Z] libpgm-5.2-0 set to automatically installed. [2020-08-21T06:00:53.273Z] libsodium23 set to automatically installed. [2020-08-21T06:00:53.273Z] libstdc++-7-dev set to automatically installed. [2020-08-21T06:00:53.273Z] libtsan0 set to automatically installed. [2020-08-21T06:00:53.273Z] libubsan0 set to automatically installed. [2020-08-21T06:00:53.273Z] libzmq3-dev set to automatically installed. [2020-08-21T06:00:53.273Z] libzmq5 set to automatically installed. [2020-08-21T06:00:53.273Z] linux-libc-dev set to automatically installed. [2020-08-21T06:00:53.545Z] make set to automatically installed. [2020-08-21T06:00:53.545Z] manpages set to automatically installed. [2020-08-21T06:00:53.545Z] manpages-dev set to automatically installed. [2020-08-21T06:00:53.545Z] netbase set to automatically installed. [2020-08-21T06:00:53.545Z] patch set to automatically installed. [2020-08-21T06:00:53.545Z] perl set to automatically installed. [2020-08-21T06:00:53.545Z] perl-modules-5.26 set to automatically installed. [2020-08-21T06:00:53.817Z] pkg-config set to automatically installed. [2020-08-21T06:00:53.817Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-21T06:00:53.817Z] Please ensure the environment is properly setup before continuing. [2020-08-21T06:00:53.817Z] Ignore this message if the appropriate measures have already been taken [2020-08-21T06:00:54.789Z] Pulling go  [2020-08-21T06:00:58.199Z] 'app-service-config' has dependencies that need to be staged: go [2020-08-21T06:00:58.199Z] Skipping pull go (already ran) [2020-08-21T06:00:58.199Z] Building go  [2020-08-21T06:00:58.199Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-21T06:00:58.199Z] Dload Upload Total Spent Left Speed [2020-08-21T06:01:00.360Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 93.1M 25 23.4M 0 0 23.4M 0 0:00:03 0:00:01 0:00:02 23.4M 69 93.1M 69 64.5M 0 0 32.2M 0 0:00:02 0:00:02 --:--:-- 32.2M 100 93.1M 100 93.1M 0 0 34.5M 0 0:00:02 0:00:02 --:--:-- 34.5M [2020-08-21T06:01:01.777Z] go1.13.10.linux-arm64.tar.gz: OK [2020-08-21T06:01:20.049Z] Staging go  [2020-08-21T06:01:22.279Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-08-21T06:01:22.868Z] 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-21T06:01:22.868Z] 75% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-21T06:01:22.868Z] 83% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-21T06:01:23.140Z] 83% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-08-21T06:01:23.412Z] 3% 5% 5% 5% 5% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-08-21T06:01:23.412Z] 5% 5% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-08-21T06:01:23.684Z] 5% 5% 5% 5% 5% 5% 12% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-08-21T06:01:24.512Z] 13% 13% 31% 32% 32% 43% 55% 78% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] [2020-08-21T06:01:24.512Z] 78% 78% 85% Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] [2020-08-21T06:01:24.512Z] 85% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] [2020-08-21T06:01:24.512Z] 86% 91% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] [2020-08-21T06:01:24.512Z] 91% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-08-21T06:01:24.512Z] 91% 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-08-21T06:01:24.512Z] 91% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [648 kB] [2020-08-21T06:01:24.512Z] 91% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] [2020-08-21T06:01:24.512Z] 95% 99% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-08-21T06:01:24.783Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-08-21T06:01:27.311Z] 99% 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 16.6 MB in 0s (0 B/s) [2020-08-21T06:01:45.571Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-08-21T06:01:45.571Z] 5% 100% [Working] Fetched 218 kB in 0s (0 B/s) [2020-08-21T06:01:45.571Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-08-21T06:01:45.571Z] 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) [2020-08-21T06:01:45.571Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-08-21T06:01:45.571Z] 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) [2020-08-21T06:01:46.107Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-08-21T06:01:46.378Z] 13% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) [2020-08-21T06:01:46.979Z] Pulling app-service-config  [2020-08-21T06:01:53.658Z] Pulling config-common  [2020-08-21T06:01:56.259Z] Skipping build go (already ran) [2020-08-21T06:01:56.259Z] Building app-service-config  [2020-08-21T06:01:56.528Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-08-21T06:01:57.952Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T06:01:57.952Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T06:01:58.224Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T06:01:58.224Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T06:01:58.224Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T06:01:58.224Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T06:01:58.224Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T06:01:58.224Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T06:01:58.225Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T06:01:58.225Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T06:01:58.225Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T06:01:58.225Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-21T06:01:58.225Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T06:01:58.225Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T06:01:58.225Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T06:01:58.225Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T06:01:58.225Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-21T06:01:58.508Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-21T06:01:58.508Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T06:01:58.508Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T06:01:58.508Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-21T06:01:58.508Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-21T06:01:58.508Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T06:01:58.508Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T06:01:58.508Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-08-21T06:01:58.508Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-21T06:01:58.508Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T06:01:58.508Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-21T06:01:58.508Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T06:01:58.508Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-21T06:01:58.508Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T06:01:58.508Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T06:01:58.508Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-08-21T06:01:58.508Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T06:01:58.508Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T06:01:58.508Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T06:01:58.508Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-21T06:01:58.508Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-21T06:01:58.783Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-21T06:01:58.783Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T06:01:58.783Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T06:01:58.783Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-21T06:01:58.783Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T06:01:58.783Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T06:01:58.783Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T06:01:58.783Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T06:01:58.783Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-21T06:01:58.783Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T06:01:58.783Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T06:01:58.783Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-21T06:01:59.057Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T06:01:59.057Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-21T06:01:59.057Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T06:01:59.057Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T06:01:59.057Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T06:01:59.057Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T06:01:59.057Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-08-21T06:01:59.057Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T06:01:59.057Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T06:01:59.057Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T06:01:59.057Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-21T06:01:59.331Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T06:01:59.331Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-08-21T06:01:59.331Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T06:01:59.331Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T06:01:59.331Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T06:01:59.603Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T06:01:59.603Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T06:01:59.603Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T06:01:59.603Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T06:02:00.197Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-08-21T06:02:00.197Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-08-21T06:02:00.197Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T06:02:00.197Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T06:02:00.197Z] go: downloading github.com/golang/snappy v0.0.1 [2020-08-21T06:02:00.197Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-08-21T06:02:00.197Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T06:02:00.197Z] go: extracting github.com/golang/snappy v0.0.1 [2020-08-21T06:02:00.197Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T06:02:00.197Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-08-21T06:02:00.197Z] go: downloading golang.org/x/text v0.3.2 [2020-08-21T06:02:00.197Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T06:02:00.787Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T06:02:01.755Z] go: extracting golang.org/x/text v0.3.2 [2020-08-21T06:02:02.728Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-21T06:02:02.998Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-21T06:02:02.998Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-21T06:02:02.998Z] go: finding github.com/google/uuid v1.1.1 [2020-08-21T06:02:02.998Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-21T06:02:02.998Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T06:02:02.998Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T06:02:02.998Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T06:02:02.998Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T06:02:02.998Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T06:02:02.998Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-21T06:02:02.998Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-21T06:02:02.998Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T06:02:02.998Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T06:02:02.998Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T06:02:02.998Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T06:02:02.998Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T06:02:03.267Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-21T06:02:03.267Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T06:02:03.267Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-21T06:02:03.267Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T06:02:03.285Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-21T06:02:03.285Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T06:02:03.285Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T06:02:03.285Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T06:02:03.285Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T06:02:03.285Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T06:02:03.285Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-21T06:02:03.285Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T06:02:03.285Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T06:02:03.285Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T06:02:03.285Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T06:02:03.285Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T06:02:03.285Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T06:02:03.285Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-21T06:02:03.285Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T06:02:03.285Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-21T06:02:03.285Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T06:02:03.558Z] go: finding golang.org/x/text v0.3.2 [2020-08-21T06:02:03.559Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T06:02:03.559Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-21T06:02:03.559Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T06:03:00.076Z] Building config-common  [2020-08-21T06:03:10.177Z] Skipping stage go (already ran) [2020-08-21T06:03:10.177Z] Staging app-service-config  [2020-08-21T06:03:12.776Z] Staging config-common  [2020-08-21T06:03:15.378Z] Priming go  [2020-08-21T06:03:18.799Z] Priming app-service-config  [2020-08-21T06:03:23.114Z] Priming config-common  [2020-08-21T06:03:31.411Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-08-21T06:03:31.411Z] Snapped edgex-app-service-configurable_1.2.0-20200821+adca6a0_arm64.snap [Pipeline] } [2020-08-21T06:03:34.800Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-21T06:03:36.033Z] provisioning config files... [2020-08-21T06:03:36.044Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-104@tmp/config4632863100893102193tmp [Pipeline] { [Pipeline] sh [2020-08-21T06:03:36.416Z] + curl -s https://codecov.io/bash [2020-08-21T06:03:36.416Z] + bash -s - -t @/w/workspace/_app-service-configurable_PR-104@tmp/config4632863100893102193tmp [Pipeline] } [2020-08-21T06:03:36.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-21T06:03:38.584Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T06:03:39.148Z] ---> package-listing.sh [2020-08-21T06:03:39.148Z] ++ facter osfamily [2020-08-21T06:03:39.148Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-21T06:03:39.148Z] + OS_FAMILY=redhat [2020-08-21T06:03:39.148Z] + workspace=/w/workspace/_app-service-configurable_PR-104 [2020-08-21T06:03:39.149Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-21T06:03:39.149Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-21T06:03:39.149Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-21T06:03:39.149Z] + PACKAGES=/tmp/packages_start.txt [2020-08-21T06:03:39.149Z] + '[' /w/workspace/_app-service-configurable_PR-104 ']' [2020-08-21T06:03:39.149Z] + PACKAGES=/tmp/packages_end.txt [2020-08-21T06:03:39.149Z] + case "${OS_FAMILY}" in [2020-08-21T06:03:39.149Z] + rpm -qa [2020-08-21T06:03:39.149Z] + sort [2020-08-21T06:03:43.370Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-21T06:03:43.370Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-21T06:03:43.370Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-21T06:03:43.370Z] + '[' /w/workspace/_app-service-configurable_PR-104 ']' [2020-08-21T06:03:43.370Z] + mkdir -p /w/workspace/_app-service-configurable_PR-104/archives/ [2020-08-21T06:03:43.370Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-104/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-21T06:03:43.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T06:03:43.985Z] [2020-08-21T06:03:43.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-21T06:03:44.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T06:03:44.354Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-21T06:03:44.354Z] c9b1b535fdd9: Pulling fs layer [2020-08-21T06:03:44.354Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-21T06:03:44.354Z] 756a868c4378: Pulling fs layer [2020-08-21T06:03:44.354Z] 444b2fc9a129: Pulling fs layer [2020-08-21T06:03:44.354Z] ea15f1150254: Pulling fs layer [2020-08-21T06:03:44.355Z] 41b27a9f41bf: Pulling fs layer [2020-08-21T06:03:44.355Z] 28c525ee5125: Pulling fs layer [2020-08-21T06:03:44.355Z] 094b1ea09ed8: Pulling fs layer [2020-08-21T06:03:44.355Z] 138eaada9080: Pulling fs layer [2020-08-21T06:03:44.355Z] 0622d0fa9048: Pulling fs layer [2020-08-21T06:03:44.355Z] 444b2fc9a129: Waiting [2020-08-21T06:03:44.355Z] 28c525ee5125: Waiting [2020-08-21T06:03:44.355Z] 094b1ea09ed8: Waiting [2020-08-21T06:03:44.355Z] 138eaada9080: Waiting [2020-08-21T06:03:44.355Z] 0622d0fa9048: Waiting [2020-08-21T06:03:44.355Z] 41b27a9f41bf: Waiting [2020-08-21T06:03:44.355Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-21T06:03:44.355Z] 2cc5ad85d9ab: Download complete [2020-08-21T06:03:44.355Z] 444b2fc9a129: Verifying Checksum [2020-08-21T06:03:44.355Z] 444b2fc9a129: Download complete [2020-08-21T06:03:44.355Z] c9b1b535fdd9: Verifying Checksum [2020-08-21T06:03:44.355Z] c9b1b535fdd9: Download complete [2020-08-21T06:03:44.355Z] ea15f1150254: Download complete [2020-08-21T06:03:44.620Z] 28c525ee5125: Verifying Checksum [2020-08-21T06:03:44.620Z] 28c525ee5125: Download complete [2020-08-21T06:03:44.890Z] c9b1b535fdd9: Pull complete [2020-08-21T06:03:44.890Z] 756a868c4378: Verifying Checksum [2020-08-21T06:03:44.890Z] 756a868c4378: Download complete [2020-08-21T06:03:45.157Z] 2cc5ad85d9ab: Pull complete [2020-08-21T06:03:45.157Z] 138eaada9080: Verifying Checksum [2020-08-21T06:03:45.157Z] 138eaada9080: Download complete [2020-08-21T06:03:45.157Z] 094b1ea09ed8: Verifying Checksum [2020-08-21T06:03:45.157Z] 094b1ea09ed8: Download complete [2020-08-21T06:03:45.157Z] 0622d0fa9048: Download complete [2020-08-21T06:03:45.730Z] 41b27a9f41bf: Verifying Checksum [2020-08-21T06:03:45.730Z] 41b27a9f41bf: Download complete [2020-08-21T06:03:46.678Z] 756a868c4378: Pull complete [2020-08-21T06:03:46.678Z] 444b2fc9a129: Pull complete [2020-08-21T06:03:46.940Z] ea15f1150254: Pull complete [2020-08-21T06:03:51.159Z] 41b27a9f41bf: Pull complete [2020-08-21T06:03:51.159Z] 28c525ee5125: Pull complete [2020-08-21T06:03:53.732Z] 094b1ea09ed8: Pull complete [2020-08-21T06:03:53.994Z] 138eaada9080: Pull complete [2020-08-21T06:03:53.994Z] 0622d0fa9048: Pull complete [2020-08-21T06:03:54.255Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-21T06:03:54.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T06:03:54.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-21T06:03:54.483Z] prd-centos7-docker-4c-2g-647 does not seem to be running inside a container [2020-08-21T06:03:54.522Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_PR-104 -v /w/workspace/_app-service-configurable_PR-104:/w/workspace/_app-service-configurable_PR-104:rw,z -v /w/workspace/_app-service-configurable_PR-104@tmp:/w/workspace/_app-service-configurable_PR-104@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-21T06:03:58.293Z] $ docker top f699354936cf25856233055503a88764edee86bfde309160e5c29bb159bfc85b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T06:03:58.533Z] provisioning config files... [2020-08-21T06:03:58.547Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-104@tmp/config5715374651041176614tmp [Pipeline] { [Pipeline] echo [2020-08-21T06:03:58.621Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T06:03:58.915Z] ---> create-netrc.sh [Pipeline] echo [2020-08-21T06:03:58.924Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T06:03:59.227Z] ---> logs-deploy.sh [2020-08-21T06:03:59.227Z] + ARCHIVE_ARTIFACTS= [2020-08-21T06:03:59.227Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-21T06:03:59.227Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-21T06:03:59.227Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-21T06:03:59.227Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-104/3 [2020-08-21T06:03:59.227Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-104/3/ [2020-08-21T06:03:59.227Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-104/3 /w/workspace/_app-service-configurable_PR-104 [2020-08-21T06:04:01.157Z] Archives upload complete. [2020-08-21T06:04:01.420Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-104/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/PR-104/3/