Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 04d8ebea8fb6998f024e53b4353c034991e3a98c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2593 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 04d8ebea8fb6998f024e53b4353c034991e3a98c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 04d8ebea8fb6998f024e53b4353c034991e3a98c # timeout=10 Commit message: "ci: add semantic.yml for commit linting (#76)" > git rev-list --no-walk 175b0b70ddd3bade64d27e199a612cdb519e69fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-11T18:28:32.581Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-11T18:28:32.712Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-11T18:28:32.754Z] ========================================================= [2020-06-11T18:28:32.754Z] EdgeX Global Pipelines Version Info [2020-06-11T18:28:32.754Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:28:34.611Z] ------------------- [2020-06-11T18:28:34.611Z] stable info: [2020-06-11T18:28:34.611Z] ------------------- [2020-06-11T18:28:34.611Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-11T18:28:34.611Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T18:28:34.611Z] Message: update stable to v1.0.89 [2020-06-11T18:28:35.555Z] ------------------- [2020-06-11T18:28:35.555Z] experimental info: [2020-06-11T18:28:35.555Z] ------------------- [2020-06-11T18:28:35.555Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-11T18:28:35.555Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-11T18:28:35.555Z] Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:28:37.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T18:28:37.862Z] [2020-06-11T18:28:37.862Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:28:38.192Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T18:28:38.192Z] latest: Pulling from edgex-devops/git-semver [2020-06-11T18:28:38.192Z] 9123ac7c32f7: Pulling fs layer [2020-06-11T18:28:38.192Z] b8cc5d1170e3: Pulling fs layer [2020-06-11T18:28:38.192Z] 2924cbbf6a41: Pulling fs layer [2020-06-11T18:28:38.192Z] 93b08a4f1073: Pulling fs layer [2020-06-11T18:28:38.192Z] b8cc5d1170e3: Verifying Checksum [2020-06-11T18:28:38.193Z] b8cc5d1170e3: Download complete [2020-06-11T18:28:38.457Z] 9123ac7c32f7: Verifying Checksum [2020-06-11T18:28:38.457Z] 9123ac7c32f7: Download complete [2020-06-11T18:28:38.457Z] 93b08a4f1073: Verifying Checksum [2020-06-11T18:28:38.457Z] 93b08a4f1073: Download complete [2020-06-11T18:28:38.457Z] 2924cbbf6a41: Verifying Checksum [2020-06-11T18:28:38.457Z] 2924cbbf6a41: Download complete [2020-06-11T18:28:38.723Z] 9123ac7c32f7: Pull complete [2020-06-11T18:28:38.723Z] b8cc5d1170e3: Pull complete [2020-06-11T18:28:39.675Z] 2924cbbf6a41: Pull complete [2020-06-11T18:28:39.938Z] 93b08a4f1073: Pull complete [2020-06-11T18:28:39.938Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-11T18:28:39.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T18:28:39.938Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-11T18:28:40.052Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:28:40.103Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T18:28:42.345Z] $ docker top 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T18:28:42.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T18:28:42.564Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T18:28:42.769Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T18:28:42.775Z] $ docker exec 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 ssh-agent [2020-06-11T18:28:42.942Z] SSH_AUTH_SOCK=/tmp/ssh-YDNhuUX89BUX/agent.11 [2020-06-11T18:28:42.942Z] SSH_AGENT_PID=17 [2020-06-11T18:28:42.953Z] Running ssh-add (command line suppressed) [2020-06-11T18:28:43.075Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4935922654684443671.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4935922654684443671.key) [2020-06-11T18:28:43.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T18:28:43.431Z] + git describe --exact-match --tags HEAD [2020-06-11T18:28:43.431Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-11T18:28:43.551Z] $ docker exec --env ******** --env ******** 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 ssh-agent -k [2020-06-11T18:28:43.678Z] unset SSH_AUTH_SOCK; [2020-06-11T18:28:43.678Z] unset SSH_AGENT_PID; [2020-06-11T18:28:43.678Z] echo Agent pid 17 killed; [2020-06-11T18:28:43.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-11T18:28:43.757Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-11T18:28:43.757Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-11T18:28:43.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T18:28:43.801Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T18:28:43.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T18:28:43.965Z] $ docker exec 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 ssh-agent [2020-06-11T18:28:44.118Z] SSH_AUTH_SOCK=/tmp/ssh-s4ktWPdYFT7j/agent.45 [2020-06-11T18:28:44.118Z] SSH_AGENT_PID=50 [2020-06-11T18:28:44.124Z] Running ssh-add (command line suppressed) [2020-06-11T18:28:44.240Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6552712341327594074.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6552712341327594074.key) [2020-06-11T18:28:44.284Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T18:28:44.588Z] + git semver init [2020-06-11T18:28:44.588Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T18:28:44.588Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T18:28:44.588Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T18:28:44.588Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T18:28:44.588Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T18:28:44.588Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T18:28:44.588Z] # $SEMVER_BRANCH = master [2020-06-11T18:28:44.588Z] # $SEMVER_TEMP = /tmp/semver-061916376 [2020-06-11T18:28:44.588Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-06-11T18:28:44.849Z] # '/tmp/semver-061916376' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-06-11T18:28:44.849Z] # -> Force: false [2020-06-11T18:28:44.849Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-11T18:28:44.862Z] $ docker exec --env ******** --env ******** 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 ssh-agent -k [2020-06-11T18:28:44.974Z] unset SSH_AUTH_SOCK; [2020-06-11T18:28:44.974Z] unset SSH_AGENT_PID; [2020-06-11T18:28:44.974Z] echo Agent pid 50 killed; [2020-06-11T18:28:45.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T18:28:45.373Z] + git semver [Pipeline] } [2020-06-11T18:28:45.389Z] $ docker stop --time=1 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 [2020-06-11T18:28:47.096Z] $ docker rm -f 06741bb3e0a2f44c1a4bb627527665f3d963e516e569f294c662deaf2453e139 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-11T18:28:47.584Z] Stashed 49 file(s) [Pipeline] echo [2020-06-11T18:28:47.586Z] [edgeXSemver] initialized semver on version 1.1.1-dev.5 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-06-11T18:29:02.746Z] Still waiting to schedule task [2020-06-11T18:29:02.746Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2593’ [2020-06-11T18:29:02.748Z] Still waiting to schedule task [2020-06-11T18:29:02.748Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline [2020-06-11T18:30:40.559Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2594 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-11T18:30:40.584Z] Running in /w/workspace/app-service-configurable/26 [Pipeline] { [Pipeline] checkout [2020-06-11T18:30:45.452Z] using credential edgex-jenkins-ssh [2020-06-11T18:30:45.486Z] Cloning the remote Git repository [2020-06-11T18:30:45.486Z] Cloning with configured refspecs honoured and without tags [2020-06-11T18:30:45.545Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T18:30:45.659Z] > git init /w/workspace/app-service-configurable/26 # timeout=10 [2020-06-11T18:30:45.734Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T18:30:45.735Z] > git --version # timeout=10 [2020-06-11T18:30:45.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T18:30:46.665Z] Fetching without tags [2020-06-11T18:30:45.834Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T18:30:46.555Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T18:30:46.575Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T18:30:46.607Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T18:30:46.649Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T18:30:46.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T18:30:46.665Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T18:30:47.167Z] Checking out Revision 04d8ebea8fb6998f024e53b4353c034991e3a98c (master) [2020-06-11T18:30:47.159Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T18:30:47.173Z] > git checkout -f 04d8ebea8fb6998f024e53b4353c034991e3a98c # timeout=10 [2020-06-11T18:30:51.686Z] Commit message: "ci: add semantic.yml for commit linting (#76)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T18:30:52.749Z] ========================================================= [2020-06-11T18:30:52.749Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-11T18:30:52.749Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:30:53.644Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-06-11T18:30:54.634Z] Sending build context to Docker daemon 302.6kB [2020-06-11T18:30:54.634Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T18:30:54.634Z] Step 2/8 : FROM ${BASE} [2020-06-11T18:30:54.908Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-11T18:30:54.908Z] cde5963f3b93: Pulling fs layer [2020-06-11T18:30:54.908Z] 2a23fa8c16f7: Pulling fs layer [2020-06-11T18:30:54.908Z] 777b28850792: Pulling fs layer [2020-06-11T18:30:54.908Z] 8a11ddd9e578: Pulling fs layer [2020-06-11T18:30:54.908Z] 4cf88f913ddb: Pulling fs layer [2020-06-11T18:30:54.908Z] 1df406cf5192: Pulling fs layer [2020-06-11T18:30:54.908Z] cd6300453558: Pulling fs layer [2020-06-11T18:30:54.908Z] b9c365052c96: Pulling fs layer [2020-06-11T18:30:54.908Z] a2d8cc88f415: Pulling fs layer [2020-06-11T18:30:54.908Z] ea1d1ca13537: Pulling fs layer [2020-06-11T18:30:54.908Z] 3750a50a1c5e: Pulling fs layer [2020-06-11T18:30:54.908Z] 1df406cf5192: Waiting [2020-06-11T18:30:54.908Z] cd6300453558: Waiting [2020-06-11T18:30:54.908Z] b9c365052c96: Waiting [2020-06-11T18:30:54.908Z] a2d8cc88f415: Waiting [2020-06-11T18:30:54.908Z] ea1d1ca13537: Waiting [2020-06-11T18:30:54.908Z] 3750a50a1c5e: Waiting [2020-06-11T18:30:54.908Z] 4cf88f913ddb: Waiting [2020-06-11T18:30:54.908Z] 777b28850792: Verifying Checksum [2020-06-11T18:30:54.908Z] 777b28850792: Download complete [2020-06-11T18:30:54.908Z] 2a23fa8c16f7: Verifying Checksum [2020-06-11T18:30:54.908Z] 2a23fa8c16f7: Download complete [2020-06-11T18:30:54.908Z] 4cf88f913ddb: Verifying Checksum [2020-06-11T18:30:54.908Z] 4cf88f913ddb: Download complete [2020-06-11T18:30:54.908Z] 1df406cf5192: Verifying Checksum [2020-06-11T18:30:54.908Z] 1df406cf5192: Download complete [2020-06-11T18:30:54.908Z] cde5963f3b93: Verifying Checksum [2020-06-11T18:30:55.893Z] cde5963f3b93: Pull complete [2020-06-11T18:30:56.168Z] 2a23fa8c16f7: Pull complete [2020-06-11T18:30:56.792Z] 777b28850792: Pull complete [2020-06-11T18:30:57.477Z] cd6300453558: Verifying Checksum [2020-06-11T18:30:57.477Z] cd6300453558: Download complete [2020-06-11T18:30:57.477Z] a2d8cc88f415: Verifying Checksum [2020-06-11T18:30:57.477Z] a2d8cc88f415: Download complete [2020-06-11T18:30:59.461Z] ea1d1ca13537: Verifying Checksum [2020-06-11T18:30:59.461Z] ea1d1ca13537: Download complete [2020-06-11T18:30:59.461Z] b9c365052c96: Verifying Checksum [2020-06-11T18:30:59.461Z] b9c365052c96: Download complete [2020-06-11T18:30:59.735Z] 3750a50a1c5e: Verifying Checksum [2020-06-11T18:30:59.735Z] 3750a50a1c5e: Download complete [2020-06-11T18:31:00.336Z] 8a11ddd9e578: Verifying Checksum [2020-06-11T18:31:00.336Z] 8a11ddd9e578: Download complete [2020-06-11T18:31:09.856Z] Running on prd-centos7-docker-4c-2g-2596 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-06-11T18:31:09.884Z] Running in /w/workspace/app-service-configurable/26 [Pipeline] { [Pipeline] checkout [2020-06-11T18:31:12.764Z] 8a11ddd9e578: Pull complete [2020-06-11T18:31:12.764Z] 4cf88f913ddb: Pull complete [2020-06-11T18:31:12.764Z] 1df406cf5192: Pull complete [2020-06-11T18:31:13.041Z] using credential edgex-jenkins-ssh [2020-06-11T18:31:13.069Z] Cloning the remote Git repository [2020-06-11T18:31:13.069Z] Cloning with configured refspecs honoured and without tags [2020-06-11T18:31:13.101Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T18:31:13.173Z] > git init /w/workspace/app-service-configurable/26 # timeout=10 [2020-06-11T18:31:13.232Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T18:31:13.232Z] > git --version # timeout=10 [2020-06-11T18:31:13.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T18:31:13.294Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T18:31:14.797Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T18:31:14.806Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T18:31:14.835Z] Fetching without tags [2020-06-11T18:31:15.219Z] Checking out Revision 04d8ebea8fb6998f024e53b4353c034991e3a98c (master) [2020-06-11T18:31:14.823Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-06-11T18:31:14.840Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-06-11T18:31:14.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-11T18:31:14.846Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-11T18:31:15.228Z] > git config core.sparsecheckout # timeout=10 [2020-06-11T18:31:15.238Z] > git checkout -f 04d8ebea8fb6998f024e53b4353c034991e3a98c # timeout=10 [2020-06-11T18:31:16.166Z] cd6300453558: Pull complete [2020-06-11T18:31:18.933Z] Commit message: "ci: add semantic.yml for commit linting (#76)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-11T18:31:19.546Z] ========================================================= [2020-06-11T18:31:19.546Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-11T18:31:19.546Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:31:21.031Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-06-11T18:31:21.031Z] Sending build context to Docker daemon 302.6kB [2020-06-11T18:31:21.031Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-11T18:31:21.031Z] Step 2/8 : FROM ${BASE} [2020-06-11T18:31:21.031Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-11T18:31:21.031Z] e6b0cf9c0882: Pulling fs layer [2020-06-11T18:31:21.031Z] 2848faf0eed1: Pulling fs layer [2020-06-11T18:31:21.031Z] 0f37312ad70f: Pulling fs layer [2020-06-11T18:31:21.031Z] 5788d62ee057: Pulling fs layer [2020-06-11T18:31:21.031Z] 0e6b1d234666: Pulling fs layer [2020-06-11T18:31:21.031Z] bf5d7aec512f: Pulling fs layer [2020-06-11T18:31:21.031Z] 34c802a77dc8: Pulling fs layer [2020-06-11T18:31:21.031Z] 9eb99e56ec68: Pulling fs layer [2020-06-11T18:31:21.031Z] 27c7a5d97fbd: Pulling fs layer [2020-06-11T18:31:21.031Z] 5c102a31e300: Pulling fs layer [2020-06-11T18:31:21.031Z] dcfb455df0a1: Pulling fs layer [2020-06-11T18:31:21.031Z] 5788d62ee057: Waiting [2020-06-11T18:31:21.031Z] 0e6b1d234666: Waiting [2020-06-11T18:31:21.031Z] bf5d7aec512f: Waiting [2020-06-11T18:31:21.031Z] 34c802a77dc8: Waiting [2020-06-11T18:31:21.031Z] 9eb99e56ec68: Waiting [2020-06-11T18:31:21.031Z] 27c7a5d97fbd: Waiting [2020-06-11T18:31:21.031Z] 5c102a31e300: Waiting [2020-06-11T18:31:21.031Z] dcfb455df0a1: Waiting [2020-06-11T18:31:21.031Z] 0f37312ad70f: Verifying Checksum [2020-06-11T18:31:21.031Z] 0f37312ad70f: Download complete [2020-06-11T18:31:21.031Z] 2848faf0eed1: Verifying Checksum [2020-06-11T18:31:21.031Z] 2848faf0eed1: Download complete [2020-06-11T18:31:21.031Z] 0e6b1d234666: Verifying Checksum [2020-06-11T18:31:21.031Z] 0e6b1d234666: Download complete [2020-06-11T18:31:21.031Z] bf5d7aec512f: Download complete [2020-06-11T18:31:21.031Z] e6b0cf9c0882: Verifying Checksum [2020-06-11T18:31:21.031Z] e6b0cf9c0882: Download complete [2020-06-11T18:31:21.315Z] e6b0cf9c0882: Pull complete [2020-06-11T18:31:21.562Z] b9c365052c96: Pull complete [2020-06-11T18:31:21.562Z] a2d8cc88f415: Pull complete [2020-06-11T18:31:21.928Z] 2848faf0eed1: Pull complete [2020-06-11T18:31:22.212Z] 34c802a77dc8: Verifying Checksum [2020-06-11T18:31:22.212Z] 34c802a77dc8: Download complete [2020-06-11T18:31:22.212Z] 27c7a5d97fbd: Verifying Checksum [2020-06-11T18:31:22.212Z] 27c7a5d97fbd: Download complete [2020-06-11T18:31:23.032Z] ea1d1ca13537: Pull complete [2020-06-11T18:31:23.224Z] 5c102a31e300: Verifying Checksum [2020-06-11T18:31:23.224Z] 5c102a31e300: Download complete [2020-06-11T18:31:23.224Z] 9eb99e56ec68: Verifying Checksum [2020-06-11T18:31:23.224Z] 9eb99e56ec68: Download complete [2020-06-11T18:31:23.224Z] 5788d62ee057: Verifying Checksum [2020-06-11T18:31:23.224Z] 5788d62ee057: Download complete [2020-06-11T18:31:23.309Z] 3750a50a1c5e: Pull complete [2020-06-11T18:31:23.309Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-11T18:31:23.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-11T18:31:23.309Z] ---> 78745c68409d [2020-06-11T18:31:23.309Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T18:31:23.485Z] dcfb455df0a1: Verifying Checksum [2020-06-11T18:31:23.485Z] dcfb455df0a1: Download complete [2020-06-11T18:31:24.064Z] 0f37312ad70f: Pull complete [2020-06-11T18:31:28.696Z] ---> Running in e3f2243824b5 [2020-06-11T18:31:28.696Z] Removing intermediate container e3f2243824b5 [2020-06-11T18:31:28.696Z] ---> 7215ce7e8eeb [2020-06-11T18:31:28.696Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T18:31:28.696Z] ---> Running in b701f9d9248e [2020-06-11T18:31:30.685Z] 5788d62ee057: Pull complete [2020-06-11T18:31:30.685Z] 0e6b1d234666: Pull complete [2020-06-11T18:31:31.260Z] bf5d7aec512f: Pull complete [2020-06-11T18:31:31.317Z] Removing intermediate container b701f9d9248e [2020-06-11T18:31:31.317Z] ---> 76e33887a327 [2020-06-11T18:31:31.317Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-11T18:31:31.317Z] ---> Running in 91b865ec7460 [2020-06-11T18:31:32.753Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T18:31:33.723Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T18:31:34.318Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-11T18:31:34.318Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-11T18:31:34.590Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-11T18:31:34.590Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-11T18:31:34.590Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T18:31:34.599Z] 34c802a77dc8: Pull complete [2020-06-11T18:31:34.862Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-11T18:31:34.862Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T18:31:34.862Z] OK: 127 MiB in 45 packages [2020-06-11T18:31:36.311Z] Removing intermediate container 91b865ec7460 [2020-06-11T18:31:36.311Z] ---> 8aac54ea78cf [2020-06-11T18:31:36.311Z] Step 6/8 : WORKDIR /app [2020-06-11T18:31:36.311Z] ---> Running in a55371086ba6 [2020-06-11T18:31:36.907Z] Removing intermediate container a55371086ba6 [2020-06-11T18:31:36.907Z] ---> 96e0796f59ab [2020-06-11T18:31:36.907Z] Step 7/8 : COPY . . [2020-06-11T18:31:37.878Z] ---> 15fb9ed5c25a [2020-06-11T18:31:37.878Z] Step 8/8 : RUN go mod download [2020-06-11T18:31:37.878Z] ---> Running in 480120335ce5 [2020-06-11T18:31:37.915Z] 9eb99e56ec68: Pull complete [2020-06-11T18:31:37.915Z] 27c7a5d97fbd: Pull complete [2020-06-11T18:31:38.492Z] 5c102a31e300: Pull complete [2020-06-11T18:31:38.492Z] dcfb455df0a1: Pull complete [2020-06-11T18:31:38.492Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-11T18:31:38.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-11T18:31:38.757Z] ---> 7c70fe431013 [2020-06-11T18:31:38.757Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T18:31:40.149Z] ---> Running in b7a36537a5e9 [2020-06-11T18:31:40.413Z] Removing intermediate container b7a36537a5e9 [2020-06-11T18:31:40.413Z] ---> dccd408818ef [2020-06-11T18:31:40.413Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T18:31:40.413Z] ---> Running in 8fa67edb2959 [2020-06-11T18:31:41.802Z] Removing intermediate container 8fa67edb2959 [2020-06-11T18:31:41.802Z] ---> b0222d246f51 [2020-06-11T18:31:41.802Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-06-11T18:31:41.802Z] ---> Running in e309c687cf1f [2020-06-11T18:31:42.166Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:31:42.166Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:31:42.166Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T18:31:42.166Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:31:42.167Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T18:31:42.167Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T18:31:42.167Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:31:42.167Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T18:31:42.167Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:31:42.167Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:31:42.167Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:31:42.167Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T18:31:42.167Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-11T18:31:42.167Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:31:42.167Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T18:31:42.167Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:31:42.167Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:31:42.167Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T18:31:42.167Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T18:31:42.167Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T18:31:42.167Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:31:42.167Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T18:31:42.167Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T18:31:42.167Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T18:31:42.167Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T18:31:42.167Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:31:42.404Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T18:31:42.438Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:31:42.709Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T18:31:42.709Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T18:31:42.709Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T18:31:42.709Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T18:31:42.709Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-11T18:31:42.709Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T18:31:42.709Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T18:31:42.709Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T18:31:42.709Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T18:31:42.709Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T18:31:42.709Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T18:31:42.709Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T18:31:42.709Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T18:31:42.709Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:31:42.979Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-11T18:31:42.979Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-11T18:31:42.979Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T18:31:42.979Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:31:42.979Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T18:31:42.979Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T18:31:42.979Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T18:31:42.980Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T18:31:42.980Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T18:31:42.980Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-11T18:31:42.980Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T18:31:42.993Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T18:31:43.250Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-11T18:31:43.251Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T18:31:43.251Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T18:31:43.251Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:31:43.251Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T18:31:43.251Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:31:43.251Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:31:43.251Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:31:43.251Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:31:43.251Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-11T18:31:43.523Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T18:31:43.523Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-11T18:31:43.523Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T18:31:43.523Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T18:31:43.523Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-11T18:31:43.523Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-11T18:31:43.523Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T18:31:43.565Z] (1/6) Installing libc-dev (0.7.2-r0) [2020-06-11T18:31:43.565Z] (2/6) Installing libsodium (1.0.18-r0) [2020-06-11T18:31:43.565Z] (3/6) Installing pkgconf (1.6.3-r0) [2020-06-11T18:31:43.826Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-06-11T18:31:43.826Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T18:31:43.826Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-06-11T18:31:44.086Z] Executing busybox-1.31.1-r8.trigger [2020-06-11T18:31:44.086Z] OK: 145 MiB in 45 packages [2020-06-11T18:31:44.657Z] Removing intermediate container e309c687cf1f [2020-06-11T18:31:44.657Z] ---> 72f74c596caa [2020-06-11T18:31:44.657Z] Step 6/8 : WORKDIR /app [2020-06-11T18:31:44.657Z] ---> Running in 83fd61de10af [2020-06-11T18:31:44.657Z] Removing intermediate container 83fd61de10af [2020-06-11T18:31:44.657Z] ---> 879e55d38590 [2020-06-11T18:31:44.657Z] Step 7/8 : COPY . . [2020-06-11T18:31:45.229Z] ---> 73b30719418c [2020-06-11T18:31:45.229Z] Step 8/8 : RUN go mod download [2020-06-11T18:31:45.229Z] ---> Running in aacec2e1f2fa [2020-06-11T18:31:47.776Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:31:47.776Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:31:47.776Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-11T18:31:47.776Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:31:47.776Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-11T18:31:47.776Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-11T18:31:47.776Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:31:47.776Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-11T18:31:47.776Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:31:47.776Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:31:47.776Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:31:47.776Z] go: finding github.com/fatih/color v1.7.0 [2020-06-11T18:31:47.776Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-06-11T18:31:47.776Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:31:47.776Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T18:31:47.776Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:31:47.776Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:31:47.776Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T18:31:47.776Z] go: finding github.com/golang/protobuf v1.3.2 [2020-06-11T18:31:47.776Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T18:31:47.776Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:31:47.776Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-11T18:31:47.776Z] go: finding github.com/google/go-cmp v0.4.0 [2020-06-11T18:31:47.776Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T18:31:47.776Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-11T18:31:47.776Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T18:31:47.776Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-06-11T18:31:47.776Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-11T18:31:47.776Z] go: finding github.com/kr/pretty v0.1.0 [2020-06-11T18:31:47.776Z] go: finding github.com/kr/pty v1.1.1 [2020-06-11T18:31:48.039Z] go: finding github.com/kr/text v0.1.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-11T18:31:48.039Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-11T18:31:48.039Z] go: finding github.com/miekg/dns v1.0.14 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:31:48.039Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-06-11T18:31:48.039Z] go: finding github.com/onsi/gomega v1.7.0 [2020-06-11T18:31:48.039Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-11T18:31:48.039Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:31:48.039Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-11T18:31:48.039Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-11T18:31:48.039Z] go: finding github.com/posener/complete v1.1.1 [2020-06-11T18:31:48.039Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-06-11T18:31:48.039Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-11T18:31:48.039Z] go: finding github.com/stretchr/objx v0.2.0 [2020-06-11T18:31:48.039Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-11T18:31:48.039Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-06-11T18:31:48.039Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-11T18:31:48.039Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T18:31:48.039Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:31:48.039Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T18:31:48.039Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:31:48.039Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:31:48.039Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:31:48.039Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:31:48.039Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-06-11T18:31:48.039Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T18:31:48.299Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-06-11T18:31:48.299Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-06-11T18:31:48.299Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-06-11T18:31:48.299Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-06-11T18:31:48.299Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-06-11T18:31:48.299Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-11T18:32:01.850Z] Removing intermediate container 480120335ce5 [2020-06-11T18:32:01.850Z] ---> 4e4a78b04542 [2020-06-11T18:32:01.850Z] Successfully built 4e4a78b04542 [2020-06-11T18:32:01.850Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:32:02.378Z] + docker inspect -f . ci-base-image-arm64 [2020-06-11T18:32:02.378Z] . [Pipeline] withDockerContainer [2020-06-11T18:32:02.641Z] prd-ubuntu18.04-docker-arm64-4c-16g-2594 does not seem to be running inside a container [2020-06-11T18:32:02.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/26 -v /w/workspace/app-service-configurable/26:/w/workspace/app-service-configurable/26:rw,z -v /w/workspace/app-service-configurable/26@tmp:/w/workspace/app-service-configurable/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-11T18:32:03.261Z] Removing intermediate container aacec2e1f2fa [2020-06-11T18:32:03.261Z] ---> ca7cefbd7b09 [2020-06-11T18:32:03.261Z] Successfully built ca7cefbd7b09 [2020-06-11T18:32:03.261Z] Successfully tagged ci-base-image-x86_64:latest [2020-06-11T18:32:04.552Z] $ docker top 7bafbed71e39428a59eb79ebe1be2ae5db744df0d128c65c79b8d2e78ace513b -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:32:05.410Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-11T18:32:05.410Z] . [Pipeline] withDockerContainer [2020-06-11T18:32:05.522Z] prd-centos7-docker-4c-2g-2596 does not seem to be running inside a container [2020-06-11T18:32:05.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/26 -v /w/workspace/app-service-configurable/26:/w/workspace/app-service-configurable/26:rw,z -v /w/workspace/app-service-configurable/26@tmp:/w/workspace/app-service-configurable/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-11T18:32:05.954Z] + go version [2020-06-11T18:32:05.954Z] go version go1.13.5 linux/arm64 [2020-06-11T18:32:06.227Z] $ docker top b18acaf7264b16f479affb58311aa9f25b037208db8cd73f8da91fef4c113dc1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-06-11T18:32:06.731Z] + go version [2020-06-11T18:32:06.731Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-11T18:32:07.030Z] + make test [2020-06-11T18:32:07.030Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-11T18:32:07.400Z] + make test [2020-06-11T18:32:07.400Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-06-11T18:32:25.298Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-11T18:32:25.298Z] CGO_ENABLED=1 go vet ./... [2020-06-11T18:32:28.685Z] gofmt -l . [2020-06-11T18:32:28.685Z] [ "`gofmt -l .`" = "" ] [2020-06-11T18:32:28.685Z] ./bin/test-go-mod-tidy.sh [2020-06-11T18:32:29.263Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-11T18:32:30.102Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T18:32:30.111Z] $ docker stop --time=1 b18acaf7264b16f479affb58311aa9f25b037208db8cd73f8da91fef4c113dc1 [2020-06-11T18:32:33.524Z] $ docker rm -f b18acaf7264b16f479affb58311aa9f25b037208db8cd73f8da91fef4c113dc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T18:32:35.452Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T18:32:35.751Z] + ls -al . [2020-06-11T18:32:35.751Z] total 96 [2020-06-11T18:32:35.751Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jun 11 18:32 . [2020-06-11T18:32:35.751Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 11 18:31 .. [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 6027 Jun 11 18:31 Attribution.txt [2020-06-11T18:32:35.751Z] drwxrwxr-x. 2 jenkins jenkins 64 Jun 11 18:31 bin [2020-06-11T18:32:35.751Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 11 18:32 coverage.out [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 180 Jun 11 18:31 docker-compose.debug.yml [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 133 Jun 11 18:31 docker-compose.yml [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 1896 Jun 11 18:31 Dockerfile [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 966 Jun 11 18:31 Dockerfile.build [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 127 Jun 11 18:31 .dockerignore [2020-06-11T18:32:35.751Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 11 18:31 .git [2020-06-11T18:32:35.751Z] drwxrwxr-x. 2 jenkins jenkins 27 Jun 11 18:31 .github [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 93 Jun 11 18:31 .gitignore [2020-06-11T18:32:35.751Z] -rw-r--r--. 1 jenkins jenkins 132 Jun 11 18:32 go.mod [2020-06-11T18:32:35.751Z] -rw-r--r--. 1 jenkins jenkins 18585 Jun 11 18:32 go.sum [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 710 Jun 11 18:31 Jenkinsfile [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jun 11 18:31 LICENSE [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 1617 Jun 11 18:31 main.go [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jun 11 18:31 makefile [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 481 Jun 11 18:31 README.md [2020-06-11T18:32:35.751Z] drwxrwxr-x. 10 jenkins jenkins 171 Jun 11 18:31 res [2020-06-11T18:32:35.751Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 11 18:31 .semver [2020-06-11T18:32:35.751Z] drwxrwxr-x. 4 jenkins jenkins 71 Jun 11 18:31 snap [2020-06-11T18:32:35.751Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 11 18:28 VERSION [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:32:36.061Z] + 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=04d8ebea8fb6998f024e53b4353c034991e3a98c --label arch=amd64 --label version=1.1.1-dev.5 . [2020-06-11T18:32:36.061Z] Sending build context to Docker daemon 324.1kB [2020-06-11T18:32:36.061Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T18:32:36.061Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T18:32:36.061Z] ---> ca7cefbd7b09 [2020-06-11T18:32:36.061Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-11T18:32:36.324Z] ---> Running in 88f34bc42f43 [2020-06-11T18:32:36.585Z] Removing intermediate container 88f34bc42f43 [2020-06-11T18:32:36.585Z] ---> 716e4f7a18dc [2020-06-11T18:32:36.585Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T18:32:36.585Z] ---> Running in ec730de49edc [2020-06-11T18:32:36.848Z] Removing intermediate container ec730de49edc [2020-06-11T18:32:36.848Z] ---> aefb5b7da85b [2020-06-11T18:32:36.848Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T18:32:36.848Z] ---> Running in 068d384f0e2a [2020-06-11T18:32:36.848Z] Removing intermediate container 068d384f0e2a [2020-06-11T18:32:36.848Z] ---> 5f68b2a887e5 [2020-06-11T18:32:36.848Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T18:32:37.110Z] ---> Running in 8362fcd24e52 [2020-06-11T18:32:37.683Z] Removing intermediate container 8362fcd24e52 [2020-06-11T18:32:37.683Z] ---> c3842e95e3a9 [2020-06-11T18:32:37.683Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T18:32:37.950Z] ---> Running in 5405c7fa1ced [2020-06-11T18:32:38.215Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-11T18:32:39.159Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-11T18:32:39.421Z] OK: 145 MiB in 45 packages [2020-06-11T18:32:39.682Z] Removing intermediate container 5405c7fa1ced [2020-06-11T18:32:39.682Z] ---> e26aad530749 [2020-06-11T18:32:39.682Z] Step 8/24 : WORKDIR /app [2020-06-11T18:32:39.945Z] ---> Running in 28c8806a5833 [2020-06-11T18:32:39.945Z] Removing intermediate container 28c8806a5833 [2020-06-11T18:32:39.945Z] ---> abc18ba6f65b [2020-06-11T18:32:39.945Z] Step 9/24 : COPY go.mod . [2020-06-11T18:32:40.207Z] ---> 39041f9c56bf [2020-06-11T18:32:40.207Z] Step 10/24 : RUN go mod download [2020-06-11T18:32:40.207Z] ---> Running in 712c217505c7 [2020-06-11T18:32:41.597Z] Removing intermediate container 712c217505c7 [2020-06-11T18:32:41.597Z] ---> 73df6638389d [2020-06-11T18:32:41.597Z] Step 11/24 : COPY . . [2020-06-11T18:32:41.862Z] ---> 61f0d9cac2a4 [2020-06-11T18:32:41.862Z] Step 12/24 : ARG MAKE="make build" [2020-06-11T18:32:41.862Z] ---> Running in c121d9a36242 [2020-06-11T18:32:42.128Z] Removing intermediate container c121d9a36242 [2020-06-11T18:32:42.128Z] ---> 69b415e72349 [2020-06-11T18:32:42.128Z] Step 13/24 : RUN $MAKE [2020-06-11T18:32:42.128Z] ---> Running in c1f05aa60d3b [2020-06-11T18:32:42.706Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.5" -o app-service-configurable [2020-06-11T18:32:54.445Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-06-11T18:32:54.445Z] CGO_ENABLED=1 go vet ./... [2020-06-11T18:33:01.196Z] gofmt -l . [2020-06-11T18:33:01.196Z] [ "`gofmt -l .`" = "" ] [2020-06-11T18:33:01.196Z] ./bin/test-go-mod-tidy.sh [2020-06-11T18:33:01.797Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-06-11T18:33:02.793Z] Warning: overwriting stash ‘coverage-report’ [2020-06-11T18:33:03.174Z] Stashed 1 file(s) [Pipeline] } [2020-06-11T18:33:03.159Z] $ docker stop --time=1 7bafbed71e39428a59eb79ebe1be2ae5db744df0d128c65c79b8d2e78ace513b [2020-06-11T18:33:04.838Z] Removing intermediate container c1f05aa60d3b [2020-06-11T18:33:04.838Z] ---> 080af4bf415b [2020-06-11T18:33:04.838Z] Step 14/24 : FROM alpine:latest [2020-06-11T18:33:04.838Z] latest: Pulling from library/alpine [2020-06-11T18:33:04.838Z] df20fa9351a1: Pulling fs layer [2020-06-11T18:33:04.838Z] df20fa9351a1: Verifying Checksum [2020-06-11T18:33:04.838Z] df20fa9351a1: Download complete [2020-06-11T18:33:04.838Z] df20fa9351a1: Pull complete [2020-06-11T18:33:04.838Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T18:33:04.838Z] Status: Downloaded newer image for alpine:latest [2020-06-11T18:33:04.838Z] ---> a24bb4013296 [2020-06-11T18:33:04.838Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T18:33:04.838Z] ---> Running in 4986f3fc1aae [2020-06-11T18:33:04.838Z] Removing intermediate container 4986f3fc1aae [2020-06-11T18:33:04.838Z] ---> 6a18baefadcd [2020-06-11T18:33:04.838Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-11T18:33:04.838Z] ---> Running in 243f53d83c79 [2020-06-11T18:33:04.838Z] Removing intermediate container 243f53d83c79 [2020-06-11T18:33:04.838Z] ---> 82bdf76198e9 [2020-06-11T18:33:04.838Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-11T18:33:04.838Z] ---> Running in 6b3b4578962a [2020-06-11T18:33:04.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-06-11T18:33:04.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-06-11T18:33:04.838Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-11T18:33:04.838Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-11T18:33:04.838Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-11T18:33:04.838Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-11T18:33:04.838Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T18:33:04.838Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-11T18:33:04.838Z] Executing busybox-1.31.1-r16.trigger [2020-06-11T18:33:04.838Z] Executing ca-certificates-20191127-r3.trigger [2020-06-11T18:33:04.838Z] OK: 9 MiB in 20 packages [2020-06-11T18:33:05.239Z] $ docker rm -f 7bafbed71e39428a59eb79ebe1be2ae5db744df0d128c65c79b8d2e78ace513b [2020-06-11T18:33:05.411Z] Removing intermediate container 6b3b4578962a [2020-06-11T18:33:05.412Z] ---> 49f0b1babc33 [2020-06-11T18:33:05.412Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-11T18:33:05.412Z] ---> 0d7df3b09e86 [2020-06-11T18:33:05.412Z] Step 19/24 : 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-06-11T18:33:06.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-11T18:33:06.370Z] ---> 382488bba42c [2020-06-11T18:33:06.370Z] Step 20/24 : EXPOSE 48095 [2020-06-11T18:33:06.370Z] ---> Running in 9fb7ff72c4db [2020-06-11T18:33:06.370Z] Removing intermediate container 9fb7ff72c4db [2020-06-11T18:33:06.370Z] ---> b38a4a70da8d [2020-06-11T18:33:06.370Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-11T18:33:06.370Z] ---> Running in 53ad8a5fb8e5 [2020-06-11T18:33:06.636Z] Removing intermediate container 53ad8a5fb8e5 [2020-06-11T18:33:06.636Z] ---> 28e7167e755f [2020-06-11T18:33:06.636Z] Step 22/24 : LABEL arch=amd64 [2020-06-11T18:33:06.636Z] ---> Running in 947556c677e9 [2020-06-11T18:33:06.649Z] + ls -al . [2020-06-11T18:33:06.649Z] total 124 [2020-06-11T18:33:06.649Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 18:33 . [2020-06-11T18:33:06.649Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 18:30 .. [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 127 Jun 11 18:30 .dockerignore [2020-06-11T18:33:06.649Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 11 18:30 .git [2020-06-11T18:33:06.649Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 18:30 .github [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 93 Jun 11 18:30 .gitignore [2020-06-11T18:33:06.649Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 11 18:30 .semver [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 6027 Jun 11 18:30 Attribution.txt [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 1896 Jun 11 18:30 Dockerfile [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 966 Jun 11 18:30 Dockerfile.build [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 710 Jun 11 18:30 Jenkinsfile [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 11 18:30 LICENSE [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 481 Jun 11 18:30 README.md [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 11 18:28 VERSION [2020-06-11T18:33:06.649Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 11 18:30 bin [2020-06-11T18:33:06.649Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 11 18:32 coverage.out [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 180 Jun 11 18:30 docker-compose.debug.yml [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 133 Jun 11 18:30 docker-compose.yml [2020-06-11T18:33:06.649Z] -rw-r--r-- 1 jenkins jenkins 132 Jun 11 18:33 go.mod [2020-06-11T18:33:06.649Z] -rw-r--r-- 1 jenkins jenkins 18585 Jun 11 18:33 go.sum [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 1617 Jun 11 18:30 main.go [2020-06-11T18:33:06.649Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jun 11 18:30 makefile [2020-06-11T18:33:06.649Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 11 18:30 res [2020-06-11T18:33:06.649Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 11 18:30 snap [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:06.898Z] Removing intermediate container 947556c677e9 [2020-06-11T18:33:06.898Z] ---> 3a87081b7243 [2020-06-11T18:33:06.898Z] Step 23/24 : LABEL git_sha=04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:33:06.898Z] ---> Running in f090e8e4ad1e [2020-06-11T18:33:06.985Z] + 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=04d8ebea8fb6998f024e53b4353c034991e3a98c --label arch=arm64 --label version=1.1.1-dev.5 . [2020-06-11T18:33:07.167Z] Removing intermediate container f090e8e4ad1e [2020-06-11T18:33:07.167Z] ---> 2f1577d5e16b [2020-06-11T18:33:07.167Z] Step 24/24 : LABEL version=1.1.1-dev.5 [2020-06-11T18:33:07.167Z] ---> Running in 2348aff84447 [2020-06-11T18:33:07.260Z] Sending build context to Docker daemon 324.1kB [2020-06-11T18:33:07.260Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-06-11T18:33:07.260Z] Step 2/24 : FROM ${BASE} AS builder [2020-06-11T18:33:07.260Z] ---> 4e4a78b04542 [2020-06-11T18:33:07.260Z] Step 3/24 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-06-11T18:33:07.431Z] Removing intermediate container 2348aff84447 [2020-06-11T18:33:07.431Z] ---> 54bfe02c57d5 [2020-06-11T18:33:07.431Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T18:33:07.432Z] Successfully built 54bfe02c57d5 [2020-06-11T18:33:07.432Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-06-11T18:33:07.533Z] ---> Running in 10bb3b6a7384 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T18:33:07.665Z] provisioning config files... [2020-06-11T18:33:07.694Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/26@tmp/config5918512378819589534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:33:08.031Z] nexus3.edgexfoundry.org:10001 [2020-06-11T18:33:08.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:33:08.131Z] Removing intermediate container 10bb3b6a7384 [2020-06-11T18:33:08.131Z] ---> d996eb2e45c2 [2020-06-11T18:33:08.131Z] Step 4/24 : ARG ALPINE_PKG_EXTRA="" [2020-06-11T18:33:08.131Z] ---> Running in 1b8b2245de1b [2020-06-11T18:33:08.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:33:08.294Z] Configure a credential helper to remove this warning. See [2020-06-11T18:33:08.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:33:08.294Z] [2020-06-11T18:33:08.294Z] Login Succeeded [2020-06-11T18:33:08.294Z] nexus3.edgexfoundry.org:10002 [2020-06-11T18:33:08.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:33:08.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:33:08.294Z] Configure a credential helper to remove this warning. See [2020-06-11T18:33:08.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:33:08.294Z] [2020-06-11T18:33:08.294Z] Login Succeeded [2020-06-11T18:33:08.294Z] nexus3.edgexfoundry.org:10003 [2020-06-11T18:33:08.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:33:08.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:33:08.556Z] Configure a credential helper to remove this warning. See [2020-06-11T18:33:08.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:33:08.556Z] [2020-06-11T18:33:08.556Z] Login Succeeded [2020-06-11T18:33:08.556Z] nexus3.edgexfoundry.org:10004 [2020-06-11T18:33:08.724Z] Removing intermediate container 1b8b2245de1b [2020-06-11T18:33:08.724Z] ---> 4b320dbbe98c [2020-06-11T18:33:08.724Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T18:33:08.724Z] ---> Running in 4234725ae451 [2020-06-11T18:33:08.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:33:08.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:33:08.817Z] Configure a credential helper to remove this warning. See [2020-06-11T18:33:08.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:33:08.817Z] [2020-06-11T18:33:08.817Z] Login Succeeded [2020-06-11T18:33:08.817Z] docker.io [2020-06-11T18:33:08.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:33:08.996Z] Removing intermediate container 4234725ae451 [2020-06-11T18:33:08.996Z] ---> f7f6e0a3efc2 [2020-06-11T18:33:08.996Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-11T18:33:09.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:33:09.079Z] Configure a credential helper to remove this warning. See [2020-06-11T18:33:09.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:33:09.079Z] [2020-06-11T18:33:09.079Z] Login Succeeded [Pipeline] } [2020-06-11T18:33:09.088Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T18:33:09.182Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-06-11T18:33:09.182Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:33:09.182Z] latest [2020-06-11T18:33:09.182Z] 1.1.1-dev.5 [2020-06-11T18:33:09.182Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5 [2020-06-11T18:33:09.182Z] master [2020-06-11T18:33:09.182Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-06-11T18:33:09.272Z] ---> Running in ff72ea73a0e3 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:09.571Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:04d8ebea8fb6998f024e53b4353c034991e3a98c [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:09.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:33:09.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T18:33:09.873Z] c3c645f01ffb: Preparing [2020-06-11T18:33:09.873Z] 678f3aac92c1: Preparing [2020-06-11T18:33:09.873Z] 185bd5399802: Preparing [2020-06-11T18:33:09.873Z] 50644c29ef5a: Preparing [2020-06-11T18:33:09.873Z] 50644c29ef5a: Layer already exists [2020-06-11T18:33:09.873Z] 678f3aac92c1: Pushed [2020-06-11T18:33:10.138Z] 185bd5399802: Pushed [2020-06-11T18:33:11.883Z] Removing intermediate container ff72ea73a0e3 [2020-06-11T18:33:11.884Z] ---> fdf286a90460 [2020-06-11T18:33:11.884Z] Step 7/24 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-06-11T18:33:11.884Z] ---> Running in 4c94d6dd0f11 [2020-06-11T18:33:12.071Z] c3c645f01ffb: Pushed [2020-06-11T18:33:12.071Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c: digest: sha256:29830b5d71bc7fcb733bb12f4d15d7be8d4b5fc045d2256faf9a223c45cc0a88 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:12.375Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:12.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-06-11T18:33:12.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T18:33:12.674Z] c3c645f01ffb: Preparing [2020-06-11T18:33:12.674Z] 678f3aac92c1: Preparing [2020-06-11T18:33:12.674Z] 185bd5399802: Preparing [2020-06-11T18:33:12.674Z] 50644c29ef5a: Preparing [2020-06-11T18:33:12.674Z] c3c645f01ffb: Layer already exists [2020-06-11T18:33:12.674Z] 185bd5399802: Layer already exists [2020-06-11T18:33:12.674Z] 50644c29ef5a: Layer already exists [2020-06-11T18:33:12.674Z] 678f3aac92c1: Layer already exists [2020-06-11T18:33:12.674Z] latest: digest: sha256:29830b5d71bc7fcb733bb12f4d15d7be8d4b5fc045d2256faf9a223c45cc0a88 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:12.989Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:13.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.1.1-dev.5 [2020-06-11T18:33:13.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T18:33:13.291Z] c3c645f01ffb: Preparing [2020-06-11T18:33:13.291Z] 678f3aac92c1: Preparing [2020-06-11T18:33:13.291Z] 185bd5399802: Preparing [2020-06-11T18:33:13.291Z] 50644c29ef5a: Preparing [2020-06-11T18:33:13.291Z] 678f3aac92c1: Layer already exists [2020-06-11T18:33:13.291Z] 185bd5399802: Layer already exists [2020-06-11T18:33:13.291Z] c3c645f01ffb: Layer already exists [2020-06-11T18:33:13.291Z] 50644c29ef5a: Layer already exists [2020-06-11T18:33:13.291Z] 1.1.1-dev.5: digest: sha256:29830b5d71bc7fcb733bb12f4d15d7be8d4b5fc045d2256faf9a223c45cc0a88 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:13.316Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-11T18:33:13.604Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:13.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5 [2020-06-11T18:33:13.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T18:33:13.904Z] c3c645f01ffb: Preparing [2020-06-11T18:33:13.904Z] 678f3aac92c1: Preparing [2020-06-11T18:33:13.904Z] 185bd5399802: Preparing [2020-06-11T18:33:13.904Z] 50644c29ef5a: Preparing [2020-06-11T18:33:13.904Z] 678f3aac92c1: Layer already exists [2020-06-11T18:33:13.904Z] 185bd5399802: Layer already exists [2020-06-11T18:33:13.904Z] 50644c29ef5a: Layer already exists [2020-06-11T18:33:13.904Z] c3c645f01ffb: Layer already exists [2020-06-11T18:33:13.904Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5: digest: sha256:29830b5d71bc7fcb733bb12f4d15d7be8d4b5fc045d2256faf9a223c45cc0a88 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:14.216Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:33:14.285Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-11T18:33:14.555Z] OK: 127 MiB in 45 packages [2020-06-11T18:33:14.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-06-11T18:33:14.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-06-11T18:33:14.560Z] c3c645f01ffb: Preparing [2020-06-11T18:33:14.560Z] 678f3aac92c1: Preparing [2020-06-11T18:33:14.560Z] 185bd5399802: Preparing [2020-06-11T18:33:14.560Z] 50644c29ef5a: Preparing [2020-06-11T18:33:14.560Z] 678f3aac92c1: Layer already exists [2020-06-11T18:33:14.560Z] c3c645f01ffb: Layer already exists [2020-06-11T18:33:14.560Z] 185bd5399802: Layer already exists [2020-06-11T18:33:14.560Z] 50644c29ef5a: Layer already exists [2020-06-11T18:33:14.560Z] master: digest: sha256:29830b5d71bc7fcb733bb12f4d15d7be8d4b5fc045d2256faf9a223c45cc0a88 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T18:33:15.398Z] ++ find /w/workspace/app-service-configurable/26 [2020-06-11T18:33:15.398Z] ++ grep snapcraft.yaml [2020-06-11T18:33:15.398Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/26/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T18:33:15.500Z] provisioning config files... [2020-06-11T18:33:15.509Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/26@tmp/config3999479116410171393tmp [Pipeline] { [Pipeline] sh [2020-06-11T18:33:15.851Z] + cp /w/workspace/app-service-configurable/26@tmp/config3999479116410171393tmp /w/workspace/app-service-configurable/26/edgex-snap-store-login [Pipeline] sh [2020-06-11T18:33:16.009Z] Removing intermediate container 4c94d6dd0f11 [2020-06-11T18:33:16.009Z] ---> 6fe5088cfa1c [2020-06-11T18:33:16.009Z] Step 8/24 : WORKDIR /app [2020-06-11T18:33:16.009Z] ---> Running in 07ff79990305 [2020-06-11T18:33:16.166Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/26:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T18:33:16.166Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-11T18:33:16.166Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-11T18:33:16.166Z] 5bed26d33875: Pulling fs layer [2020-06-11T18:33:16.166Z] f11b29a9c730: Pulling fs layer [2020-06-11T18:33:16.166Z] 930bda195c84: Pulling fs layer [2020-06-11T18:33:16.166Z] 78bf9a5ad49e: Pulling fs layer [2020-06-11T18:33:16.166Z] e5fbee5a4b0d: Pulling fs layer [2020-06-11T18:33:16.166Z] f452fca78f88: Pulling fs layer [2020-06-11T18:33:16.166Z] 7417ef92027a: Pulling fs layer [2020-06-11T18:33:16.166Z] 2af5c49d270b: Pulling fs layer [2020-06-11T18:33:16.166Z] df9c3bdbc40a: Pulling fs layer [2020-06-11T18:33:16.166Z] f452fca78f88: Waiting [2020-06-11T18:33:16.166Z] 7417ef92027a: Waiting [2020-06-11T18:33:16.166Z] 2af5c49d270b: Waiting [2020-06-11T18:33:16.166Z] df9c3bdbc40a: Waiting [2020-06-11T18:33:16.166Z] 78bf9a5ad49e: Waiting [2020-06-11T18:33:16.166Z] e5fbee5a4b0d: Waiting [2020-06-11T18:33:16.166Z] 930bda195c84: Verifying Checksum [2020-06-11T18:33:16.166Z] 930bda195c84: Download complete [2020-06-11T18:33:16.166Z] f11b29a9c730: Download complete [2020-06-11T18:33:16.166Z] 78bf9a5ad49e: Verifying Checksum [2020-06-11T18:33:16.166Z] 78bf9a5ad49e: Download complete [2020-06-11T18:33:16.166Z] f452fca78f88: Verifying Checksum [2020-06-11T18:33:16.166Z] f452fca78f88: Download complete [2020-06-11T18:33:16.166Z] 7417ef92027a: Verifying Checksum [2020-06-11T18:33:16.166Z] 7417ef92027a: Download complete [2020-06-11T18:33:16.166Z] 2af5c49d270b: Verifying Checksum [2020-06-11T18:33:16.166Z] 2af5c49d270b: Download complete [2020-06-11T18:33:16.166Z] df9c3bdbc40a: Verifying Checksum [2020-06-11T18:33:16.166Z] df9c3bdbc40a: Download complete [2020-06-11T18:33:16.430Z] 5bed26d33875: Verifying Checksum [2020-06-11T18:33:16.430Z] 5bed26d33875: Download complete [2020-06-11T18:33:16.608Z] Removing intermediate container 07ff79990305 [2020-06-11T18:33:16.608Z] ---> c84d0ea8127f [2020-06-11T18:33:16.608Z] Step 9/24 : COPY go.mod . [2020-06-11T18:33:17.205Z] ---> 7087a965bcf5 [2020-06-11T18:33:17.205Z] Step 10/24 : RUN go mod download [2020-06-11T18:33:17.479Z] ---> Running in 7c5ee9044f1d [2020-06-11T18:33:18.380Z] 5bed26d33875: Pull complete [2020-06-11T18:33:20.096Z] Removing intermediate container 7c5ee9044f1d [2020-06-11T18:33:20.096Z] ---> 83f912c6fc1a [2020-06-11T18:33:20.096Z] Step 11/24 : COPY . . [2020-06-11T18:33:20.294Z] e5fbee5a4b0d: Verifying Checksum [2020-06-11T18:33:20.294Z] e5fbee5a4b0d: Download complete [2020-06-11T18:33:20.554Z] f11b29a9c730: Pull complete [2020-06-11T18:33:21.075Z] ---> b2965246041b [2020-06-11T18:33:21.075Z] Step 12/24 : ARG MAKE="make build" [2020-06-11T18:33:21.075Z] ---> Running in 7cc6875c0adb [2020-06-11T18:33:21.125Z] 930bda195c84: Pull complete [2020-06-11T18:33:21.388Z] 78bf9a5ad49e: Pull complete [2020-06-11T18:33:21.667Z] Removing intermediate container 7cc6875c0adb [2020-06-11T18:33:21.667Z] ---> 2424b7b4d930 [2020-06-11T18:33:21.667Z] Step 13/24 : RUN $MAKE [2020-06-11T18:33:21.667Z] ---> Running in 9bb392afe216 [2020-06-11T18:33:23.097Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.5" -o app-service-configurable [2020-06-11T18:33:48.059Z] e5fbee5a4b0d: Pull complete [2020-06-11T18:33:48.059Z] f452fca78f88: Pull complete [2020-06-11T18:33:48.059Z] 7417ef92027a: Pull complete [2020-06-11T18:33:48.059Z] 2af5c49d270b: Pull complete [2020-06-11T18:33:48.059Z] df9c3bdbc40a: Pull complete [2020-06-11T18:33:48.059Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-11T18:33:48.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-11T18:33:48.059Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-11T18:33:48.059Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T18:33:48.059Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T18:33:48.321Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T18:33:48.580Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T18:33:48.581Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T18:33:49.154Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T18:33:49.154Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T18:33:49.154Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T18:33:49.417Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T18:33:49.417Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T18:33:49.417Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T18:33:49.417Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T18:33:49.417Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T18:33:49.989Z] Fetched 4909 kB in 3s (1871 kB/s) [2020-06-11T18:33:51.377Z] Reading package lists... [2020-06-11T18:33:53.298Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-11T18:33:53.298Z] - README.md [2020-06-11T18:33:53.298Z] [2020-06-11T18:33:53.298Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-11T18:33:55.237Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-11T18:33:56.647Z] Reading package lists... [2020-06-11T18:33:56.908Z] Building dependency tree... [2020-06-11T18:33:56.908Z] Reading state information... [2020-06-11T18:33:57.171Z] The following packages were automatically installed and are no longer required: [2020-06-11T18:33:57.171Z] libjq1 liblzo2-2 libonig4 [2020-06-11T18:33:57.171Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T18:33:57.171Z] Suggested packages: [2020-06-11T18:33:57.171Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-11T18:33:57.171Z] pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc [2020-06-11T18:33:57.171Z] libstdc++6-7-dbg gcc-multilib autoconf automake libtool flex bison gdb [2020-06-11T18:33:57.171Z] gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg [2020-06-11T18:33:57.171Z] libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg [2020-06-11T18:33:57.171Z] libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-06-11T18:33:57.171Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-06-11T18:33:57.171Z] git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc bzr gdbm-l10n [2020-06-11T18:33:57.171Z] libstdc++-7-doc make-doc man-browser keychain libpam-ssh monkeysphere [2020-06-11T18:33:57.171Z] ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-06-11T18:33:57.171Z] | libterm-readline-perl-perl pinentry-doc readline-doc [2020-06-11T18:33:57.440Z] The following NEW packages will be installed: [2020-06-11T18:33:57.440Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-06-11T18:33:57.440Z] curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man [2020-06-11T18:33:57.440Z] gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server [2020-06-11T18:33:57.440Z] gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-06-11T18:33:57.440Z] libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 [2020-06-11T18:33:57.440Z] libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl [2020-06-11T18:33:57.440Z] libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl [2020-06-11T18:33:57.440Z] libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 [2020-06-11T18:33:57.440Z] libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 [2020-06-11T18:33:57.440Z] libmpfr6 libmpx2 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libquadmath0 [2020-06-11T18:33:57.440Z] libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 [2020-06-11T18:33:57.440Z] libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2020-06-11T18:33:57.440Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase [2020-06-11T18:33:57.440Z] openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config [2020-06-11T18:33:57.440Z] readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-11T18:33:57.706Z] 0 upgraded, 98 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T18:33:57.706Z] Need to get 73.0 MB of archives. [2020-06-11T18:33:57.706Z] After this operation, 309 MB of additional disk space will be used. [2020-06-11T18:33:57.706Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-06-11T18:33:57.976Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-11T18:33:57.976Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-11T18:33:58.240Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-11T18:33:58.240Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-11T18:33:58.240Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T18:33:58.501Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-11T18:33:58.764Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-11T18:33:58.764Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T18:33:59.026Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-11T18:33:59.026Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-11T18:33:59.026Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-11T18:33:59.288Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T18:33:59.288Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-11T18:33:59.288Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-11T18:33:59.288Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-06-11T18:33:59.288Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-11T18:33:59.288Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB] [2020-06-11T18:34:00.242Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] [2020-06-11T18:34:00.242Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] [2020-06-11T18:34:00.242Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] [2020-06-11T18:34:00.504Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-11T18:34:00.504Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] [2020-06-11T18:34:00.504Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] [2020-06-11T18:34:00.504Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] [2020-06-11T18:34:00.504Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-11T18:34:00.504Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-11T18:34:00.775Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-11T18:34:00.775Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-06-11T18:34:00.775Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-11T18:34:00.775Z] Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-11T18:34:00.775Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-11T18:34:00.775Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-06-11T18:34:01.041Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-06-11T18:34:01.041Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-06-11T18:34:01.041Z] Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] [2020-06-11T18:34:01.041Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-106.107 [991 kB] [2020-06-11T18:34:01.041Z] Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] [2020-06-11T18:34:01.303Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-11T18:34:01.303Z] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-06-11T18:34:01.303Z] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-06-11T18:34:01.303Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-06-11T18:34:01.303Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-06-11T18:34:01.882Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-11T18:34:01.882Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-06-11T18:34:01.882Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-06-11T18:34:01.882Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-06-11T18:34:01.882Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-06-11T18:34:01.882Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-06-11T18:34:01.882Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-06-11T18:34:01.882Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-06-11T18:34:01.882Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-06-11T18:34:01.882Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-06-11T18:34:01.882Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-06-11T18:34:02.145Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-06-11T18:34:02.145Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-06-11T18:34:02.407Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-06-11T18:34:03.351Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-06-11T18:34:03.351Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-11T18:34:03.351Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-06-11T18:34:04.015Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-06-11T18:34:04.015Z] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-11T18:34:04.015Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-11T18:34:04.015Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-11T18:34:04.015Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-11T18:34:04.015Z] Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-06-11T18:34:04.015Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-11T18:34:04.015Z] Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] [2020-06-11T18:34:04.015Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB] [2020-06-11T18:34:04.329Z] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-06-11T18:34:04.329Z] Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] [2020-06-11T18:34:04.329Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB] [2020-06-11T18:34:04.329Z] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-06-11T18:34:04.329Z] Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-06-11T18:34:04.329Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-11T18:34:04.329Z] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T18:34:04.329Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T18:34:04.329Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-11T18:34:04.626Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-11T18:34:04.626Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB] [2020-06-11T18:34:04.626Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB] [2020-06-11T18:34:04.626Z] Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] [2020-06-11T18:34:04.626Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB] [2020-06-11T18:34:04.626Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB] [2020-06-11T18:34:04.626Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB] [2020-06-11T18:34:04.626Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB] [2020-06-11T18:34:04.626Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-11T18:34:04.626Z] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-11T18:34:04.626Z] Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-06-11T18:34:04.626Z] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-11T18:34:04.626Z] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-06-11T18:34:04.909Z] Get:92 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-06-11T18:34:04.909Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-06-11T18:34:04.909Z] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-06-11T18:34:04.909Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-06-11T18:34:04.909Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-06-11T18:34:04.909Z] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-06-11T18:34:05.199Z] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-06-11T18:34:05.497Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T18:34:05.498Z] Fetched 73.0 MB in 8s (9575 kB/s) [2020-06-11T18:34:05.498Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-11T18:34:05.773Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4637 files and directories currently installed.) [2020-06-11T18:34:05.773Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-06-11T18:34:05.773Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T18:34:05.773Z] Selecting previously unselected package libxau6:amd64. [2020-06-11T18:34:05.773Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-11T18:34:05.773Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T18:34:05.773Z] Selecting previously unselected package libbsd0:amd64. [2020-06-11T18:34:05.773Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-11T18:34:05.773Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T18:34:06.068Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-11T18:34:06.068Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-11T18:34:06.068Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T18:34:06.068Z] Selecting previously unselected package libxcb1:amd64. [2020-06-11T18:34:06.068Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-11T18:34:06.068Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T18:34:06.068Z] Selecting previously unselected package libx11-data. [2020-06-11T18:34:06.068Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T18:34:06.068Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:34:06.723Z] Selecting previously unselected package libx11-6:amd64. [2020-06-11T18:34:06.723Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-11T18:34:06.723Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:34:06.993Z] Selecting previously unselected package libxext6:amd64. [2020-06-11T18:34:06.993Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-11T18:34:06.993Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T18:34:06.993Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T18:34:06.993Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T18:34:06.993Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:34:10.302Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-11T18:34:10.302Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-11T18:34:10.302Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T18:34:10.302Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-11T18:34:10.302Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-11T18:34:10.302Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T18:34:10.302Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-11T18:34:10.302Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T18:34:10.302Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:34:11.689Z] Selecting previously unselected package perl. [2020-06-11T18:34:11.689Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-11T18:34:11.689Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T18:34:11.949Z] Selecting previously unselected package less. [2020-06-11T18:34:11.949Z] Preparing to unpack .../13-less_487-0.1_amd64.deb ... [2020-06-11T18:34:11.949Z] Unpacking less (487-0.1) ... [2020-06-11T18:34:11.949Z] Selecting previously unselected package libexpat1:amd64. [2020-06-11T18:34:11.949Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-11T18:34:11.949Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T18:34:11.949Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-06-11T18:34:11.949Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-06-11T18:34:11.949Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:34:12.212Z] Selecting previously unselected package libglib2.0-data. [2020-06-11T18:34:12.212Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-11T18:34:12.212Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:34:12.212Z] Selecting previously unselected package libicu60:amd64. [2020-06-11T18:34:12.212Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_amd64.deb ... [2020-06-11T18:34:12.212Z] Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-11T18:34:13.180Z] Selecting previously unselected package readline-common. [2020-06-11T18:34:13.180Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-11T18:34:13.180Z] Unpacking readline-common (7.0-3) ... [2020-06-11T18:34:13.441Z] Selecting previously unselected package libreadline7:amd64. [2020-06-11T18:34:13.441Z] Preparing to unpack .../19-libreadline7_7.0-3_amd64.deb ... [2020-06-11T18:34:13.441Z] Unpacking libreadline7:amd64 (7.0-3) ... [2020-06-11T18:34:13.441Z] Selecting previously unselected package libxml2:amd64. [2020-06-11T18:34:13.441Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... [2020-06-11T18:34:13.441Z] Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T18:34:13.702Z] Selecting previously unselected package netbase. [2020-06-11T18:34:13.702Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-11T18:34:13.702Z] Unpacking netbase (5.4) ... [2020-06-11T18:34:13.702Z] Selecting previously unselected package shared-mime-info. [2020-06-11T18:34:13.702Z] Preparing to unpack .../22-shared-mime-info_1.9-2_amd64.deb ... [2020-06-11T18:34:13.702Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-11T18:34:13.702Z] Selecting previously unselected package xdg-user-dirs. [2020-06-11T18:34:13.702Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... [2020-06-11T18:34:13.702Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T18:34:13.967Z] Selecting previously unselected package xz-utils. [2020-06-11T18:34:13.967Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_amd64.deb ... [2020-06-11T18:34:13.967Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-11T18:34:13.967Z] Selecting previously unselected package libedit2:amd64. [2020-06-11T18:34:13.967Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-11T18:34:13.967Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T18:34:14.232Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-11T18:34:14.232Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-11T18:34:14.232Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T18:34:14.232Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-11T18:34:14.232Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-11T18:34:14.232Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T18:34:14.497Z] Selecting previously unselected package manpages. [2020-06-11T18:34:14.497Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-11T18:34:14.497Z] Unpacking manpages (4.15-1) ... [2020-06-11T18:34:14.497Z] Selecting previously unselected package openssh-client. [2020-06-11T18:34:14.497Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-11T18:34:14.497Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T18:34:14.759Z] Selecting previously unselected package xauth. [2020-06-11T18:34:14.759Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-11T18:34:14.759Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T18:34:14.759Z] Selecting previously unselected package binutils-common:amd64. [2020-06-11T18:34:14.759Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T18:34:14.759Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:15.023Z] Selecting previously unselected package libbinutils:amd64. [2020-06-11T18:34:15.023Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T18:34:15.023Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:15.023Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-06-11T18:34:15.023Z] Preparing to unpack .../33-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T18:34:15.023Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:15.971Z] Selecting previously unselected package binutils. [2020-06-11T18:34:15.971Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-06-11T18:34:15.971Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:15.971Z] Selecting previously unselected package libc-dev-bin. [2020-06-11T18:34:15.971Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... [2020-06-11T18:34:15.971Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T18:34:16.232Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-06-11T18:34:16.232Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_amd64.deb ... [2020-06-11T18:34:16.232Z] Unpacking linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-11T18:34:17.179Z] Selecting previously unselected package libc6-dev:amd64. [2020-06-11T18:34:17.179Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_amd64.deb ... [2020-06-11T18:34:17.179Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-11T18:34:18.121Z] Selecting previously unselected package gcc-7-base:amd64. [2020-06-11T18:34:18.121Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:18.122Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:18.122Z] Selecting previously unselected package libisl19:amd64. [2020-06-11T18:34:18.122Z] Preparing to unpack .../39-libisl19_0.19-1_amd64.deb ... [2020-06-11T18:34:18.122Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-06-11T18:34:18.122Z] Selecting previously unselected package libmpfr6:amd64. [2020-06-11T18:34:18.122Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_amd64.deb ... [2020-06-11T18:34:18.122Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-06-11T18:34:18.122Z] Selecting previously unselected package libmpc3:amd64. [2020-06-11T18:34:18.122Z] Preparing to unpack .../41-libmpc3_1.1.0-1_amd64.deb ... [2020-06-11T18:34:18.122Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-06-11T18:34:18.383Z] Selecting previously unselected package cpp-7. [2020-06-11T18:34:18.383Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:18.383Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:19.327Z] Selecting previously unselected package cpp. [2020-06-11T18:34:19.327Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-11T18:34:19.327Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:34:19.327Z] Selecting previously unselected package libcc1-0:amd64. [2020-06-11T18:34:19.327Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.327Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:19.588Z] Selecting previously unselected package libgomp1:amd64. [2020-06-11T18:34:19.588Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.588Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:19.588Z] Selecting previously unselected package libitm1:amd64. [2020-06-11T18:34:19.588Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.588Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:19.588Z] Selecting previously unselected package libatomic1:amd64. [2020-06-11T18:34:19.588Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.588Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:19.850Z] Selecting previously unselected package libasan4:amd64. [2020-06-11T18:34:19.850Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.850Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:19.850Z] Selecting previously unselected package liblsan0:amd64. [2020-06-11T18:34:19.850Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.850Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:19.850Z] Selecting previously unselected package libtsan0:amd64. [2020-06-11T18:34:19.850Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:19.850Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:19.988Z] Removing intermediate container 9bb392afe216 [2020-06-11T18:34:19.988Z] ---> e0dc606e1624 [2020-06-11T18:34:19.988Z] Step 14/24 : FROM alpine:latest [2020-06-11T18:34:19.988Z] latest: Pulling from library/alpine [2020-06-11T18:34:19.988Z] b538f80385f9: Pulling fs layer [2020-06-11T18:34:19.988Z] b538f80385f9: Verifying Checksum [2020-06-11T18:34:19.988Z] b538f80385f9: Download complete [2020-06-11T18:34:19.988Z] b538f80385f9: Pull complete [2020-06-11T18:34:19.988Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-06-11T18:34:19.988Z] Status: Downloaded newer image for alpine:latest [2020-06-11T18:34:19.988Z] ---> 62ee0e9f8440 [2020-06-11T18:34:19.988Z] Step 15/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-06-11T18:34:19.988Z] ---> Running in c0227ddef8a9 [2020-06-11T18:34:19.988Z] Removing intermediate container c0227ddef8a9 [2020-06-11T18:34:19.988Z] ---> 9ed291e7c73f [2020-06-11T18:34:19.988Z] Step 16/24 : LABEL Name=app-service-configurable Version=${VERSION} [2020-06-11T18:34:19.988Z] ---> Running in 5bbe4bba1e5d [2020-06-11T18:34:19.988Z] Removing intermediate container 5bbe4bba1e5d [2020-06-11T18:34:19.988Z] ---> e5d9ecf95e73 [2020-06-11T18:34:19.988Z] Step 17/24 : RUN apk --no-cache add ca-certificates zeromq [2020-06-11T18:34:19.988Z] ---> Running in 00290dc3bfc4 [2020-06-11T18:34:19.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-06-11T18:34:19.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-06-11T18:34:19.988Z] (1/6) Installing ca-certificates (20191127-r3) [2020-06-11T18:34:19.988Z] (2/6) Installing libgcc (9.3.0-r2) [2020-06-11T18:34:19.988Z] (3/6) Installing libsodium (1.0.18-r0) [2020-06-11T18:34:19.988Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-06-11T18:34:19.988Z] (5/6) Installing libzmq (4.3.2-r0) [2020-06-11T18:34:19.988Z] (6/6) Installing zeromq (4.3.2-r0) [2020-06-11T18:34:19.988Z] Executing busybox-1.31.1-r16.trigger [2020-06-11T18:34:19.988Z] Executing ca-certificates-20191127-r3.trigger [2020-06-11T18:34:19.988Z] OK: 8 MiB in 20 packages [2020-06-11T18:34:19.988Z] Removing intermediate container 00290dc3bfc4 [2020-06-11T18:34:19.988Z] ---> 05e6f42079b2 [2020-06-11T18:34:19.988Z] Step 18/24 : COPY --from=builder /app/res/ /res/ [2020-06-11T18:34:19.988Z] ---> b6fa272e6aa5 [2020-06-11T18:34:19.988Z] Step 19/24 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-06-11T18:34:20.263Z] ---> 841ccfadff2a [2020-06-11T18:34:20.263Z] Step 20/24 : EXPOSE 48095 [2020-06-11T18:34:20.426Z] Selecting previously unselected package libubsan0:amd64. [2020-06-11T18:34:20.426Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:20.426Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:20.426Z] Selecting previously unselected package libcilkrts5:amd64. [2020-06-11T18:34:20.426Z] Preparing to unpack .../52-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:20.426Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:20.426Z] Selecting previously unselected package libmpx2:amd64. [2020-06-11T18:34:20.426Z] Preparing to unpack .../53-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:20.426Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:20.537Z] ---> Running in eb0bdd6bf160 [2020-06-11T18:34:20.707Z] Selecting previously unselected package libquadmath0:amd64. [2020-06-11T18:34:20.707Z] Preparing to unpack .../54-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:20.707Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:20.707Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-06-11T18:34:20.707Z] Preparing to unpack .../55-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:20.707Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:21.131Z] Removing intermediate container eb0bdd6bf160 [2020-06-11T18:34:21.131Z] ---> 7fe51c446d04 [2020-06-11T18:34:21.131Z] Step 21/24 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-06-11T18:34:21.131Z] ---> Running in 0f3a55b8180a [2020-06-11T18:34:21.287Z] Selecting previously unselected package gcc-7. [2020-06-11T18:34:21.287Z] Preparing to unpack .../56-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:21.287Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:21.726Z] Removing intermediate container 0f3a55b8180a [2020-06-11T18:34:21.726Z] ---> 78662c570d02 [2020-06-11T18:34:21.726Z] Step 22/24 : LABEL arch=arm64 [2020-06-11T18:34:21.726Z] ---> Running in f23518e6494d [2020-06-11T18:34:22.001Z] Removing intermediate container f23518e6494d [2020-06-11T18:34:22.001Z] ---> 6a2bf718c398 [2020-06-11T18:34:22.001Z] Step 23/24 : LABEL git_sha=04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:34:22.273Z] ---> Running in bd3131743f87 [2020-06-11T18:34:22.701Z] Selecting previously unselected package gcc. [2020-06-11T18:34:22.702Z] Preparing to unpack .../57-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-11T18:34:22.702Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:34:22.702Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-06-11T18:34:22.702Z] Preparing to unpack .../58-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:22.702Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:22.868Z] Removing intermediate container bd3131743f87 [2020-06-11T18:34:22.868Z] ---> dd1ee982a665 [2020-06-11T18:34:22.868Z] Step 24/24 : LABEL version=1.1.1-dev.5 [2020-06-11T18:34:22.868Z] ---> Running in 97d46470bd44 [2020-06-11T18:34:23.461Z] Removing intermediate container 97d46470bd44 [2020-06-11T18:34:23.461Z] ---> c74db74fc824 [2020-06-11T18:34:23.461Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-11T18:34:23.461Z] Successfully built c74db74fc824 [2020-06-11T18:34:23.461Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-11T18:34:23.650Z] provisioning config files... [2020-06-11T18:34:23.691Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/26@tmp/config9096778489190119949tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:34:24.065Z] nexus3.edgexfoundry.org:10001 [2020-06-11T18:34:24.101Z] Selecting previously unselected package g++-7. [2020-06-11T18:34:24.101Z] Preparing to unpack .../59-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-06-11T18:34:24.101Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:24.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:34:24.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:34:24.620Z] Configure a credential helper to remove this warning. See [2020-06-11T18:34:24.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:34:24.620Z] [2020-06-11T18:34:24.620Z] Login Succeeded [2020-06-11T18:34:24.620Z] nexus3.edgexfoundry.org:10002 [2020-06-11T18:34:25.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:34:25.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:34:25.217Z] Configure a credential helper to remove this warning. See [2020-06-11T18:34:25.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:34:25.217Z] [2020-06-11T18:34:25.217Z] Login Succeeded [2020-06-11T18:34:25.217Z] nexus3.edgexfoundry.org:10003 [2020-06-11T18:34:25.493Z] Selecting previously unselected package g++. [2020-06-11T18:34:25.493Z] Preparing to unpack .../60-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-06-11T18:34:25.493Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:34:25.494Z] Selecting previously unselected package make. [2020-06-11T18:34:25.494Z] Preparing to unpack .../61-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-11T18:34:25.494Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T18:34:25.494Z] Selecting previously unselected package libdpkg-perl. [2020-06-11T18:34:25.494Z] Preparing to unpack .../62-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T18:34:25.494Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T18:34:25.494Z] Selecting previously unselected package patch. [2020-06-11T18:34:25.494Z] Preparing to unpack .../63-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-11T18:34:25.756Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T18:34:25.756Z] Selecting previously unselected package dpkg-dev. [2020-06-11T18:34:25.756Z] Preparing to unpack .../64-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T18:34:25.756Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T18:34:25.756Z] Selecting previously unselected package build-essential. [2020-06-11T18:34:25.756Z] Preparing to unpack .../65-build-essential_12.4ubuntu1_amd64.deb ... [2020-06-11T18:34:25.756Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-11T18:34:25.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:34:25.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:34:25.814Z] Configure a credential helper to remove this warning. See [2020-06-11T18:34:25.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:34:25.814Z] [2020-06-11T18:34:25.814Z] Login Succeeded [2020-06-11T18:34:25.814Z] nexus3.edgexfoundry.org:10004 [2020-06-11T18:34:26.019Z] Selecting previously unselected package curl. [2020-06-11T18:34:26.019Z] Preparing to unpack .../66-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T18:34:26.019Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T18:34:26.019Z] Selecting previously unselected package libassuan0:amd64. [2020-06-11T18:34:26.019Z] Preparing to unpack .../67-libassuan0_2.5.1-2_amd64.deb ... [2020-06-11T18:34:26.019Z] Unpacking libassuan0:amd64 (2.5.1-2) ... [2020-06-11T18:34:26.019Z] Selecting previously unselected package gpgconf. [2020-06-11T18:34:26.019Z] Preparing to unpack .../68-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:26.019Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:26.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:34:26.281Z] Selecting previously unselected package libksba8:amd64. [2020-06-11T18:34:26.281Z] Preparing to unpack .../69-libksba8_1.3.5-2_amd64.deb ... [2020-06-11T18:34:26.281Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-06-11T18:34:26.281Z] Selecting previously unselected package libnpth0:amd64. [2020-06-11T18:34:26.281Z] Preparing to unpack .../70-libnpth0_1.5-3_amd64.deb ... [2020-06-11T18:34:26.281Z] Unpacking libnpth0:amd64 (1.5-3) ... [2020-06-11T18:34:26.281Z] Selecting previously unselected package dirmngr. [2020-06-11T18:34:26.281Z] Preparing to unpack .../71-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:26.281Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:26.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:34:26.361Z] Configure a credential helper to remove this warning. See [2020-06-11T18:34:26.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:34:26.361Z] [2020-06-11T18:34:26.361Z] Login Succeeded [2020-06-11T18:34:26.361Z] docker.io [2020-06-11T18:34:26.544Z] Selecting previously unselected package libfakeroot:amd64. [2020-06-11T18:34:26.544Z] Preparing to unpack .../72-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-11T18:34:26.544Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-11T18:34:26.544Z] Selecting previously unselected package fakeroot. [2020-06-11T18:34:26.544Z] Preparing to unpack .../73-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-06-11T18:34:26.544Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-11T18:34:26.544Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-11T18:34:26.544Z] Preparing to unpack .../74-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-11T18:34:26.544Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T18:34:26.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-11T18:34:26.811Z] Selecting previously unselected package liberror-perl. [2020-06-11T18:34:26.811Z] Preparing to unpack .../75-liberror-perl_0.17025-1_all.deb ... [2020-06-11T18:34:26.811Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T18:34:26.811Z] Selecting previously unselected package git-man. [2020-06-11T18:34:26.811Z] Preparing to unpack .../76-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T18:34:26.811Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:34:26.811Z] Selecting previously unselected package git. [2020-06-11T18:34:26.811Z] Preparing to unpack .../77-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-11T18:34:26.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-11T18:34:26.904Z] Configure a credential helper to remove this warning. See [2020-06-11T18:34:26.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-11T18:34:26.904Z] [2020-06-11T18:34:26.904Z] Login Succeeded [Pipeline] } [2020-06-11T18:34:26.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-11T18:34:27.040Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-06-11T18:34:27.040Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:34:27.040Z] latest [2020-06-11T18:34:27.040Z] 1.1.1-dev.5 [2020-06-11T18:34:27.040Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5 [2020-06-11T18:34:27.040Z] master [2020-06-11T18:34:27.040Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-06-11T18:34:27.074Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:27.465Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:04d8ebea8fb6998f024e53b4353c034991e3a98c [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:27.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:34:27.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T18:34:27.806Z] 7373f78f439b: Preparing [2020-06-11T18:34:27.806Z] 5811368e5706: Preparing [2020-06-11T18:34:27.806Z] d38625495d90: Preparing [2020-06-11T18:34:27.806Z] e2f13739ad41: Preparing [2020-06-11T18:34:28.020Z] Selecting previously unselected package gnupg-l10n. [2020-06-11T18:34:28.020Z] Preparing to unpack .../78-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-11T18:34:28.020Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.021Z] Selecting previously unselected package gnupg-utils. [2020-06-11T18:34:28.021Z] Preparing to unpack .../79-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.021Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.079Z] e2f13739ad41: Layer already exists [2020-06-11T18:34:28.079Z] 5811368e5706: Pushed [2020-06-11T18:34:28.282Z] Selecting previously unselected package gpg. [2020-06-11T18:34:28.282Z] Preparing to unpack .../80-gpg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.282Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.282Z] Selecting previously unselected package pinentry-curses. [2020-06-11T18:34:28.282Z] Preparing to unpack .../81-pinentry-curses_1.1.0-1_amd64.deb ... [2020-06-11T18:34:28.282Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-11T18:34:28.282Z] Selecting previously unselected package gpg-agent. [2020-06-11T18:34:28.282Z] Preparing to unpack .../82-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.282Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.545Z] Selecting previously unselected package gpg-wks-client. [2020-06-11T18:34:28.545Z] Preparing to unpack .../83-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.545Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.545Z] Selecting previously unselected package gpg-wks-server. [2020-06-11T18:34:28.545Z] Preparing to unpack .../84-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.545Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.808Z] Selecting previously unselected package gpgsm. [2020-06-11T18:34:28.808Z] Preparing to unpack .../85-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.808Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.808Z] Selecting previously unselected package gnupg. [2020-06-11T18:34:28.808Z] Preparing to unpack .../86-gnupg_2.2.4-1ubuntu1.2_amd64.deb ... [2020-06-11T18:34:28.808Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:28.808Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-11T18:34:28.808Z] Preparing to unpack .../87-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-11T18:34:28.808Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T18:34:28.808Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-11T18:34:28.808Z] Preparing to unpack .../88-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-06-11T18:34:29.064Z] d38625495d90: Pushed [2020-06-11T18:34:29.070Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T18:34:29.070Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-11T18:34:29.070Z] Preparing to unpack .../89-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-11T18:34:29.070Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-11T18:34:29.070Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-11T18:34:29.070Z] Preparing to unpack .../90-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-06-11T18:34:29.070Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T18:34:29.070Z] Selecting previously unselected package libnorm1:amd64. [2020-06-11T18:34:29.070Z] Preparing to unpack .../91-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-06-11T18:34:29.070Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-11T18:34:29.332Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-06-11T18:34:29.332Z] Preparing to unpack .../92-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-06-11T18:34:29.332Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-11T18:34:29.332Z] Selecting previously unselected package libsodium23:amd64. [2020-06-11T18:34:29.332Z] Preparing to unpack .../93-libsodium23_1.0.16-2_amd64.deb ... [2020-06-11T18:34:29.332Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-06-11T18:34:29.332Z] Selecting previously unselected package libzmq5:amd64. [2020-06-11T18:34:29.332Z] Preparing to unpack .../94-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-11T18:34:29.332Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:34:29.594Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-06-11T18:34:29.594Z] Preparing to unpack .../95-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-06-11T18:34:29.594Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:34:29.594Z] Selecting previously unselected package manpages-dev. [2020-06-11T18:34:29.594Z] Preparing to unpack .../96-manpages-dev_4.15-1_all.deb ... [2020-06-11T18:34:29.594Z] Unpacking manpages-dev (4.15-1) ... [2020-06-11T18:34:30.168Z] Selecting previously unselected package pkg-config. [2020-06-11T18:34:30.168Z] Preparing to unpack .../97-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-06-11T18:34:30.168Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T18:34:30.168Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:30.168Z] Setting up libnpth0:amd64 (1.5-3) ... [2020-06-11T18:34:30.168Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-11T18:34:30.168Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:30.169Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-06-11T18:34:30.169Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:30.169Z] Setting up readline-common (7.0-3) ... [2020-06-11T18:34:30.169Z] Setting up manpages (4.15-1) ... [2020-06-11T18:34:30.169Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:34:30.169Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-11T18:34:30.429Z] Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... [2020-06-11T18:34:30.429Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:30.429Z] Setting up less (487-0.1) ... [2020-06-11T18:34:31.003Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T18:34:31.003Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T18:34:31.267Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T18:34:31.267Z] Setting up libreadline7:amd64 (7.0-3) ... [2020-06-11T18:34:31.267Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-11T18:34:31.267Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:31.267Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:34:31.267Z] No schema files found: doing nothing. [2020-06-11T18:34:31.267Z] Setting up linux-libc-dev:amd64 (4.15.0-106.107) ... [2020-06-11T18:34:31.267Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-06-11T18:34:31.527Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-06-11T18:34:31.527Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:34:31.527Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-11T18:34:31.527Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-11T18:34:31.527Z] Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T18:34:31.527Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:31.527Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:31.527Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-06-11T18:34:31.527Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:31.527Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:31.527Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-06-11T18:34:31.789Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:31.789Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T18:34:31.789Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:34:31.789Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-11T18:34:31.789Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T18:34:31.789Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-06-11T18:34:31.789Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T18:34:31.789Z] Setting up shared-mime-info (1.9-2) ... [2020-06-11T18:34:32.430Z] 7373f78f439b: Pushed [2020-06-11T18:34:32.702Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c: digest: sha256:59bec9d067bc20cf9294bf8f199a4eb7d76cdd11a8e0f04719fb22972784ce95 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:33.037Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:33.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-06-11T18:34:33.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T18:34:33.377Z] 7373f78f439b: Preparing [2020-06-11T18:34:33.377Z] 5811368e5706: Preparing [2020-06-11T18:34:33.377Z] d38625495d90: Preparing [2020-06-11T18:34:33.377Z] e2f13739ad41: Preparing [2020-06-11T18:34:33.377Z] 7373f78f439b: Layer already exists [2020-06-11T18:34:33.377Z] e2f13739ad41: Layer already exists [2020-06-11T18:34:33.650Z] 5811368e5706: Layer already exists [2020-06-11T18:34:33.650Z] d38625495d90: Layer already exists [2020-06-11T18:34:33.650Z] latest: digest: sha256:59bec9d067bc20cf9294bf8f199a4eb7d76cdd11a8e0f04719fb22972784ce95 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:33.989Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:34.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.1.1-dev.5 [2020-06-11T18:34:34.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T18:34:34.325Z] 7373f78f439b: Preparing [2020-06-11T18:34:34.325Z] 5811368e5706: Preparing [2020-06-11T18:34:34.326Z] d38625495d90: Preparing [2020-06-11T18:34:34.326Z] e2f13739ad41: Preparing [2020-06-11T18:34:34.599Z] d38625495d90: Layer already exists [2020-06-11T18:34:34.599Z] 5811368e5706: Layer already exists [2020-06-11T18:34:34.599Z] 7373f78f439b: Layer already exists [2020-06-11T18:34:34.599Z] e2f13739ad41: Layer already exists [2020-06-11T18:34:34.599Z] 1.1.1-dev.5: digest: sha256:59bec9d067bc20cf9294bf8f199a4eb7d76cdd11a8e0f04719fb22972784ce95 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:34.938Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:35.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5 [2020-06-11T18:34:35.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T18:34:35.267Z] 7373f78f439b: Preparing [2020-06-11T18:34:35.267Z] 5811368e5706: Preparing [2020-06-11T18:34:35.267Z] d38625495d90: Preparing [2020-06-11T18:34:35.267Z] e2f13739ad41: Preparing [2020-06-11T18:34:35.267Z] e2f13739ad41: Layer already exists [2020-06-11T18:34:35.267Z] 5811368e5706: Layer already exists [2020-06-11T18:34:35.267Z] d38625495d90: Layer already exists [2020-06-11T18:34:35.267Z] 7373f78f439b: Layer already exists [2020-06-11T18:34:35.538Z] 04d8ebea8fb6998f024e53b4353c034991e3a98c-1.1.1-dev.5: digest: sha256:59bec9d067bc20cf9294bf8f199a4eb7d76cdd11a8e0f04719fb22972784ce95 size: 1158 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:35.872Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:34:36.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-06-11T18:34:36.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-06-11T18:34:36.206Z] 7373f78f439b: Preparing [2020-06-11T18:34:36.206Z] 5811368e5706: Preparing [2020-06-11T18:34:36.206Z] d38625495d90: Preparing [2020-06-11T18:34:36.206Z] e2f13739ad41: Preparing [2020-06-11T18:34:36.206Z] d38625495d90: Layer already exists [2020-06-11T18:34:36.206Z] 7373f78f439b: Layer already exists [2020-06-11T18:34:36.206Z] e2f13739ad41: Layer already exists [2020-06-11T18:34:36.206Z] 5811368e5706: Layer already exists [2020-06-11T18:34:36.478Z] master: digest: sha256:59bec9d067bc20cf9294bf8f199a4eb7d76cdd11a8e0f04719fb22972784ce95 size: 1158 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-11T18:34:37.102Z] + grep snapcraft.yaml [2020-06-11T18:34:37.103Z] + find /w/workspace/app-service-configurable/26 [2020-06-11T18:34:37.103Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/26/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T18:34:37.241Z] provisioning config files... [2020-06-11T18:34:37.259Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/26@tmp/config3530592222734719329tmp [Pipeline] { [Pipeline] sh [2020-06-11T18:34:37.663Z] + cp /w/workspace/app-service-configurable/26@tmp/config3530592222734719329tmp /w/workspace/app-service-configurable/26/edgex-snap-store-login [Pipeline] sh [2020-06-11T18:34:37.996Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/26:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T18:34:37.996Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-11T18:34:37.996Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-11T18:34:37.996Z] b2f61026a351: Pulling fs layer [2020-06-11T18:34:37.996Z] 5538fb30c42c: Pulling fs layer [2020-06-11T18:34:37.996Z] f0b05810781a: Pulling fs layer [2020-06-11T18:34:37.996Z] 0180a33352d6: Pulling fs layer [2020-06-11T18:34:37.996Z] e7604b0c0f53: Pulling fs layer [2020-06-11T18:34:37.996Z] db689cb83ae0: Pulling fs layer [2020-06-11T18:34:37.996Z] 6138af208834: Pulling fs layer [2020-06-11T18:34:37.996Z] 007c8e8c5d63: Pulling fs layer [2020-06-11T18:34:37.996Z] 4f7a387c642f: Pulling fs layer [2020-06-11T18:34:37.996Z] 0180a33352d6: Waiting [2020-06-11T18:34:37.996Z] e7604b0c0f53: Waiting [2020-06-11T18:34:37.996Z] db689cb83ae0: Waiting [2020-06-11T18:34:37.996Z] 007c8e8c5d63: Waiting [2020-06-11T18:34:37.996Z] 6138af208834: Waiting [2020-06-11T18:34:37.996Z] 4f7a387c642f: Waiting [2020-06-11T18:34:38.270Z] f0b05810781a: Verifying Checksum [2020-06-11T18:34:38.270Z] f0b05810781a: Download complete [2020-06-11T18:34:38.270Z] 5538fb30c42c: Verifying Checksum [2020-06-11T18:34:38.270Z] 5538fb30c42c: Download complete [2020-06-11T18:34:38.270Z] 0180a33352d6: Verifying Checksum [2020-06-11T18:34:38.270Z] 0180a33352d6: Download complete [2020-06-11T18:34:38.270Z] db689cb83ae0: Verifying Checksum [2020-06-11T18:34:38.270Z] db689cb83ae0: Download complete [2020-06-11T18:34:38.270Z] 6138af208834: Verifying Checksum [2020-06-11T18:34:38.270Z] 6138af208834: Download complete [2020-06-11T18:34:38.270Z] 007c8e8c5d63: Verifying Checksum [2020-06-11T18:34:38.270Z] 007c8e8c5d63: Download complete [2020-06-11T18:34:38.390Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-06-11T18:34:38.390Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T18:34:38.390Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-11T18:34:38.390Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-11T18:34:38.390Z] Setting up manpages-dev (4.15-1) ... [2020-06-11T18:34:38.390Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T18:34:38.390Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... [2020-06-11T18:34:38.390Z] Setting up libassuan0:amd64 (2.5.1-2) ... [2020-06-11T18:34:38.390Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T18:34:38.390Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:34:38.390Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:34:38.390Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-11T18:34:38.390Z] Setting up netbase (5.4) ... [2020-06-11T18:34:38.390Z] Setting up libisl19:amd64 (0.19-1) ... [2020-06-11T18:34:38.390Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:34:38.391Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:38.391Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:38.391Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:38.391Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:38.391Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:38.653Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:34:38.653Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-11T18:34:38.653Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:34:38.653Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:38.653Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:38.653Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:38.653Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:34:38.653Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:38.653Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:38.653Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-11T18:34:38.920Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:38.920Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-11T18:34:38.920Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:38.920Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:38.920Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:34:38.920Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:34:38.920Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:38.920Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:39.181Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:39.181Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-11T18:34:39.181Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T18:34:39.181Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T18:34:39.181Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T18:34:39.181Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:34:39.181Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-11T18:34:39.181Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:39.244Z] b2f61026a351: Download complete [2020-06-11T18:34:39.443Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T18:34:39.443Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:34:39.443Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:34:39.443Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T18:34:39.443Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:34:39.443Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T18:34:39.443Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-11T18:34:39.443Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T18:34:39.704Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T18:34:39.704Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:34:39.704Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-11T18:34:39.704Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-11T18:34:39.704Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:34:39.704Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-11T18:34:39.704Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T18:34:39.975Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T18:34:41.868Z] b2f61026a351: Pull complete [2020-06-11T18:34:42.139Z] 5538fb30c42c: Pull complete [2020-06-11T18:34:42.413Z] f0b05810781a: Pull complete [2020-06-11T18:34:42.683Z] 0180a33352d6: Pull complete [2020-06-11T18:34:43.292Z] binutils set to automatically installed. [2020-06-11T18:34:43.292Z] binutils-common set to automatically installed. [2020-06-11T18:34:43.292Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-06-11T18:34:43.292Z] build-essential set to automatically installed. [2020-06-11T18:34:43.292Z] cpp set to automatically installed. [2020-06-11T18:34:43.292Z] cpp-7 set to automatically installed. [2020-06-11T18:34:43.292Z] curl set to automatically installed. [2020-06-11T18:34:43.292Z] dirmngr set to automatically installed. [2020-06-11T18:34:43.292Z] dpkg-dev set to automatically installed. [2020-06-11T18:34:43.292Z] fakeroot set to automatically installed. [2020-06-11T18:34:43.292Z] g++ set to automatically installed. [2020-06-11T18:34:43.292Z] g++-7 set to automatically installed. [2020-06-11T18:34:43.292Z] gcc set to automatically installed. [2020-06-11T18:34:43.292Z] gcc-7 set to automatically installed. [2020-06-11T18:34:43.292Z] gcc-7-base set to automatically installed. [2020-06-11T18:34:43.292Z] git set to automatically installed. [2020-06-11T18:34:43.292Z] git-man set to automatically installed. [2020-06-11T18:34:43.292Z] gnupg set to automatically installed. [2020-06-11T18:34:43.292Z] gnupg-l10n set to automatically installed. [2020-06-11T18:34:43.292Z] gnupg-utils set to automatically installed. [2020-06-11T18:34:43.292Z] gpg set to automatically installed. [2020-06-11T18:34:43.292Z] gpg-agent set to automatically installed. [2020-06-11T18:34:43.292Z] gpg-wks-client set to automatically installed. [2020-06-11T18:34:43.292Z] gpg-wks-server set to automatically installed. [2020-06-11T18:34:43.292Z] gpgconf set to automatically installed. [2020-06-11T18:34:43.292Z] gpgsm set to automatically installed. [2020-06-11T18:34:43.292Z] less set to automatically installed. [2020-06-11T18:34:43.292Z] libalgorithm-diff-perl set to automatically installed. [2020-06-11T18:34:43.292Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-11T18:34:43.292Z] libalgorithm-merge-perl set to automatically installed. [2020-06-11T18:34:43.292Z] libasan4 set to automatically installed. [2020-06-11T18:34:43.292Z] libassuan0 set to automatically installed. [2020-06-11T18:34:43.292Z] libatomic1 set to automatically installed. [2020-06-11T18:34:43.292Z] libbinutils set to automatically installed. [2020-06-11T18:34:43.292Z] libbsd0 set to automatically installed. [2020-06-11T18:34:43.292Z] libc-dev-bin set to automatically installed. [2020-06-11T18:34:43.292Z] libc6-dev set to automatically installed. [2020-06-11T18:34:43.292Z] libcc1-0 set to automatically installed. [2020-06-11T18:34:43.292Z] libcilkrts5 set to automatically installed. [2020-06-11T18:34:43.292Z] libcurl3-gnutls set to automatically installed. [2020-06-11T18:34:43.292Z] libdpkg-perl set to automatically installed. [2020-06-11T18:34:43.292Z] libedit2 set to automatically installed. [2020-06-11T18:34:43.292Z] liberror-perl set to automatically installed. [2020-06-11T18:34:43.292Z] libexpat1 set to automatically installed. [2020-06-11T18:34:43.292Z] libfakeroot set to automatically installed. [2020-06-11T18:34:43.292Z] libfile-fcntllock-perl set to automatically installed. [2020-06-11T18:34:43.292Z] libgcc-7-dev set to automatically installed. [2020-06-11T18:34:43.292Z] libgdbm-compat4 set to automatically installed. [2020-06-11T18:34:43.292Z] libgdbm5 set to automatically installed. [2020-06-11T18:34:43.292Z] libglib2.0-0 set to automatically installed. [2020-06-11T18:34:43.292Z] libglib2.0-data set to automatically installed. [2020-06-11T18:34:43.292Z] libgomp1 set to automatically installed. [2020-06-11T18:34:43.292Z] libicu60 set to automatically installed. [2020-06-11T18:34:43.292Z] libisl19 set to automatically installed. [2020-06-11T18:34:43.292Z] libitm1 set to automatically installed. [2020-06-11T18:34:43.292Z] libksba8 set to automatically installed. [2020-06-11T18:34:43.292Z] liblocale-gettext-perl set to automatically installed. [2020-06-11T18:34:43.292Z] liblsan0 set to automatically installed. [2020-06-11T18:34:43.292Z] libmpc3 set to automatically installed. [2020-06-11T18:34:43.292Z] libmpfr6 set to automatically installed. [2020-06-11T18:34:43.292Z] libmpx2 set to automatically installed. [2020-06-11T18:34:43.292Z] libnorm1 set to automatically installed. [2020-06-11T18:34:43.292Z] libnpth0 set to automatically installed. [2020-06-11T18:34:43.292Z] libperl5.26 set to automatically installed. [2020-06-11T18:34:43.292Z] libpgm-5.2-0 set to automatically installed. [2020-06-11T18:34:43.292Z] libquadmath0 set to automatically installed. [2020-06-11T18:34:43.292Z] libreadline7 set to automatically installed. [2020-06-11T18:34:43.292Z] libsodium23 set to automatically installed. [2020-06-11T18:34:43.292Z] libssl1.0.0 set to automatically installed. [2020-06-11T18:34:43.292Z] libstdc++-7-dev set to automatically installed. [2020-06-11T18:34:43.293Z] libtsan0 set to automatically installed. [2020-06-11T18:34:43.293Z] libubsan0 set to automatically installed. [2020-06-11T18:34:43.293Z] libx11-6 set to automatically installed. [2020-06-11T18:34:43.293Z] libx11-data set to automatically installed. [2020-06-11T18:34:43.293Z] libxau6 set to automatically installed. [2020-06-11T18:34:43.293Z] libxcb1 set to automatically installed. [2020-06-11T18:34:43.293Z] libxdmcp6 set to automatically installed. [2020-06-11T18:34:43.293Z] libxext6 set to automatically installed. [2020-06-11T18:34:43.293Z] libxml2 set to automatically installed. [2020-06-11T18:34:43.293Z] libxmuu1 set to automatically installed. [2020-06-11T18:34:43.293Z] libzmq3-dev set to automatically installed. [2020-06-11T18:34:43.293Z] libzmq5 set to automatically installed. [2020-06-11T18:34:43.293Z] linux-libc-dev set to automatically installed. [2020-06-11T18:34:43.293Z] make set to automatically installed. [2020-06-11T18:34:43.293Z] manpages set to automatically installed. [2020-06-11T18:34:43.293Z] manpages-dev set to automatically installed. [2020-06-11T18:34:43.293Z] netbase set to automatically installed. [2020-06-11T18:34:43.293Z] openssh-client set to automatically installed. [2020-06-11T18:34:43.293Z] patch set to automatically installed. [2020-06-11T18:34:43.293Z] perl set to automatically installed. [2020-06-11T18:34:43.293Z] perl-modules-5.26 set to automatically installed. [2020-06-11T18:34:43.293Z] pinentry-curses set to automatically installed. [2020-06-11T18:34:43.293Z] pkg-config set to automatically installed. [2020-06-11T18:34:43.293Z] readline-common set to automatically installed. [2020-06-11T18:34:43.293Z] shared-mime-info set to automatically installed. [2020-06-11T18:34:43.293Z] xauth set to automatically installed. [2020-06-11T18:34:43.293Z] xdg-user-dirs set to automatically installed. [2020-06-11T18:34:43.293Z] xz-utils set to automatically installed. [2020-06-11T18:34:43.293Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T18:34:43.293Z] Please ensure the environment is properly setup before continuing. [2020-06-11T18:34:43.293Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T18:34:43.866Z] Pulling go [2020-06-11T18:34:45.252Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-11T18:34:45.252Z] Skipping pull go (already ran) [2020-06-11T18:34:45.252Z] Building go [2020-06-11T18:34:45.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T18:34:45.252Z] Dload Upload Total Spent Left Speed [2020-06-11T18:34:46.827Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 29046 0 0 228k 0 0:08:32 --:--:-- 0:08:32 228k 48 114M 48 55.7M 0 0 49.2M 0 0:00:02 0:00:01 0:00:01 49.1M 100 114M 100 114M 0 0 60.7M 0 0:00:01 0:00:01 --:--:-- 60.7M [2020-06-11T18:34:46.967Z] e7604b0c0f53: Verifying Checksum [2020-06-11T18:34:46.968Z] e7604b0c0f53: Download complete [2020-06-11T18:34:47.772Z] go1.13.10.linux-amd64.tar.gz: OK [2020-06-11T18:34:57.832Z] Staging go [2020-06-11T18:35:16.060Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-11T18:35:16.060Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-06-11T18:35:16.060Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] [2020-06-11T18:35:16.060Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [958 kB] [2020-06-11T18:35:16.060Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-11T18:35:16.060Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] [2020-06-11T18:35:16.060Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] [2020-06-11T18:35:16.060Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-11T18:35:16.060Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-06-11T18:35:16.060Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-06-11T18:35:16.060Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-06-11T18:35:16.060Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-06-11T18:35:16.060Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] [2020-06-11T18:35:16.060Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] [2020-06-11T18:35:16.060Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] [2020-06-11T18:35:16.060Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] [2020-06-11T18:35:16.060Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-11T18:35:16.060Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [2020-06-11T18:35:16.060Z] Fetched 18.0 MB in 0s (0 B/s) [2020-06-11T18:35:16.060Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-06-11T18:35:16.060Z] Fetched 224 kB in 0s (0 B/s) [2020-06-11T18:35:16.060Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-06-11T18:35:16.060Z] Fetched 157 kB in 0s (0 B/s) [2020-06-11T18:35:16.060Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-06-11T18:35:16.060Z] Fetched 221 kB in 0s (0 B/s) [2020-06-11T18:35:16.060Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-06-11T18:35:16.060Z] Fetched 143 kB in 0s (0 B/s) [2020-06-11T18:35:16.060Z] Pulling app-service-config [2020-06-11T18:35:16.324Z] Pulling config-common [2020-06-11T18:35:17.277Z] Skipping build go (already ran) [2020-06-11T18:35:17.542Z] Building app-service-config [2020-06-11T18:35:17.806Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.5" -o app-service-configurable [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:35:19.229Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:35:19.229Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:35:19.229Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:35:19.229Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:35:19.229Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:35:19.229Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-11T18:35:19.229Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:35:19.229Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:35:19.229Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-11T18:35:19.229Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:35:19.229Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:35:19.229Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T18:35:19.229Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:35:19.229Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:35:19.229Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:35:19.229Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:35:19.229Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:35:19.229Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:35:19.229Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:35:19.229Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:35:19.229Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:35:19.229Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:35:19.229Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:35:19.229Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:35:19.229Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:35:19.229Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T18:35:19.295Z] e7604b0c0f53: Pull complete [2020-06-11T18:35:19.295Z] db689cb83ae0: Pull complete [2020-06-11T18:35:19.295Z] 6138af208834: Pull complete [2020-06-11T18:35:19.295Z] 007c8e8c5d63: Pull complete [2020-06-11T18:35:19.295Z] 4f7a387c642f: Pull complete [2020-06-11T18:35:19.295Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-11T18:35:19.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-11T18:35:19.531Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T18:35:19.531Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:35:19.531Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:35:19.531Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:35:19.531Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:35:19.531Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:35:19.531Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:35:19.811Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:35:19.811Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:35:19.811Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T18:35:19.811Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:35:19.811Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:35:19.811Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:35:19.811Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:35:19.811Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:35:19.811Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:35:19.811Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:35:19.811Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:35:19.811Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T18:35:19.812Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:35:19.812Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:35:19.812Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:35:19.812Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:35:19.812Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T18:35:19.812Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:35:19.812Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:35:19.812Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:35:20.075Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:35:20.075Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:35:20.075Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:35:20.075Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:35:20.075Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:35:20.337Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:35:20.337Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-11T18:35:20.337Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-11T18:35:20.337Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-11T18:35:20.337Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:35:20.337Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-11T18:35:20.337Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:35:20.337Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-11T18:35:20.337Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-11T18:35:20.337Z] go: downloading golang.org/x/text v0.3.2 [2020-06-11T18:35:20.337Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:35:20.337Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:35:20.599Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:35:21.171Z] go: extracting golang.org/x/text v0.3.2 [2020-06-11T18:35:22.559Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:35:22.560Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:35:22.560Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:35:22.560Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T18:35:22.560Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:35:22.560Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:35:22.560Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:35:22.560Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:35:22.560Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T18:35:22.560Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:35:22.560Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:35:22.560Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T18:35:22.560Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:35:22.560Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:35:22.560Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:35:22.560Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:35:22.560Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:35:22.560Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T18:35:22.560Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:35:22.560Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:35:22.560Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:35:22.560Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:35:22.560Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:35:22.560Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T18:35:22.560Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:35:22.560Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:35:22.560Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:35:22.560Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T18:35:22.560Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:35:22.560Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:35:22.560Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:35:22.560Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T18:35:22.560Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:35:22.560Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:35:22.560Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:35:22.560Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:35:22.560Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T18:35:22.560Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:35:22.560Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:35:22.560Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T18:35:22.560Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:35:22.560Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:35:23.615Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-11T18:35:23.615Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T18:35:24.588Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T18:35:25.573Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T18:35:26.549Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T18:35:31.923Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T18:35:31.923Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T18:35:37.302Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T18:35:37.302Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T18:35:37.302Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T18:35:37.302Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-11T18:35:37.894Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-11T18:35:39.320Z] Fetched 3748 kB in 17s (219 kB/s) [2020-06-11T18:35:44.683Z] Building config-common [2020-06-11T18:35:46.027Z] Reading package lists... [2020-06-11T18:35:48.901Z] Skipping stage go (already ran) [2020-06-11T18:35:48.901Z] Staging app-service-config [2020-06-11T18:35:49.481Z] Staging config-common [2020-06-11T18:35:50.438Z] Priming go [2020-06-11T18:35:51.386Z] Priming app-service-config [2020-06-11T18:35:52.335Z] Priming config-common [2020-06-11T18:35:52.723Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-06-11T18:35:52.724Z] - README.md [2020-06-11T18:35:52.724Z] [2020-06-11T18:35:52.724Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-06-11T18:35:53.282Z] Snapping 'edgex-app-service-configurable' ... [2020-06-11T18:35:55.936Z] [2020-06-11T18:35:55.936Z] Snapped edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap [2020-06-11T18:36:00.146Z] [2020-06-11T18:36:00.146Z] Login successful. You now have these capabilities: [2020-06-11T18:36:00.146Z] [2020-06-11T18:36:00.146Z] snaps: No restriction [2020-06-11T18:36:00.146Z] channels: No restriction [2020-06-11T18:36:00.146Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T18:36:00.146Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T18:36:00.146Z] [2020-06-11T18:36:00.408Z] Preparing to push 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap'. [2020-06-11T18:36:00.408Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T18:36:00.408Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T18:36:00.983Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 pinentry-curses pkg-config readline-common shared-mime-info xauth xdg-user-dirs xz-utils [2020-06-11T18:36:05.272Z] Reading package lists... [2020-06-11T18:36:05.863Z] Building dependency tree... [2020-06-11T18:36:05.864Z] Reading state information... [2020-06-11T18:36:06.838Z] The following packages were automatically installed and are no longer required: [2020-06-11T18:36:06.838Z] libjq1 liblzo2-2 libonig4 [2020-06-11T18:36:06.838Z] Use 'sudo apt autoremove' to remove them. [2020-06-11T18:36:06.838Z] Suggested packages: [2020-06-11T18:36:06.838Z] binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd [2020-06-11T18:36:06.838Z] pinentry-gnome3 tor debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib [2020-06-11T18:36:06.838Z] autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg [2020-06-11T18:36:06.838Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-06-11T18:36:06.838Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-06-11T18:36:06.838Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-06-11T18:36:06.838Z] gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon [2020-06-11T18:36:06.838Z] glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc man-browser keychain [2020-06-11T18:36:06.838Z] libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-11T18:36:06.838Z] libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc [2020-06-11T18:36:06.838Z] readline-doc [2020-06-11T18:36:07.810Z] The following NEW packages will be installed: [2020-06-11T18:36:07.810Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-06-11T18:36:07.810Z] cpp-7 curl dirmngr dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git [2020-06-11T18:36:07.810Z] git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client [2020-06-11T18:36:07.810Z] gpg-wks-server gpgconf gpgsm less libalgorithm-diff-perl [2020-06-11T18:36:07.810Z] libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libassuan0 [2020-06-11T18:36:07.810Z] libatomic1 libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 [2020-06-11T18:36:07.810Z] libcurl3-gnutls libdpkg-perl libedit2 liberror-perl libexpat1 libfakeroot [2020-06-11T18:36:07.810Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libglib2.0-0 [2020-06-11T18:36:07.810Z] libglib2.0-data libgomp1 libicu60 libisl19 libitm1 libksba8 [2020-06-11T18:36:07.810Z] liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libnpth0 [2020-06-11T18:36:07.810Z] libperl5.26 libpgm-5.2-0 libreadline7 libsodium23 libssl1.0.0 [2020-06-11T18:36:07.810Z] libstdc++-7-dev libtsan0 libubsan0 libx11-6 libx11-data libxau6 libxcb1 [2020-06-11T18:36:07.810Z] libxdmcp6 libxext6 libxml2 libxmuu1 libzmq3-dev libzmq5 linux-libc-dev make [2020-06-11T18:36:07.810Z] manpages manpages-dev netbase openssh-client patch perl perl-modules-5.26 [2020-06-11T18:36:07.810Z] pinentry-curses pkg-config readline-common shared-mime-info xauth [2020-06-11T18:36:07.810Z] xdg-user-dirs xz-utils [2020-06-11T18:36:08.403Z] 0 upgraded, 95 newly installed, 0 to remove and 10 not upgraded. [2020-06-11T18:36:08.403Z] Need to get 63.4 MB of archives. [2020-06-11T18:36:08.403Z] After this operation, 277 MB of additional disk space will be used. [2020-06-11T18:36:08.403Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-06-11T18:36:08.676Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-11T18:36:08.676Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-11T18:36:08.947Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-11T18:36:08.947Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-11T18:36:08.947Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-11T18:36:09.219Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-06-11T18:36:09.812Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-11T18:36:09.812Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-06-11T18:36:12.419Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-11T18:36:12.420Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-11T18:36:12.420Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-11T18:36:14.384Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-11T18:36:14.384Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-11T18:36:14.655Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-11T18:36:14.655Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] [2020-06-11T18:36:14.924Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.6 [4540 B] [2020-06-11T18:36:14.924Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.1 [7987 kB] [2020-06-11T18:36:16.053Z] Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [] 100% [2020-06-11T18:36:18.297Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB] [2020-06-11T18:36:18.297Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB] [2020-06-11T18:36:18.297Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.3 [547 kB] [2020-06-11T18:36:18.297Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-11T18:36:18.297Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB] [2020-06-11T18:36:18.297Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB] [2020-06-11T18:36:18.297Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB] [2020-06-11T18:36:18.297Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-11T18:36:18.297Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-06-11T18:36:18.570Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-11T18:36:18.571Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-06-11T18:36:18.571Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-11T18:36:18.841Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-11T18:36:18.841Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-06-11T18:36:19.113Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-06-11T18:36:19.113Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-06-11T18:36:19.405Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Ready to release! [2020-06-11T18:36:19.405Z] Revision 8 of 'edgex-app-service-configurable' created. [2020-06-11T18:36:19.705Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-06-11T18:36:19.705Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc-dev-bin arm64 2.27-3ubuntu1 [58.6 kB] [2020-06-11T18:36:19.705Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-106.107 [969 kB] [2020-06-11T18:36:19.977Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc6-dev arm64 2.27-3ubuntu1 [2052 kB] [2020-06-11T18:36:20.570Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-06-11T18:36:20.570Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-06-11T18:36:20.570Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-06-11T18:36:20.570Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-06-11T18:36:20.570Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-06-11T18:36:21.327Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-06-11T18:36:21.327Z] Track Arch Channel Version Revision Notes [2020-06-11T18:36:21.327Z] latest amd64 stable v1.1.0-dev.7 5 - [2020-06-11T18:36:21.327Z] candidate ^ ^ - [2020-06-11T18:36:21.327Z] beta v1.1.0-dev.7 5 - [2020-06-11T18:36:21.327Z] edge 1.1.0-20200611+04d8ebe 8 - [2020-06-11T18:36:21.590Z] Pushing metadata from 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_amd64.snap' [2020-06-11T18:36:22.537Z] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-06-11T18:36:22.537Z] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-06-11T18:36:22.537Z] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-06-11T18:36:22.537Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-06-11T18:36:22.537Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-06-11T18:36:22.537Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-06-11T18:36:22.537Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-06-11T18:36:22.537Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-06-11T18:36:22.537Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-06-11T18:36:22.537Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-06-11T18:36:22.808Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-06-11T18:36:24.771Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-06-11T18:36:24.771Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-06-11T18:36:25.044Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-06-11T18:36:25.806Z] The metadata has been pushed [Pipeline] } [2020-06-11T18:36:26.763Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T18:36:27.014Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-06-11T18:36:27.014Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-11T18:36:27.014Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-06-11T18:36:27.014Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-11T18:36:27.014Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-06-11T18:36:27.014Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-06-11T18:36:27.014Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-11T18:36:27.014Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] [2020-06-11T18:36:27.014Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] [2020-06-11T18:36:27.014Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-06-11T18:36:27.284Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] [2020-06-11T18:36:27.284Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] [2020-06-11T18:36:27.284Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-06-11T18:36:27.284Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-06-11T18:36:27.554Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-11T18:36:27.554Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-11T18:36:27.554Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-11T18:36:27.554Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-11T18:36:28.148Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] [2020-06-11T18:36:28.148Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] [2020-06-11T18:36:28.148Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] [2020-06-11T18:36:28.420Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] [2020-06-11T18:36:28.420Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] [2020-06-11T18:36:28.420Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] [2020-06-11T18:36:28.420Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] [2020-06-11T18:36:28.420Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] [2020-06-11T18:36:28.420Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] [2020-06-11T18:36:28.691Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-06-11T18:36:28.691Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-06-11T18:36:28.691Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-06-11T18:36:28.691Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-06-11T18:36:28.691Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-06-11T18:36:28.691Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-06-11T18:36:28.691Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-06-11T18:36:28.691Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-06-11T18:36:28.691Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-06-11T18:36:28.691Z] Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-06-11T18:36:29.283Z] Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-06-11T18:36:30.257Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-11T18:36:30.257Z] Fetched 63.4 MB in 22s (2944 kB/s) [2020-06-11T18:36:30.257Z] Selecting previously unselected package liblocale-gettext-perl. [2020-06-11T18:36:30.257Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4630 files and directories currently installed.) [2020-06-11T18:36:30.257Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-06-11T18:36:30.530Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T18:36:30.530Z] Selecting previously unselected package libxau6:arm64. [2020-06-11T18:36:30.530Z] Preparing to unpack .../01-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-11T18:36:30.530Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T18:36:30.804Z] Selecting previously unselected package libbsd0:arm64. [2020-06-11T18:36:30.804Z] Preparing to unpack .../02-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-11T18:36:30.804Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T18:36:30.804Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-11T18:36:30.804Z] Preparing to unpack .../03-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-11T18:36:30.804Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T18:36:31.076Z] Selecting previously unselected package libxcb1:arm64. [2020-06-11T18:36:31.076Z] Preparing to unpack .../04-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-11T18:36:31.076Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T18:36:31.076Z] Selecting previously unselected package libx11-data. [2020-06-11T18:36:31.076Z] Preparing to unpack .../05-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-11T18:36:31.076Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:36:31.348Z] Selecting previously unselected package libx11-6:arm64. [2020-06-11T18:36:31.348Z] Preparing to unpack .../06-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-11T18:36:31.349Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:36:31.621Z] Selecting previously unselected package libxext6:arm64. [2020-06-11T18:36:31.621Z] Preparing to unpack .../07-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-11T18:36:31.621Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T18:36:31.897Z] Selecting previously unselected package perl-modules-5.26. [2020-06-11T18:36:31.897Z] Preparing to unpack .../08-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-11T18:36:31.897Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:36:33.873Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-11T18:36:33.873Z] Preparing to unpack .../09-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-11T18:36:33.873Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T18:36:33.873Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-11T18:36:33.873Z] Preparing to unpack .../10-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-11T18:36:33.873Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T18:36:33.873Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-11T18:36:33.873Z] Preparing to unpack .../11-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T18:36:33.873Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:36:35.306Z] Selecting previously unselected package perl. [2020-06-11T18:36:35.306Z] Preparing to unpack .../12-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-11T18:36:35.306Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-11T18:36:35.578Z] Selecting previously unselected package less. [2020-06-11T18:36:35.578Z] Preparing to unpack .../13-less_487-0.1_arm64.deb ... [2020-06-11T18:36:35.578Z] Unpacking less (487-0.1) ... [2020-06-11T18:36:35.578Z] Selecting previously unselected package libexpat1:arm64. [2020-06-11T18:36:35.578Z] Preparing to unpack .../14-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-11T18:36:35.578Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T18:36:35.852Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-06-11T18:36:35.852Z] Preparing to unpack .../15-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-06-11T18:36:35.852Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:36:36.127Z] Selecting previously unselected package libglib2.0-data. [2020-06-11T18:36:36.127Z] Preparing to unpack .../16-libglib2.0-data_2.56.4-0ubuntu0.18.04.6_all.deb ... [2020-06-11T18:36:36.127Z] Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:36:36.400Z] Selecting previously unselected package libicu60:arm64. [2020-06-11T18:36:36.401Z] Preparing to unpack .../17-libicu60_60.2-3ubuntu3.1_arm64.deb ... [2020-06-11T18:36:36.401Z] Unpacking libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-11T18:36:38.373Z] Selecting previously unselected package readline-common. [2020-06-11T18:36:38.373Z] Preparing to unpack .../18-readline-common_7.0-3_all.deb ... [2020-06-11T18:36:38.645Z] Unpacking readline-common (7.0-3) ... [2020-06-11T18:36:38.645Z] Selecting previously unselected package libreadline7:arm64. [2020-06-11T18:36:38.645Z] Preparing to unpack .../19-libreadline7_7.0-3_arm64.deb ... [2020-06-11T18:36:38.645Z] Unpacking libreadline7:arm64 (7.0-3) ... [2020-06-11T18:36:38.917Z] Selecting previously unselected package libxml2:arm64. [2020-06-11T18:36:38.917Z] Preparing to unpack .../20-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_arm64.deb ... [2020-06-11T18:36:38.917Z] Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T18:36:39.188Z] Selecting previously unselected package netbase. [2020-06-11T18:36:39.188Z] Preparing to unpack .../21-netbase_5.4_all.deb ... [2020-06-11T18:36:39.188Z] Unpacking netbase (5.4) ... [2020-06-11T18:36:39.188Z] Selecting previously unselected package shared-mime-info. [2020-06-11T18:36:39.188Z] Preparing to unpack .../22-shared-mime-info_1.9-2_arm64.deb ... [2020-06-11T18:36:39.188Z] Unpacking shared-mime-info (1.9-2) ... [2020-06-11T18:36:39.460Z] Selecting previously unselected package xdg-user-dirs. [2020-06-11T18:36:39.460Z] Preparing to unpack .../23-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ... [2020-06-11T18:36:39.460Z] Unpacking xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T18:36:39.730Z] Selecting previously unselected package xz-utils. [2020-06-11T18:36:39.730Z] Preparing to unpack .../24-xz-utils_5.2.2-1.3_arm64.deb ... [2020-06-11T18:36:39.730Z] Unpacking xz-utils (5.2.2-1.3) ... [2020-06-11T18:36:40.002Z] Selecting previously unselected package libedit2:arm64. [2020-06-11T18:36:40.002Z] Preparing to unpack .../25-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-11T18:36:40.002Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T18:36:40.002Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-11T18:36:40.002Z] Preparing to unpack .../26-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-11T18:36:40.002Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T18:36:40.592Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-11T18:36:40.592Z] Preparing to unpack .../27-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-11T18:36:40.592Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T18:36:40.592Z] Selecting previously unselected package manpages. [2020-06-11T18:36:40.592Z] Preparing to unpack .../28-manpages_4.15-1_all.deb ... [2020-06-11T18:36:40.592Z] Unpacking manpages (4.15-1) ... [2020-06-11T18:36:40.864Z] Selecting previously unselected package openssh-client. [2020-06-11T18:36:40.864Z] Preparing to unpack .../29-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-11T18:36:40.864Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T18:36:41.136Z] Selecting previously unselected package xauth. [2020-06-11T18:36:41.136Z] Preparing to unpack .../30-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-11T18:36:41.136Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-11T18:36:41.136Z] Selecting previously unselected package binutils-common:arm64. [2020-06-11T18:36:41.136Z] Preparing to unpack .../31-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T18:36:41.407Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:36:41.407Z] Selecting previously unselected package libbinutils:arm64. [2020-06-11T18:36:41.407Z] Preparing to unpack .../32-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T18:36:41.407Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:36:41.678Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-06-11T18:36:41.678Z] Preparing to unpack .../33-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T18:36:41.678Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:36:42.656Z] Selecting previously unselected package binutils. [2020-06-11T18:36:42.657Z] Preparing to unpack .../34-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-06-11T18:36:42.657Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:36:42.929Z] Selecting previously unselected package libc-dev-bin. [2020-06-11T18:36:42.929Z] Preparing to unpack .../35-libc-dev-bin_2.27-3ubuntu1_arm64.deb ... [2020-06-11T18:36:42.929Z] Unpacking libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T18:36:42.929Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-06-11T18:36:42.929Z] Preparing to unpack .../36-linux-libc-dev_4.15.0-106.107_arm64.deb ... [2020-06-11T18:36:42.929Z] Unpacking linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-11T18:36:43.902Z] Selecting previously unselected package libc6-dev:arm64. [2020-06-11T18:36:43.902Z] Preparing to unpack .../37-libc6-dev_2.27-3ubuntu1_arm64.deb ... [2020-06-11T18:36:43.902Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-11T18:36:44.874Z] Selecting previously unselected package gcc-7-base:arm64. [2020-06-11T18:36:44.874Z] Preparing to unpack .../38-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:44.874Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:45.145Z] Selecting previously unselected package libisl19:arm64. [2020-06-11T18:36:45.145Z] Preparing to unpack .../39-libisl19_0.19-1_arm64.deb ... [2020-06-11T18:36:45.145Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-06-11T18:36:45.145Z] Selecting previously unselected package libmpfr6:arm64. [2020-06-11T18:36:45.145Z] Preparing to unpack .../40-libmpfr6_4.0.1-1_arm64.deb ... [2020-06-11T18:36:45.416Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-06-11T18:36:45.416Z] Selecting previously unselected package libmpc3:arm64. [2020-06-11T18:36:45.416Z] Preparing to unpack .../41-libmpc3_1.1.0-1_arm64.deb ... [2020-06-11T18:36:45.416Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-06-11T18:36:45.688Z] Selecting previously unselected package cpp-7. [2020-06-11T18:36:45.688Z] Preparing to unpack .../42-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:45.688Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:47.650Z] Selecting previously unselected package cpp. [2020-06-11T18:36:47.650Z] Preparing to unpack .../43-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-11T18:36:47.650Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:36:47.650Z] Selecting previously unselected package libcc1-0:arm64. [2020-06-11T18:36:47.650Z] Preparing to unpack .../44-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:47.650Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:36:47.650Z] Selecting previously unselected package libgomp1:arm64. [2020-06-11T18:36:47.650Z] Preparing to unpack .../45-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:47.650Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:36:47.922Z] Selecting previously unselected package libitm1:arm64. [2020-06-11T18:36:47.922Z] Preparing to unpack .../46-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:47.922Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:36:47.922Z] Selecting previously unselected package libatomic1:arm64. [2020-06-11T18:36:47.922Z] Preparing to unpack .../47-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:47.922Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:36:48.195Z] Selecting previously unselected package libasan4:arm64. [2020-06-11T18:36:48.195Z] Preparing to unpack .../48-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:48.195Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:48.467Z] Selecting previously unselected package liblsan0:arm64. [2020-06-11T18:36:48.467Z] Preparing to unpack .../49-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:48.467Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:36:48.467Z] Selecting previously unselected package libtsan0:arm64. [2020-06-11T18:36:48.467Z] Preparing to unpack .../50-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:48.467Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:36:48.738Z] Selecting previously unselected package libubsan0:arm64. [2020-06-11T18:36:48.738Z] Preparing to unpack .../51-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:48.738Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:49.009Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-06-11T18:36:49.009Z] Preparing to unpack .../52-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:49.009Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:49.610Z] Selecting previously unselected package gcc-7. [2020-06-11T18:36:49.610Z] Preparing to unpack .../53-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:49.610Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:51.602Z] Selecting previously unselected package gcc. [2020-06-11T18:36:51.602Z] Preparing to unpack .../54-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-11T18:36:51.602Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:36:51.602Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-06-11T18:36:51.602Z] Preparing to unpack .../55-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:51.602Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:52.620Z] Selecting previously unselected package g++-7. [2020-06-11T18:36:52.621Z] Preparing to unpack .../56-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-06-11T18:36:52.621Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:36:54.616Z] Selecting previously unselected package g++. [2020-06-11T18:36:54.616Z] Preparing to unpack .../57-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-06-11T18:36:54.616Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:36:54.616Z] Selecting previously unselected package make. [2020-06-11T18:36:54.616Z] Preparing to unpack .../58-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-11T18:36:54.616Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-11T18:36:54.616Z] Selecting previously unselected package libdpkg-perl. [2020-06-11T18:36:54.616Z] Preparing to unpack .../59-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T18:36:54.616Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T18:36:54.888Z] Selecting previously unselected package patch. [2020-06-11T18:36:54.888Z] Preparing to unpack .../60-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-11T18:36:54.888Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-11T18:36:54.888Z] Selecting previously unselected package dpkg-dev. [2020-06-11T18:36:54.888Z] Preparing to unpack .../61-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-06-11T18:36:54.888Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T18:36:55.159Z] Selecting previously unselected package build-essential. [2020-06-11T18:36:55.159Z] Preparing to unpack .../62-build-essential_12.4ubuntu1_arm64.deb ... [2020-06-11T18:36:55.159Z] Unpacking build-essential (12.4ubuntu1) ... [2020-06-11T18:36:55.429Z] Selecting previously unselected package curl. [2020-06-11T18:36:55.429Z] Preparing to unpack .../63-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T18:36:55.429Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-11T18:36:55.429Z] Selecting previously unselected package libassuan0:arm64. [2020-06-11T18:36:55.429Z] Preparing to unpack .../64-libassuan0_2.5.1-2_arm64.deb ... [2020-06-11T18:36:55.429Z] Unpacking libassuan0:arm64 (2.5.1-2) ... [2020-06-11T18:36:55.698Z] Selecting previously unselected package gpgconf. [2020-06-11T18:36:55.698Z] Preparing to unpack .../65-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:55.698Z] Unpacking gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:55.698Z] Selecting previously unselected package libksba8:arm64. [2020-06-11T18:36:55.698Z] Preparing to unpack .../66-libksba8_1.3.5-2_arm64.deb ... [2020-06-11T18:36:55.699Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-06-11T18:36:55.970Z] Selecting previously unselected package libnpth0:arm64. [2020-06-11T18:36:55.970Z] Preparing to unpack .../67-libnpth0_1.5-3_arm64.deb ... [2020-06-11T18:36:55.970Z] Unpacking libnpth0:arm64 (1.5-3) ... [2020-06-11T18:36:55.970Z] Selecting previously unselected package dirmngr. [2020-06-11T18:36:55.970Z] Preparing to unpack .../68-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:56.241Z] Unpacking dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:56.241Z] Selecting previously unselected package libfakeroot:arm64. [2020-06-11T18:36:56.241Z] Preparing to unpack .../69-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-11T18:36:56.241Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-11T18:36:56.510Z] Selecting previously unselected package fakeroot. [2020-06-11T18:36:56.510Z] Preparing to unpack .../70-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-06-11T18:36:56.510Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-06-11T18:36:56.510Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-11T18:36:56.510Z] Preparing to unpack .../71-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-11T18:36:56.510Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T18:36:56.780Z] Selecting previously unselected package liberror-perl. [2020-06-11T18:36:56.780Z] Preparing to unpack .../72-liberror-perl_0.17025-1_all.deb ... [2020-06-11T18:36:56.780Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-11T18:36:56.780Z] Selecting previously unselected package git-man. [2020-06-11T18:36:56.780Z] Preparing to unpack .../73-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-11T18:36:57.051Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:36:57.051Z] Selecting previously unselected package git. [2020-06-11T18:36:57.051Z] Preparing to unpack .../74-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-11T18:36:57.322Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:36:58.756Z] Selecting previously unselected package gnupg-l10n. [2020-06-11T18:36:58.756Z] Preparing to unpack .../75-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... [2020-06-11T18:36:58.756Z] Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:58.756Z] Selecting previously unselected package gnupg-utils. [2020-06-11T18:36:58.756Z] Preparing to unpack .../76-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:58.756Z] Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:58.756Z] Selecting previously unselected package gpg. [2020-06-11T18:36:58.756Z] Preparing to unpack .../77-gpg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:58.756Z] Unpacking gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:59.029Z] Selecting previously unselected package pinentry-curses. [2020-06-11T18:36:59.029Z] Preparing to unpack .../78-pinentry-curses_1.1.0-1_arm64.deb ... [2020-06-11T18:36:59.029Z] Unpacking pinentry-curses (1.1.0-1) ... [2020-06-11T18:36:59.029Z] Selecting previously unselected package gpg-agent. [2020-06-11T18:36:59.299Z] Preparing to unpack .../79-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:59.299Z] Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:59.299Z] Selecting previously unselected package gpg-wks-client. [2020-06-11T18:36:59.299Z] Preparing to unpack .../80-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:59.299Z] Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:59.569Z] Selecting previously unselected package gpg-wks-server. [2020-06-11T18:36:59.569Z] Preparing to unpack .../81-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:59.569Z] Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:59.569Z] Selecting previously unselected package gpgsm. [2020-06-11T18:36:59.569Z] Preparing to unpack .../82-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:59.569Z] Unpacking gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:59.839Z] Selecting previously unselected package gnupg. [2020-06-11T18:36:59.839Z] Preparing to unpack .../83-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... [2020-06-11T18:36:59.839Z] Unpacking gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:36:59.839Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-06-11T18:36:59.839Z] Preparing to unpack .../84-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-06-11T18:36:59.839Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T18:37:00.111Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-06-11T18:37:00.111Z] Preparing to unpack .../85-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-06-11T18:37:00.111Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T18:37:00.111Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-06-11T18:37:00.111Z] Preparing to unpack .../86-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-06-11T18:37:00.111Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-06-11T18:37:00.380Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-06-11T18:37:00.380Z] Preparing to unpack .../87-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-06-11T18:37:00.380Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T18:37:00.380Z] Selecting previously unselected package libnorm1:arm64. [2020-06-11T18:37:00.380Z] Preparing to unpack .../88-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-06-11T18:37:00.380Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-11T18:37:00.650Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-06-11T18:37:00.650Z] Preparing to unpack .../89-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-06-11T18:37:00.650Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-11T18:37:00.920Z] Selecting previously unselected package libsodium23:arm64. [2020-06-11T18:37:00.920Z] Preparing to unpack .../90-libsodium23_1.0.16-2_arm64.deb ... [2020-06-11T18:37:00.920Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-06-11T18:37:00.920Z] Selecting previously unselected package libzmq5:arm64. [2020-06-11T18:37:00.920Z] Preparing to unpack .../91-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-11T18:37:00.920Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:37:01.192Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-06-11T18:37:01.192Z] Preparing to unpack .../92-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-06-11T18:37:01.192Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:37:01.464Z] Selecting previously unselected package manpages-dev. [2020-06-11T18:37:01.464Z] Preparing to unpack .../93-manpages-dev_4.15-1_all.deb ... [2020-06-11T18:37:01.464Z] Unpacking manpages-dev (4.15-1) ... [2020-06-11T18:37:02.060Z] Selecting previously unselected package pkg-config. [2020-06-11T18:37:02.060Z] Preparing to unpack .../94-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-06-11T18:37:02.060Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T18:37:02.331Z] Setting up libnpth0:arm64 (1.5-3) ... [2020-06-11T18:37:02.331Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-11T18:37:02.331Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:37:02.331Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-06-11T18:37:02.331Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:37:02.331Z] Setting up readline-common (7.0-3) ... [2020-06-11T18:37:02.331Z] Setting up manpages (4.15-1) ... [2020-06-11T18:37:02.601Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:37:02.601Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-11T18:37:02.601Z] Setting up libicu60:arm64 (60.2-3ubuntu3.1) ... [2020-06-11T18:37:02.601Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:37:02.601Z] Setting up less (487-0.1) ... [2020-06-11T18:37:02.871Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-11T18:37:03.143Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-11T18:37:03.412Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-11T18:37:03.412Z] Setting up libreadline7:arm64 (7.0-3) ... [2020-06-11T18:37:03.412Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-11T18:37:03.412Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:37:03.412Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:37:03.683Z] No schema files found: doing nothing. [2020-06-11T18:37:03.683Z] Setting up linux-libc-dev:arm64 (4.15.0-106.107) ... [2020-06-11T18:37:03.683Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-06-11T18:37:03.683Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-06-11T18:37:03.683Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:37:03.683Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-11T18:37:03.683Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-11T18:37:03.683Z] Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.3) ... [2020-06-11T18:37:03.953Z] Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:03.953Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:37:03.953Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-06-11T18:37:03.953Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:03.953Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:37:03.953Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-06-11T18:37:03.953Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-11T18:37:04.224Z] Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.6) ... [2020-06-11T18:37:04.224Z] Setting up xz-utils (5.2.2-1.3) ... [2020-06-11T18:37:04.224Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist [2020-06-11T18:37:04.224Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-06-11T18:37:04.224Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-06-11T18:37:04.224Z] Setting up shared-mime-info (1.9-2) ... [2020-06-11T18:37:10.914Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-06-11T18:37:10.914Z] Setting up libc-dev-bin (2.27-3ubuntu1) ... [2020-06-11T18:37:10.914Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-11T18:37:10.914Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-11T18:37:10.914Z] Setting up manpages-dev (4.15-1) ... [2020-06-11T18:37:10.914Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-11T18:37:11.184Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1) ... [2020-06-11T18:37:11.184Z] Setting up libassuan0:arm64 (2.5.1-2) ... [2020-06-11T18:37:11.184Z] Setting up xdg-user-dirs (0.17-1ubuntu1) ... [2020-06-11T18:37:11.184Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-06-11T18:37:11.454Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:37:11.454Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-11T18:37:11.454Z] Setting up netbase (5.4) ... [2020-06-11T18:37:11.454Z] Setting up libisl19:arm64 (0.19-1) ... [2020-06-11T18:37:11.454Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:37:11.454Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:11.724Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:37:11.724Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:11.724Z] Setting up gpgconf (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:11.724Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-06-11T18:37:11.724Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-06-11T18:37:11.724Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-06-11T18:37:11.724Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:11.993Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:11.993Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:11.993Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-11T18:37:11.993Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:37:11.993Z] Setting up gpgsm (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:11.994Z] Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:12.264Z] Setting up pinentry-curses (1.1.0-1) ... [2020-06-11T18:37:12.264Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-06-11T18:37:12.264Z] Setting up dirmngr (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:12.264Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-11T18:37:12.264Z] Setting up gpg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:12.533Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:37:12.533Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:12.533Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-06-11T18:37:12.533Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-11T18:37:12.533Z] Setting up gpg-agent (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:12.533Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:37:12.803Z] Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:12.803Z] Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:12.803Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-11T18:37:12.803Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-11T18:37:13.073Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-06-11T18:37:13.073Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-06-11T18:37:13.073Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-06-11T18:37:13.073Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-06-11T18:37:13.073Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-06-11T18:37:13.073Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-11T18:37:13.342Z] Setting up liberror-perl (0.17025-1) ... [2020-06-11T18:37:13.342Z] Setting up gnupg (2.2.4-1ubuntu1.2) ... [2020-06-11T18:37:13.342Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-06-11T18:37:13.342Z] Setting up xauth (1:1.0.10-1) ... [2020-06-11T18:37:13.342Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-06-11T18:37:13.342Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-06-11T18:37:13.611Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-06-11T18:37:13.611Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-11T18:37:13.611Z] Setting up build-essential (12.4ubuntu1) ... [2020-06-11T18:37:13.611Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-06-11T18:37:13.881Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-11T18:37:26.244Z] binutils set to automatically installed. [2020-06-11T18:37:26.244Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-06-11T18:37:26.244Z] binutils-common set to automatically installed. [2020-06-11T18:37:26.244Z] build-essential set to automatically installed. [2020-06-11T18:37:26.244Z] cpp set to automatically installed. [2020-06-11T18:37:26.244Z] cpp-7 set to automatically installed. [2020-06-11T18:37:26.244Z] curl set to automatically installed. [2020-06-11T18:37:26.244Z] dirmngr set to automatically installed. [2020-06-11T18:37:26.244Z] dpkg-dev set to automatically installed. [2020-06-11T18:37:26.244Z] fakeroot set to automatically installed. [2020-06-11T18:37:26.244Z] g++ set to automatically installed. [2020-06-11T18:37:26.244Z] g++-7 set to automatically installed. [2020-06-11T18:37:26.244Z] gcc set to automatically installed. [2020-06-11T18:37:26.244Z] gcc-7 set to automatically installed. [2020-06-11T18:37:26.244Z] gcc-7-base set to automatically installed. [2020-06-11T18:37:26.244Z] git set to automatically installed. [2020-06-11T18:37:26.244Z] git-man set to automatically installed. [2020-06-11T18:37:26.244Z] gnupg set to automatically installed. [2020-06-11T18:37:26.244Z] gnupg-l10n set to automatically installed. [2020-06-11T18:37:26.244Z] gnupg-utils set to automatically installed. [2020-06-11T18:37:26.244Z] gpg set to automatically installed. [2020-06-11T18:37:26.244Z] gpg-agent set to automatically installed. [2020-06-11T18:37:26.244Z] gpg-wks-client set to automatically installed. [2020-06-11T18:37:26.244Z] gpg-wks-server set to automatically installed. [2020-06-11T18:37:26.244Z] gpgconf set to automatically installed. [2020-06-11T18:37:26.244Z] gpgsm set to automatically installed. [2020-06-11T18:37:26.244Z] less set to automatically installed. [2020-06-11T18:37:26.244Z] libalgorithm-diff-perl set to automatically installed. [2020-06-11T18:37:26.244Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-06-11T18:37:26.244Z] libalgorithm-merge-perl set to automatically installed. [2020-06-11T18:37:26.244Z] libasan4 set to automatically installed. [2020-06-11T18:37:26.244Z] libassuan0 set to automatically installed. [2020-06-11T18:37:26.244Z] libatomic1 set to automatically installed. [2020-06-11T18:37:26.244Z] libbinutils set to automatically installed. [2020-06-11T18:37:26.244Z] libbsd0 set to automatically installed. [2020-06-11T18:37:26.244Z] libc-dev-bin set to automatically installed. [2020-06-11T18:37:26.244Z] libc6-dev set to automatically installed. [2020-06-11T18:37:26.244Z] libcc1-0 set to automatically installed. [2020-06-11T18:37:26.244Z] libcurl3-gnutls set to automatically installed. [2020-06-11T18:37:26.244Z] libdpkg-perl set to automatically installed. [2020-06-11T18:37:26.244Z] libedit2 set to automatically installed. [2020-06-11T18:37:26.244Z] liberror-perl set to automatically installed. [2020-06-11T18:37:26.244Z] libexpat1 set to automatically installed. [2020-06-11T18:37:26.244Z] libfakeroot set to automatically installed. [2020-06-11T18:37:26.244Z] libfile-fcntllock-perl set to automatically installed. [2020-06-11T18:37:26.244Z] libgcc-7-dev set to automatically installed. [2020-06-11T18:37:26.244Z] libgdbm-compat4 set to automatically installed. [2020-06-11T18:37:26.244Z] libgdbm5 set to automatically installed. [2020-06-11T18:37:26.244Z] libglib2.0-0 set to automatically installed. [2020-06-11T18:37:26.244Z] libglib2.0-data set to automatically installed. [2020-06-11T18:37:26.244Z] libgomp1 set to automatically installed. [2020-06-11T18:37:26.244Z] libicu60 set to automatically installed. [2020-06-11T18:37:26.244Z] libisl19 set to automatically installed. [2020-06-11T18:37:26.244Z] libitm1 set to automatically installed. [2020-06-11T18:37:26.244Z] libksba8 set to automatically installed. [2020-06-11T18:37:26.244Z] liblocale-gettext-perl set to automatically installed. [2020-06-11T18:37:26.244Z] liblsan0 set to automatically installed. [2020-06-11T18:37:26.244Z] libmpc3 set to automatically installed. [2020-06-11T18:37:26.244Z] libmpfr6 set to automatically installed. [2020-06-11T18:37:26.244Z] libnorm1 set to automatically installed. [2020-06-11T18:37:26.244Z] libnpth0 set to automatically installed. [2020-06-11T18:37:26.244Z] libperl5.26 set to automatically installed. [2020-06-11T18:37:26.244Z] libpgm-5.2-0 set to automatically installed. [2020-06-11T18:37:26.244Z] libreadline7 set to automatically installed. [2020-06-11T18:37:26.244Z] libsodium23 set to automatically installed. [2020-06-11T18:37:26.244Z] libssl1.0.0 set to automatically installed. [2020-06-11T18:37:26.244Z] libstdc++-7-dev set to automatically installed. [2020-06-11T18:37:26.244Z] libtsan0 set to automatically installed. [2020-06-11T18:37:26.244Z] libubsan0 set to automatically installed. [2020-06-11T18:37:26.244Z] libx11-6 set to automatically installed. [2020-06-11T18:37:26.244Z] libx11-data set to automatically installed. [2020-06-11T18:37:26.244Z] libxau6 set to automatically installed. [2020-06-11T18:37:26.244Z] libxcb1 set to automatically installed. [2020-06-11T18:37:26.244Z] libxdmcp6 set to automatically installed. [2020-06-11T18:37:26.244Z] libxext6 set to automatically installed. [2020-06-11T18:37:26.244Z] libxml2 set to automatically installed. [2020-06-11T18:37:26.244Z] libxmuu1 set to automatically installed. [2020-06-11T18:37:26.244Z] libzmq3-dev set to automatically installed. [2020-06-11T18:37:26.244Z] libzmq5 set to automatically installed. [2020-06-11T18:37:26.244Z] linux-libc-dev set to automatically installed. [2020-06-11T18:37:26.244Z] make set to automatically installed. [2020-06-11T18:37:26.244Z] manpages set to automatically installed. [2020-06-11T18:37:26.244Z] manpages-dev set to automatically installed. [2020-06-11T18:37:26.244Z] netbase set to automatically installed. [2020-06-11T18:37:26.244Z] openssh-client set to automatically installed. [2020-06-11T18:37:26.244Z] patch set to automatically installed. [2020-06-11T18:37:26.244Z] perl set to automatically installed. [2020-06-11T18:37:26.244Z] perl-modules-5.26 set to automatically installed. [2020-06-11T18:37:26.244Z] pinentry-curses set to automatically installed. [2020-06-11T18:37:26.244Z] pkg-config set to automatically installed. [2020-06-11T18:37:26.244Z] readline-common set to automatically installed. [2020-06-11T18:37:26.244Z] shared-mime-info set to automatically installed. [2020-06-11T18:37:26.244Z] xauth set to automatically installed. [2020-06-11T18:37:26.244Z] xdg-user-dirs set to automatically installed. [2020-06-11T18:37:26.244Z] xz-utils set to automatically installed. [2020-06-11T18:37:26.244Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-11T18:37:26.244Z] Please ensure the environment is properly setup before continuing. [2020-06-11T18:37:26.244Z] Ignore this message if the appropriate measures have already been taken [2020-06-11T18:37:26.244Z] Pulling go [2020-06-11T18:37:29.612Z] 'app-service-config' has dependencies that need to be staged: go [2020-06-11T18:37:29.612Z] Skipping pull go (already ran) [2020-06-11T18:37:29.613Z] Building go [2020-06-11T18:37:29.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-11T18:37:29.613Z] Dload Upload Total Spent Left Speed [2020-06-11T18:37:31.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.1M 0 679k 0 0 4143k 0 0:00:23 --:--:-- 0:00:23 4118k 47 93.1M 47 43.9M 0 0 37.6M 0 0:00:02 0:00:01 0:00:01 37.6M 95 93.1M 95 89.1M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.6M 100 93.1M 100 93.1M 0 0 40.8M 0 0:00:02 0:00:02 --:--:-- 40.8M [2020-06-11T18:37:32.991Z] go1.13.10.linux-arm64.tar.gz: OK [2020-06-11T18:37:51.258Z] Staging go [2020-06-11T18:38:18.021Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-06-11T18:38:18.021Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-11T18:38:18.021Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-11T18:38:18.021Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-11T18:38:18.021Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-06-11T18:38:18.021Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-06-11T18:38:18.021Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-06-11T18:38:18.021Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-06-11T18:38:18.021Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] [2020-06-11T18:38:18.021Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-11T18:38:18.021Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] [2020-06-11T18:38:18.021Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-11T18:38:18.021Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-11T18:38:18.021Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-11T18:38:18.021Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [581 B] [2020-06-11T18:38:18.021Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [606 kB] [2020-06-11T18:38:18.021Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-06-11T18:38:18.021Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] [2020-06-11T18:38:18.021Z] Fetched 16.4 MB in 6s (2642 kB/s) [2020-06-11T18:38:18.021Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-06-11T18:38:18.021Z] Fetched 218 kB in 0s (0 B/s) [2020-06-11T18:38:18.021Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-06-11T18:38:18.021Z] Fetched 140 kB in 0s (0 B/s) [2020-06-11T18:38:18.021Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-06-11T18:38:18.021Z] Fetched 208 kB in 0s (0 B/s) [2020-06-11T18:38:18.021Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-06-11T18:38:18.021Z] Fetched 90.4 kB in 0s (0 B/s) [2020-06-11T18:38:18.021Z] Pulling app-service-config [2020-06-11T18:38:23.384Z] Pulling config-common [2020-06-11T18:38:25.989Z] Skipping build go (already ran) [2020-06-11T18:38:26.261Z] Building app-service-config [2020-06-11T18:38:26.261Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.1.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.1.1-dev.5" -o app-service-configurable [2020-06-11T18:38:27.689Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:38:27.689Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:38:27.689Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:38:27.689Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:38:27.689Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-06-11T18:38:27.689Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-11T18:38:27.689Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:38:27.689Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:38:27.689Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-11T18:38:27.689Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-06-11T18:38:27.959Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:38:27.959Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:38:27.959Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:38:27.959Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:38:27.959Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:38:27.959Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:38:27.959Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:38:27.959Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:38:27.959Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:38:27.959Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:38:27.959Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-11T18:38:27.959Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:38:27.959Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:38:27.959Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:38:27.960Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:38:27.960Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:38:27.960Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:38:27.960Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:38:27.960Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:38:27.960Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:38:27.960Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:38:27.960Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:38:27.960Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:38:28.237Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:38:28.237Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:38:28.237Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:38:28.237Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:38:28.237Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:38:28.237Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:38:28.237Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:38:28.237Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:38:28.237Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:38:28.237Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:38:28.237Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-11T18:38:28.237Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:38:28.237Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:38:28.237Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:38:28.510Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:38:28.510Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:38:28.510Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-11T18:38:28.510Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:38:28.510Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:38:28.510Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:38:28.510Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-11T18:38:28.510Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:38:28.510Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-11T18:38:28.510Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:38:28.784Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:38:28.784Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:38:28.784Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-11T18:38:28.784Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:38:28.784Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:38:28.784Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:38:28.784Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:38:28.784Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:38:29.058Z] go: extracting go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:38:29.058Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:38:29.058Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:38:29.058Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:38:29.058Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:38:29.651Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-06-11T18:38:29.651Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:38:29.651Z] go: downloading github.com/golang/snappy v0.0.1 [2020-06-11T18:38:29.651Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:38:29.651Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-06-11T18:38:29.651Z] go: extracting github.com/go-stack/stack v1.8.0 [2020-06-11T18:38:29.651Z] go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:38:29.651Z] go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:38:29.651Z] go: extracting github.com/xdg/stringprep v1.0.0 [2020-06-11T18:38:29.651Z] go: extracting github.com/golang/snappy v0.0.1 [2020-06-11T18:38:29.651Z] go: downloading golang.org/x/text v0.3.2 [2020-06-11T18:38:29.651Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:38:30.246Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:38:31.221Z] go: extracting golang.org/x/text v0.3.2 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.1.1-dev.3 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.32 [2020-06-11T18:38:32.646Z] go: finding github.com/google/uuid v1.1.1 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-06-11T18:38:32.646Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-11T18:38:32.646Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-11T18:38:32.646Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-06-11T18:38:32.646Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-11T18:38:32.646Z] go: finding github.com/gorilla/mux v1.7.4 [2020-06-11T18:38:32.646Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-11T18:38:32.646Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-11T18:38:32.917Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-11T18:38:32.918Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-06-11T18:38:32.918Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-06-11T18:38:32.918Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-06-11T18:38:32.918Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-11T18:38:32.918Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-06-11T18:38:32.918Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-06-11T18:38:32.918Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-06-11T18:38:32.918Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-11T18:38:32.918Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-11T18:38:32.918Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-06-11T18:38:32.918Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-11T18:38:32.918Z] go: finding github.com/golang/snappy v0.0.1 [2020-06-11T18:38:32.918Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-11T18:38:32.918Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-11T18:38:32.918Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-06-11T18:38:32.918Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-11T18:38:32.918Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-11T18:38:32.918Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-11T18:38:32.918Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-11T18:38:32.918Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-06-11T18:38:32.918Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-11T18:38:32.918Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-11T18:38:32.918Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-11T18:38:32.918Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-11T18:38:32.918Z] go: finding golang.org/x/text v0.3.2 [2020-06-11T18:38:32.918Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-06-11T18:38:32.918Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-06-11T18:39:29.477Z] Building config-common [2020-06-11T18:39:41.816Z] Skipping stage go (already ran) [2020-06-11T18:39:41.816Z] Staging app-service-config [2020-06-11T18:39:45.187Z] Staging config-common [2020-06-11T18:39:47.778Z] Priming go [2020-06-11T18:39:50.373Z] Priming app-service-config [2020-06-11T18:39:54.651Z] Priming config-common [2020-06-11T18:39:58.018Z] Snapping 'edgex-app-service-configurable' ... [2020-06-11T18:40:03.431Z] [2020-06-11T18:40:03.431Z] Snapped edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap [2020-06-11T18:40:08.804Z] [2020-06-11T18:40:08.804Z] Login successful. You now have these capabilities: [2020-06-11T18:40:08.804Z] [2020-06-11T18:40:08.804Z] snaps: No restriction [2020-06-11T18:40:08.804Z] channels: No restriction [2020-06-11T18:40:08.804Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-11T18:40:08.804Z] expires: 2020-06-19T16:50:48.252993 [2020-06-11T18:40:08.804Z] [2020-06-11T18:40:11.409Z] Preparing to push 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap'. [2020-06-11T18:40:11.409Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-11T18:40:11.409Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-11T18:40:33.902Z] Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 10% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 20% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 30% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 40% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 50% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 60% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 91% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [] 100% [2020-06-11T18:40:36.504Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ released [2020-06-11T18:40:36.504Z] Revision 9 of 'edgex-app-service-configurable' created. [2020-06-11T18:40:37.924Z] Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| [2020-06-11T18:40:37.924Z] Track Arch Channel Version Revision Notes [2020-06-11T18:40:37.924Z] latest arm64 stable - - - [2020-06-11T18:40:37.924Z] candidate - - - [2020-06-11T18:40:37.924Z] beta - - - [2020-06-11T18:40:37.924Z] edge 1.1.0-20200611+04d8ebe 9 - [2020-06-11T18:40:41.291Z] Pushing metadata from 'edgex-app-service-configurable_1.1.0-20200611+04d8ebe_arm64.snap' [2020-06-11T18:40:44.652Z] The metadata has been pushed [Pipeline] } [2020-06-11T18:40:48.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-06-11T18:40:48.664Z] provisioning config files... [2020-06-11T18:40:48.680Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config7703749950443256922tmp [Pipeline] { [Pipeline] sh [2020-06-11T18:40:49.022Z] + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config7703749950443256922tmp [2020-06-11T18:40:49.022Z] + curl -s https://codecov.io/bash [2020-06-11T18:40:49.283Z] [2020-06-11T18:40:49.283Z] _____ _ [2020-06-11T18:40:49.283Z] / ____| | | [2020-06-11T18:40:49.283Z] | | ___ __| | ___ ___ _____ __ [2020-06-11T18:40:49.283Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-11T18:40:49.283Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-11T18:40:49.283Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-11T18:40:49.283Z] Bash-20200602-f809a24 [2020-06-11T18:40:49.283Z] [2020-06-11T18:40:49.283Z] [2020-06-11T18:40:49.283Z] ==> Jenkins CI detected. [2020-06-11T18:40:49.283Z] project root: . [2020-06-11T18:40:49.283Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-11T18:40:49.283Z] ==> Running gcov in . (disable via -X gcov) [2020-06-11T18:40:49.283Z] ==> Python coveragepy not found [2020-06-11T18:40:49.283Z] ==> Searching for coverage reports in: [2020-06-11T18:40:49.283Z] + . [2020-06-11T18:40:49.283Z] -> Found 1 reports [2020-06-11T18:40:49.283Z] ==> Detecting git/mercurial file structure [2020-06-11T18:40:49.283Z] ==> Reading reports [2020-06-11T18:40:49.283Z] + ./coverage.out bytes=10 [2020-06-11T18:40:49.283Z] ==> Appending adjustments [2020-06-11T18:40:49.283Z] https://docs.codecov.io/docs/fixing-reports [2020-06-11T18:40:49.283Z] + Found adjustments [2020-06-11T18:40:49.283Z] ==> Gzipping contents [2020-06-11T18:40:49.283Z] ==> Uploading reports [2020-06-11T18:40:49.283Z] url: https://codecov.io [2020-06-11T18:40:49.283Z] query: branch=master&commit=04d8ebea8fb6998f024e53b4353c034991e3a98c&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-11T18:40:49.283Z] -> Pinging Codecov [2020-06-11T18:40:49.283Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=04d8ebea8fb6998f024e53b4353c034991e3a98c&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F26%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job= [2020-06-11T18:40:49.855Z] -> Uploading [2020-06-11T18:40:50.116Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/04d8ebea8fb6998f024e53b4353c034991e3a98c [Pipeline] } [2020-06-11T18:40:50.125Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-11T18:40:50.317Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-11T18:40:50.318Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-11T18:40:50.347Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:40:50.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T18:40:50.660Z] [2020-06-11T18:40:50.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:40:50.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T18:40:50.994Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-11T18:40:50.994Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-11T18:40:50.994Z] 408f87550127: Pulling fs layer [2020-06-11T18:40:50.994Z] fe522b08c979: Pulling fs layer [2020-06-11T18:40:50.994Z] 221eaa008020: Pulling fs layer [2020-06-11T18:40:50.994Z] 2a4607e5d6b9: Pulling fs layer [2020-06-11T18:40:50.994Z] 8f79b27c4fd2: Pulling fs layer [2020-06-11T18:40:50.994Z] e5c8dbe1645b: Pulling fs layer [2020-06-11T18:40:50.994Z] 23e8b3b47431: Pulling fs layer [2020-06-11T18:40:50.994Z] 5c568d65a230: Pulling fs layer [2020-06-11T18:40:50.994Z] 2a4607e5d6b9: Waiting [2020-06-11T18:40:50.995Z] 8f79b27c4fd2: Waiting [2020-06-11T18:40:50.995Z] e5c8dbe1645b: Waiting [2020-06-11T18:40:50.995Z] 23e8b3b47431: Waiting [2020-06-11T18:40:50.995Z] 221eaa008020: Waiting [2020-06-11T18:40:50.995Z] 5c568d65a230: Waiting [2020-06-11T18:40:50.995Z] fe522b08c979: Verifying Checksum [2020-06-11T18:40:50.995Z] fe522b08c979: Download complete [2020-06-11T18:40:50.995Z] 408f87550127: Verifying Checksum [2020-06-11T18:40:50.995Z] 408f87550127: Download complete [2020-06-11T18:40:50.995Z] 2a4607e5d6b9: Verifying Checksum [2020-06-11T18:40:50.995Z] 2a4607e5d6b9: Download complete [2020-06-11T18:40:50.995Z] cbdbe7a5bc2a: Verifying Checksum [2020-06-11T18:40:50.995Z] cbdbe7a5bc2a: Download complete [2020-06-11T18:40:50.995Z] 8f79b27c4fd2: Verifying Checksum [2020-06-11T18:40:50.995Z] 8f79b27c4fd2: Download complete [2020-06-11T18:40:51.587Z] e5c8dbe1645b: Verifying Checksum [2020-06-11T18:40:51.587Z] e5c8dbe1645b: Download complete [2020-06-11T18:40:51.587Z] cbdbe7a5bc2a: Pull complete [2020-06-11T18:40:51.865Z] 23e8b3b47431: Verifying Checksum [2020-06-11T18:40:51.865Z] 23e8b3b47431: Download complete [2020-06-11T18:40:52.133Z] 5c568d65a230: Download complete [2020-06-11T18:40:52.133Z] 408f87550127: Pull complete [2020-06-11T18:40:52.396Z] fe522b08c979: Pull complete [2020-06-11T18:40:52.658Z] 221eaa008020: Verifying Checksum [2020-06-11T18:40:52.658Z] 221eaa008020: Download complete [2020-06-11T18:40:57.982Z] 221eaa008020: Pull complete [2020-06-11T18:40:58.244Z] 2a4607e5d6b9: Pull complete [2020-06-11T18:40:58.244Z] 8f79b27c4fd2: Pull complete [2020-06-11T18:41:00.807Z] e5c8dbe1645b: Pull complete [2020-06-11T18:41:04.126Z] 23e8b3b47431: Pull complete [2020-06-11T18:41:05.513Z] 5c568d65a230: Pull complete [2020-06-11T18:41:05.775Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-11T18:41:05.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-11T18:41:05.775Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-11T18:41:05.912Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:41:05.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-11T18:41:06.687Z] $ docker top fcc1d81acf967bafa3baf653bb220715d346a1d20bfba7dbf4d9f0f2b552309b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-11T18:41:07.125Z] + snyk monitor '--org=edgex-jenkins' [2020-06-11T18:41:13.724Z] [2020-06-11T18:41:13.724Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-06-11T18:41:13.724Z] [2020-06-11T18:41:13.724Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8066ffd1-98ee-4823-b056-1313ee8bc19e [2020-06-11T18:41:13.724Z] [2020-06-11T18:41:13.724Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-11T18:41:13.724Z] [2020-06-11T18:41:13.724Z] [Pipeline] } [2020-06-11T18:41:13.752Z] $ docker stop --time=1 fcc1d81acf967bafa3baf653bb220715d346a1d20bfba7dbf4d9f0f2b552309b [2020-06-11T18:41:18.079Z] $ docker rm -f fcc1d81acf967bafa3baf653bb220715d346a1d20bfba7dbf4d9f0f2b552309b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:19.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T18:41:19.139Z] [2020-06-11T18:41:19.139Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:19.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T18:41:19.466Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-11T18:41:19.466Z] e7c96db7181b: Pulling fs layer [2020-06-11T18:41:19.466Z] 1868ca2cb446: Pulling fs layer [2020-06-11T18:41:19.466Z] 136be5d0fe8e: Pulling fs layer [2020-06-11T18:41:19.466Z] 894bfe63afcb: Pulling fs layer [2020-06-11T18:41:19.466Z] 894bfe63afcb: Waiting [2020-06-11T18:41:19.466Z] 1868ca2cb446: Download complete [2020-06-11T18:41:19.466Z] 136be5d0fe8e: Download complete [2020-06-11T18:41:19.466Z] e7c96db7181b: Verifying Checksum [2020-06-11T18:41:19.466Z] e7c96db7181b: Download complete [2020-06-11T18:41:19.747Z] 894bfe63afcb: Verifying Checksum [2020-06-11T18:41:19.747Z] 894bfe63afcb: Download complete [2020-06-11T18:41:19.747Z] e7c96db7181b: Pull complete [2020-06-11T18:41:20.015Z] 1868ca2cb446: Pull complete [2020-06-11T18:41:20.015Z] 136be5d0fe8e: Pull complete [2020-06-11T18:41:20.277Z] 894bfe63afcb: Pull complete [2020-06-11T18:41:20.277Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-11T18:41:20.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T18:41:20.540Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-11T18:41:20.643Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:41:20.694Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T18:41:21.622Z] $ docker top 3d1a466d35e40eaf632bbb274b1c22d4aad2375322a020e35efc1d69aff0bdd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T18:41:22.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:41:22.058Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T18:41:26.353Z] $ docker stop --time=1 3d1a466d35e40eaf632bbb274b1c22d4aad2375322a020e35efc1d69aff0bdd7 [2020-06-11T18:41:27.704Z] $ docker rm -f 3d1a466d35e40eaf632bbb274b1c22d4aad2375322a020e35efc1d69aff0bdd7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:28.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T18:41:28.135Z] . [Pipeline] withDockerContainer [2020-06-11T18:41:28.230Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:41:28.276Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T18:41:28.846Z] $ docker top 031fb3f0c539ae30886fdb6a9be34ec868c9056fb463aa35f374636774a4d456 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T18:41:29.267Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:41:29.267Z] + tee [2020-06-11T18:41:29.267Z] clair timeout 1m0s [2020-06-11T18:41:29.267Z] docker timeout: 1m0s [2020-06-11T18:41:29.267Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T18:41:29.893Z] $ docker stop --time=1 031fb3f0c539ae30886fdb6a9be34ec868c9056fb463aa35f374636774a4d456 [2020-06-11T18:41:31.240Z] $ docker rm -f 031fb3f0c539ae30886fdb6a9be34ec868c9056fb463aa35f374636774a4d456 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T18:41:31.638Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-11T18:41:31.650Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_04d8ebea8fb6998f024e53b4353c034991e3a98c.html [Pipeline] writeFile [Pipeline] step [2020-06-11T18:41:31.689Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:32.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T18:41:32.034Z] . [Pipeline] withDockerContainer [2020-06-11T18:41:32.128Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:41:32.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T18:41:32.726Z] $ docker top ce6f1849cbd03a15b34922c9a2a0026ef1c4d6a135076cb9b4d5ab3e1006f0f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T18:41:33.161Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:41:33.161Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T18:41:37.466Z] $ docker stop --time=1 ce6f1849cbd03a15b34922c9a2a0026ef1c4d6a135076cb9b4d5ab3e1006f0f0 [2020-06-11T18:41:38.850Z] $ docker rm -f ce6f1849cbd03a15b34922c9a2a0026ef1c4d6a135076cb9b4d5ab3e1006f0f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:39.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-11T18:41:39.296Z] . [Pipeline] withDockerContainer [2020-06-11T18:41:39.451Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:41:39.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-11T18:41:40.238Z] $ docker top b74aec46bdf141628c22cfe288325936a30ec1004a051f43cf11b6da4442a3bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-11T18:41:40.700Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:04d8ebea8fb6998f024e53b4353c034991e3a98c [2020-06-11T18:41:40.700Z] + tee [2020-06-11T18:41:40.700Z] clair timeout 1m0s [2020-06-11T18:41:40.700Z] docker timeout: 1m0s [2020-06-11T18:41:40.700Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-11T18:41:41.331Z] $ docker stop --time=1 b74aec46bdf141628c22cfe288325936a30ec1004a051f43cf11b6da4442a3bf [2020-06-11T18:41:42.708Z] $ docker rm -f b74aec46bdf141628c22cfe288325936a30ec1004a051f43cf11b6da4442a3bf [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-11T18:41:43.125Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-06-11T18:41:43.138Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_04d8ebea8fb6998f024e53b4353c034991e3a98c.html [Pipeline] writeFile [Pipeline] step [2020-06-11T18:41:43.164Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:43.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T18:41:43.706Z] . [Pipeline] withDockerContainer [2020-06-11T18:41:43.800Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:41:43.845Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T18:41:44.414Z] $ docker top 48bdd461a0609d68bc02c4364e5c0fd9e3df0f3361d3b05527da20842b7d4655 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T18:41:44.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T18:41:44.587Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T18:41:44.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T18:41:44.810Z] $ docker exec 48bdd461a0609d68bc02c4364e5c0fd9e3df0f3361d3b05527da20842b7d4655 ssh-agent [2020-06-11T18:41:44.990Z] SSH_AUTH_SOCK=/tmp/ssh-dethUrgOyeH7/agent.11 [2020-06-11T18:41:44.990Z] SSH_AGENT_PID=17 [2020-06-11T18:41:44.996Z] Running ssh-add (command line suppressed) [2020-06-11T18:41:45.128Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3434350355866101310.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3434350355866101310.key) [2020-06-11T18:41:45.175Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T18:41:45.483Z] + git semver tag [2020-06-11T18:41:45.483Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T18:41:45.483Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T18:41:45.483Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T18:41:45.483Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T18:41:45.483Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T18:41:45.483Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T18:41:45.483Z] # $SEMVER_BRANCH = master [2020-06-11T18:41:45.483Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-11T18:41:45.483Z] # 04d8ebea8fb6998f024e53b4353c034991e3a98c HEAD [2020-06-11T18:41:45.483Z] # -> Force: false [2020-06-11T18:41:45.483Z] # d251d73dc86b64d41df31f90b7c2d5a0feab03ec refs/tags/v1.1.1-dev.5 [Pipeline] } [2020-06-11T18:41:45.498Z] $ docker exec --env ******** --env ******** 48bdd461a0609d68bc02c4364e5c0fd9e3df0f3361d3b05527da20842b7d4655 ssh-agent -k [2020-06-11T18:41:45.616Z] unset SSH_AUTH_SOCK; [2020-06-11T18:41:45.616Z] unset SSH_AGENT_PID; [2020-06-11T18:41:45.616Z] echo Agent pid 17 killed; [2020-06-11T18:41:45.663Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T18:41:46.039Z] + git semver [Pipeline] } [2020-06-11T18:41:46.057Z] $ docker stop --time=1 48bdd461a0609d68bc02c4364e5c0fd9e3df0f3361d3b05527da20842b7d4655 [2020-06-11T18:41:47.387Z] $ docker rm -f 48bdd461a0609d68bc02c4364e5c0fd9e3df0f3361d3b05527da20842b7d4655 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:47.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T18:41:47.883Z] [2020-06-11T18:41:47.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:41:48.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T18:41:48.207Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-11T18:41:48.207Z] ab5ef0e58194: Pulling fs layer [2020-06-11T18:41:48.207Z] 9712f1f96733: Pulling fs layer [2020-06-11T18:41:48.207Z] 63f879dbbcfc: Pulling fs layer [2020-06-11T18:41:48.207Z] 0d9ebad4ef96: Pulling fs layer [2020-06-11T18:41:48.207Z] e9a5061849ea: Pulling fs layer [2020-06-11T18:41:48.207Z] d747dcd14b5f: Pulling fs layer [2020-06-11T18:41:48.207Z] 2de7ff778b66: Pulling fs layer [2020-06-11T18:41:48.207Z] 0d9ebad4ef96: Waiting [2020-06-11T18:41:48.207Z] e9a5061849ea: Waiting [2020-06-11T18:41:48.207Z] d747dcd14b5f: Waiting [2020-06-11T18:41:48.207Z] 2de7ff778b66: Waiting [2020-06-11T18:41:48.207Z] 9712f1f96733: Verifying Checksum [2020-06-11T18:41:48.207Z] 9712f1f96733: Download complete [2020-06-11T18:41:48.796Z] 63f879dbbcfc: Download complete [2020-06-11T18:41:48.796Z] e9a5061849ea: Verifying Checksum [2020-06-11T18:41:48.796Z] e9a5061849ea: Download complete [2020-06-11T18:41:48.796Z] d747dcd14b5f: Verifying Checksum [2020-06-11T18:41:48.796Z] d747dcd14b5f: Download complete [2020-06-11T18:41:49.060Z] 2de7ff778b66: Verifying Checksum [2020-06-11T18:41:49.324Z] 0d9ebad4ef96: Verifying Checksum [2020-06-11T18:41:49.324Z] 0d9ebad4ef96: Download complete [2020-06-11T18:41:49.324Z] ab5ef0e58194: Verifying Checksum [2020-06-11T18:41:49.324Z] ab5ef0e58194: Download complete [2020-06-11T18:41:53.547Z] ab5ef0e58194: Pull complete [2020-06-11T18:41:53.808Z] 9712f1f96733: Pull complete [2020-06-11T18:41:57.113Z] 63f879dbbcfc: Pull complete [2020-06-11T18:42:03.707Z] 0d9ebad4ef96: Pull complete [2020-06-11T18:42:04.649Z] e9a5061849ea: Pull complete [2020-06-11T18:42:04.649Z] d747dcd14b5f: Pull complete [2020-06-11T18:42:07.964Z] 2de7ff778b66: Pull complete [2020-06-11T18:42:07.964Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-11T18:42:07.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-11T18:42:07.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-11T18:42:08.152Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:42:08.197Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-11T18:42:11.763Z] $ docker top a3b2a8e9f233584d2ab14c104792d1ed84a36d6c0365f1f3d69e9ce5b2899d7c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-11T18:42:11.920Z] provisioning config files... [2020-06-11T18:42:11.928Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8132270793381568303tmp [2020-06-11T18:42:11.944Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6257294767958528457tmp [2020-06-11T18:42:11.960Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config9203290576509839461tmp [Pipeline] { [Pipeline] echo [2020-06-11T18:42:12.001Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:42:12.298Z] ---> sigul-configuration.sh [2020-06-11T18:42:12.298Z] gpg: directory `/root/.gnupg' created [2020-06-11T18:42:12.298Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-11T18:42:12.298Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-11T18:42:12.298Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-11T18:42:12.298Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-11T18:42:12.298Z] gpg: CAST5 encrypted data [2020-06-11T18:42:12.558Z] gpg: encrypted with 1 passphrase [2020-06-11T18:42:12.558Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-11T18:42:12.850Z] + mkdir /home/jenkins [2020-06-11T18:42:12.850Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-11T18:42:13.141Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-11T18:42:13.151Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:42:13.442Z] ---> sigul-install.sh [2020-06-11T18:42:18.735Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-11T18:42:19.029Z] + git tag --list [2020-06-11T18:42:19.029Z] v1.1.1-dev.5 [Pipeline] sh [2020-06-11T18:42:19.322Z] + lftools sign git-tag v1.1.1-dev.5 [2020-06-11T18:42:20.710Z] Signing Git tag with Sigul... [2020-06-11T18:42:20.710Z] Signing v1.1.1-dev.5 [Pipeline] echo [2020-06-11T18:42:21.664Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:42:21.955Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-11T18:42:21.967Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-11T18:42:22.020Z] $ docker stop --time=1 a3b2a8e9f233584d2ab14c104792d1ed84a36d6c0365f1f3d69e9ce5b2899d7c [2020-06-11T18:42:23.903Z] $ docker rm -f a3b2a8e9f233584d2ab14c104792d1ed84a36d6c0365f1f3d69e9ce5b2899d7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:42:24.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T18:42:24.470Z] . [Pipeline] withDockerContainer [2020-06-11T18:42:24.580Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:42:24.651Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T18:42:25.283Z] $ docker top 8f4ec7bfb10beee7b39b5de6731242eb2a23e03cf36c29bfb0fe021b5c718416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T18:42:25.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T18:42:25.477Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T18:42:25.673Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T18:42:25.681Z] $ docker exec 8f4ec7bfb10beee7b39b5de6731242eb2a23e03cf36c29bfb0fe021b5c718416 ssh-agent [2020-06-11T18:42:25.865Z] SSH_AUTH_SOCK=/tmp/ssh-KyFupj4XfGFP/agent.11 [2020-06-11T18:42:25.865Z] SSH_AGENT_PID=16 [2020-06-11T18:42:25.872Z] Running ssh-add (command line suppressed) [2020-06-11T18:42:26.003Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_18891603450297687.key (/w/workspace/_app-service-configurable_master@tmp/private_key_18891603450297687.key) [2020-06-11T18:42:26.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T18:42:26.366Z] + git semver bump pre [2020-06-11T18:42:26.367Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T18:42:26.367Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T18:42:26.367Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T18:42:26.367Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T18:42:26.367Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T18:42:26.367Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T18:42:26.367Z] # $SEMVER_BRANCH = master [2020-06-11T18:42:26.367Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-06-11T18:42:26.367Z] 1.1.1-dev.6 [Pipeline] } [2020-06-11T18:42:26.381Z] $ docker exec --env ******** --env ******** 8f4ec7bfb10beee7b39b5de6731242eb2a23e03cf36c29bfb0fe021b5c718416 ssh-agent -k [2020-06-11T18:42:26.511Z] unset SSH_AUTH_SOCK; [2020-06-11T18:42:26.512Z] unset SSH_AGENT_PID; [2020-06-11T18:42:26.512Z] echo Agent pid 16 killed; [2020-06-11T18:42:26.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T18:42:26.920Z] + git semver [Pipeline] } [2020-06-11T18:42:26.939Z] $ docker stop --time=1 8f4ec7bfb10beee7b39b5de6731242eb2a23e03cf36c29bfb0fe021b5c718416 [2020-06-11T18:42:28.281Z] $ docker rm -f 8f4ec7bfb10beee7b39b5de6731242eb2a23e03cf36c29bfb0fe021b5c718416 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:42:28.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-11T18:42:28.729Z] . [Pipeline] withDockerContainer [2020-06-11T18:42:28.827Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:42:28.871Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-11T18:42:29.485Z] $ docker top d5238708778b2ca05e9d8bedd517e55ad1d45ab895fad0ab261730c4fba6d3e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-11T18:42:29.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-11T18:42:29.697Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-11T18:42:29.887Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-11T18:42:29.894Z] $ docker exec d5238708778b2ca05e9d8bedd517e55ad1d45ab895fad0ab261730c4fba6d3e7 ssh-agent [2020-06-11T18:42:30.069Z] SSH_AUTH_SOCK=/tmp/ssh-dmvyQYS5wRsF/agent.11 [2020-06-11T18:42:30.069Z] SSH_AGENT_PID=16 [2020-06-11T18:42:30.076Z] Running ssh-add (command line suppressed) [2020-06-11T18:42:30.207Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6208186953141724083.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6208186953141724083.key) [2020-06-11T18:42:30.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-11T18:42:30.568Z] + git semver push [2020-06-11T18:42:30.568Z] # -> Open(): unable to determine branch for HEAD [2020-06-11T18:42:30.568Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-06-11T18:42:30.568Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-06-11T18:42:30.568Z] # $SEMVER_REMOTE_NAME = origin [2020-06-11T18:42:30.568Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-11T18:42:30.568Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-11T18:42:30.568Z] # $SEMVER_BRANCH = master [2020-06-11T18:42:30.568Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-06-11T18:42:37.171Z] $ docker exec --env ******** --env ******** d5238708778b2ca05e9d8bedd517e55ad1d45ab895fad0ab261730c4fba6d3e7 ssh-agent -k [2020-06-11T18:42:37.305Z] unset SSH_AUTH_SOCK; [2020-06-11T18:42:37.305Z] unset SSH_AGENT_PID; [2020-06-11T18:42:37.305Z] echo Agent pid 16 killed; [2020-06-11T18:42:37.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-11T18:42:37.726Z] + git semver [Pipeline] } [2020-06-11T18:42:37.745Z] $ docker stop --time=1 d5238708778b2ca05e9d8bedd517e55ad1d45ab895fad0ab261730c4fba6d3e7 [2020-06-11T18:42:39.103Z] $ docker rm -f d5238708778b2ca05e9d8bedd517e55ad1d45ab895fad0ab261730c4fba6d3e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:42:39.797Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:42:40.365Z] ---> package-listing.sh [2020-06-11T18:42:40.365Z] ++ facter osfamily [2020-06-11T18:42:40.365Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-11T18:42:40.365Z] + OS_FAMILY=redhat [2020-06-11T18:42:40.365Z] + workspace=/w/workspace/_app-service-configurable_master [2020-06-11T18:42:40.365Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-11T18:42:40.365Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-11T18:42:40.365Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-11T18:42:40.365Z] + PACKAGES=/tmp/packages_start.txt [2020-06-11T18:42:40.365Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-11T18:42:40.365Z] + PACKAGES=/tmp/packages_end.txt [2020-06-11T18:42:40.365Z] + case "${OS_FAMILY}" in [2020-06-11T18:42:40.365Z] + rpm -qa [2020-06-11T18:42:40.365Z] + sort [2020-06-11T18:42:44.581Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-11T18:42:44.581Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-11T18:42:44.581Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-11T18:42:44.581Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-06-11T18:42:44.581Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-06-11T18:42:44.581Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:42:45.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T18:42:45.087Z] [2020-06-11T18:42:45.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-11T18:42:45.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T18:42:45.407Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-11T18:42:45.407Z] c9b1b535fdd9: Pulling fs layer [2020-06-11T18:42:45.407Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-11T18:42:45.407Z] 756a868c4378: Pulling fs layer [2020-06-11T18:42:45.407Z] 444b2fc9a129: Pulling fs layer [2020-06-11T18:42:45.407Z] ea15f1150254: Pulling fs layer [2020-06-11T18:42:45.407Z] 41b27a9f41bf: Pulling fs layer [2020-06-11T18:42:45.407Z] 28c525ee5125: Pulling fs layer [2020-06-11T18:42:45.407Z] 094b1ea09ed8: Pulling fs layer [2020-06-11T18:42:45.407Z] 138eaada9080: Pulling fs layer [2020-06-11T18:42:45.407Z] 0622d0fa9048: Pulling fs layer [2020-06-11T18:42:45.407Z] 138eaada9080: Waiting [2020-06-11T18:42:45.407Z] 41b27a9f41bf: Waiting [2020-06-11T18:42:45.407Z] 0622d0fa9048: Waiting [2020-06-11T18:42:45.407Z] 28c525ee5125: Waiting [2020-06-11T18:42:45.407Z] 094b1ea09ed8: Waiting [2020-06-11T18:42:45.407Z] 444b2fc9a129: Waiting [2020-06-11T18:42:45.407Z] ea15f1150254: Waiting [2020-06-11T18:42:45.407Z] 2cc5ad85d9ab: Verifying Checksum [2020-06-11T18:42:45.407Z] 2cc5ad85d9ab: Download complete [2020-06-11T18:42:45.407Z] 444b2fc9a129: Verifying Checksum [2020-06-11T18:42:45.407Z] 444b2fc9a129: Download complete [2020-06-11T18:42:45.407Z] c9b1b535fdd9: Verifying Checksum [2020-06-11T18:42:45.407Z] c9b1b535fdd9: Download complete [2020-06-11T18:42:45.407Z] ea15f1150254: Verifying Checksum [2020-06-11T18:42:45.407Z] ea15f1150254: Download complete [2020-06-11T18:42:45.684Z] 28c525ee5125: Verifying Checksum [2020-06-11T18:42:45.684Z] 28c525ee5125: Download complete [2020-06-11T18:42:45.954Z] 756a868c4378: Verifying Checksum [2020-06-11T18:42:45.954Z] 756a868c4378: Download complete [2020-06-11T18:42:45.954Z] 138eaada9080: Verifying Checksum [2020-06-11T18:42:45.954Z] 138eaada9080: Download complete [2020-06-11T18:42:45.954Z] 0622d0fa9048: Verifying Checksum [2020-06-11T18:42:45.954Z] 0622d0fa9048: Download complete [2020-06-11T18:42:45.954Z] 094b1ea09ed8: Verifying Checksum [2020-06-11T18:42:45.954Z] 094b1ea09ed8: Download complete [2020-06-11T18:42:46.228Z] c9b1b535fdd9: Pull complete [2020-06-11T18:42:46.490Z] 41b27a9f41bf: Verifying Checksum [2020-06-11T18:42:46.490Z] 41b27a9f41bf: Download complete [2020-06-11T18:42:46.758Z] 2cc5ad85d9ab: Pull complete [2020-06-11T18:42:48.679Z] 756a868c4378: Pull complete [2020-06-11T18:42:48.940Z] 444b2fc9a129: Pull complete [2020-06-11T18:42:49.201Z] ea15f1150254: Pull complete [2020-06-11T18:42:52.521Z] 41b27a9f41bf: Pull complete [2020-06-11T18:42:52.521Z] 28c525ee5125: Pull complete [2020-06-11T18:42:55.833Z] 094b1ea09ed8: Pull complete [2020-06-11T18:42:55.833Z] 138eaada9080: Pull complete [2020-06-11T18:42:55.833Z] 0622d0fa9048: Pull complete [2020-06-11T18:42:55.833Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-11T18:42:55.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-11T18:42:55.833Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-11T18:42:55.964Z] prd-centos7-docker-4c-2g-2593 does not seem to be running inside a container [2020-06-11T18:42:56.012Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-11T18:42:59.266Z] $ docker top b8b6514fee5ff1beb148a0cc96b50f38ba8d69cf3bc95fd2c4357bef35112d0b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-11T18:42:59.539Z] provisioning config files... [2020-06-11T18:42:59.553Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2711233703699485591tmp [Pipeline] { [Pipeline] echo [2020-06-11T18:42:59.588Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:42:59.887Z] ---> create-netrc.sh [Pipeline] echo [2020-06-11T18:42:59.896Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-11T18:43:00.189Z] ---> logs-deploy.sh [2020-06-11T18:43:00.189Z] + ARCHIVE_ARTIFACTS= [2020-06-11T18:43:00.189Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-11T18:43:00.189Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-11T18:43:00.189Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-11T18:43:00.189Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/26 [2020-06-11T18:43:00.189Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/26/ [2020-06-11T18:43:00.189Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/26 /w/workspace/_app-service-configurable_master [2020-06-11T18:43:01.587Z] Archives upload complete. [2020-06-11T18:43:01.587Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/26 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/26/