Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7083d631a7041b965c176d4130fbdc230550ad84 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-977’ Running on prd-centos7-docker-4c-2g-979 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 7083d631a7041b965c176d4130fbdc230550ad84 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 Commit message: "Merge pull request #96 from charles-knox-intel/update-app-functions-sdk-go" > git rev-list --no-walk 8f8a21a540ef2e4587cdc2ec77aa936f8e756367 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-16T22:40:12.371Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-16T22:40:12.571Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-16T22:40:12.661Z] ========================================================= [2020-07-16T22:40:12.661Z] EdgeX Global Pipelines Version Info [2020-07-16T22:40:12.661Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:40:14.491Z] ------------------- [2020-07-16T22:40:14.491Z] stable info: [2020-07-16T22:40:14.491Z] ------------------- [2020-07-16T22:40:14.491Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-16T22:40:14.491Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-16T22:40:14.491Z] Message: update stable to v1.0.99 [2020-07-16T22:40:15.877Z] ------------------- [2020-07-16T22:40:15.878Z] experimental info: [2020-07-16T22:40:15.878Z] ------------------- [2020-07-16T22:40:15.878Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-16T22:40:15.878Z] Commit SHA: a8036d3cfb972bc62d1aceff2a6c19ff9dda8919 [2020-07-16T22:40:15.878Z] Message: update experimental to v1.0.100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:40:17.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T22:40:17.851Z] [2020-07-16T22:40:17.851Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:40:18.202Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T22:40:18.202Z] latest: Pulling from edgex-devops/git-semver [2020-07-16T22:40:18.202Z] 31603596830f: Pulling fs layer [2020-07-16T22:40:18.202Z] 2a8b12db71e7: Pulling fs layer [2020-07-16T22:40:18.202Z] 6ca5941a6612: Pulling fs layer [2020-07-16T22:40:18.202Z] ecc8261a40a4: Pulling fs layer [2020-07-16T22:40:18.202Z] 2a8b12db71e7: Verifying Checksum [2020-07-16T22:40:18.202Z] 2a8b12db71e7: Download complete [2020-07-16T22:40:18.202Z] 31603596830f: Verifying Checksum [2020-07-16T22:40:18.202Z] 31603596830f: Download complete [2020-07-16T22:40:18.470Z] ecc8261a40a4: Verifying Checksum [2020-07-16T22:40:18.470Z] ecc8261a40a4: Download complete [2020-07-16T22:40:18.470Z] 6ca5941a6612: Verifying Checksum [2020-07-16T22:40:18.470Z] 6ca5941a6612: Download complete [2020-07-16T22:40:18.470Z] 31603596830f: Pull complete [2020-07-16T22:40:18.731Z] 2a8b12db71e7: Pull complete [2020-07-16T22:40:19.308Z] 6ca5941a6612: Pull complete [2020-07-16T22:40:19.568Z] ecc8261a40a4: Pull complete [2020-07-16T22:40:19.568Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-16T22:40:19.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T22:40:19.568Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-16T22:40:19.669Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:40:19.705Z] $ 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-07-16T22:40:21.656Z] $ docker top 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-16T22:40:21.913Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T22:40:21.913Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T22:40:22.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T22:40:22.113Z] $ docker exec 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 ssh-agent [2020-07-16T22:40:22.292Z] SSH_AUTH_SOCK=/tmp/ssh-NbHjw7kpWgd7/agent.11 [2020-07-16T22:40:22.292Z] SSH_AGENT_PID=16 [2020-07-16T22:40:22.311Z] Running ssh-add (command line suppressed) [2020-07-16T22:40:22.424Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9034131412793623456.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9034131412793623456.key) [2020-07-16T22:40:22.478Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T22:40:22.853Z] + git describe --exact-match --tags HEAD [2020-07-16T22:40:22.853Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-16T22:40:22.973Z] $ docker exec --env ******** --env ******** 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 ssh-agent -k [2020-07-16T22:40:23.102Z] unset SSH_AUTH_SOCK; [2020-07-16T22:40:23.102Z] unset SSH_AGENT_PID; [2020-07-16T22:40:23.102Z] echo Agent pid 16 killed; [2020-07-16T22:40:23.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-16T22:40:23.241Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-16T22:40:23.241Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-16T22:40:23.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T22:40:23.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T22:40:23.497Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T22:40:23.499Z] $ docker exec 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 ssh-agent [2020-07-16T22:40:23.654Z] SSH_AUTH_SOCK=/tmp/ssh-hERmqPcDK2xm/agent.46 [2020-07-16T22:40:23.654Z] SSH_AGENT_PID=52 [2020-07-16T22:40:23.659Z] Running ssh-add (command line suppressed) [2020-07-16T22:40:23.770Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1243143425148377661.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1243143425148377661.key) [2020-07-16T22:40:23.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T22:40:24.145Z] + git semver init [2020-07-16T22:40:24.145Z] # -> Open(): unable to determine branch for HEAD [2020-07-16T22:40:24.145Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-16T22:40:24.145Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-16T22:40:24.145Z] # $SEMVER_REMOTE_NAME = origin [2020-07-16T22:40:24.145Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-16T22:40:24.145Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-16T22:40:24.145Z] # $SEMVER_BRANCH = master [2020-07-16T22:40:24.145Z] # $SEMVER_TEMP = /tmp/semver-723612000 [2020-07-16T22:40:24.145Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-07-16T22:40:24.717Z] # '/tmp/semver-723612000' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-07-16T22:40:24.717Z] # -> Force: false [2020-07-16T22:40:24.717Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-07-16T22:40:24.727Z] $ docker exec --env ******** --env ******** 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 ssh-agent -k [2020-07-16T22:40:24.846Z] unset SSH_AUTH_SOCK; [2020-07-16T22:40:24.846Z] unset SSH_AGENT_PID; [2020-07-16T22:40:24.847Z] echo Agent pid 52 killed; [2020-07-16T22:40:24.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-16T22:40:25.363Z] + git semver [Pipeline] } [2020-07-16T22:40:25.377Z] $ docker stop --time=1 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 [2020-07-16T22:40:26.853Z] $ docker rm -f 199da9416243d24163c29c1607f12d3b1e91207605efd870a6ef26d9e8299f15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-16T22:40:27.403Z] Stashed 53 file(s) [Pipeline] echo [2020-07-16T22:40:27.405Z] [edgeXSemver] initialized semver on version 1.2.1-dev.3 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-16T22:40:42.641Z] Still waiting to schedule task [2020-07-16T22:40:42.641Z] ‘prd-centos7-blackbox-4c-2g-976’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-980’ is offline; ‘prd-centos7-docker-4c-2g-981’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5406’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-978’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-07-16T22:40:42.643Z] Still waiting to schedule task [2020-07-16T22:40:42.643Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-16T22:42:07.702Z] Running on prd-centos7-docker-4c-2g-985 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-16T22:42:07.743Z] Running in /w/workspace/app-service-configurable/38 [Pipeline] { [Pipeline] checkout [2020-07-16T22:42:10.003Z] using credential edgex-jenkins-ssh [2020-07-16T22:42:10.050Z] Cloning the remote Git repository [2020-07-16T22:42:10.050Z] Cloning with configured refspecs honoured and without tags [2020-07-16T22:42:10.081Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-16T22:42:10.148Z] > git init /w/workspace/app-service-configurable/38 # timeout=10 [2020-07-16T22:42:11.117Z] Fetching without tags [2020-07-16T22:42:10.591Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-16T22:42:10.591Z] > git --version # timeout=10 [2020-07-16T22:42:10.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T22:42:10.626Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T22:42:11.070Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-16T22:42:11.080Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T22:42:11.110Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-16T22:42:11.122Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-16T22:42:11.122Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T22:42:11.127Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T22:42:11.512Z] Checking out Revision 7083d631a7041b965c176d4130fbdc230550ad84 (master) [2020-07-16T22:42:11.521Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T22:42:11.532Z] > git checkout -f 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 [2020-07-16T22:42:15.240Z] Commit message: "Merge pull request #96 from charles-knox-intel/update-app-functions-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-16T22:42:16.189Z] ========================================================= [2020-07-16T22:42:16.189Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-16T22:42:16.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:42:16.836Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-16T22:42:17.099Z] Sending build context to Docker daemon 343kB [2020-07-16T22:42:17.099Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-16T22:42:17.099Z] Step 2/8 : FROM ${BASE} [2020-07-16T22:42:17.099Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-16T22:42:17.099Z] df20fa9351a1: Pulling fs layer [2020-07-16T22:42:17.099Z] ed8968b2872e: Pulling fs layer [2020-07-16T22:42:17.099Z] a92cc7c5fd73: Pulling fs layer [2020-07-16T22:42:17.099Z] 2dd03ba5bac4: Pulling fs layer [2020-07-16T22:42:17.099Z] 1e091d79d1de: Pulling fs layer [2020-07-16T22:42:17.099Z] 481702a1767f: Pulling fs layer [2020-07-16T22:42:17.099Z] f64a6f60c768: Pulling fs layer [2020-07-16T22:42:17.099Z] e78d2573fc39: Pulling fs layer [2020-07-16T22:42:17.099Z] e876d2f968b6: Pulling fs layer [2020-07-16T22:42:17.099Z] ce8a83651883: Pulling fs layer [2020-07-16T22:42:17.099Z] 07967f4d0e4b: Pulling fs layer [2020-07-16T22:42:17.099Z] f64a6f60c768: Waiting [2020-07-16T22:42:17.099Z] e78d2573fc39: Waiting [2020-07-16T22:42:17.099Z] e876d2f968b6: Waiting [2020-07-16T22:42:17.099Z] 07967f4d0e4b: Waiting [2020-07-16T22:42:17.099Z] ce8a83651883: Waiting [2020-07-16T22:42:17.099Z] 2dd03ba5bac4: Waiting [2020-07-16T22:42:17.099Z] 481702a1767f: Waiting [2020-07-16T22:42:17.099Z] a92cc7c5fd73: Download complete [2020-07-16T22:42:17.099Z] ed8968b2872e: Download complete [2020-07-16T22:42:17.367Z] 1e091d79d1de: Verifying Checksum [2020-07-16T22:42:17.367Z] 1e091d79d1de: Download complete [2020-07-16T22:42:17.367Z] 481702a1767f: Verifying Checksum [2020-07-16T22:42:17.367Z] 481702a1767f: Download complete [2020-07-16T22:42:17.367Z] df20fa9351a1: Verifying Checksum [2020-07-16T22:42:17.367Z] df20fa9351a1: Download complete [2020-07-16T22:42:17.644Z] df20fa9351a1: Pull complete [2020-07-16T22:42:18.239Z] f64a6f60c768: Verifying Checksum [2020-07-16T22:42:18.239Z] f64a6f60c768: Download complete [2020-07-16T22:42:18.239Z] e876d2f968b6: Verifying Checksum [2020-07-16T22:42:18.239Z] e876d2f968b6: Download complete [2020-07-16T22:42:18.504Z] ed8968b2872e: Pull complete [2020-07-16T22:42:19.114Z] e78d2573fc39: Download complete [2020-07-16T22:42:19.114Z] 2dd03ba5bac4: Verifying Checksum [2020-07-16T22:42:19.114Z] 2dd03ba5bac4: Download complete [2020-07-16T22:42:19.114Z] 07967f4d0e4b: Verifying Checksum [2020-07-16T22:42:19.114Z] 07967f4d0e4b: Download complete [2020-07-16T22:42:19.114Z] ce8a83651883: Verifying Checksum [2020-07-16T22:42:19.114Z] ce8a83651883: Download complete [2020-07-16T22:42:19.686Z] a92cc7c5fd73: Pull complete [2020-07-16T22:42:22.613Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-984 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-07-16T22:42:22.657Z] Running in /w/workspace/app-service-configurable/38 [Pipeline] { [Pipeline] checkout [2020-07-16T22:42:26.341Z] 2dd03ba5bac4: Pull complete [2020-07-16T22:42:26.341Z] 1e091d79d1de: Pull complete [2020-07-16T22:42:26.341Z] 481702a1767f: Pull complete [2020-07-16T22:42:27.675Z] using credential edgex-jenkins-ssh [2020-07-16T22:42:27.727Z] Cloning the remote Git repository [2020-07-16T22:42:27.727Z] Cloning with configured refspecs honoured and without tags [2020-07-16T22:42:28.746Z] Fetching without tags [2020-07-16T22:42:27.792Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-07-16T22:42:27.905Z] > git init /w/workspace/app-service-configurable/38 # timeout=10 [2020-07-16T22:42:27.971Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-16T22:42:27.972Z] > git --version # timeout=10 [2020-07-16T22:42:27.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T22:42:28.057Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T22:42:28.675Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-16T22:42:28.699Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T22:42:28.731Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-07-16T22:42:28.756Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-07-16T22:42:28.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-16T22:42:28.769Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-16T22:42:29.199Z] Checking out Revision 7083d631a7041b965c176d4130fbdc230550ad84 (master) [2020-07-16T22:42:29.220Z] > git config core.sparsecheckout # timeout=10 [2020-07-16T22:42:29.235Z] > git checkout -f 7083d631a7041b965c176d4130fbdc230550ad84 # timeout=10 [2020-07-16T22:42:30.554Z] f64a6f60c768: Pull complete [2020-07-16T22:42:33.583Z] Commit message: "Merge pull request #96 from charles-knox-intel/update-app-functions-sdk-go" [2020-07-16T22:42:33.866Z] e78d2573fc39: Pull complete [2020-07-16T22:42:33.867Z] e876d2f968b6: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-16T22:42:34.737Z] ========================================================= [2020-07-16T22:42:34.737Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-16T22:42:34.737Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:42:34.817Z] ce8a83651883: Pull complete [2020-07-16T22:42:34.817Z] 07967f4d0e4b: Pull complete [2020-07-16T22:42:34.817Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-16T22:42:34.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-16T22:42:34.817Z] ---> 5d7c900382c6 [2020-07-16T22:42:34.817Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T22:42:35.649Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-16T22:42:36.250Z] Sending build context to Docker daemon 343kB [2020-07-16T22:42:36.526Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-16T22:42:36.526Z] Step 2/8 : FROM ${BASE} [2020-07-16T22:42:36.738Z] ---> Running in 60b04f9ee403 [2020-07-16T22:42:36.738Z] Removing intermediate container 60b04f9ee403 [2020-07-16T22:42:36.738Z] ---> a5a0f690e72c [2020-07-16T22:42:36.738Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-16T22:42:36.738Z] ---> Running in 8870d9168016 [2020-07-16T22:42:36.817Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-16T22:42:36.818Z] b538f80385f9: Pulling fs layer [2020-07-16T22:42:36.818Z] 74f711af9a0d: Pulling fs layer [2020-07-16T22:42:36.818Z] 99f96fe45779: Pulling fs layer [2020-07-16T22:42:36.818Z] fd7a069fd194: Pulling fs layer [2020-07-16T22:42:36.818Z] 66aa3694b03b: Pulling fs layer [2020-07-16T22:42:36.818Z] 170f70906a0f: Pulling fs layer [2020-07-16T22:42:36.818Z] ad7c5574e4b9: Pulling fs layer [2020-07-16T22:42:36.818Z] e772456be8f7: Pulling fs layer [2020-07-16T22:42:36.818Z] c890913d741a: Pulling fs layer [2020-07-16T22:42:36.818Z] 2480fcc9aa5a: Pulling fs layer [2020-07-16T22:42:36.818Z] 09adf4765672: Pulling fs layer [2020-07-16T22:42:36.818Z] fd7a069fd194: Waiting [2020-07-16T22:42:36.818Z] 66aa3694b03b: Waiting [2020-07-16T22:42:36.818Z] 170f70906a0f: Waiting [2020-07-16T22:42:36.818Z] ad7c5574e4b9: Waiting [2020-07-16T22:42:36.818Z] e772456be8f7: Waiting [2020-07-16T22:42:36.818Z] c890913d741a: Waiting [2020-07-16T22:42:36.818Z] 2480fcc9aa5a: Waiting [2020-07-16T22:42:36.818Z] 09adf4765672: Waiting [2020-07-16T22:42:36.818Z] 99f96fe45779: Verifying Checksum [2020-07-16T22:42:36.818Z] 99f96fe45779: Download complete [2020-07-16T22:42:36.818Z] 74f711af9a0d: Download complete [2020-07-16T22:42:36.818Z] 66aa3694b03b: Verifying Checksum [2020-07-16T22:42:36.818Z] 66aa3694b03b: Download complete [2020-07-16T22:42:36.818Z] 170f70906a0f: Verifying Checksum [2020-07-16T22:42:36.818Z] 170f70906a0f: Download complete [2020-07-16T22:42:36.818Z] b538f80385f9: Verifying Checksum [2020-07-16T22:42:37.818Z] b538f80385f9: Pull complete [2020-07-16T22:42:38.126Z] Removing intermediate container 8870d9168016 [2020-07-16T22:42:38.126Z] ---> 805bc8e05b50 [2020-07-16T22:42:38.126Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-16T22:42:38.126Z] ---> Running in 6eb06be04257 [2020-07-16T22:42:38.433Z] 74f711af9a0d: Pull complete [2020-07-16T22:42:38.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-16T22:42:38.705Z] 99f96fe45779: Pull complete [2020-07-16T22:42:39.688Z] ad7c5574e4b9: Verifying Checksum [2020-07-16T22:42:39.688Z] ad7c5574e4b9: Download complete [2020-07-16T22:42:39.688Z] c890913d741a: Verifying Checksum [2020-07-16T22:42:39.688Z] c890913d741a: Download complete [2020-07-16T22:42:40.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-16T22:42:41.677Z] 2480fcc9aa5a: Verifying Checksum [2020-07-16T22:42:41.677Z] 2480fcc9aa5a: Download complete [2020-07-16T22:42:41.949Z] 09adf4765672: Verifying Checksum [2020-07-16T22:42:41.949Z] 09adf4765672: Download complete [2020-07-16T22:42:42.220Z] e772456be8f7: Download complete [2020-07-16T22:42:42.220Z] fd7a069fd194: Download complete [2020-07-16T22:42:42.627Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-07-16T22:42:42.627Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-16T22:42:43.198Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-07-16T22:42:43.198Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-16T22:42:43.198Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-16T22:42:43.768Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-16T22:42:43.768Z] Executing busybox-1.31.1-r16.trigger [2020-07-16T22:42:43.768Z] OK: 167 MiB in 45 packages [2020-07-16T22:42:44.342Z] Removing intermediate container 6eb06be04257 [2020-07-16T22:42:44.342Z] ---> 5915cfe2a33e [2020-07-16T22:42:44.342Z] Step 6/8 : WORKDIR /app [2020-07-16T22:42:44.603Z] ---> Running in 01308ca528e4 [2020-07-16T22:42:44.603Z] Removing intermediate container 01308ca528e4 [2020-07-16T22:42:44.603Z] ---> 9f3a1c7c0bb0 [2020-07-16T22:42:44.603Z] Step 7/8 : COPY . . [2020-07-16T22:42:45.546Z] ---> 8d5f1505432b [2020-07-16T22:42:45.546Z] Step 8/8 : RUN go mod download [2020-07-16T22:42:45.546Z] ---> Running in 53e85eab968c [2020-07-16T22:42:48.092Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:42:48.092Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:42:48.092Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-16T22:42:48.092Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:42:48.092Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-16T22:42:48.092Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-16T22:42:48.092Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:42:48.092Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-16T22:42:48.092Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:42:48.092Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:42:48.092Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:42:48.092Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:42:48.092Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:42:48.092Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:42:48.092Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:42:48.353Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:42:48.353Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:42:48.353Z] go: finding github.com/fatih/color v1.7.0 [2020-07-16T22:42:48.353Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-16T22:42:48.353Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:42:48.353Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-16T22:42:48.353Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:42:48.353Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:42:48.353Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-16T22:42:48.353Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-16T22:42:48.613Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:42:48.613Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-16T22:42:48.614Z] go: finding github.com/google/uuid v1.1.1 [2020-07-16T22:42:48.614Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-16T22:42:48.614Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-16T22:42:48.874Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-16T22:42:48.874Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-16T22:42:48.874Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-16T22:42:48.874Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-16T22:42:49.135Z] go: finding github.com/kr/pty v1.1.1 [2020-07-16T22:42:49.135Z] go: finding github.com/kr/text v0.1.0 [2020-07-16T22:42:49.135Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-16T22:42:49.135Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-16T22:42:49.135Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-16T22:42:49.135Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-16T22:42:49.395Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:42:49.395Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:42:49.395Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-16T22:42:49.395Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-16T22:42:49.395Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-16T22:42:49.395Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:42:49.395Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:42:49.395Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-16T22:42:49.395Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-16T22:42:49.395Z] go: finding github.com/posener/complete v1.1.1 [2020-07-16T22:42:49.395Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-16T22:42:49.395Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-16T22:42:49.655Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-16T22:42:49.655Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-16T22:42:49.655Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-16T22:42:49.655Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-16T22:42:49.655Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-16T22:42:49.655Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:42:49.655Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-16T22:42:49.655Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-16T22:42:49.655Z] go: finding golang.org/x/text v0.3.2 [2020-07-16T22:42:49.655Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-16T22:42:49.915Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-16T22:42:49.915Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-16T22:42:49.915Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-16T22:42:49.915Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-16T22:42:49.915Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-16T22:42:54.688Z] fd7a069fd194: Pull complete [2020-07-16T22:42:54.689Z] 66aa3694b03b: Pull complete [2020-07-16T22:42:54.689Z] 170f70906a0f: Pull complete [2020-07-16T22:42:58.098Z] ad7c5574e4b9: Pull complete [2020-07-16T22:43:02.179Z] Removing intermediate container 53e85eab968c [2020-07-16T22:43:02.179Z] ---> 7cb97558a965 [2020-07-16T22:43:02.179Z] Successfully built 7cb97558a965 [2020-07-16T22:43:02.179Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [2020-07-16T22:43:02.402Z] e772456be8f7: Pull complete [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:02.680Z] c890913d741a: Pull complete [2020-07-16T22:43:02.796Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-16T22:43:02.796Z] . [Pipeline] withDockerContainer [2020-07-16T22:43:02.894Z] prd-centos7-docker-4c-2g-985 does not seem to be running inside a container [2020-07-16T22:43:02.944Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/38 -v /w/workspace/app-service-configurable/38:/w/workspace/app-service-configurable/38:rw,z -v /w/workspace/app-service-configurable/38@tmp:/w/workspace/app-service-configurable/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-16T22:43:03.589Z] $ docker top e9188e8e9078fafa707393789e9f572597ac07fc4487ee9ab1dcdbb92b9525f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T22:43:04.060Z] + go version [2020-07-16T22:43:04.060Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-16T22:43:04.363Z] + make test [2020-07-16T22:43:04.363Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-16T22:43:05.302Z] 2480fcc9aa5a: Pull complete [2020-07-16T22:43:05.302Z] 09adf4765672: Pull complete [2020-07-16T22:43:05.302Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-16T22:43:05.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-16T22:43:05.302Z] ---> 2248a725d1cf [2020-07-16T22:43:05.302Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T22:43:10.706Z] ---> Running in a14405e827fd [2020-07-16T22:43:10.706Z] Removing intermediate container a14405e827fd [2020-07-16T22:43:10.706Z] ---> 4de17a0cffbe [2020-07-16T22:43:10.706Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-16T22:43:10.706Z] ---> Running in 5527fa9e0d68 [2020-07-16T22:43:13.333Z] Removing intermediate container 5527fa9e0d68 [2020-07-16T22:43:13.333Z] ---> a4fa9c28b54f [2020-07-16T22:43:13.333Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-07-16T22:43:13.333Z] ---> Running in 7c17b24dcbbc [2020-07-16T22:43:14.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-16T22:43:16.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-16T22:43:16.692Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-16T22:43:16.692Z] CGO_ENABLED=1 go vet ./... [2020-07-16T22:43:17.269Z] gofmt -l . [2020-07-16T22:43:17.269Z] [ "`gofmt -l .`" = "" ] [2020-07-16T22:43:17.269Z] ./bin/test-go-mod-tidy.sh [2020-07-16T22:43:17.634Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-07-16T22:43:17.844Z] ./bin/test-attribution-txt.sh [2020-07-16T22:43:17.913Z] (2/6) Installing libsodium (1.0.18-r0) [2020-07-16T22:43:17.913Z] (3/6) Installing pkgconf (1.7.2-r0) [Pipeline] stash [2020-07-16T22:43:18.186Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-07-16T22:43:18.186Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-16T22:43:18.397Z] Stashed 1 file(s) [Pipeline] } [2020-07-16T22:43:18.404Z] $ docker stop --time=1 e9188e8e9078fafa707393789e9f572597ac07fc4487ee9ab1dcdbb92b9525f1 [2020-07-16T22:43:18.460Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-07-16T22:43:18.460Z] Executing busybox-1.31.1-r16.trigger [2020-07-16T22:43:18.460Z] OK: 143 MiB in 45 packages [2020-07-16T22:43:19.890Z] Removing intermediate container 7c17b24dcbbc [2020-07-16T22:43:19.890Z] ---> 9934752e750c [2020-07-16T22:43:19.890Z] Step 6/8 : WORKDIR /app [2020-07-16T22:43:19.890Z] ---> Running in 247f0a02cb37 [2020-07-16T22:43:20.482Z] Removing intermediate container 247f0a02cb37 [2020-07-16T22:43:20.482Z] ---> ba44423adce4 [2020-07-16T22:43:20.482Z] Step 7/8 : COPY . . [2020-07-16T22:43:20.655Z] $ docker rm -f e9188e8e9078fafa707393789e9f572597ac07fc4487ee9ab1dcdbb92b9525f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-07-16T22:43:21.457Z] ---> bd044e9b71a4 [2020-07-16T22:43:21.457Z] Step 8/8 : RUN go mod download [2020-07-16T22:43:21.759Z] ---> Running in faecf76dc83c [Pipeline] sh [2020-07-16T22:43:23.292Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-16T22:43:23.585Z] + ls -al . [2020-07-16T22:43:23.585Z] total 96 [2020-07-16T22:43:23.585Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 16 22:43 . [2020-07-16T22:43:23.585Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 16 22:42 .. [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 5879 Jul 16 22:42 Attribution.txt [2020-07-16T22:43:23.585Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 16 22:42 bin [2020-07-16T22:43:23.585Z] -rw-r--r--. 1 jenkins jenkins 10 Jul 16 22:43 coverage.out [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 180 Jul 16 22:42 docker-compose.debug.yml [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 133 Jul 16 22:42 docker-compose.yml [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 1997 Jul 16 22:42 Dockerfile [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 966 Jul 16 22:42 Dockerfile.build [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 119 Jul 16 22:42 .dockerignore [2020-07-16T22:43:23.585Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 16 22:42 .git [2020-07-16T22:43:23.585Z] drwxrwxr-x. 2 jenkins jenkins 81 Jul 16 22:42 .github [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 93 Jul 16 22:42 .gitignore [2020-07-16T22:43:23.585Z] -rw-r--r--. 1 jenkins jenkins 132 Jul 16 22:43 go.mod [2020-07-16T22:43:23.585Z] -rw-r--r--. 1 jenkins jenkins 17709 Jul 16 22:43 go.sum [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 710 Jul 16 22:42 Jenkinsfile [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jul 16 22:42 LICENSE [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 1519 Jul 16 22:42 main.go [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 1573 Jul 16 22:42 makefile [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 481 Jul 16 22:42 README.md [2020-07-16T22:43:23.585Z] drwxrwxr-x. 10 jenkins jenkins 171 Jul 16 22:42 res [2020-07-16T22:43:23.585Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 16 22:42 .semver [2020-07-16T22:43:23.585Z] drwxrwxr-x. 4 jenkins jenkins 71 Jul 16 22:42 snap [2020-07-16T22:43:23.585Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 16 22:40 VERSION [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:23.886Z] + 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=7083d631a7041b965c176d4130fbdc230550ad84 --label arch=amd64 --label version=1.2.1-dev.3 . [2020-07-16T22:43:23.886Z] Sending build context to Docker daemon 363.5kB [2020-07-16T22:43:23.886Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-16T22:43:23.886Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-16T22:43:23.886Z] ---> 7cb97558a965 [2020-07-16T22:43:23.886Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-16T22:43:24.147Z] ---> Running in 4cd3096404cb [2020-07-16T22:43:24.147Z] Removing intermediate container 4cd3096404cb [2020-07-16T22:43:24.147Z] ---> 1cfd829b666c [2020-07-16T22:43:24.147Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-16T22:43:24.147Z] ---> Running in 3291dc4b2f4e [2020-07-16T22:43:24.369Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:43:24.409Z] Removing intermediate container 3291dc4b2f4e [2020-07-16T22:43:24.409Z] ---> bf4f269a5ad5 [2020-07-16T22:43:24.409Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T22:43:24.409Z] ---> Running in fe4d7cbb6294 [2020-07-16T22:43:24.639Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:43:24.639Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-16T22:43:24.639Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:43:24.639Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-16T22:43:24.639Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-16T22:43:24.639Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:43:24.639Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-16T22:43:24.639Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:43:24.639Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:43:24.639Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:43:24.639Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:43:24.669Z] Removing intermediate container fe4d7cbb6294 [2020-07-16T22:43:24.669Z] ---> 77981a7859dd [2020-07-16T22:43:24.670Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-16T22:43:24.670Z] ---> Running in 40a6f1ab3bfd [2020-07-16T22:43:24.915Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:43:24.915Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:43:24.915Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:43:24.915Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:43:24.915Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:43:24.915Z] go: finding github.com/fatih/color v1.7.0 [2020-07-16T22:43:24.915Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-16T22:43:24.915Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:43:24.915Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-16T22:43:24.915Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:43:24.915Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:43:25.190Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-16T22:43:25.190Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-16T22:43:25.190Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:43:25.190Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-16T22:43:25.190Z] go: finding github.com/google/uuid v1.1.1 [2020-07-16T22:43:25.190Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-16T22:43:25.190Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:43:25.190Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-16T22:43:25.190Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-16T22:43:25.190Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:43:25.190Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-16T22:43:25.461Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-16T22:43:25.620Z] Removing intermediate container 40a6f1ab3bfd [2020-07-16T22:43:25.620Z] ---> 1acee9c6b0d9 [2020-07-16T22:43:25.620Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-16T22:43:25.620Z] ---> Running in d715c49ae09d [2020-07-16T22:43:25.733Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-16T22:43:25.733Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-16T22:43:25.733Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-16T22:43:25.733Z] go: finding github.com/kr/pty v1.1.1 [2020-07-16T22:43:25.733Z] go: finding github.com/kr/text v0.1.0 [2020-07-16T22:43:25.733Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-16T22:43:25.733Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-16T22:43:25.733Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-16T22:43:25.733Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-16T22:43:25.733Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:43:25.733Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:43:25.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-16T22:43:26.007Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-16T22:43:26.007Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-16T22:43:26.007Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-16T22:43:26.007Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-16T22:43:26.007Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:43:26.007Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:43:26.007Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-16T22:43:26.007Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-16T22:43:26.007Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-16T22:43:26.007Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:43:26.007Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:43:26.278Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-16T22:43:26.278Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-16T22:43:26.278Z] go: finding github.com/posener/complete v1.1.1 [2020-07-16T22:43:26.278Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-16T22:43:26.278Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-16T22:43:26.278Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-16T22:43:26.278Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-16T22:43:26.278Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-16T22:43:26.278Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-16T22:43:26.278Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-16T22:43:26.551Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:43:26.551Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-16T22:43:26.551Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-16T22:43:26.551Z] go: finding golang.org/x/text v0.3.2 [2020-07-16T22:43:26.551Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-16T22:43:26.551Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-16T22:43:26.551Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-16T22:43:26.551Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-16T22:43:26.551Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-16T22:43:26.836Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-16T22:43:27.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-16T22:43:28.658Z] OK: 167 MiB in 45 packages [2020-07-16T22:43:28.658Z] Removing intermediate container d715c49ae09d [2020-07-16T22:43:28.658Z] ---> d56873e4541d [2020-07-16T22:43:28.658Z] Step 8/26 : WORKDIR /app [2020-07-16T22:43:28.920Z] ---> Running in a99044c1279a [2020-07-16T22:43:28.920Z] Removing intermediate container a99044c1279a [2020-07-16T22:43:28.920Z] ---> 1c49dbeb13ce [2020-07-16T22:43:28.920Z] Step 9/26 : COPY go.mod . [2020-07-16T22:43:29.180Z] ---> 02c05e1a28a5 [2020-07-16T22:43:29.180Z] Step 10/26 : RUN go mod download [2020-07-16T22:43:29.180Z] ---> Running in f19c24e5a59f [2020-07-16T22:43:30.124Z] Removing intermediate container f19c24e5a59f [2020-07-16T22:43:30.124Z] ---> 2a0c9db93c4f [2020-07-16T22:43:30.124Z] Step 11/26 : COPY . . [2020-07-16T22:43:30.385Z] ---> afb8178b6119 [2020-07-16T22:43:30.385Z] Step 12/26 : ARG MAKE="make build" [2020-07-16T22:43:30.645Z] ---> Running in 07b948c6e4a5 [2020-07-16T22:43:30.645Z] Removing intermediate container 07b948c6e4a5 [2020-07-16T22:43:30.645Z] ---> 239ffd38460e [2020-07-16T22:43:30.645Z] Step 13/26 : RUN $MAKE [2020-07-16T22:43:30.905Z] ---> Running in e23d1d029c7f [2020-07-16T22:43:31.853Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.3" -o app-service-configurable [2020-07-16T22:43:44.206Z] Removing intermediate container e23d1d029c7f [2020-07-16T22:43:44.206Z] ---> 522de3044628 [2020-07-16T22:43:44.206Z] Step 14/26 : FROM alpine:latest [2020-07-16T22:43:44.206Z] latest: Pulling from library/alpine [2020-07-16T22:43:44.206Z] df20fa9351a1: Already exists [2020-07-16T22:43:44.206Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-16T22:43:44.206Z] Status: Downloaded newer image for alpine:latest [2020-07-16T22:43:44.206Z] ---> a24bb4013296 [2020-07-16T22:43:44.206Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T22:43:44.206Z] ---> Running in 2191494bccd1 [2020-07-16T22:43:44.206Z] Removing intermediate container 2191494bccd1 [2020-07-16T22:43:44.206Z] ---> 899b3301771b [2020-07-16T22:43:44.206Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-16T22:43:44.206Z] ---> Running in b79d33b72913 [2020-07-16T22:43:44.206Z] Removing intermediate container b79d33b72913 [2020-07-16T22:43:44.206Z] ---> 24588809374f [2020-07-16T22:43:44.206Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-16T22:43:44.206Z] ---> Running in 799eb93de703 [2020-07-16T22:43:44.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-16T22:43:44.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-16T22:43:45.037Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-16T22:43:45.037Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-16T22:43:45.037Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-16T22:43:45.037Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-16T22:43:45.037Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-16T22:43:45.037Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-16T22:43:45.037Z] Executing busybox-1.31.1-r16.trigger [2020-07-16T22:43:45.037Z] Executing ca-certificates-20191127-r4.trigger [2020-07-16T22:43:45.173Z] Removing intermediate container faecf76dc83c [2020-07-16T22:43:45.173Z] ---> 7ee4d0f072df [2020-07-16T22:43:45.173Z] Successfully built 7ee4d0f072df [2020-07-16T22:43:45.173Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [2020-07-16T22:43:45.300Z] OK: 9 MiB in 20 packages [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:45.819Z] + docker inspect -f . ci-base-image-arm64 [2020-07-16T22:43:45.819Z] . [Pipeline] withDockerContainer [2020-07-16T22:43:46.094Z] prd-ubuntu18.04-docker-arm64-4c-16g-984 does not seem to be running inside a container [2020-07-16T22:43:46.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/38 -v /w/workspace/app-service-configurable/38:/w/workspace/app-service-configurable/38:rw,z -v /w/workspace/app-service-configurable/38@tmp:/w/workspace/app-service-configurable/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-16T22:43:46.689Z] Removing intermediate container 799eb93de703 [2020-07-16T22:43:46.689Z] ---> a1631aaa32c8 [2020-07-16T22:43:46.689Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-16T22:43:46.689Z] ---> 0e9e387d972d [2020-07-16T22:43:46.689Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-16T22:43:46.949Z] ---> 8346120d47dd [2020-07-16T22:43:46.949Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-16T22:43:47.210Z] ---> 05fdeb2f1646 [2020-07-16T22:43:47.210Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-16T22:43:47.783Z] ---> 434b154c9b0a [2020-07-16T22:43:47.783Z] Step 22/26 : EXPOSE 48095 [2020-07-16T22:43:47.783Z] ---> Running in f62ef79a5e78 [2020-07-16T22:43:47.783Z] Removing intermediate container f62ef79a5e78 [2020-07-16T22:43:47.783Z] ---> b954d613a8dc [2020-07-16T22:43:47.783Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-16T22:43:48.045Z] ---> Running in aa01a9b96f44 [2020-07-16T22:43:48.045Z] Removing intermediate container aa01a9b96f44 [2020-07-16T22:43:48.045Z] ---> d64bb4cf7865 [2020-07-16T22:43:48.045Z] Step 24/26 : LABEL arch=amd64 [2020-07-16T22:43:48.045Z] ---> Running in a1c162b0045e [2020-07-16T22:43:48.111Z] $ docker top e9884d48b41caaa1d9fcd04684f66a989f54beda8aa4bf204c89477472e8bbd6 -eo pid,comm [2020-07-16T22:43:48.306Z] Removing intermediate container a1c162b0045e [2020-07-16T22:43:48.306Z] ---> d8cdff0d7537 [2020-07-16T22:43:48.306Z] Step 25/26 : LABEL git_sha=7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:43:48.306Z] ---> Running in 040d1e8fd6e2 [Pipeline] { [Pipeline] sh [2020-07-16T22:43:48.567Z] Removing intermediate container 040d1e8fd6e2 [2020-07-16T22:43:48.567Z] ---> 4e1c992ee6af [2020-07-16T22:43:48.567Z] Step 26/26 : LABEL version=1.2.1-dev.3 [2020-07-16T22:43:48.567Z] ---> Running in fe4fa0fac916 [2020-07-16T22:43:48.567Z] Removing intermediate container fe4fa0fac916 [2020-07-16T22:43:48.567Z] ---> defb978258f5 [2020-07-16T22:43:48.567Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-16T22:43:48.830Z] Successfully built defb978258f5 [2020-07-16T22:43:48.830Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-16T22:43:49.192Z] provisioning config files... [2020-07-16T22:43:49.219Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/38@tmp/config2219069789098365322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:43:49.532Z] + go version [2020-07-16T22:43:49.532Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-16T22:43:49.584Z] nexus3.edgexfoundry.org:10001 [2020-07-16T22:43:49.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:43:49.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:43:49.845Z] Configure a credential helper to remove this warning. See [2020-07-16T22:43:49.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:43:49.845Z] [2020-07-16T22:43:49.845Z] Login Succeeded [2020-07-16T22:43:49.845Z] nexus3.edgexfoundry.org:10002 [2020-07-16T22:43:49.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:43:49.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:43:49.845Z] Configure a credential helper to remove this warning. See [2020-07-16T22:43:49.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:43:49.845Z] [2020-07-16T22:43:49.845Z] Login Succeeded [2020-07-16T22:43:49.845Z] nexus3.edgexfoundry.org:10003 [2020-07-16T22:43:50.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:43:50.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:43:50.106Z] Configure a credential helper to remove this warning. See [2020-07-16T22:43:50.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:43:50.106Z] [2020-07-16T22:43:50.106Z] Login Succeeded [2020-07-16T22:43:50.106Z] nexus3.edgexfoundry.org:10004 [2020-07-16T22:43:50.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:43:50.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:43:50.368Z] Configure a credential helper to remove this warning. See [2020-07-16T22:43:50.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:43:50.368Z] [2020-07-16T22:43:50.368Z] Login Succeeded [2020-07-16T22:43:50.368Z] docker.io [2020-07-16T22:43:50.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:43:50.568Z] + make test [2020-07-16T22:43:50.568Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-07-16T22:43:50.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:43:50.628Z] Configure a credential helper to remove this warning. See [2020-07-16T22:43:50.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:43:50.628Z] [2020-07-16T22:43:50.628Z] Login Succeeded [Pipeline] } [2020-07-16T22:43:50.636Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-16T22:43:50.842Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-07-16T22:43:50.842Z] 7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:43:50.842Z] latest [2020-07-16T22:43:50.842Z] 1.2.1-dev.3 [2020-07-16T22:43:50.842Z] 7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [2020-07-16T22:43:50.842Z] master [2020-07-16T22:43:50.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:51.299Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:51.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:43:51.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-16T22:43:51.602Z] 0eda5bcc0949: Preparing [2020-07-16T22:43:51.602Z] 51a3b2553d9f: Preparing [2020-07-16T22:43:51.602Z] 8694a41d2134: Preparing [2020-07-16T22:43:51.602Z] 5facb4de048f: Preparing [2020-07-16T22:43:51.602Z] 3912b1396bd2: Preparing [2020-07-16T22:43:51.602Z] 50644c29ef5a: Preparing [2020-07-16T22:43:51.602Z] 50644c29ef5a: Waiting [2020-07-16T22:43:51.602Z] 5facb4de048f: Pushed [2020-07-16T22:43:51.602Z] 51a3b2553d9f: Pushed [2020-07-16T22:43:51.602Z] 8694a41d2134: Pushed [2020-07-16T22:43:51.865Z] 50644c29ef5a: Layer already exists [2020-07-16T22:43:51.865Z] 3912b1396bd2: Pushed [2020-07-16T22:43:53.251Z] 0eda5bcc0949: Pushed [2020-07-16T22:43:53.251Z] 7083d631a7041b965c176d4130fbdc230550ad84: digest: sha256:22ed7caf8ddb52571871b7c8776be253252f3270d8191918d06ccbc9b425d2fa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:53.549Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:53.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-16T22:43:53.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-16T22:43:53.846Z] 0eda5bcc0949: Preparing [2020-07-16T22:43:53.846Z] 51a3b2553d9f: Preparing [2020-07-16T22:43:53.846Z] 8694a41d2134: Preparing [2020-07-16T22:43:53.846Z] 5facb4de048f: Preparing [2020-07-16T22:43:53.846Z] 3912b1396bd2: Preparing [2020-07-16T22:43:53.846Z] 50644c29ef5a: Preparing [2020-07-16T22:43:53.846Z] 50644c29ef5a: Waiting [2020-07-16T22:43:53.846Z] 0eda5bcc0949: Layer already exists [2020-07-16T22:43:53.846Z] 5facb4de048f: Layer already exists [2020-07-16T22:43:53.846Z] 51a3b2553d9f: Layer already exists [2020-07-16T22:43:53.846Z] 8694a41d2134: Layer already exists [2020-07-16T22:43:53.846Z] 3912b1396bd2: Layer already exists [2020-07-16T22:43:53.846Z] 50644c29ef5a: Layer already exists [2020-07-16T22:43:53.846Z] latest: digest: sha256:22ed7caf8ddb52571871b7c8776be253252f3270d8191918d06ccbc9b425d2fa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:54.146Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:54.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.3 [2020-07-16T22:43:54.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-16T22:43:54.445Z] 0eda5bcc0949: Preparing [2020-07-16T22:43:54.445Z] 51a3b2553d9f: Preparing [2020-07-16T22:43:54.445Z] 8694a41d2134: Preparing [2020-07-16T22:43:54.445Z] 5facb4de048f: Preparing [2020-07-16T22:43:54.445Z] 3912b1396bd2: Preparing [2020-07-16T22:43:54.445Z] 50644c29ef5a: Preparing [2020-07-16T22:43:54.445Z] 50644c29ef5a: Waiting [2020-07-16T22:43:54.445Z] 5facb4de048f: Layer already exists [2020-07-16T22:43:54.445Z] 0eda5bcc0949: Layer already exists [2020-07-16T22:43:54.445Z] 3912b1396bd2: Layer already exists [2020-07-16T22:43:54.445Z] 8694a41d2134: Layer already exists [2020-07-16T22:43:54.445Z] 51a3b2553d9f: Layer already exists [2020-07-16T22:43:54.445Z] 50644c29ef5a: Layer already exists [2020-07-16T22:43:54.445Z] 1.2.1-dev.3: digest: sha256:22ed7caf8ddb52571871b7c8776be253252f3270d8191918d06ccbc9b425d2fa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:54.748Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:55.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [2020-07-16T22:43:55.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-16T22:43:55.042Z] 0eda5bcc0949: Preparing [2020-07-16T22:43:55.042Z] 51a3b2553d9f: Preparing [2020-07-16T22:43:55.042Z] 8694a41d2134: Preparing [2020-07-16T22:43:55.042Z] 5facb4de048f: Preparing [2020-07-16T22:43:55.042Z] 3912b1396bd2: Preparing [2020-07-16T22:43:55.042Z] 50644c29ef5a: Preparing [2020-07-16T22:43:55.042Z] 50644c29ef5a: Waiting [2020-07-16T22:43:55.042Z] 5facb4de048f: Layer already exists [2020-07-16T22:43:55.042Z] 51a3b2553d9f: Layer already exists [2020-07-16T22:43:55.042Z] 3912b1396bd2: Layer already exists [2020-07-16T22:43:55.042Z] 8694a41d2134: Layer already exists [2020-07-16T22:43:55.042Z] 0eda5bcc0949: Layer already exists [2020-07-16T22:43:55.042Z] 50644c29ef5a: Layer already exists [2020-07-16T22:43:55.042Z] 7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3: digest: sha256:22ed7caf8ddb52571871b7c8776be253252f3270d8191918d06ccbc9b425d2fa size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:55.338Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:43:55.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-07-16T22:43:55.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-07-16T22:43:55.634Z] 0eda5bcc0949: Preparing [2020-07-16T22:43:55.634Z] 51a3b2553d9f: Preparing [2020-07-16T22:43:55.634Z] 8694a41d2134: Preparing [2020-07-16T22:43:55.634Z] 5facb4de048f: Preparing [2020-07-16T22:43:55.634Z] 3912b1396bd2: Preparing [2020-07-16T22:43:55.634Z] 50644c29ef5a: Preparing [2020-07-16T22:43:55.634Z] 50644c29ef5a: Waiting [2020-07-16T22:43:55.634Z] 5facb4de048f: Layer already exists [2020-07-16T22:43:55.634Z] 3912b1396bd2: Layer already exists [2020-07-16T22:43:55.634Z] 51a3b2553d9f: Layer already exists [2020-07-16T22:43:55.634Z] 8694a41d2134: Layer already exists [2020-07-16T22:43:55.634Z] 0eda5bcc0949: Layer already exists [2020-07-16T22:43:55.634Z] 50644c29ef5a: Layer already exists [2020-07-16T22:43:55.634Z] master: digest: sha256:22ed7caf8ddb52571871b7c8776be253252f3270d8191918d06ccbc9b425d2fa size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-16T22:43:55.812Z] ===================================================== [Pipeline] echo [2020-07-16T22:43:55.851Z] taggedImages: [2020-07-16T22:43:55.851Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:43:55.851Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-07-16T22:43:55.851Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.3 [2020-07-16T22:43:55.851Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [2020-07-16T22:43:55.851Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-16T22:43:56.771Z] ++ find /w/workspace/app-service-configurable/38 [2020-07-16T22:43:56.771Z] ++ grep snapcraft.yaml [2020-07-16T22:43:56.771Z] + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/38/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-16T22:43:56.870Z] provisioning config files... [2020-07-16T22:43:56.881Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/38@tmp/config5345010820937182223tmp [Pipeline] { [Pipeline] sh [2020-07-16T22:43:57.235Z] + cp /w/workspace/app-service-configurable/38@tmp/config5345010820937182223tmp /w/workspace/app-service-configurable/38/edgex-snap-store-login [Pipeline] sh [2020-07-16T22:43:57.525Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/38:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-16T22:43:57.525Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-16T22:43:57.525Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-16T22:43:57.525Z] a1125296b23d: Pulling fs layer [2020-07-16T22:43:57.525Z] 3c742a4a0f38: Pulling fs layer [2020-07-16T22:43:57.525Z] 4c5ea3b32996: Pulling fs layer [2020-07-16T22:43:57.525Z] 1b4be91ead68: Pulling fs layer [2020-07-16T22:43:57.525Z] 9224317f5338: Pulling fs layer [2020-07-16T22:43:57.525Z] a1d4acd2f81e: Pulling fs layer [2020-07-16T22:43:57.525Z] de16526aea4f: Pulling fs layer [2020-07-16T22:43:57.525Z] 98d9a47ff92f: Pulling fs layer [2020-07-16T22:43:57.525Z] f00a2f7e41d2: Pulling fs layer [2020-07-16T22:43:57.525Z] a1d4acd2f81e: Waiting [2020-07-16T22:43:57.525Z] 98d9a47ff92f: Waiting [2020-07-16T22:43:57.525Z] de16526aea4f: Waiting [2020-07-16T22:43:57.525Z] 1b4be91ead68: Waiting [2020-07-16T22:43:57.525Z] 9224317f5338: Waiting [2020-07-16T22:43:57.525Z] f00a2f7e41d2: Waiting [2020-07-16T22:43:57.525Z] 4c5ea3b32996: Verifying Checksum [2020-07-16T22:43:57.525Z] 4c5ea3b32996: Download complete [2020-07-16T22:43:57.525Z] 3c742a4a0f38: Verifying Checksum [2020-07-16T22:43:57.525Z] 3c742a4a0f38: Download complete [2020-07-16T22:43:57.525Z] 1b4be91ead68: Verifying Checksum [2020-07-16T22:43:57.525Z] 1b4be91ead68: Download complete [2020-07-16T22:43:57.525Z] a1d4acd2f81e: Verifying Checksum [2020-07-16T22:43:57.525Z] a1d4acd2f81e: Download complete [2020-07-16T22:43:57.525Z] de16526aea4f: Download complete [2020-07-16T22:43:57.525Z] 98d9a47ff92f: Verifying Checksum [2020-07-16T22:43:57.525Z] 98d9a47ff92f: Download complete [2020-07-16T22:43:57.525Z] f00a2f7e41d2: Verifying Checksum [2020-07-16T22:43:57.525Z] f00a2f7e41d2: Download complete [2020-07-16T22:43:57.787Z] a1125296b23d: Verifying Checksum [2020-07-16T22:43:57.787Z] a1125296b23d: Download complete [2020-07-16T22:43:59.713Z] a1125296b23d: Pull complete [2020-07-16T22:44:02.258Z] 9224317f5338: Verifying Checksum [2020-07-16T22:44:02.258Z] 9224317f5338: Download complete [2020-07-16T22:44:02.829Z] 3c742a4a0f38: Pull complete [2020-07-16T22:44:03.089Z] 4c5ea3b32996: Pull complete [2020-07-16T22:44:03.361Z] 1b4be91ead68: Pull complete [2020-07-16T22:44:22.921Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-07-16T22:44:22.921Z] CGO_ENABLED=1 go vet ./... [2020-07-16T22:44:28.341Z] gofmt -l . [2020-07-16T22:44:28.341Z] [ "`gofmt -l .`" = "" ] [2020-07-16T22:44:28.341Z] ./bin/test-go-mod-tidy.sh [2020-07-16T22:44:28.938Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-07-16T22:44:29.588Z] Warning: overwriting stash ‘coverage-report’ [2020-07-16T22:44:29.968Z] Stashed 1 file(s) [Pipeline] } [2020-07-16T22:44:29.976Z] $ docker stop --time=1 e9884d48b41caaa1d9fcd04684f66a989f54beda8aa4bf204c89477472e8bbd6 [2020-07-16T22:44:32.155Z] $ docker rm -f e9884d48b41caaa1d9fcd04684f66a989f54beda8aa4bf204c89477472e8bbd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-16T22:44:33.275Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-16T22:44:33.605Z] + ls -al . [2020-07-16T22:44:33.605Z] total 124 [2020-07-16T22:44:33.605Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 22:44 . [2020-07-16T22:44:33.605Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 22:42 .. [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 119 Jul 16 22:42 .dockerignore [2020-07-16T22:44:33.605Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 16 22:42 .git [2020-07-16T22:44:33.605Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 22:42 .github [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 93 Jul 16 22:42 .gitignore [2020-07-16T22:44:33.605Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 16 22:42 .semver [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 5879 Jul 16 22:42 Attribution.txt [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 1997 Jul 16 22:42 Dockerfile [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 966 Jul 16 22:42 Dockerfile.build [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 710 Jul 16 22:42 Jenkinsfile [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jul 16 22:42 LICENSE [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 481 Jul 16 22:42 README.md [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 16 22:40 VERSION [2020-07-16T22:44:33.605Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 16 22:42 bin [2020-07-16T22:44:33.605Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 16 22:43 coverage.out [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 180 Jul 16 22:42 docker-compose.debug.yml [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 133 Jul 16 22:42 docker-compose.yml [2020-07-16T22:44:33.605Z] -rw-r--r-- 1 jenkins jenkins 132 Jul 16 22:44 go.mod [2020-07-16T22:44:33.605Z] -rw-r--r-- 1 jenkins jenkins 17709 Jul 16 22:44 go.sum [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 1519 Jul 16 22:42 main.go [2020-07-16T22:44:33.605Z] -rw-rw-r-- 1 jenkins jenkins 1573 Jul 16 22:42 makefile [2020-07-16T22:44:33.605Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 16 22:42 res [2020-07-16T22:44:33.605Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 16 22:42 snap [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:44:33.948Z] + 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=7083d631a7041b965c176d4130fbdc230550ad84 --label arch=arm64 --label version=1.2.1-dev.3 . [2020-07-16T22:44:34.228Z] Sending build context to Docker daemon 363.5kB [2020-07-16T22:44:34.228Z] Step 1/26 : ARG BASE=golang:1.13-alpine [2020-07-16T22:44:34.228Z] Step 2/26 : FROM ${BASE} AS builder [2020-07-16T22:44:34.228Z] ---> 7ee4d0f072df [2020-07-16T22:44:34.228Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-07-16T22:44:34.500Z] ---> Running in 9504a7eab6b1 [2020-07-16T22:44:35.095Z] Removing intermediate container 9504a7eab6b1 [2020-07-16T22:44:35.095Z] ---> 7207b5138d30 [2020-07-16T22:44:35.095Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2020-07-16T22:44:35.095Z] ---> Running in d8172ead2770 [2020-07-16T22:44:35.500Z] 9224317f5338: Pull complete [2020-07-16T22:44:35.500Z] a1d4acd2f81e: Pull complete [2020-07-16T22:44:35.500Z] de16526aea4f: Pull complete [2020-07-16T22:44:35.500Z] 98d9a47ff92f: Pull complete [2020-07-16T22:44:35.500Z] f00a2f7e41d2: Pull complete [2020-07-16T22:44:35.500Z] Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 [2020-07-16T22:44:35.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-16T22:44:35.690Z] Removing intermediate container d8172ead2770 [2020-07-16T22:44:35.690Z] ---> bf9b159a9d7e [2020-07-16T22:44:35.690Z] Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T22:44:35.690Z] ---> Running in de9fd45eb52c [2020-07-16T22:44:35.965Z] Removing intermediate container de9fd45eb52c [2020-07-16T22:44:35.965Z] ---> 492ca8ea8c73 [2020-07-16T22:44:35.965Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-16T22:44:36.239Z] ---> Running in 4a461a72ff43 [2020-07-16T22:44:36.440Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-16T22:44:36.440Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-16T22:44:36.440Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-16T22:44:36.440Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1005 kB] [2020-07-16T22:44:36.702Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-16T22:44:36.702Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-16T22:44:36.702Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-16T22:44:36.963Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1306 kB] [2020-07-16T22:44:37.223Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.7 kB] [2020-07-16T22:44:37.223Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1407 kB] [2020-07-16T22:44:37.484Z] Fetched 4862 kB in 1s (3665 kB/s) [2020-07-16T22:44:38.847Z] Removing intermediate container 4a461a72ff43 [2020-07-16T22:44:38.847Z] ---> e0021c06948a [2020-07-16T22:44:38.847Z] Step 7/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-16T22:44:38.847Z] ---> Running in 4afcc7557040 [2020-07-16T22:44:38.865Z] Reading package lists... [2020-07-16T22:44:40.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-16T22:44:40.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-16T22:44:41.405Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-07-16T22:44:41.405Z] - README.md [2020-07-16T22:44:41.405Z] [2020-07-16T22:44:41.405Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-16T22:44:41.833Z] OK: 143 MiB in 45 packages [2020-07-16T22:44:43.261Z] Removing intermediate container 4afcc7557040 [2020-07-16T22:44:43.261Z] ---> 3471e8c6c401 [2020-07-16T22:44:43.261Z] Step 8/26 : WORKDIR /app [2020-07-16T22:44:43.261Z] ---> Running in c6c9d54ea8f4 [2020-07-16T22:44:43.319Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-07-16T22:44:43.319Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-16T22:44:43.319Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-07-16T22:44:43.579Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-07-16T22:44:43.855Z] Removing intermediate container c6c9d54ea8f4 [2020-07-16T22:44:43.855Z] ---> 5bc050a9adcd [2020-07-16T22:44:43.855Z] Step 9/26 : COPY go.mod . [2020-07-16T22:44:44.448Z] ---> c132861937cd [2020-07-16T22:44:44.448Z] Step 10/26 : RUN go mod download [2020-07-16T22:44:44.448Z] ---> Running in e851b046dfce [2020-07-16T22:44:45.224Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 53% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-16T22:44:47.057Z] Removing intermediate container e851b046dfce [2020-07-16T22:44:47.057Z] ---> c4b734aaf7a7 [2020-07-16T22:44:47.057Z] Step 11/26 : COPY . . [2020-07-16T22:44:47.198Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-16T22:44:48.112Z] ---> 86b5d006c9dd [2020-07-16T22:44:48.113Z] Step 12/26 : ARG MAKE="make build" [2020-07-16T22:44:48.113Z] ---> Running in 2f17f1b69218 [2020-07-16T22:44:48.549Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 54% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-16T22:44:48.726Z] Removing intermediate container 2f17f1b69218 [2020-07-16T22:44:48.726Z] ---> 9aa0e4c454ce [2020-07-16T22:44:48.727Z] Step 13/26 : RUN $MAKE [2020-07-16T22:44:48.727Z] ---> Running in 6a6a738cae64 [2020-07-16T22:44:48.810Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 91% Building dependency tree [2020-07-16T22:44:48.810Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-16T22:44:48.810Z] The following packages were automatically installed and are no longer required: [2020-07-16T22:44:48.810Z] libjq1 libonig4 [2020-07-16T22:44:48.810Z] Use 'sudo apt autoremove' to remove them. [2020-07-16T22:44:48.810Z] Suggested packages: [2020-07-16T22:44:48.810Z] binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib [2020-07-16T22:44:48.810Z] g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake [2020-07-16T22:44:48.810Z] libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg [2020-07-16T22:44:48.810Z] libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg [2020-07-16T22:44:48.810Z] libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base [2020-07-16T22:44:48.810Z] git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk [2020-07-16T22:44:48.810Z] gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc [2020-07-16T22:44:48.810Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-16T22:44:48.810Z] | libterm-readline-perl-perl [2020-07-16T22:44:49.072Z] The following NEW packages will be installed: [2020-07-16T22:44:49.072Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 [2020-07-16T22:44:49.072Z] curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-07-16T22:44:49.072Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-07-16T22:44:49.072Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 [2020-07-16T22:44:49.072Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-07-16T22:44:49.072Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-07-16T22:44:49.072Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 [2020-07-16T22:44:49.072Z] libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev [2020-07-16T22:44:49.072Z] libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages [2020-07-16T22:44:49.072Z] manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-16T22:44:49.072Z] 0 upgraded, 62 newly installed, 0 to remove and 3 not upgraded. [2020-07-16T22:44:49.072Z] Need to get 57.5 MB of archives. [2020-07-16T22:44:49.072Z] After this operation, 249 MB of additional disk space will be used. [2020-07-16T22:44:49.332Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-07-16T22:44:49.593Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-16T22:44:50.163Z] 0% [2 perl-modules-5.26 15.2 kB/2763 kB 1%] 3% [2 perl-modules-5.26 1587 kB/2763 kB 57%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-16T22:44:50.163Z] 5% [3 libgdbm5 22.8 kB/26.0 kB 88%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-16T22:44:50.163Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-16T22:44:50.195Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.3" -o app-service-configurable [2020-07-16T22:44:50.423Z] 5% [5 libperl5.26 10.7 kB/3527 kB 0%] 10% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-16T22:44:50.423Z] 10% [6 perl 16.6 kB/201 kB 8%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-16T22:44:50.423Z] 11% [7 less 24.6 kB/112 kB 22%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-16T22:44:50.423Z] 12% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-07-16T22:44:50.423Z] 12% [9 manpages 17.8 kB/1234 kB 1%] 14% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-16T22:44:50.423Z] 14% [10 binutils-common 29.1 kB/196 kB 15%] 14% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.3 [488 kB] [2020-07-16T22:44:50.423Z] 15% [11 libbinutils 28.9 kB/488 kB 6%] 15% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.3 [1839 kB] [2020-07-16T22:44:50.423Z] 16% [12 binutils-x86-64-linux-gnu 64.7 kB/1839 kB 4%] 18% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.3 [3388 B] [2020-07-16T22:44:50.423Z] 19% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-07-16T22:44:50.423Z] 19% [14 libc-dev-bin 56.5 kB/71.8 kB 79%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-111.112 [997 kB] [2020-07-16T22:44:50.685Z] 19% [15 linux-libc-dev 50.0 kB/997 kB 5%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-07-16T22:44:50.948Z] 21% [16 libc6-dev 34.1 kB/2585 kB 1%] 25% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-16T22:44:50.948Z] 25% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 25% [Working] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-07-16T22:44:50.948Z] 25% [18 libisl19 53.2 kB/551 kB 10%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-07-16T22:44:50.948Z] 26% [19 libmpfr6 25.9 kB/243 kB 11%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-07-16T22:44:50.948Z] 27% [20 libmpc3 40.8 kB/40.8 kB 100%] 27% [Working] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-07-16T22:44:51.209Z] 27% [21 cpp-7 16.4 kB/8591 kB 0%] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-16T22:44:51.209Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-07-16T22:44:51.209Z] 40% [23 libcc1-0 39.4 kB/39.4 kB 100%] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-07-16T22:44:51.209Z] 40% [24 libgomp1 43.0 kB/76.5 kB 56%] 41% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-07-16T22:44:51.209Z] 41% [25 libitm1 27.9 kB/27.9 kB 100%] 41% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-07-16T22:44:51.209Z] 41% [26 libatomic1 9192 B/9192 B 100%] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-07-16T22:44:51.471Z] 41% [27 libasan4 12.5 kB/358 kB 3%] 42% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-07-16T22:44:51.471Z] 42% [28 liblsan0 28.5 kB/133 kB 21%] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-07-16T22:44:51.471Z] 43% [29 libtsan0 45.2 kB/288 kB 16%] 43% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-07-16T22:44:51.471Z] 43% [30 libubsan0 18.9 kB/126 kB 15%] 44% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-07-16T22:44:51.471Z] 44% [31 libcilkrts5 23.5 kB/42.5 kB 55%] 44% [Working] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-07-16T22:44:51.471Z] 44% [32 libmpx2 11.6 kB/11.6 kB 100%] 45% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-07-16T22:44:51.471Z] 45% [33 libquadmath0 34.4 kB/134 kB 26%] 45% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-07-16T22:44:51.731Z] 45% [34 libgcc-7-dev 31.5 kB/2378 kB 1%] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-07-16T22:44:51.995Z] 49% [35 gcc-7 27.1 kB/9381 kB 0%] 62% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-07-16T22:44:51.995Z] 62% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-16T22:44:51.995Z] 62% [37 libstdc++-7-dev 24.5 kB/1471 kB 2%] 65% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-07-16T22:44:52.568Z] 65% [38 g++-7 32.7 kB/9697 kB 0%] 79% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-07-16T22:44:52.568Z] 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-16T22:44:52.568Z] 79% [40 make 32.5 kB/154 kB 21%] 80% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-16T22:44:52.568Z] 80% [41 libdpkg-perl 65.5 kB/211 kB 31%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-16T22:44:52.568Z] 80% [42 patch 60.2 kB/102 kB 59%] 81% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-16T22:44:52.568Z] 81% [43 dpkg-dev 23.6 kB/607 kB 4%] 82% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-07-16T22:44:52.568Z] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-16T22:44:52.568Z] 82% [45 curl 65.5 kB/159 kB 41%] 83% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-07-16T22:44:52.568Z] 83% [46 libfakeroot 25.9 kB/25.9 kB 100%] 83% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-07-16T22:44:52.568Z] 83% [47 fakeroot 12.5 kB/62.3 kB 20%] 83% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-16T22:44:52.568Z] 83% [48 libcurl3-gnutls 69.3 kB/212 kB 33%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-16T22:44:52.829Z] 84% [49 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-16T22:44:52.829Z] 84% [50 git-man 69.3 kB/804 kB 9%] 86% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-16T22:44:52.829Z] 86% [51 git 24.4 kB/3915 kB 1%] 92% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-16T22:44:52.829Z] 92% [52 libalgorithm-diff-perl 41.3 kB/47.6 kB 87%] 92% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-07-16T22:44:52.829Z] 92% [53 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 92% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-16T22:44:52.829Z] 92% [54 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-07-16T22:44:52.829Z] 93% [55 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-07-16T22:44:52.829Z] 93% [56 libnorm1 0 B/224 kB 0%] 94% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-07-16T22:44:52.829Z] 94% [57 libpgm-5.2-0 39.2 kB/157 kB 25%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-07-16T22:44:52.829Z] 94% [58 libsodium23 13.0 kB/143 kB 9%] 95% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-07-16T22:44:52.829Z] 95% [59 libzmq5 8192 B/221 kB 4%] 95% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-07-16T22:44:53.092Z] 95% [60 libzmq3-dev 41.3 kB/400 kB 10%] 96% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-07-16T22:44:53.092Z] 96% [61 manpages-dev 34.6 kB/2217 kB 2%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-07-16T22:44:53.092Z] 100% [62 pkg-config 18.7 kB/45.0 kB 42%] 100% [Working] Fetched 57.5 MB in 4s (14.4 MB/s) [2020-07-16T22:44:53.666Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-16T22:44:53.666Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-16T22:44:53.927Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-07-16T22:44:53.927Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-07-16T22:44:53.927Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-16T22:44:53.927Z] Selecting previously unselected package perl-modules-5.26. [2020-07-16T22:44:53.927Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-16T22:44:53.927Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:44:57.229Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-16T22:44:57.229Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-16T22:44:57.229Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-16T22:44:57.229Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-16T22:44:57.230Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-16T22:44:57.230Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-16T22:44:57.230Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-16T22:44:57.230Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-16T22:44:57.230Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:44:58.171Z] Selecting previously unselected package perl. [2020-07-16T22:44:58.171Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-16T22:44:58.171Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-16T22:44:58.435Z] Selecting previously unselected package less. [2020-07-16T22:44:58.435Z] Preparing to unpack .../06-less_487-0.1_amd64.deb ... [2020-07-16T22:44:58.435Z] Unpacking less (487-0.1) ... [2020-07-16T22:44:58.435Z] Selecting previously unselected package netbase. [2020-07-16T22:44:58.435Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-07-16T22:44:58.435Z] Unpacking netbase (5.4) ... [2020-07-16T22:44:58.435Z] Selecting previously unselected package manpages. [2020-07-16T22:44:58.435Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-07-16T22:44:58.435Z] Unpacking manpages (4.15-1) ... [2020-07-16T22:44:58.695Z] Selecting previously unselected package binutils-common:amd64. [2020-07-16T22:44:58.695Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-16T22:44:58.695Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:44:58.695Z] Selecting previously unselected package libbinutils:amd64. [2020-07-16T22:44:58.695Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-16T22:44:58.695Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:44:58.955Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-07-16T22:44:58.955Z] Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-16T22:44:58.955Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:44:59.525Z] Selecting previously unselected package binutils. [2020-07-16T22:44:59.525Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_amd64.deb ... [2020-07-16T22:44:59.525Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:44:59.785Z] Selecting previously unselected package libc-dev-bin. [2020-07-16T22:44:59.785Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-07-16T22:44:59.785Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-16T22:44:59.785Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-07-16T22:44:59.785Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-111.112_amd64.deb ... [2020-07-16T22:44:59.785Z] Unpacking linux-libc-dev:amd64 (4.15.0-111.112) ... [2020-07-16T22:45:01.171Z] Selecting previously unselected package libc6-dev:amd64. [2020-07-16T22:45:01.171Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-07-16T22:45:01.171Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-16T22:45:02.570Z] Selecting previously unselected package gcc-7-base:amd64. [2020-07-16T22:45:02.570Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:02.570Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:02.570Z] Selecting previously unselected package libisl19:amd64. [2020-07-16T22:45:02.570Z] Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... [2020-07-16T22:45:02.570Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-07-16T22:45:02.833Z] Selecting previously unselected package libmpfr6:amd64. [2020-07-16T22:45:02.833Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... [2020-07-16T22:45:02.833Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-07-16T22:45:02.833Z] Selecting previously unselected package libmpc3:amd64. [2020-07-16T22:45:02.833Z] Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... [2020-07-16T22:45:02.833Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-07-16T22:45:03.094Z] Selecting previously unselected package cpp-7. [2020-07-16T22:45:03.094Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:03.094Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:04.481Z] Selecting previously unselected package cpp. [2020-07-16T22:45:04.481Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-16T22:45:04.481Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:45:04.481Z] Selecting previously unselected package libcc1-0:amd64. [2020-07-16T22:45:04.481Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:04.481Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:04.481Z] Selecting previously unselected package libgomp1:amd64. [2020-07-16T22:45:04.481Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:04.481Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:04.741Z] Selecting previously unselected package libitm1:amd64. [2020-07-16T22:45:04.741Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:04.741Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:04.741Z] Selecting previously unselected package libatomic1:amd64. [2020-07-16T22:45:04.741Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:04.741Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:04.741Z] Selecting previously unselected package libasan4:amd64. [2020-07-16T22:45:04.741Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:04.741Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:05.001Z] Selecting previously unselected package liblsan0:amd64. [2020-07-16T22:45:05.001Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.001Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:05.001Z] Selecting previously unselected package libtsan0:amd64. [2020-07-16T22:45:05.001Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.001Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:05.262Z] Selecting previously unselected package libubsan0:amd64. [2020-07-16T22:45:05.262Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.262Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:05.262Z] Selecting previously unselected package libcilkrts5:amd64. [2020-07-16T22:45:05.262Z] Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.262Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:05.262Z] Selecting previously unselected package libmpx2:amd64. [2020-07-16T22:45:05.262Z] Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.262Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:05.525Z] Selecting previously unselected package libquadmath0:amd64. [2020-07-16T22:45:05.525Z] Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.525Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:05.525Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-07-16T22:45:05.525Z] Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:05.525Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:06.469Z] Selecting previously unselected package gcc-7. [2020-07-16T22:45:06.469Z] Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:06.469Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:07.409Z] Selecting previously unselected package gcc. [2020-07-16T22:45:07.409Z] Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-16T22:45:07.409Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:45:07.409Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-07-16T22:45:07.409Z] Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:07.409Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:09.325Z] Selecting previously unselected package g++-7. [2020-07-16T22:45:09.325Z] Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-07-16T22:45:09.325Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:09.907Z] Selecting previously unselected package g++. [2020-07-16T22:45:09.907Z] Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-07-16T22:45:09.907Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:45:09.907Z] Selecting previously unselected package make. [2020-07-16T22:45:09.907Z] Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-16T22:45:09.907Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-16T22:45:10.169Z] Selecting previously unselected package libdpkg-perl. [2020-07-16T22:45:10.169Z] Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-16T22:45:10.169Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-16T22:45:10.430Z] Selecting previously unselected package patch. [2020-07-16T22:45:10.430Z] Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-16T22:45:10.430Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-16T22:45:10.430Z] Selecting previously unselected package dpkg-dev. [2020-07-16T22:45:10.430Z] Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-16T22:45:10.430Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-16T22:45:10.430Z] Selecting previously unselected package build-essential. [2020-07-16T22:45:10.430Z] Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... [2020-07-16T22:45:10.430Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-16T22:45:10.692Z] Selecting previously unselected package curl. [2020-07-16T22:45:10.692Z] Preparing to unpack .../44-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-16T22:45:10.692Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-16T22:45:10.692Z] Selecting previously unselected package libfakeroot:amd64. [2020-07-16T22:45:10.692Z] Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-16T22:45:10.692Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-16T22:45:10.692Z] Selecting previously unselected package fakeroot. [2020-07-16T22:45:10.692Z] Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-07-16T22:45:10.692Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-16T22:45:10.953Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-16T22:45:10.953Z] Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-16T22:45:10.953Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-16T22:45:10.953Z] Selecting previously unselected package liberror-perl. [2020-07-16T22:45:10.953Z] Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... [2020-07-16T22:45:10.953Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-16T22:45:10.953Z] Selecting previously unselected package git-man. [2020-07-16T22:45:10.953Z] Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-16T22:45:10.953Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:45:11.213Z] Selecting previously unselected package git. [2020-07-16T22:45:11.214Z] Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-16T22:45:11.214Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:45:12.156Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-16T22:45:12.156Z] Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-16T22:45:12.156Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-16T22:45:12.417Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-16T22:45:12.417Z] Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-07-16T22:45:12.417Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-16T22:45:12.417Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-16T22:45:12.417Z] Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-16T22:45:12.417Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-16T22:45:12.417Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-16T22:45:12.417Z] Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-07-16T22:45:12.417Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-16T22:45:12.680Z] Selecting previously unselected package libnorm1:amd64. [2020-07-16T22:45:12.680Z] Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-07-16T22:45:12.680Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-16T22:45:12.680Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-07-16T22:45:12.680Z] Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-07-16T22:45:12.680Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-16T22:45:12.680Z] Selecting previously unselected package libsodium23:amd64. [2020-07-16T22:45:12.680Z] Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... [2020-07-16T22:45:12.944Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-07-16T22:45:12.944Z] Selecting previously unselected package libzmq5:amd64. [2020-07-16T22:45:12.944Z] Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-16T22:45:12.944Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:45:12.944Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-07-16T22:45:12.944Z] Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-07-16T22:45:12.944Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:45:13.209Z] Selecting previously unselected package manpages-dev. [2020-07-16T22:45:13.209Z] Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... [2020-07-16T22:45:13.209Z] Unpacking manpages-dev (4.15-1) ... [2020-07-16T22:45:13.472Z] Selecting previously unselected package pkg-config. [2020-07-16T22:45:13.472Z] Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-07-16T22:45:13.472Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-16T22:45:13.472Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:13.734Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:13.734Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-07-16T22:45:13.734Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:13.734Z] Setting up manpages (4.15-1) ... [2020-07-16T22:45:13.734Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:45:13.734Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:13.734Z] Setting up less (487-0.1) ... [2020-07-16T22:45:13.994Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-16T22:45:13.994Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-16T22:45:13.994Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-16T22:45:13.994Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:13.994Z] Setting up linux-libc-dev:amd64 (4.15.0-111.112) ... [2020-07-16T22:45:14.255Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-07-16T22:45:14.255Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:45:14.255Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-16T22:45:14.255Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:14.255Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-07-16T22:45:14.255Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:14.255Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:45:14.255Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-07-16T22:45:14.255Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:14.255Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-16T22:45:14.516Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-07-16T22:45:14.516Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-16T22:45:14.516Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-07-16T22:45:14.516Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-16T22:45:14.516Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-16T22:45:14.516Z] Setting up manpages-dev (4.15-1) ... [2020-07-16T22:45:14.516Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-07-16T22:45:14.516Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:45:14.516Z] Setting up netbase (5.4) ... [2020-07-16T22:45:14.777Z] Setting up libisl19:amd64 (0.19-1) ... [2020-07-16T22:45:14.777Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:45:14.777Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:14.777Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:45:14.777Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:14.777Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:14.777Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:45:14.777Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-16T22:45:15.037Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:45:15.037Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:15.037Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:15.037Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:15.037Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:45:15.037Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:45:15.037Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:45:15.037Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-16T22:45:15.298Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-16T22:45:15.298Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-16T22:45:15.298Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:45:15.298Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:15.298Z] Setting up liberror-perl (0.17025-1) ... [2020-07-16T22:45:15.298Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:45:15.298Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-16T22:45:15.298Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:45:15.561Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-16T22:45:15.561Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-16T22:45:15.561Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-16T22:45:15.561Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:45:15.561Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-16T22:45:15.561Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-07-16T22:45:15.561Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:45:15.561Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-16T22:45:15.822Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-16T22:45:15.822Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-16T22:45:15.822Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-16T22:45:17.748Z] binutils set to automatically installed. [2020-07-16T22:45:17.748Z] binutils-common set to automatically installed. [2020-07-16T22:45:17.748Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-07-16T22:45:18.009Z] build-essential set to automatically installed. [2020-07-16T22:45:18.009Z] cpp set to automatically installed. [2020-07-16T22:45:18.009Z] cpp-7 set to automatically installed. [2020-07-16T22:45:18.009Z] curl set to automatically installed. [2020-07-16T22:45:18.009Z] dpkg-dev set to automatically installed. [2020-07-16T22:45:18.009Z] fakeroot set to automatically installed. [2020-07-16T22:45:18.009Z] g++ set to automatically installed. [2020-07-16T22:45:18.009Z] g++-7 set to automatically installed. [2020-07-16T22:45:18.009Z] gcc set to automatically installed. [2020-07-16T22:45:18.009Z] gcc-7 set to automatically installed. [2020-07-16T22:45:18.009Z] gcc-7-base set to automatically installed. [2020-07-16T22:45:18.009Z] git set to automatically installed. [2020-07-16T22:45:18.009Z] git-man set to automatically installed. [2020-07-16T22:45:18.009Z] less set to automatically installed. [2020-07-16T22:45:18.009Z] libalgorithm-diff-perl set to automatically installed. [2020-07-16T22:45:18.009Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-16T22:45:18.009Z] libalgorithm-merge-perl set to automatically installed. [2020-07-16T22:45:18.009Z] libasan4 set to automatically installed. [2020-07-16T22:45:18.009Z] libatomic1 set to automatically installed. [2020-07-16T22:45:18.009Z] libbinutils set to automatically installed. [2020-07-16T22:45:18.009Z] libc-dev-bin set to automatically installed. [2020-07-16T22:45:18.009Z] libc6-dev set to automatically installed. [2020-07-16T22:45:18.009Z] libcc1-0 set to automatically installed. [2020-07-16T22:45:18.009Z] libcilkrts5 set to automatically installed. [2020-07-16T22:45:18.009Z] libcurl3-gnutls set to automatically installed. [2020-07-16T22:45:18.009Z] libdpkg-perl set to automatically installed. [2020-07-16T22:45:18.009Z] liberror-perl set to automatically installed. [2020-07-16T22:45:18.009Z] libfakeroot set to automatically installed. [2020-07-16T22:45:18.009Z] libfile-fcntllock-perl set to automatically installed. [2020-07-16T22:45:18.009Z] libgcc-7-dev set to automatically installed. [2020-07-16T22:45:18.009Z] libgdbm-compat4 set to automatically installed. [2020-07-16T22:45:18.273Z] libgdbm5 set to automatically installed. [2020-07-16T22:45:18.273Z] libgomp1 set to automatically installed. [2020-07-16T22:45:18.273Z] libisl19 set to automatically installed. [2020-07-16T22:45:18.273Z] libitm1 set to automatically installed. [2020-07-16T22:45:18.273Z] liblocale-gettext-perl set to automatically installed. [2020-07-16T22:45:18.273Z] liblsan0 set to automatically installed. [2020-07-16T22:45:18.273Z] libmpc3 set to automatically installed. [2020-07-16T22:45:18.273Z] libmpfr6 set to automatically installed. [2020-07-16T22:45:18.273Z] libmpx2 set to automatically installed. [2020-07-16T22:45:18.273Z] libnorm1 set to automatically installed. [2020-07-16T22:45:18.273Z] libperl5.26 set to automatically installed. [2020-07-16T22:45:18.273Z] libpgm-5.2-0 set to automatically installed. [2020-07-16T22:45:18.273Z] libquadmath0 set to automatically installed. [2020-07-16T22:45:18.273Z] libsodium23 set to automatically installed. [2020-07-16T22:45:18.273Z] libstdc++-7-dev set to automatically installed. [2020-07-16T22:45:18.273Z] libtsan0 set to automatically installed. [2020-07-16T22:45:18.273Z] libubsan0 set to automatically installed. [2020-07-16T22:45:18.273Z] libzmq3-dev set to automatically installed. [2020-07-16T22:45:18.273Z] libzmq5 set to automatically installed. [2020-07-16T22:45:18.273Z] linux-libc-dev set to automatically installed. [2020-07-16T22:45:18.273Z] make set to automatically installed. [2020-07-16T22:45:18.273Z] manpages set to automatically installed. [2020-07-16T22:45:18.273Z] manpages-dev set to automatically installed. [2020-07-16T22:45:18.273Z] netbase set to automatically installed. [2020-07-16T22:45:18.273Z] patch set to automatically installed. [2020-07-16T22:45:18.273Z] perl set to automatically installed. [2020-07-16T22:45:18.273Z] perl-modules-5.26 set to automatically installed. [2020-07-16T22:45:18.273Z] pkg-config set to automatically installed. [2020-07-16T22:45:18.533Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-16T22:45:18.533Z] Please ensure the environment is properly setup before continuing. [2020-07-16T22:45:18.533Z] Ignore this message if the appropriate measures have already been taken [2020-07-16T22:45:19.110Z] Pulling go  [2020-07-16T22:45:20.493Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-16T22:45:20.493Z] Skipping pull go (already ran) [2020-07-16T22:45:20.493Z] Building go  [2020-07-16T22:45:20.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-16T22:45:20.493Z] Dload Upload Total Spent Left Speed [2020-07-16T22:45:22.985Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 114M 15 17.5M 0 0 24.7M 0 0:00:04 --:--:-- 0:00:04 24.7M 63 114M 63 72.8M 0 0 42.6M 0 0:00:02 0:00:01 0:00:01 42.6M 100 114M 100 114M 0 0 47.0M 0 0:00:02 0:00:02 --:--:-- 47.0M [2020-07-16T22:45:23.557Z] go1.13.10.linux-amd64.tar.gz: OK [2020-07-16T22:45:29.226Z] Removing intermediate container 6a6a738cae64 [2020-07-16T22:45:29.226Z] ---> 908dae21e3e2 [2020-07-16T22:45:29.226Z] Step 14/26 : FROM alpine:latest [2020-07-16T22:45:29.226Z] latest: Pulling from library/alpine [2020-07-16T22:45:29.226Z] b538f80385f9: Already exists [2020-07-16T22:45:29.226Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-16T22:45:29.226Z] Status: Downloaded newer image for alpine:latest [2020-07-16T22:45:29.226Z] ---> 62ee0e9f8440 [2020-07-16T22:45:29.226Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-16T22:45:29.226Z] ---> Running in 6325eb0487ca [2020-07-16T22:45:29.226Z] Removing intermediate container 6325eb0487ca [2020-07-16T22:45:29.226Z] ---> 8707d5a0f6fe [2020-07-16T22:45:29.226Z] Step 16/26 : LABEL Name=app-service-configurable Version=${VERSION} [2020-07-16T22:45:29.226Z] ---> Running in 5e12b3e79739 [2020-07-16T22:45:29.226Z] Removing intermediate container 5e12b3e79739 [2020-07-16T22:45:29.226Z] ---> ebe22fdbbe56 [2020-07-16T22:45:29.226Z] Step 17/26 : RUN apk --no-cache add ca-certificates zeromq [2020-07-16T22:45:29.226Z] ---> Running in 21faf49e9a07 [2020-07-16T22:45:29.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-16T22:45:29.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-16T22:45:29.226Z] (1/6) Installing ca-certificates (20191127-r4) [2020-07-16T22:45:29.226Z] (2/6) Installing libgcc (9.3.0-r2) [2020-07-16T22:45:29.226Z] (3/6) Installing libsodium (1.0.18-r0) [2020-07-16T22:45:29.226Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-07-16T22:45:29.226Z] (5/6) Installing libzmq (4.3.2-r0) [2020-07-16T22:45:29.226Z] (6/6) Installing zeromq (4.3.2-r0) [2020-07-16T22:45:29.226Z] Executing busybox-1.31.1-r16.trigger [2020-07-16T22:45:29.226Z] Executing ca-certificates-20191127-r4.trigger [2020-07-16T22:45:29.226Z] OK: 8 MiB in 20 packages [2020-07-16T22:45:29.226Z] Removing intermediate container 21faf49e9a07 [2020-07-16T22:45:29.226Z] ---> f55b212d4c1e [2020-07-16T22:45:29.226Z] Step 18/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-07-16T22:45:30.201Z] ---> 4dfcc688648e [2020-07-16T22:45:30.201Z] Step 19/26 : COPY --from=builder /app/LICENSE /LICENSE [2020-07-16T22:45:30.794Z] ---> e34e73120114 [2020-07-16T22:45:30.794Z] Step 20/26 : COPY --from=builder /app/res/ /res/ [2020-07-16T22:45:31.389Z] ---> 8788579cbcfc [2020-07-16T22:45:31.389Z] Step 21/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-07-16T22:45:31.704Z] Staging go  [2020-07-16T22:45:31.965Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-16T22:45:31.965Z] 14% [Working] 43% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-07-16T22:45:32.226Z] 30% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1005 kB] [2020-07-16T22:45:32.226Z] 5% 51% 51% 51% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [869 kB] [2020-07-16T22:45:32.226Z] 52% 91% Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-16T22:45:32.226Z] 92% 92% Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [89.9 kB] [2020-07-16T22:45:32.486Z] 94% 96% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-16T22:45:32.486Z] 99% 99% 99% 99% 99% 99% 99% 15% 15% 15% 15% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-16T22:45:32.747Z] 15% 16% 16% 16% 13% [Working] 13% [Working] 13% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-07-16T22:45:33.356Z] ---> a397dee09a1b [2020-07-16T22:45:33.356Z] Step 22/26 : EXPOSE 48095 [2020-07-16T22:45:33.356Z] ---> Running in d13ac4e16904 [2020-07-16T22:45:33.401Z] 13% 15% 74% 75% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-07-16T22:45:33.632Z] Removing intermediate container d13ac4e16904 [2020-07-16T22:45:33.632Z] ---> 48d45aa890c0 [2020-07-16T22:45:33.632Z] Step 23/26 : ENTRYPOINT ["/app-service-configurable", "-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-07-16T22:45:33.632Z] ---> Running in 978a39571090 [2020-07-16T22:45:33.661Z] 76% 76% 83% Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-07-16T22:45:33.661Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-07-16T22:45:33.661Z] 84% 84% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.7 kB] [2020-07-16T22:45:33.661Z] 84% 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1306 kB] [2020-07-16T22:45:33.661Z] 84% 91% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [104 kB] [2020-07-16T22:45:33.661Z] 91% 92% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1407 kB] [2020-07-16T22:45:33.661Z] 92% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-07-16T22:45:33.661Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] [2020-07-16T22:45:34.230Z] Removing intermediate container 978a39571090 [2020-07-16T22:45:34.230Z] ---> f022b6524fbf [2020-07-16T22:45:34.230Z] Step 24/26 : LABEL arch=arm64 [2020-07-16T22:45:34.230Z] ---> Running in d040efea6877 [2020-07-16T22:45:34.831Z] Removing intermediate container d040efea6877 [2020-07-16T22:45:34.831Z] ---> 7da2fd7cd4da [2020-07-16T22:45:34.831Z] Step 25/26 : LABEL git_sha=7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:45:34.831Z] ---> Running in 7c0ff4498925 [2020-07-16T22:45:35.022Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.2 MB in 0s (0 B/s) [2020-07-16T22:45:35.103Z] Removing intermediate container 7c0ff4498925 [2020-07-16T22:45:35.103Z] ---> 75f574bed8cc [2020-07-16T22:45:35.103Z] Step 26/26 : LABEL version=1.2.1-dev.3 [2020-07-16T22:45:35.377Z] ---> Running in ef96f3acd8a2 [2020-07-16T22:45:35.647Z] Removing intermediate container ef96f3acd8a2 [2020-07-16T22:45:35.647Z] ---> 7bbc1c84b987 [2020-07-16T22:45:35.648Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-16T22:45:35.648Z] Successfully built 7bbc1c84b987 [2020-07-16T22:45:35.648Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-16T22:45:36.232Z] provisioning config files... [2020-07-16T22:45:36.265Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/38@tmp/config5358135065495020339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:45:36.651Z] nexus3.edgexfoundry.org:10001 [2020-07-16T22:45:36.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:45:37.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:45:37.197Z] Configure a credential helper to remove this warning. See [2020-07-16T22:45:37.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:45:37.197Z] [2020-07-16T22:45:37.197Z] Login Succeeded [2020-07-16T22:45:37.197Z] nexus3.edgexfoundry.org:10002 [2020-07-16T22:45:37.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:45:37.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:45:37.751Z] Configure a credential helper to remove this warning. See [2020-07-16T22:45:37.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:45:37.751Z] [2020-07-16T22:45:37.751Z] Login Succeeded [2020-07-16T22:45:37.751Z] nexus3.edgexfoundry.org:10003 [2020-07-16T22:45:38.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:45:38.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:45:38.294Z] Configure a credential helper to remove this warning. See [2020-07-16T22:45:38.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:45:38.294Z] [2020-07-16T22:45:38.294Z] Login Succeeded [2020-07-16T22:45:38.294Z] nexus3.edgexfoundry.org:10004 [2020-07-16T22:45:38.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:45:38.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:45:38.840Z] Configure a credential helper to remove this warning. See [2020-07-16T22:45:38.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:45:38.840Z] [2020-07-16T22:45:38.840Z] Login Succeeded [2020-07-16T22:45:38.840Z] docker.io [2020-07-16T22:45:39.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-16T22:45:39.225Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-07-16T22:45:39.225Z] 26% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-07-16T22:45:39.486Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-07-16T22:45:39.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-16T22:45:39.707Z] Configure a credential helper to remove this warning. See [2020-07-16T22:45:39.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-16T22:45:39.707Z] [2020-07-16T22:45:39.707Z] Login Succeeded [Pipeline] } [2020-07-16T22:45:39.724Z] Deleting 1 temporary files [2020-07-16T22:45:39.747Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-16T22:45:39.899Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-07-16T22:45:39.899Z] 7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:45:39.899Z] latest [2020-07-16T22:45:39.899Z] 1.2.1-dev.3 [2020-07-16T22:45:39.899Z] 7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [2020-07-16T22:45:39.899Z] master [2020-07-16T22:45:39.899Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-07-16T22:45:40.007Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:40.267Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-07-16T22:45:40.381Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:40.527Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-07-16T22:45:40.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:45:40.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-16T22:45:40.718Z] d06205286739: Preparing [2020-07-16T22:45:40.718Z] 13fca348ff45: Preparing [2020-07-16T22:45:40.718Z] 6a991d9103e8: Preparing [2020-07-16T22:45:40.718Z] f2ccc010516f: Preparing [2020-07-16T22:45:40.718Z] f630d08beb09: Preparing [2020-07-16T22:45:40.718Z] e2f13739ad41: Preparing [2020-07-16T22:45:40.718Z] e2f13739ad41: Waiting [2020-07-16T22:45:40.991Z] f2ccc010516f: Pushed [2020-07-16T22:45:40.991Z] 6a991d9103e8: Pushed [2020-07-16T22:45:40.991Z] 13fca348ff45: Pushed [2020-07-16T22:45:40.991Z] e2f13739ad41: Layer already exists [2020-07-16T22:45:41.098Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-07-16T22:45:41.098Z] Pulling app-service-config  [2020-07-16T22:45:41.964Z] f630d08beb09: Pushed [2020-07-16T22:45:43.009Z] Pulling config-common  [2020-07-16T22:45:43.950Z] Skipping build go (already ran) [2020-07-16T22:45:43.950Z] Building app-service-config  [2020-07-16T22:45:44.215Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.3" -o app-service-configurable [2020-07-16T22:45:44.564Z] d06205286739: Pushed [2020-07-16T22:45:44.564Z] 7083d631a7041b965c176d4130fbdc230550ad84: digest: sha256:cc8d9d7f99abe1e511cf5a8030c7bc8cbfb9e95805692ec575720c7530934b94 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:44.896Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:45.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-16T22:45:45.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-16T22:45:45.226Z] d06205286739: Preparing [2020-07-16T22:45:45.226Z] 13fca348ff45: Preparing [2020-07-16T22:45:45.226Z] 6a991d9103e8: Preparing [2020-07-16T22:45:45.226Z] f2ccc010516f: Preparing [2020-07-16T22:45:45.226Z] f630d08beb09: Preparing [2020-07-16T22:45:45.226Z] e2f13739ad41: Preparing [2020-07-16T22:45:45.226Z] e2f13739ad41: Waiting [2020-07-16T22:45:45.226Z] 13fca348ff45: Layer already exists [2020-07-16T22:45:45.226Z] f2ccc010516f: Layer already exists [2020-07-16T22:45:45.226Z] d06205286739: Layer already exists [2020-07-16T22:45:45.226Z] f630d08beb09: Layer already exists [2020-07-16T22:45:45.226Z] 6a991d9103e8: Layer already exists [2020-07-16T22:45:45.496Z] e2f13739ad41: Layer already exists [2020-07-16T22:45:45.496Z] latest: digest: sha256:cc8d9d7f99abe1e511cf5a8030c7bc8cbfb9e95805692ec575720c7530934b94 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:45:45.603Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:45:45.603Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:45:45.603Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:45:45.603Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:45:45.603Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:45:45.603Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:45:45.603Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-16T22:45:45.603Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-16T22:45:45.603Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:45:45.603Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:45:45.603Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:45:45.603Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:45:45.603Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:45:45.603Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:45:45.603Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-16T22:45:45.603Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:45:45.603Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:45:45.603Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:45:45.826Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:45.864Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-16T22:45:45.864Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:45:45.865Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:45:45.865Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:45:45.865Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-16T22:45:45.865Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:45:45.865Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:45:45.865Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:45:45.865Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-16T22:45:45.865Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:45:45.865Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:45:45.865Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:45:45.865Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-16T22:45:45.865Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:45:45.865Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:45:45.865Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:45:45.865Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-16T22:45:45.865Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:45:45.865Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:45:45.865Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:45:45.865Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:45:45.865Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:45:45.865Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-16T22:45:45.865Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:45:45.865Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:45:45.865Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:45:46.125Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:45:46.125Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:45:46.125Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:45:46.125Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:45:46.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.3 [2020-07-16T22:45:46.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-16T22:45:46.152Z] d06205286739: Preparing [2020-07-16T22:45:46.152Z] 13fca348ff45: Preparing [2020-07-16T22:45:46.152Z] 6a991d9103e8: Preparing [2020-07-16T22:45:46.152Z] f2ccc010516f: Preparing [2020-07-16T22:45:46.152Z] f630d08beb09: Preparing [2020-07-16T22:45:46.152Z] e2f13739ad41: Preparing [2020-07-16T22:45:46.152Z] e2f13739ad41: Waiting [2020-07-16T22:45:46.152Z] 13fca348ff45: Layer already exists [2020-07-16T22:45:46.152Z] 6a991d9103e8: Layer already exists [2020-07-16T22:45:46.152Z] d06205286739: Layer already exists [2020-07-16T22:45:46.152Z] f630d08beb09: Layer already exists [2020-07-16T22:45:46.152Z] f2ccc010516f: Layer already exists [2020-07-16T22:45:46.424Z] e2f13739ad41: Layer already exists [2020-07-16T22:45:46.424Z] 1.2.1-dev.3: digest: sha256:cc8d9d7f99abe1e511cf5a8030c7bc8cbfb9e95805692ec575720c7530934b94 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:46.697Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:45:46.697Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:45:46.697Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:45:46.697Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:45:46.758Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:46.958Z] go: finding github.com/google/uuid v1.1.1 [2020-07-16T22:45:46.958Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:45:46.958Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:45:46.958Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:45:46.958Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:45:46.958Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:45:46.958Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:45:46.958Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-16T22:45:46.958Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-16T22:45:46.958Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:45:46.958Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-16T22:45:46.958Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:45:46.958Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:45:46.959Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:45:46.959Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:45:46.959Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:45:46.959Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:45:46.959Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:45:46.959Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:45:46.959Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:45:46.959Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:45:46.959Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:45:46.959Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:45:46.959Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:45:46.959Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:45:46.959Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:45:46.959Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-16T22:45:46.959Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:45:46.959Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:45:46.959Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:45:46.959Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:45:47.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [2020-07-16T22:45:47.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-16T22:45:47.085Z] d06205286739: Preparing [2020-07-16T22:45:47.085Z] 13fca348ff45: Preparing [2020-07-16T22:45:47.085Z] 6a991d9103e8: Preparing [2020-07-16T22:45:47.085Z] f2ccc010516f: Preparing [2020-07-16T22:45:47.085Z] f630d08beb09: Preparing [2020-07-16T22:45:47.085Z] e2f13739ad41: Preparing [2020-07-16T22:45:47.085Z] e2f13739ad41: Waiting [2020-07-16T22:45:47.357Z] f2ccc010516f: Layer already exists [2020-07-16T22:45:47.357Z] 13fca348ff45: Layer already exists [2020-07-16T22:45:47.357Z] d06205286739: Layer already exists [2020-07-16T22:45:47.357Z] 6a991d9103e8: Layer already exists [2020-07-16T22:45:47.357Z] f630d08beb09: Layer already exists [2020-07-16T22:45:47.357Z] e2f13739ad41: Layer already exists [2020-07-16T22:45:47.357Z] 7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3: digest: sha256:cc8d9d7f99abe1e511cf5a8030c7bc8cbfb9e95805692ec575720c7530934b94 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:47.690Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:45:48.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-07-16T22:45:48.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-07-16T22:45:48.299Z] d06205286739: Preparing [2020-07-16T22:45:48.299Z] 13fca348ff45: Preparing [2020-07-16T22:45:48.299Z] 6a991d9103e8: Preparing [2020-07-16T22:45:48.299Z] f2ccc010516f: Preparing [2020-07-16T22:45:48.299Z] f630d08beb09: Preparing [2020-07-16T22:45:48.299Z] e2f13739ad41: Preparing [2020-07-16T22:45:48.299Z] e2f13739ad41: Waiting [2020-07-16T22:45:48.299Z] f630d08beb09: Layer already exists [2020-07-16T22:45:48.299Z] d06205286739: Layer already exists [2020-07-16T22:45:48.299Z] f2ccc010516f: Layer already exists [2020-07-16T22:45:48.299Z] 13fca348ff45: Layer already exists [2020-07-16T22:45:48.299Z] 6a991d9103e8: Layer already exists [2020-07-16T22:45:48.299Z] e2f13739ad41: Layer already exists [2020-07-16T22:45:48.569Z] master: digest: sha256:cc8d9d7f99abe1e511cf5a8030c7bc8cbfb9e95805692ec575720c7530934b94 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-16T22:45:48.740Z] ===================================================== [Pipeline] echo [2020-07-16T22:45:48.786Z] taggedImages: [2020-07-16T22:45:48.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:45:48.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-07-16T22:45:48.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.3 [2020-07-16T22:45:48.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84-1.2.1-dev.3 [2020-07-16T22:45:48.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-16T22:45:49.438Z] + find /w/workspace/app-service-configurable/38 [2020-07-16T22:45:49.439Z] + grep snapcraft.yaml [2020-07-16T22:45:49.439Z] + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/38/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-16T22:45:49.587Z] provisioning config files... [2020-07-16T22:45:49.603Z] copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/38@tmp/config5279119072508232563tmp [Pipeline] { [Pipeline] sh [2020-07-16T22:45:49.979Z] + cp /w/workspace/app-service-configurable/38@tmp/config5279119072508232563tmp /w/workspace/app-service-configurable/38/edgex-snap-store-login [Pipeline] sh [2020-07-16T22:45:50.311Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/38:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-16T22:45:50.311Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-16T22:45:50.311Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-16T22:45:50.311Z] 68fe03cb170d: Pulling fs layer [2020-07-16T22:45:50.311Z] 18959295effb: Pulling fs layer [2020-07-16T22:45:50.311Z] 51118fb70ce3: Pulling fs layer [2020-07-16T22:45:50.311Z] 409a5d9eae93: Pulling fs layer [2020-07-16T22:45:50.311Z] 76e762919bd5: Pulling fs layer [2020-07-16T22:45:50.311Z] 8ed2c1ec22f6: Pulling fs layer [2020-07-16T22:45:50.311Z] 7f90baa40d9b: Pulling fs layer [2020-07-16T22:45:50.311Z] e1aa5cc854c1: Pulling fs layer [2020-07-16T22:45:50.311Z] b0d1d86f3456: Pulling fs layer [2020-07-16T22:45:50.311Z] 409a5d9eae93: Waiting [2020-07-16T22:45:50.311Z] 76e762919bd5: Waiting [2020-07-16T22:45:50.311Z] 8ed2c1ec22f6: Waiting [2020-07-16T22:45:50.311Z] 7f90baa40d9b: Waiting [2020-07-16T22:45:50.311Z] e1aa5cc854c1: Waiting [2020-07-16T22:45:50.311Z] b0d1d86f3456: Waiting [2020-07-16T22:45:50.589Z] 51118fb70ce3: Verifying Checksum [2020-07-16T22:45:50.589Z] 51118fb70ce3: Download complete [2020-07-16T22:45:50.589Z] 18959295effb: Download complete [2020-07-16T22:45:50.589Z] 409a5d9eae93: Download complete [2020-07-16T22:45:50.589Z] 8ed2c1ec22f6: Download complete [2020-07-16T22:45:50.589Z] 7f90baa40d9b: Verifying Checksum [2020-07-16T22:45:50.589Z] 7f90baa40d9b: Download complete [2020-07-16T22:45:50.589Z] e1aa5cc854c1: Verifying Checksum [2020-07-16T22:45:50.589Z] e1aa5cc854c1: Download complete [2020-07-16T22:45:50.589Z] b0d1d86f3456: Verifying Checksum [2020-07-16T22:45:50.589Z] b0d1d86f3456: Download complete [2020-07-16T22:45:51.186Z] 68fe03cb170d: Verifying Checksum [2020-07-16T22:45:51.186Z] 68fe03cb170d: Download complete [2020-07-16T22:45:54.575Z] 68fe03cb170d: Pull complete [2020-07-16T22:45:54.575Z] 18959295effb: Pull complete [2020-07-16T22:45:54.852Z] 51118fb70ce3: Pull complete [2020-07-16T22:45:55.124Z] 409a5d9eae93: Pull complete [2020-07-16T22:46:00.486Z] 76e762919bd5: Verifying Checksum [2020-07-16T22:46:00.486Z] 76e762919bd5: Download complete [2020-07-16T22:46:01.943Z] Building config-common  [2020-07-16T22:46:06.146Z] Skipping stage go (already ran) [2020-07-16T22:46:06.146Z] Staging app-service-config  [2020-07-16T22:46:06.717Z] Staging config-common  [2020-07-16T22:46:07.286Z] Priming go  [2020-07-16T22:46:08.224Z] Priming app-service-config  [2020-07-16T22:46:09.605Z] Priming config-common  [2020-07-16T22:46:12.106Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-07-16T22:46:12.106Z] Snapped edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap [2020-07-16T22:46:16.311Z] [2020-07-16T22:46:16.311Z] Login successful. You now have these capabilities: [2020-07-16T22:46:16.311Z]  [2020-07-16T22:46:16.311Z] snaps: No restriction [2020-07-16T22:46:16.311Z] channels: No restriction [2020-07-16T22:46:16.311Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-16T22:46:16.311Z] expires: 2021-07-14T18:21:36.256372 [2020-07-16T22:46:16.311Z]  [2020-07-16T22:46:16.572Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-16T22:46:16.572Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-16T22:46:16.572Z] Preparing to upload 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap'. [2020-07-16T22:46:16.572Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-16T22:46:16.572Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-16T22:46:18.758Z] Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 70% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 80% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [] 100% [2020-07-16T22:46:33.189Z] 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.../ 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-07-16T22:46:33.189Z] released [2020-07-16T22:46:33.189Z] Revision 22 of 'edgex-app-service-configurable' created. [2020-07-16T22:46:34.128Z] Track Arch Channel Version Revision [2020-07-16T22:46:34.128Z] latest amd64 stable 1.2.0-20200615+a7f3ace 14 [2020-07-16T22:46:34.128Z] candidate 1.2.0-20200615+a7f3ace 14 [2020-07-16T22:46:34.128Z] beta 1.2.0-20200615+a7f3ace 14 [2020-07-16T22:46:34.128Z] edge 1.2.0-20200716+7083d63 22 [2020-07-16T22:46:35.067Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-16T22:46:35.067Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-16T22:46:35.067Z] Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200716+7083d63_amd64.snap' [2020-07-16T22:46:38.364Z] The metadata has been uploaded [Pipeline] } [2020-07-16T22:46:39.312Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2020-07-16T22:46:39.526Z] 76e762919bd5: Pull complete [2020-07-16T22:46:39.526Z] 8ed2c1ec22f6: Pull complete [2020-07-16T22:46:39.526Z] 7f90baa40d9b: Pull complete [2020-07-16T22:46:39.526Z] e1aa5cc854c1: Pull complete [2020-07-16T22:46:39.526Z] b0d1d86f3456: Pull complete [2020-07-16T22:46:39.526Z] Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab [2020-07-16T22:46:39.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-16T22:46:46.229Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-16T22:46:46.229Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-16T22:46:46.229Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-16T22:46:46.229Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-16T22:46:46.499Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [905 kB] [2020-07-16T22:46:46.772Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1247 kB] [2020-07-16T22:46:47.042Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3489 B] [2020-07-16T22:46:47.042Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-16T22:46:47.313Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [632 kB] [2020-07-16T22:46:47.582Z] Fetched 3802 kB in 2s (1744 kB/s) [2020-07-16T22:46:51.875Z] Reading package lists... [2020-07-16T22:46:58.563Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-07-16T22:46:58.563Z] - README.md [2020-07-16T22:46:58.563Z] [2020-07-16T22:46:58.563Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-07-16T22:47:05.247Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-16T22:47:05.247Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-07-16T22:47:05.247Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-07-16T22:47:05.247Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-07-16T22:47:10.697Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-16T22:47:17.377Z] Installing build dependencies: binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config [2020-07-16T22:47:21.689Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-16T22:47:22.501Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 61% Building dependency tree [2020-07-16T22:47:22.501Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-16T22:47:23.469Z] The following packages were automatically installed and are no longer required: [2020-07-16T22:47:23.469Z] libjq1 libonig4 [2020-07-16T22:47:23.469Z] Use 'sudo apt autoremove' to remove them. [2020-07-16T22:47:23.469Z] Suggested packages: [2020-07-16T22:47:23.469Z] binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-07-16T22:47:23.469Z] gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg [2020-07-16T22:47:23.469Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-07-16T22:47:23.469Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-07-16T22:47:23.469Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-16T22:47:23.469Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n [2020-07-16T22:47:23.469Z] libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc [2020-07-16T22:47:23.469Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-07-16T22:47:24.437Z] The following NEW packages will be installed: [2020-07-16T22:47:24.437Z] binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp [2020-07-16T22:47:24.437Z] cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less [2020-07-16T22:47:24.437Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-07-16T22:47:24.437Z] libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 [2020-07-16T22:47:24.437Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-07-16T22:47:24.437Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-07-16T22:47:24.437Z] libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 [2020-07-16T22:47:24.437Z] libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 [2020-07-16T22:47:24.437Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-07-16T22:47:24.437Z] perl perl-modules-5.26 pkg-config [2020-07-16T22:47:24.437Z] 0 upgraded, 59 newly installed, 0 to remove and 3 not upgraded. [2020-07-16T22:47:24.437Z] Need to get 49.1 MB of archives. [2020-07-16T22:47:24.437Z] After this operation, 219 MB of additional disk space will be used. [2020-07-16T22:47:24.705Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] [2020-07-16T22:47:24.705Z] 0% [1 liblocale-gettext-perl 13.8 kB/16.3 kB 85%] 0% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-07-16T22:47:25.294Z] 0% [2 perl-modules-5.26 8181 B/2763 kB 0%] 3% [2 perl-modules-5.26 1542 kB/2763 kB 56%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-16T22:47:25.294Z] 5% [3 libgdbm5 23.1 kB/23.1 kB 100%] 6% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-16T22:47:25.294Z] 6% [4 libgdbm-compat4 5536 B/5536 B 100%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-16T22:47:25.565Z] 6% [5 libperl5.26 65.5 kB/3326 kB 2%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-16T22:47:25.565Z] 12% [6 perl 25.8 kB/201 kB 13%] 12% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-16T22:47:25.565Z] 12% [7 less 20.7 kB/99.7 kB 21%] 13% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-16T22:47:25.565Z] 13% [8 netbase 12.7 kB/12.7 kB 100%] 13% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] [2020-07-16T22:47:25.565Z] 13% [9 manpages 38.8 kB/1234 kB 3%] 16% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.3 [196 kB] [2020-07-16T22:47:25.565Z] 16% [10 binutils-common 0 B/196 kB 0%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.3 [417 kB] [2020-07-16T22:47:25.840Z] 16% [11 libbinutils 50.1 kB/417 kB 12%] 17% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.3 [2168 kB] [2020-07-16T22:47:25.840Z] 17% [12 binutils-aarch64-linux-gnu 26.3 kB/2168 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.3 [3368 B] [2020-07-16T22:47:25.840Z] 21% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] [2020-07-16T22:47:25.840Z] 22% [14 libc-dev-bin 41.0 kB/58.7 kB 70%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-111.112 [975 kB] [2020-07-16T22:47:25.840Z] 22% [15 linux-libc-dev 0 B/975 kB 0%] 24% [Waiting for headers] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] [2020-07-16T22:47:25.840Z] 24% [16 libc6-dev 31.2 kB/2049 kB 2%] 27% [Waiting for headers] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-07-16T22:47:25.840Z] 28% [17 gcc-7-base 18.3 kB/18.3 kB 100%] 28% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] [2020-07-16T22:47:26.113Z] 28% [18 libisl19 32.8 kB/439 kB 7%] 29% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] [2020-07-16T22:47:26.113Z] 29% [19 libmpfr6 13.7 kB/202 kB 7%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] [2020-07-16T22:47:26.113Z] 30% [20 libmpc3 8192 B/37.2 kB 22%] 30% [Working] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-07-16T22:47:26.382Z] 30% [21 cpp-7 24.6 kB/7046 kB 0%] 42% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-07-16T22:47:26.382Z] 42% [22 cpp 27.7 kB/27.7 kB 100%] 42% [Working] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-07-16T22:47:26.382Z] 42% [23 libcc1-0 0 B/36.5 kB 0%] 43% [Working] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-07-16T22:47:26.382Z] 43% [24 libgomp1 2545 B/69.7 kB 4%] 43% [Working] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-07-16T22:47:26.382Z] 43% [25 libitm1 24.3 kB/24.3 kB 100%] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-07-16T22:47:26.382Z] 43% [26 libatomic1 9176 B/9176 B 100%] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-07-16T22:47:26.382Z] 44% [27 libasan4 65.5 kB/335 kB 20%] 45% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-07-16T22:47:26.382Z] 45% [28 liblsan0 36.9 kB/121 kB 31%] 45% [Working] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-07-16T22:47:26.382Z] 45% [29 libtsan0 31.8 kB/269 kB 12%] 46% [Working] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-07-16T22:47:26.653Z] 46% [30 libubsan0 61.4 kB/117 kB 52%] 46% [Working] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-07-16T22:47:26.653Z] 46% [31 libgcc-7-dev 9589 B/833 kB 1%] 48% [Working] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-07-16T22:47:26.924Z] 48% [32 gcc-7 0 B/7772 kB 0%] 61% [Working] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-07-16T22:47:26.924Z] 61% [33 gcc 5208 B/5208 B 100%] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-07-16T22:47:27.196Z] 62% [34 libstdc++-7-dev 65.5 kB/1471 kB 4%] 64% [Working] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-07-16T22:47:27.786Z] 64% [35 g++-7 48.2 kB/8077 kB 1%] 78% [Working] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-07-16T22:47:27.786Z] 78% [Waiting for headers] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-16T22:47:27.786Z] 78% [37 make 29.6 kB/139 kB 21%] 79% [Working] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-07-16T22:47:27.786Z] 79% [38 libdpkg-perl 21.8 kB/211 kB 10%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-16T22:47:27.786Z] 79% [39 patch 65.5 kB/91.8 kB 71%] 80% [Working] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-07-16T22:47:27.786Z] 80% [40 dpkg-dev 46.0 kB/607 kB 8%] 81% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] [2020-07-16T22:47:27.786Z] 81% [41 build-essential 4754 B/4754 B 100%] 81% [Waiting for headers] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-16T22:47:27.786Z] 82% [42 curl 28.7 kB/152 kB 19%] 82% [Working] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] [2020-07-16T22:47:27.786Z] 82% [43 libfakeroot 21.8 kB/21.8 kB 100%] 82% [Working] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] [2020-07-16T22:47:27.786Z] 82% [44 fakeroot 12.3 kB/59.9 kB 21%] 83% [Working] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-16T22:47:27.786Z] 83% [45 libcurl3-gnutls 0 B/179 kB 0%] 84% [Working] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-16T22:47:27.786Z] 84% [46 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-16T22:47:28.054Z] 84% [47 git-man 16.6 kB/804 kB 2%] 86% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-16T22:47:28.324Z] 86% [48 git 28.2 kB/2952 kB 1%] 91% [Working] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-07-16T22:47:28.324Z] 91% [49 libalgorithm-diff-perl 25.6 kB/47.6 kB 54%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] [2020-07-16T22:47:28.324Z] 91% [50 libalgorithm-diff-xs-perl 0 B/10.8 kB 0%] 91% [Working] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-07-16T22:47:28.324Z] 91% [51 libalgorithm-merge-perl 4096 B/12.0 kB 34%] 92% [Working] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] [2020-07-16T22:47:28.324Z] 92% [52 libfile-fcntllock-perl 20.0 kB/33.0 kB 61%] 92% [Working] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-07-16T22:47:28.324Z] 92% [53 libnorm1 52.3 kB/218 kB 24%] 93% [Working] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-07-16T22:47:28.324Z] 93% [54 libpgm-5.2-0 12.3 kB/140 kB 9%] 93% [Working] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-07-16T22:47:28.324Z] 94% [55 libsodium23 22.1 kB/90.4 kB 24%] 94% [Working] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-07-16T22:47:28.324Z] 94% [56 libzmq5 40.1 kB/208 kB 19%] 95% [Working] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-07-16T22:47:28.595Z] 95% [57 libzmq3-dev 34.7 kB/409 kB 8%] 96% [Working] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] [2020-07-16T22:47:28.867Z] 96% [58 manpages-dev 27.8 kB/2217 kB 1%] 100% [Working] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-07-16T22:47:28.867Z] 100% [59 pkg-config 31.0 kB/42.8 kB 72%] 100% [Working] Fetched 49.1 MB in 4s (10.9 MB/s) [2020-07-16T22:47:29.836Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-16T22:47:29.836Z] Selecting previously unselected package liblocale-gettext-perl. [2020-07-16T22:47:29.836Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-07-16T22:47:29.836Z] Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... [2020-07-16T22:47:29.836Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-07-16T22:47:30.107Z] Selecting previously unselected package perl-modules-5.26. [2020-07-16T22:47:30.107Z] Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-16T22:47:30.107Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:47:31.535Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-16T22:47:31.535Z] Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-16T22:47:31.535Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-16T22:47:31.805Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-16T22:47:31.805Z] Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-16T22:47:31.805Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-16T22:47:31.805Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-16T22:47:31.805Z] Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-16T22:47:31.805Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:47:33.234Z] Selecting previously unselected package perl. [2020-07-16T22:47:33.234Z] Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-16T22:47:33.234Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-16T22:47:33.234Z] Selecting previously unselected package less. [2020-07-16T22:47:33.234Z] Preparing to unpack .../06-less_487-0.1_arm64.deb ... [2020-07-16T22:47:33.234Z] Unpacking less (487-0.1) ... [2020-07-16T22:47:33.506Z] Selecting previously unselected package netbase. [2020-07-16T22:47:33.506Z] Preparing to unpack .../07-netbase_5.4_all.deb ... [2020-07-16T22:47:33.506Z] Unpacking netbase (5.4) ... [2020-07-16T22:47:33.506Z] Selecting previously unselected package manpages. [2020-07-16T22:47:33.506Z] Preparing to unpack .../08-manpages_4.15-1_all.deb ... [2020-07-16T22:47:33.506Z] Unpacking manpages (4.15-1) ... [2020-07-16T22:47:33.780Z] Selecting previously unselected package binutils-common:arm64. [2020-07-16T22:47:33.780Z] Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-16T22:47:33.780Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:34.052Z] Selecting previously unselected package libbinutils:arm64. [2020-07-16T22:47:34.052Z] Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-16T22:47:34.052Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:34.324Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2020-07-16T22:47:34.324Z] Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-16T22:47:34.324Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:35.301Z] Selecting previously unselected package binutils. [2020-07-16T22:47:35.301Z] Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.3_arm64.deb ... [2020-07-16T22:47:35.301Z] Unpacking binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:35.574Z] Selecting previously unselected package libc-dev-bin. [2020-07-16T22:47:35.574Z] Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... [2020-07-16T22:47:35.574Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-16T22:47:35.574Z] Selecting previously unselected package linux-libc-dev:arm64. [2020-07-16T22:47:35.574Z] Preparing to unpack .../14-linux-libc-dev_4.15.0-111.112_arm64.deb ... [2020-07-16T22:47:35.574Z] Unpacking linux-libc-dev:arm64 (4.15.0-111.112) ... [2020-07-16T22:47:36.548Z] Selecting previously unselected package libc6-dev:arm64. [2020-07-16T22:47:36.548Z] Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... [2020-07-16T22:47:36.548Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-16T22:47:37.522Z] Selecting previously unselected package gcc-7-base:arm64. [2020-07-16T22:47:37.522Z] Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:37.522Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:37.522Z] Selecting previously unselected package libisl19:arm64. [2020-07-16T22:47:37.522Z] Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... [2020-07-16T22:47:37.522Z] Unpacking libisl19:arm64 (0.19-1) ... [2020-07-16T22:47:37.793Z] Selecting previously unselected package libmpfr6:arm64. [2020-07-16T22:47:37.793Z] Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... [2020-07-16T22:47:37.793Z] Unpacking libmpfr6:arm64 (4.0.1-1) ... [2020-07-16T22:47:38.064Z] Selecting previously unselected package libmpc3:arm64. [2020-07-16T22:47:38.064Z] Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... [2020-07-16T22:47:38.064Z] Unpacking libmpc3:arm64 (1.1.0-1) ... [2020-07-16T22:47:38.064Z] Selecting previously unselected package cpp-7. [2020-07-16T22:47:38.064Z] Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:38.064Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:40.032Z] Selecting previously unselected package cpp. [2020-07-16T22:47:40.032Z] Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-16T22:47:40.032Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:47:40.032Z] Selecting previously unselected package libcc1-0:arm64. [2020-07-16T22:47:40.032Z] Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.032Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:40.032Z] Selecting previously unselected package libgomp1:arm64. [2020-07-16T22:47:40.032Z] Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.032Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:40.302Z] Selecting previously unselected package libitm1:arm64. [2020-07-16T22:47:40.302Z] Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.302Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:40.302Z] Selecting previously unselected package libatomic1:arm64. [2020-07-16T22:47:40.302Z] Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.302Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:40.572Z] Selecting previously unselected package libasan4:arm64. [2020-07-16T22:47:40.572Z] Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.572Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:40.842Z] Selecting previously unselected package liblsan0:arm64. [2020-07-16T22:47:40.842Z] Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.842Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:40.842Z] Selecting previously unselected package libtsan0:arm64. [2020-07-16T22:47:40.842Z] Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:40.842Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:41.112Z] Selecting previously unselected package libubsan0:arm64. [2020-07-16T22:47:41.112Z] Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:41.112Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:41.112Z] Selecting previously unselected package libgcc-7-dev:arm64. [2020-07-16T22:47:41.112Z] Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:41.112Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:41.703Z] Selecting previously unselected package gcc-7. [2020-07-16T22:47:41.703Z] Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:41.703Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:43.666Z] Selecting previously unselected package gcc. [2020-07-16T22:47:43.666Z] Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-16T22:47:43.666Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:47:43.666Z] Selecting previously unselected package libstdc++-7-dev:arm64. [2020-07-16T22:47:43.666Z] Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:43.666Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:44.637Z] Selecting previously unselected package g++-7. [2020-07-16T22:47:44.637Z] Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-07-16T22:47:44.637Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:46.606Z] Selecting previously unselected package g++. [2020-07-16T22:47:46.606Z] Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-07-16T22:47:46.606Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:47:46.606Z] Selecting previously unselected package make. [2020-07-16T22:47:46.606Z] Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-16T22:47:46.877Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-16T22:47:46.877Z] Selecting previously unselected package libdpkg-perl. [2020-07-16T22:47:46.877Z] Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-07-16T22:47:46.877Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-16T22:47:47.148Z] Selecting previously unselected package patch. [2020-07-16T22:47:47.148Z] Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-16T22:47:47.148Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-16T22:47:47.420Z] Selecting previously unselected package dpkg-dev. [2020-07-16T22:47:47.420Z] Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-07-16T22:47:47.420Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-16T22:47:47.420Z] Selecting previously unselected package build-essential. [2020-07-16T22:47:47.420Z] Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... [2020-07-16T22:47:47.420Z] Unpacking build-essential (12.4ubuntu1) ... [2020-07-16T22:47:47.692Z] Selecting previously unselected package curl. [2020-07-16T22:47:47.692Z] Preparing to unpack .../41-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-16T22:47:47.692Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-16T22:47:47.692Z] Selecting previously unselected package libfakeroot:arm64. [2020-07-16T22:47:47.692Z] Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-16T22:47:47.692Z] Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-16T22:47:47.964Z] Selecting previously unselected package fakeroot. [2020-07-16T22:47:47.964Z] Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... [2020-07-16T22:47:47.964Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-07-16T22:47:47.964Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-16T22:47:47.964Z] Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-16T22:47:48.234Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-16T22:47:48.234Z] Selecting previously unselected package liberror-perl. [2020-07-16T22:47:48.234Z] Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... [2020-07-16T22:47:48.234Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-16T22:47:48.505Z] Selecting previously unselected package git-man. [2020-07-16T22:47:48.505Z] Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-16T22:47:48.505Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:47:48.781Z] Selecting previously unselected package git. [2020-07-16T22:47:48.781Z] Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-16T22:47:48.781Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:47:50.208Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-07-16T22:47:50.208Z] Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-07-16T22:47:50.208Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-07-16T22:47:50.208Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-07-16T22:47:50.208Z] Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... [2020-07-16T22:47:50.208Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-16T22:47:50.208Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-07-16T22:47:50.208Z] Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-07-16T22:47:50.208Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-07-16T22:47:50.479Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-07-16T22:47:50.479Z] Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... [2020-07-16T22:47:50.479Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-07-16T22:47:50.479Z] Selecting previously unselected package libnorm1:arm64. [2020-07-16T22:47:50.479Z] Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-07-16T22:47:50.479Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-16T22:47:50.749Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-07-16T22:47:50.749Z] Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-07-16T22:47:50.749Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-16T22:47:50.749Z] Selecting previously unselected package libsodium23:arm64. [2020-07-16T22:47:50.749Z] Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... [2020-07-16T22:47:50.749Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-07-16T22:47:51.020Z] Selecting previously unselected package libzmq5:arm64. [2020-07-16T22:47:51.020Z] Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-16T22:47:51.020Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:47:51.291Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-07-16T22:47:51.291Z] Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-07-16T22:47:51.291Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:47:51.567Z] Selecting previously unselected package manpages-dev. [2020-07-16T22:47:51.567Z] Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... [2020-07-16T22:47:51.567Z] Unpacking manpages-dev (4.15-1) ... [2020-07-16T22:47:52.158Z] Selecting previously unselected package pkg-config. [2020-07-16T22:47:52.158Z] Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-07-16T22:47:52.158Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-07-16T22:47:52.435Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:52.435Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-07-16T22:47:52.435Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:52.435Z] Setting up manpages (4.15-1) ... [2020-07-16T22:47:52.435Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:47:52.706Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:52.706Z] Setting up less (487-0.1) ... [2020-07-16T22:47:52.976Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-16T22:47:52.976Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-16T22:47:52.976Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-16T22:47:53.245Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:53.245Z] Setting up linux-libc-dev:arm64 (4.15.0-111.112) ... [2020-07-16T22:47:53.245Z] Setting up libmpfr6:arm64 (4.0.1-1) ... [2020-07-16T22:47:53.245Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:47:53.246Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-16T22:47:53.246Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:53.246Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-07-16T22:47:53.514Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:53.514Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:53.514Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-07-16T22:47:53.514Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-16T22:47:53.514Z] Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... [2020-07-16T22:47:53.514Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-07-16T22:47:53.787Z] Setting up libmpc3:arm64 (1.1.0-1) ... [2020-07-16T22:47:53.787Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-07-16T22:47:53.787Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-16T22:47:53.787Z] Setting up manpages-dev (4.15-1) ... [2020-07-16T22:47:53.787Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... [2020-07-16T22:47:53.787Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-07-16T22:47:54.057Z] Setting up netbase (5.4) ... [2020-07-16T22:47:54.057Z] Setting up libisl19:arm64 (0.19-1) ... [2020-07-16T22:47:54.057Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:47:54.057Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.057Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:54.328Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.328Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-07-16T22:47:54.328Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-07-16T22:47:54.328Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-07-16T22:47:54.328Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.328Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.328Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.328Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-16T22:47:54.597Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:54.597Z] Setting up binutils (2.30-21ubuntu1~18.04.3) ... [2020-07-16T22:47:54.597Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:47:54.597Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.597Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-07-16T22:47:54.597Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:47:54.597Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-16T22:47:54.870Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-07-16T22:47:54.870Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-07-16T22:47:54.870Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-07-16T22:47:54.870Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-07-16T22:47:54.870Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-07-16T22:47:54.870Z] Setting up liberror-perl (0.17025-1) ... [2020-07-16T22:47:55.142Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-07-16T22:47:55.142Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-07-16T22:47:55.142Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-07-16T22:47:55.142Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-07-16T22:47:55.142Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-16T22:47:55.142Z] Setting up build-essential (12.4ubuntu1) ... [2020-07-16T22:47:55.412Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-07-16T22:47:55.412Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-16T22:47:55.682Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-16T22:48:01.136Z] binutils set to automatically installed. [2020-07-16T22:48:01.136Z] binutils-aarch64-linux-gnu set to automatically installed. [2020-07-16T22:48:01.136Z] binutils-common set to automatically installed. [2020-07-16T22:48:01.136Z] build-essential set to automatically installed. [2020-07-16T22:48:01.136Z] cpp set to automatically installed. [2020-07-16T22:48:01.136Z] cpp-7 set to automatically installed. [2020-07-16T22:48:01.136Z] curl set to automatically installed. [2020-07-16T22:48:01.136Z] dpkg-dev set to automatically installed. [2020-07-16T22:48:01.136Z] fakeroot set to automatically installed. [2020-07-16T22:48:01.136Z] g++ set to automatically installed. [2020-07-16T22:48:01.136Z] g++-7 set to automatically installed. [2020-07-16T22:48:01.136Z] gcc set to automatically installed. [2020-07-16T22:48:01.136Z] gcc-7 set to automatically installed. [2020-07-16T22:48:01.136Z] gcc-7-base set to automatically installed. [2020-07-16T22:48:01.136Z] git set to automatically installed. [2020-07-16T22:48:01.415Z] git-man set to automatically installed. [2020-07-16T22:48:01.415Z] less set to automatically installed. [2020-07-16T22:48:01.415Z] libalgorithm-diff-perl set to automatically installed. [2020-07-16T22:48:01.415Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-07-16T22:48:01.415Z] libalgorithm-merge-perl set to automatically installed. [2020-07-16T22:48:01.415Z] libasan4 set to automatically installed. [2020-07-16T22:48:01.415Z] libatomic1 set to automatically installed. [2020-07-16T22:48:01.695Z] libbinutils set to automatically installed. [2020-07-16T22:48:01.695Z] libc-dev-bin set to automatically installed. [2020-07-16T22:48:01.695Z] libc6-dev set to automatically installed. [2020-07-16T22:48:01.695Z] libcc1-0 set to automatically installed. [2020-07-16T22:48:01.695Z] libcurl3-gnutls set to automatically installed. [2020-07-16T22:48:01.695Z] libdpkg-perl set to automatically installed. [2020-07-16T22:48:01.695Z] liberror-perl set to automatically installed. [2020-07-16T22:48:01.695Z] libfakeroot set to automatically installed. [2020-07-16T22:48:01.966Z] libfile-fcntllock-perl set to automatically installed. [2020-07-16T22:48:01.966Z] libgcc-7-dev set to automatically installed. [2020-07-16T22:48:01.966Z] libgdbm-compat4 set to automatically installed. [2020-07-16T22:48:01.966Z] libgdbm5 set to automatically installed. [2020-07-16T22:48:01.966Z] libgomp1 set to automatically installed. [2020-07-16T22:48:01.966Z] libisl19 set to automatically installed. [2020-07-16T22:48:02.252Z] libitm1 set to automatically installed. [2020-07-16T22:48:02.252Z] liblocale-gettext-perl set to automatically installed. [2020-07-16T22:48:02.252Z] liblsan0 set to automatically installed. [2020-07-16T22:48:02.252Z] libmpc3 set to automatically installed. [2020-07-16T22:48:02.252Z] libmpfr6 set to automatically installed. [2020-07-16T22:48:02.252Z] libnorm1 set to automatically installed. [2020-07-16T22:48:02.252Z] libperl5.26 set to automatically installed. [2020-07-16T22:48:02.252Z] libpgm-5.2-0 set to automatically installed. [2020-07-16T22:48:02.533Z] libsodium23 set to automatically installed. [2020-07-16T22:48:02.533Z] libstdc++-7-dev set to automatically installed. [2020-07-16T22:48:02.533Z] libtsan0 set to automatically installed. [2020-07-16T22:48:02.533Z] libubsan0 set to automatically installed. [2020-07-16T22:48:02.533Z] libzmq3-dev set to automatically installed. [2020-07-16T22:48:02.533Z] libzmq5 set to automatically installed. [2020-07-16T22:48:02.533Z] linux-libc-dev set to automatically installed. [2020-07-16T22:48:02.806Z] make set to automatically installed. [2020-07-16T22:48:02.806Z] manpages set to automatically installed. [2020-07-16T22:48:02.806Z] manpages-dev set to automatically installed. [2020-07-16T22:48:02.806Z] netbase set to automatically installed. [2020-07-16T22:48:02.806Z] patch set to automatically installed. [2020-07-16T22:48:02.806Z] perl set to automatically installed. [2020-07-16T22:48:02.806Z] perl-modules-5.26 set to automatically installed. [2020-07-16T22:48:03.078Z] pkg-config set to automatically installed. [2020-07-16T22:48:03.078Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-16T22:48:03.078Z] Please ensure the environment is properly setup before continuing. [2020-07-16T22:48:03.078Z] Ignore this message if the appropriate measures have already been taken [2020-07-16T22:48:03.677Z] Pulling go  [2020-07-16T22:48:07.049Z] 'app-service-config' has dependencies that need to be staged: go [2020-07-16T22:48:07.049Z] Skipping pull go (already ran) [2020-07-16T22:48:07.049Z] Building go  [2020-07-16T22:48:07.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-16T22:48:07.049Z] Dload Upload Total Spent Left Speed [2020-07-16T22:48:09.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.1M 0 122k 0 0 409k 0 0:03:52 --:--:-- 0:03:52 408k 31 93.1M 31 28.9M 0 0 22.1M 0 0:00:04 0:00:01 0:00:03 22.1M 77 93.1M 77 72.6M 0 0 31.3M 0 0:00:02 0:00:02 --:--:-- 31.3M 100 93.1M 100 93.1M 0 0 33.6M 0 0:00:02 0:00:02 --:--:-- 33.6M [2020-07-16T22:48:11.360Z] go1.13.10.linux-arm64.tar.gz: OK [2020-07-16T22:48:29.615Z] Staging go  [2020-07-16T22:48:32.217Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-07-16T22:48:32.806Z] 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-16T22:48:32.806Z] 79% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-16T22:48:32.806Z] 86% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-16T22:48:33.076Z] 92% 99% 3% [Working] 3% [Working] 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] [2020-07-16T22:48:33.619Z] 4% 10% 10% 10% 11% 11% 11% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] [2020-07-16T22:48:33.619Z] 11% 12% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] [2020-07-16T22:48:33.619Z] 12% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] [2020-07-16T22:48:35.022Z] 13% 17% 17% 17% 19% 19% 19% 20% 20% 20% 20% 28% 50% 78% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3489 B] [2020-07-16T22:48:35.022Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1312 B] [2020-07-16T22:48:35.022Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [905 kB] [2020-07-16T22:48:35.022Z] 79% 79% 83% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1247 kB] [2020-07-16T22:48:35.294Z] 84% 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] [2020-07-16T22:48:35.294Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-07-16T22:48:35.294Z] 91% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [632 kB] [2020-07-16T22:48:35.294Z] 92% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-16T22:48:35.294Z] 95% 99% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] [2020-07-16T22:48:35.294Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] [2020-07-16T22:48:37.819Z] 99% 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 16.5 MB in 0s (0 B/s) [2020-07-16T22:48:56.082Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-07-16T22:48:56.082Z] 6% 100% [Working] Fetched 218 kB in 0s (0 B/s) [2020-07-16T22:48:56.082Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-07-16T22:48:56.082Z] 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) [2020-07-16T22:48:56.082Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-07-16T22:48:56.082Z] 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) [2020-07-16T22:48:56.352Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-07-16T22:48:56.622Z] 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) [2020-07-16T22:48:57.208Z] Pulling app-service-config  [2020-07-16T22:49:03.881Z] Pulling config-common  [2020-07-16T22:49:06.477Z] Skipping build go (already ran) [2020-07-16T22:49:06.747Z] Building app-service-config  [2020-07-16T22:49:07.018Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.3" -o app-service-configurable [2020-07-16T22:49:07.984Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:49:08.256Z] go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:49:08.256Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:49:08.256Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:49:08.256Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:49:08.256Z] go: downloading github.com/gorilla/mux v1.7.4 [2020-07-16T22:49:08.256Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-16T22:49:08.256Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:49:08.256Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-16T22:49:08.256Z] go: extracting github.com/gorilla/mux v1.7.4 [2020-07-16T22:49:08.256Z] go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:49:08.569Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:49:08.569Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:49:08.569Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:49:08.569Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:49:08.569Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:49:08.569Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:49:08.569Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:49:08.569Z] go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:49:08.569Z] go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:49:08.569Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:49:08.569Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:49:08.569Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:49:08.569Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:49:08.569Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:49:08.569Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:49:08.569Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:49:08.569Z] go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:49:08.850Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:49:08.850Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:49:08.850Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:49:08.850Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:49:08.850Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-16T22:49:08.850Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:49:08.850Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:49:08.850Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:49:08.850Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:49:08.850Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:49:08.851Z] go: extracting github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:49:08.851Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:49:08.851Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:49:08.851Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:49:08.851Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:49:08.851Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:49:08.851Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:49:08.851Z] go: extracting github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:49:08.851Z] go: extracting github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:49:09.145Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:49:09.145Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:49:09.145Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:49:09.145Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-16T22:49:09.145Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-16T22:49:09.145Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:49:09.145Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:49:09.145Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-16T22:49:09.145Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:49:09.145Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-16T22:49:09.423Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:49:09.423Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-16T22:49:09.704Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:49:09.704Z] go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:49:09.704Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:49:09.704Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:49:09.704Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:49:09.704Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:49:09.704Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:49:09.704Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:49:09.704Z] go: extracting github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:49:09.980Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.9 [2020-07-16T22:49:10.256Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-16T22:49:10.256Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-16T22:49:10.256Z] go: finding github.com/google/uuid v1.1.1 [2020-07-16T22:49:10.256Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-16T22:49:10.256Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-16T22:49:10.256Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-16T22:49:10.256Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-16T22:49:10.256Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-16T22:49:10.256Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-16T22:49:10.256Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-16T22:49:10.256Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-16T22:49:10.256Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-16T22:49:10.256Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-16T22:49:10.256Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-16T22:49:10.256Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-16T22:49:10.256Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-16T22:49:10.256Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-16T22:49:10.256Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-16T22:49:10.256Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-16T22:49:10.529Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-16T22:49:10.529Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-16T22:49:10.529Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-16T22:49:10.529Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-16T22:49:10.529Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-16T22:49:10.529Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-16T22:49:10.529Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-16T22:49:10.529Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-16T22:49:10.529Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-16T22:49:10.529Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-16T22:49:10.529Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-16T22:49:10.529Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-16T22:49:10.529Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-16T22:49:10.529Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-16T22:49:57.493Z] Building config-common  [2020-07-16T22:50:07.602Z] Skipping stage go (already ran) [2020-07-16T22:50:07.602Z] Staging app-service-config  [2020-07-16T22:50:09.558Z] Staging config-common  [2020-07-16T22:50:12.922Z] Priming go  [2020-07-16T22:50:15.517Z] Priming app-service-config  [2020-07-16T22:50:19.797Z] Priming config-common  [2020-07-16T22:50:26.710Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-07-16T22:50:26.710Z] Snapped edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap [2020-07-16T22:50:33.386Z] [2020-07-16T22:50:33.386Z] Login successful. You now have these capabilities: [2020-07-16T22:50:33.386Z]  [2020-07-16T22:50:33.386Z] snaps: No restriction [2020-07-16T22:50:33.386Z] channels: No restriction [2020-07-16T22:50:33.386Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-16T22:50:33.386Z] expires: 2021-07-14T18:21:36.256372 [2020-07-16T22:50:33.386Z]  [2020-07-16T22:50:36.747Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-16T22:50:36.747Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-16T22:50:36.747Z] Preparing to upload 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap'. [2020-07-16T22:50:36.747Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-16T22:50:36.747Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-16T22:50:39.267Z] Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 0% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 1% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 2% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 3% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 4% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 5% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 6% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 7% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 8% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 9% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 11% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 12% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 13% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 14% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 15% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 16% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 17% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 18% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 19% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 21% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 22% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 23% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 24% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 25% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 26% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 27% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 28% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 29% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 31% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 32% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 33% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 34% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 35% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 36% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 37% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 38% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 39% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 41% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 42% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 43% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 44% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 45% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 46% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 47% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 48% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 49% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 51% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 52% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 53% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 54% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 55% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 56% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 57% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 58% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 59% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 61% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 62% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 63% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 64% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 65% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 66% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 67% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 68% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 69% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 71% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 72% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 73% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 74% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 75% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 76% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 77% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 78% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 79% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 81% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 82% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 83% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 84% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 85% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 86% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 87% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 88% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 89% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 90% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 92% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 93% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 94% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 95% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 96% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 97% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 98% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 99% Pushing 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [] 100% [2020-07-16T22:50:53.776Z] 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.../ 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-07-16T22:50:53.776Z] released [2020-07-16T22:50:54.047Z] Revision 23 of 'edgex-app-service-configurable' created. [2020-07-16T22:50:55.012Z] Track Arch Channel Version Revision [2020-07-16T22:50:55.012Z] latest arm64 stable 1.2.0-20200615+a7f3ace 15 [2020-07-16T22:50:55.012Z] candidate 1.2.0-20200615+a7f3ace 15 [2020-07-16T22:50:55.012Z] beta 1.2.0-20200615+a7f3ace 15 [2020-07-16T22:50:55.012Z] edge 1.2.0-20200716+7083d63 23 [2020-07-16T22:50:58.374Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-16T22:50:58.374Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-16T22:50:58.374Z] Uploading metadata from 'edgex-app-service-configurable_1.2.0-20200716+7083d63_arm64.snap' [2020-07-16T22:51:01.749Z] The metadata has been uploaded [Pipeline] } [2020-07-16T22:51:05.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-16T22:51:06.248Z] provisioning config files... [2020-07-16T22:51:06.261Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3204597013389286277tmp [Pipeline] { [Pipeline] sh [2020-07-16T22:51:06.611Z] + curl -s https://codecov.io/bash [2020-07-16T22:51:06.611Z] + bash -s - -t @/w/workspace/_app-service-configurable_master@tmp/config3204597013389286277tmp [Pipeline] } [2020-07-16T22:51:06.880Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-16T22:51:07.247Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-16T22:51:07.248Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-16T22:51:07.304Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:51:07.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-16T22:51:07.631Z] [2020-07-16T22:51:07.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:51:07.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-16T22:51:07.972Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-16T22:51:07.972Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-16T22:51:07.972Z] 408f87550127: Pulling fs layer [2020-07-16T22:51:07.972Z] fe522b08c979: Pulling fs layer [2020-07-16T22:51:07.972Z] 221eaa008020: Pulling fs layer [2020-07-16T22:51:07.972Z] 2a4607e5d6b9: Pulling fs layer [2020-07-16T22:51:07.972Z] 8f79b27c4fd2: Pulling fs layer [2020-07-16T22:51:07.972Z] e5c8dbe1645b: Pulling fs layer [2020-07-16T22:51:07.972Z] 23e8b3b47431: Pulling fs layer [2020-07-16T22:51:07.972Z] 5c568d65a230: Pulling fs layer [2020-07-16T22:51:07.972Z] 221eaa008020: Waiting [2020-07-16T22:51:07.972Z] 2a4607e5d6b9: Waiting [2020-07-16T22:51:07.972Z] 8f79b27c4fd2: Waiting [2020-07-16T22:51:07.972Z] e5c8dbe1645b: Waiting [2020-07-16T22:51:07.972Z] 23e8b3b47431: Waiting [2020-07-16T22:51:07.972Z] 5c568d65a230: Waiting [2020-07-16T22:51:07.972Z] fe522b08c979: Verifying Checksum [2020-07-16T22:51:07.972Z] fe522b08c979: Download complete [2020-07-16T22:51:07.972Z] 408f87550127: Download complete [2020-07-16T22:51:07.972Z] 2a4607e5d6b9: Verifying Checksum [2020-07-16T22:51:07.972Z] 2a4607e5d6b9: Download complete [2020-07-16T22:51:07.972Z] 8f79b27c4fd2: Verifying Checksum [2020-07-16T22:51:07.972Z] 8f79b27c4fd2: Download complete [2020-07-16T22:51:07.972Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-16T22:51:07.972Z] cbdbe7a5bc2a: Download complete [2020-07-16T22:51:08.251Z] e5c8dbe1645b: Verifying Checksum [2020-07-16T22:51:08.251Z] e5c8dbe1645b: Download complete [2020-07-16T22:51:08.530Z] cbdbe7a5bc2a: Pull complete [2020-07-16T22:51:08.806Z] 408f87550127: Pull complete [2020-07-16T22:51:08.806Z] 23e8b3b47431: Verifying Checksum [2020-07-16T22:51:08.806Z] 23e8b3b47431: Download complete [2020-07-16T22:51:09.072Z] 5c568d65a230: Verifying Checksum [2020-07-16T22:51:09.072Z] 5c568d65a230: Download complete [2020-07-16T22:51:09.072Z] fe522b08c979: Pull complete [2020-07-16T22:51:09.649Z] 221eaa008020: Download complete [2020-07-16T22:51:14.950Z] 221eaa008020: Pull complete [2020-07-16T22:51:14.950Z] 2a4607e5d6b9: Pull complete [2020-07-16T22:51:14.950Z] 8f79b27c4fd2: Pull complete [2020-07-16T22:51:16.866Z] e5c8dbe1645b: Pull complete [2020-07-16T22:51:21.071Z] 23e8b3b47431: Pull complete [2020-07-16T22:51:22.453Z] 5c568d65a230: Pull complete [2020-07-16T22:51:22.453Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-16T22:51:22.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-16T22:51:22.453Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-16T22:51:22.852Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:51:22.893Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-16T22:51:23.754Z] $ docker top 47c35784d23cc35535c1bf5d10107c8b707d9d87e640c39d0f41932881f00e6e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T22:51:24.312Z] + snyk monitor '--org=edgex-jenkins' [2020-07-16T22:51:39.225Z] [2020-07-16T22:51:39.225Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-07-16T22:51:39.225Z] [2020-07-16T22:51:39.225Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/577238b6-871e-498b-9a83-2546a788e903 [2020-07-16T22:51:39.225Z] [2020-07-16T22:51:39.225Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-16T22:51:39.225Z] [2020-07-16T22:51:39.225Z] [Pipeline] } [2020-07-16T22:51:39.239Z] $ docker stop --time=1 47c35784d23cc35535c1bf5d10107c8b707d9d87e640c39d0f41932881f00e6e [2020-07-16T22:51:42.060Z] $ docker rm -f 47c35784d23cc35535c1bf5d10107c8b707d9d87e640c39d0f41932881f00e6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:51:43.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-16T22:51:43.058Z] [2020-07-16T22:51:43.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:51:43.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-16T22:51:43.398Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-16T22:51:43.398Z] e7c96db7181b: Pulling fs layer [2020-07-16T22:51:43.398Z] 1868ca2cb446: Pulling fs layer [2020-07-16T22:51:43.398Z] 136be5d0fe8e: Pulling fs layer [2020-07-16T22:51:43.398Z] 894bfe63afcb: Pulling fs layer [2020-07-16T22:51:43.398Z] 894bfe63afcb: Waiting [2020-07-16T22:51:43.398Z] 1868ca2cb446: Download complete [2020-07-16T22:51:43.398Z] 136be5d0fe8e: Verifying Checksum [2020-07-16T22:51:43.398Z] 136be5d0fe8e: Download complete [2020-07-16T22:51:43.398Z] e7c96db7181b: Verifying Checksum [2020-07-16T22:51:43.398Z] e7c96db7181b: Download complete [2020-07-16T22:51:43.398Z] 894bfe63afcb: Verifying Checksum [2020-07-16T22:51:43.398Z] 894bfe63afcb: Download complete [2020-07-16T22:51:43.659Z] e7c96db7181b: Pull complete [2020-07-16T22:51:43.920Z] 1868ca2cb446: Pull complete [2020-07-16T22:51:43.920Z] 136be5d0fe8e: Pull complete [2020-07-16T22:51:44.180Z] 894bfe63afcb: Pull complete [2020-07-16T22:51:44.180Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-16T22:51:44.180Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-16T22:51:44.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-16T22:51:44.272Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:51:44.311Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-16T22:51:45.344Z] $ docker top eb8c41fdf2b9697ec3150ef11c199a90819f255e9dc8cfea734e65cd625a88f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-16T22:51:45.835Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:51:45.835Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-16T22:51:51.282Z] $ docker stop --time=1 eb8c41fdf2b9697ec3150ef11c199a90819f255e9dc8cfea734e65cd625a88f9 [2020-07-16T22:51:52.602Z] $ docker rm -f eb8c41fdf2b9697ec3150ef11c199a90819f255e9dc8cfea734e65cd625a88f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:51:53.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-16T22:51:53.045Z] . [Pipeline] withDockerContainer [2020-07-16T22:51:53.130Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:51:53.165Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-16T22:51:53.970Z] $ docker top 650ba704d945b09eae529e1517c4c1135f59b872d4e1b12da3dfdf332588e70b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-16T22:51:54.448Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:51:54.449Z] + tee [2020-07-16T22:51:54.449Z] clair timeout 1m0s [2020-07-16T22:51:54.449Z] docker timeout: 1m0s [2020-07-16T22:51:54.449Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-16T22:51:55.484Z] $ docker stop --time=1 650ba704d945b09eae529e1517c4c1135f59b872d4e1b12da3dfdf332588e70b [2020-07-16T22:51:56.816Z] $ docker rm -f 650ba704d945b09eae529e1517c4c1135f59b872d4e1b12da3dfdf332588e70b [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-16T22:51:57.264Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-07-16T22:51:57.276Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_7083d631a7041b965c176d4130fbdc230550ad84.html [Pipeline] writeFile [Pipeline] step [2020-07-16T22:51:57.321Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:51:57.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-16T22:51:57.657Z] . [Pipeline] withDockerContainer [2020-07-16T22:51:57.746Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:51:57.781Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-16T22:51:58.513Z] $ docker top adf31a43adc98dbbb3b3fe6c181cfb81fb6068ae2642746933527773d4f1dfae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-16T22:51:59.032Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:51:59.032Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-16T22:52:04.494Z] $ docker stop --time=1 adf31a43adc98dbbb3b3fe6c181cfb81fb6068ae2642746933527773d4f1dfae [2020-07-16T22:52:05.861Z] $ docker rm -f adf31a43adc98dbbb3b3fe6c181cfb81fb6068ae2642746933527773d4f1dfae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:52:06.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-16T22:52:06.339Z] . [Pipeline] withDockerContainer [2020-07-16T22:52:06.433Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:52:06.472Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-16T22:52:07.095Z] $ docker top 3b30c1337348ba190463626e0f484f84fd917fe2943ad2c6b6fe607064e1b892 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-16T22:52:07.602Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7083d631a7041b965c176d4130fbdc230550ad84 [2020-07-16T22:52:07.602Z] + tee [2020-07-16T22:52:07.602Z] clair timeout 1m0s [2020-07-16T22:52:07.602Z] docker timeout: 1m0s [2020-07-16T22:52:07.602Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-16T22:52:08.632Z] $ docker stop --time=1 3b30c1337348ba190463626e0f484f84fd917fe2943ad2c6b6fe607064e1b892 [2020-07-16T22:52:10.012Z] $ docker rm -f 3b30c1337348ba190463626e0f484f84fd917fe2943ad2c6b6fe607064e1b892 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-16T22:52:10.481Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-07-16T22:52:10.492Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_7083d631a7041b965c176d4130fbdc230550ad84.html [Pipeline] writeFile [Pipeline] step [2020-07-16T22:52:10.554Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:52:11.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T22:52:11.354Z] . [Pipeline] withDockerContainer [2020-07-16T22:52:11.439Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:52:11.477Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-16T22:52:12.094Z] $ docker top 37531873184bb72e6732c736f967e6a3afff707ac6873dbc187347d6266469ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-16T22:52:12.341Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T22:52:12.341Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T22:52:12.551Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T22:52:12.554Z] $ docker exec 37531873184bb72e6732c736f967e6a3afff707ac6873dbc187347d6266469ea ssh-agent [2020-07-16T22:52:12.714Z] SSH_AUTH_SOCK=/tmp/ssh-O938WHuV8O2J/agent.12 [2020-07-16T22:52:12.714Z] SSH_AGENT_PID=17 [2020-07-16T22:52:12.721Z] Running ssh-add (command line suppressed) [2020-07-16T22:52:12.852Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7057366718896793688.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7057366718896793688.key) [2020-07-16T22:52:12.901Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T22:52:13.221Z] + git semver tag [2020-07-16T22:52:13.221Z] # -> Open(): unable to determine branch for HEAD [2020-07-16T22:52:13.221Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-16T22:52:13.221Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-16T22:52:13.221Z] # $SEMVER_REMOTE_NAME = origin [2020-07-16T22:52:13.221Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-16T22:52:13.221Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-16T22:52:13.221Z] # $SEMVER_BRANCH = master [2020-07-16T22:52:13.221Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-07-16T22:52:13.221Z] # 7083d631a7041b965c176d4130fbdc230550ad84 HEAD [2020-07-16T22:52:13.221Z] # -> Force: false [2020-07-16T22:52:13.221Z] # a498183539347dec0605eb41e9c3c2ce5b1d7d64 refs/tags/v1.2.1-dev.3 [Pipeline] } [2020-07-16T22:52:13.231Z] $ docker exec --env ******** --env ******** 37531873184bb72e6732c736f967e6a3afff707ac6873dbc187347d6266469ea ssh-agent -k [2020-07-16T22:52:13.343Z] unset SSH_AUTH_SOCK; [2020-07-16T22:52:13.343Z] unset SSH_AGENT_PID; [2020-07-16T22:52:13.343Z] echo Agent pid 17 killed; [2020-07-16T22:52:13.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-16T22:52:13.813Z] + git semver [Pipeline] } [2020-07-16T22:52:13.827Z] $ docker stop --time=1 37531873184bb72e6732c736f967e6a3afff707ac6873dbc187347d6266469ea [2020-07-16T22:52:15.145Z] $ docker rm -f 37531873184bb72e6732c736f967e6a3afff707ac6873dbc187347d6266469ea [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:52:15.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-16T22:52:15.806Z] [2020-07-16T22:52:15.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:52:16.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-16T22:52:16.138Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-16T22:52:16.138Z] ab5ef0e58194: Pulling fs layer [2020-07-16T22:52:16.138Z] 9712f1f96733: Pulling fs layer [2020-07-16T22:52:16.138Z] 63f879dbbcfc: Pulling fs layer [2020-07-16T22:52:16.138Z] 0d9ebad4ef96: Pulling fs layer [2020-07-16T22:52:16.138Z] e9a5061849ea: Pulling fs layer [2020-07-16T22:52:16.138Z] d747dcd14b5f: Pulling fs layer [2020-07-16T22:52:16.138Z] 2de7ff778b66: Pulling fs layer [2020-07-16T22:52:16.138Z] e9a5061849ea: Waiting [2020-07-16T22:52:16.138Z] d747dcd14b5f: Waiting [2020-07-16T22:52:16.138Z] 2de7ff778b66: Waiting [2020-07-16T22:52:16.138Z] 0d9ebad4ef96: Waiting [2020-07-16T22:52:16.138Z] 9712f1f96733: Download complete [2020-07-16T22:52:16.761Z] 63f879dbbcfc: Verifying Checksum [2020-07-16T22:52:16.761Z] 63f879dbbcfc: Download complete [2020-07-16T22:52:17.024Z] 0d9ebad4ef96: Verifying Checksum [2020-07-16T22:52:17.024Z] 0d9ebad4ef96: Download complete [2020-07-16T22:52:17.024Z] d747dcd14b5f: Verifying Checksum [2020-07-16T22:52:17.024Z] d747dcd14b5f: Download complete [2020-07-16T22:52:17.287Z] e9a5061849ea: Verifying Checksum [2020-07-16T22:52:17.287Z] e9a5061849ea: Download complete [2020-07-16T22:52:17.287Z] ab5ef0e58194: Verifying Checksum [2020-07-16T22:52:17.287Z] ab5ef0e58194: Download complete [2020-07-16T22:52:17.287Z] 2de7ff778b66: Verifying Checksum [2020-07-16T22:52:17.287Z] 2de7ff778b66: Download complete [2020-07-16T22:52:21.525Z] ab5ef0e58194: Pull complete [2020-07-16T22:52:21.525Z] 9712f1f96733: Pull complete [2020-07-16T22:52:24.839Z] 63f879dbbcfc: Pull complete [2020-07-16T22:52:30.141Z] 0d9ebad4ef96: Pull complete [2020-07-16T22:52:32.057Z] e9a5061849ea: Pull complete [2020-07-16T22:52:32.318Z] d747dcd14b5f: Pull complete [2020-07-16T22:52:34.864Z] 2de7ff778b66: Pull complete [2020-07-16T22:52:34.864Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-16T22:52:34.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-16T22:52:34.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-16T22:52:35.019Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:52:35.061Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-16T22:52:39.361Z] $ docker top 79d761dba88514542a139d355dc6086bd89c29cecfc66374eb8079f21b145728 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-16T22:52:39.569Z] provisioning config files... [2020-07-16T22:52:39.577Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6276088434733780321tmp [2020-07-16T22:52:39.590Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7651606224435898428tmp [2020-07-16T22:52:39.603Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6714909009912891913tmp [Pipeline] { [Pipeline] echo [2020-07-16T22:52:39.660Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:52:39.953Z] ---> sigul-configuration.sh [2020-07-16T22:52:39.953Z] gpg: directory `/root/.gnupg' created [2020-07-16T22:52:39.953Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-16T22:52:39.953Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-16T22:52:39.953Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-16T22:52:39.953Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-16T22:52:39.953Z] gpg: CAST5 encrypted data [2020-07-16T22:52:40.214Z] gpg: encrypted with 1 passphrase [2020-07-16T22:52:40.214Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-16T22:52:40.504Z] + mkdir /home/jenkins [2020-07-16T22:52:40.504Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-16T22:52:40.795Z] + 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-07-16T22:52:40.804Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:52:41.092Z] ---> sigul-install.sh [2020-07-16T22:52:47.680Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-16T22:52:47.975Z] + git tag --list [2020-07-16T22:52:47.975Z] v1.2.1-dev.3 [Pipeline] sh [2020-07-16T22:52:48.266Z] + lftools sign git-tag v1.2.1-dev.3 [2020-07-16T22:52:49.650Z] Signing Git tag with Sigul... [2020-07-16T22:52:49.650Z] Signing v1.2.1-dev.3 [Pipeline] echo [2020-07-16T22:52:50.601Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:52:50.895Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-16T22:52:50.902Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-16T22:52:50.990Z] $ docker stop --time=1 79d761dba88514542a139d355dc6086bd89c29cecfc66374eb8079f21b145728 [2020-07-16T22:52:52.898Z] $ docker rm -f 79d761dba88514542a139d355dc6086bd89c29cecfc66374eb8079f21b145728 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:52:53.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T22:52:53.603Z] . [Pipeline] withDockerContainer [2020-07-16T22:52:53.692Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:52:53.733Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-16T22:52:54.308Z] $ docker top cd009120641c02ebd1de9d9911d70f47d01902a09b9577e58810fe0aed410211 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-16T22:52:54.568Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T22:52:54.568Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T22:52:54.753Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T22:52:54.756Z] $ docker exec cd009120641c02ebd1de9d9911d70f47d01902a09b9577e58810fe0aed410211 ssh-agent [2020-07-16T22:52:54.924Z] SSH_AUTH_SOCK=/tmp/ssh-2sIDU2qGIN4d/agent.12 [2020-07-16T22:52:54.924Z] SSH_AGENT_PID=18 [2020-07-16T22:52:54.930Z] Running ssh-add (command line suppressed) [2020-07-16T22:52:55.057Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2914804657481924153.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2914804657481924153.key) [2020-07-16T22:52:55.107Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T22:52:55.428Z] + git semver bump pre [2020-07-16T22:52:55.428Z] # -> Open(): unable to determine branch for HEAD [2020-07-16T22:52:55.428Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-16T22:52:55.428Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-16T22:52:55.428Z] # $SEMVER_REMOTE_NAME = origin [2020-07-16T22:52:55.428Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-16T22:52:55.428Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-16T22:52:55.428Z] # $SEMVER_BRANCH = master [2020-07-16T22:52:55.428Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-07-16T22:52:55.428Z] 1.2.1-dev.4 [Pipeline] } [2020-07-16T22:52:55.438Z] $ docker exec --env ******** --env ******** cd009120641c02ebd1de9d9911d70f47d01902a09b9577e58810fe0aed410211 ssh-agent -k [2020-07-16T22:52:55.550Z] unset SSH_AUTH_SOCK; [2020-07-16T22:52:55.550Z] unset SSH_AGENT_PID; [2020-07-16T22:52:55.550Z] echo Agent pid 18 killed; [2020-07-16T22:52:55.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-16T22:52:56.032Z] + git semver [Pipeline] } [2020-07-16T22:52:56.047Z] $ docker stop --time=1 cd009120641c02ebd1de9d9911d70f47d01902a09b9577e58810fe0aed410211 [2020-07-16T22:52:57.370Z] $ docker rm -f cd009120641c02ebd1de9d9911d70f47d01902a09b9577e58810fe0aed410211 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:52:57.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-16T22:52:57.978Z] . [Pipeline] withDockerContainer [2020-07-16T22:52:58.092Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:52:58.133Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-16T22:52:58.650Z] $ docker top 163c44dbed28abe40b7a6addd2eb77b8271e257c0b7b710de4525993105c37f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-16T22:52:58.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-16T22:52:58.892Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-16T22:52:59.055Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-16T22:52:59.058Z] $ docker exec 163c44dbed28abe40b7a6addd2eb77b8271e257c0b7b710de4525993105c37f6 ssh-agent [2020-07-16T22:52:59.221Z] SSH_AUTH_SOCK=/tmp/ssh-reJQdlKH8VNx/agent.11 [2020-07-16T22:52:59.221Z] SSH_AGENT_PID=17 [2020-07-16T22:52:59.228Z] Running ssh-add (command line suppressed) [2020-07-16T22:52:59.346Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5993697333167508714.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5993697333167508714.key) [2020-07-16T22:52:59.399Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-16T22:52:59.721Z] + git semver push [2020-07-16T22:52:59.721Z] # -> Open(): unable to determine branch for HEAD [2020-07-16T22:52:59.721Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-07-16T22:52:59.721Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-07-16T22:52:59.721Z] # $SEMVER_REMOTE_NAME = origin [2020-07-16T22:52:59.721Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-16T22:52:59.721Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-16T22:52:59.721Z] # $SEMVER_BRANCH = master [2020-07-16T22:52:59.721Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-07-16T22:53:07.869Z] $ docker exec --env ******** --env ******** 163c44dbed28abe40b7a6addd2eb77b8271e257c0b7b710de4525993105c37f6 ssh-agent -k [2020-07-16T22:53:07.998Z] unset SSH_AUTH_SOCK; [2020-07-16T22:53:07.998Z] unset SSH_AGENT_PID; [2020-07-16T22:53:07.998Z] echo Agent pid 17 killed; [2020-07-16T22:53:08.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-16T22:53:08.481Z] + git semver [Pipeline] } [2020-07-16T22:53:08.502Z] $ docker stop --time=1 163c44dbed28abe40b7a6addd2eb77b8271e257c0b7b710de4525993105c37f6 [2020-07-16T22:53:09.849Z] $ docker rm -f 163c44dbed28abe40b7a6addd2eb77b8271e257c0b7b710de4525993105c37f6 [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-07-16T22:53:10.798Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:53:11.361Z] ---> package-listing.sh [2020-07-16T22:53:11.361Z] ++ facter osfamily [2020-07-16T22:53:11.361Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-16T22:53:11.361Z] + OS_FAMILY=redhat [2020-07-16T22:53:11.361Z] + workspace=/w/workspace/_app-service-configurable_master [2020-07-16T22:53:11.361Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-16T22:53:11.361Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-16T22:53:11.361Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-16T22:53:11.361Z] + PACKAGES=/tmp/packages_start.txt [2020-07-16T22:53:11.361Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-16T22:53:11.361Z] + PACKAGES=/tmp/packages_end.txt [2020-07-16T22:53:11.361Z] + case "${OS_FAMILY}" in [2020-07-16T22:53:11.361Z] + rpm -qa [2020-07-16T22:53:11.361Z] + sort [2020-07-16T22:53:15.572Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-16T22:53:15.572Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-16T22:53:15.572Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-16T22:53:15.572Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-07-16T22:53:15.572Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-07-16T22:53:15.572Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:53:16.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T22:53:16.058Z] [2020-07-16T22:53:16.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-16T22:53:16.432Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T22:53:16.432Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-16T22:53:16.432Z] c9b1b535fdd9: Pulling fs layer [2020-07-16T22:53:16.432Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-16T22:53:16.432Z] 756a868c4378: Pulling fs layer [2020-07-16T22:53:16.432Z] 444b2fc9a129: Pulling fs layer [2020-07-16T22:53:16.432Z] ea15f1150254: Pulling fs layer [2020-07-16T22:53:16.432Z] 41b27a9f41bf: Pulling fs layer [2020-07-16T22:53:16.432Z] 28c525ee5125: Pulling fs layer [2020-07-16T22:53:16.432Z] 094b1ea09ed8: Pulling fs layer [2020-07-16T22:53:16.432Z] 138eaada9080: Pulling fs layer [2020-07-16T22:53:16.432Z] 0622d0fa9048: Pulling fs layer [2020-07-16T22:53:16.432Z] 444b2fc9a129: Waiting [2020-07-16T22:53:16.432Z] ea15f1150254: Waiting [2020-07-16T22:53:16.432Z] 41b27a9f41bf: Waiting [2020-07-16T22:53:16.432Z] 28c525ee5125: Waiting [2020-07-16T22:53:16.432Z] 0622d0fa9048: Waiting [2020-07-16T22:53:16.432Z] 094b1ea09ed8: Waiting [2020-07-16T22:53:16.432Z] 138eaada9080: Waiting [2020-07-16T22:53:16.433Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-16T22:53:16.433Z] 2cc5ad85d9ab: Download complete [2020-07-16T22:53:16.433Z] 444b2fc9a129: Verifying Checksum [2020-07-16T22:53:16.433Z] 444b2fc9a129: Download complete [2020-07-16T22:53:16.433Z] c9b1b535fdd9: Verifying Checksum [2020-07-16T22:53:16.433Z] c9b1b535fdd9: Download complete [2020-07-16T22:53:16.433Z] ea15f1150254: Verifying Checksum [2020-07-16T22:53:16.433Z] ea15f1150254: Download complete [2020-07-16T22:53:16.705Z] 28c525ee5125: Verifying Checksum [2020-07-16T22:53:16.705Z] 28c525ee5125: Download complete [2020-07-16T22:53:16.976Z] 756a868c4378: Verifying Checksum [2020-07-16T22:53:16.976Z] 756a868c4378: Download complete [2020-07-16T22:53:16.976Z] 138eaada9080: Verifying Checksum [2020-07-16T22:53:16.976Z] 138eaada9080: Download complete [2020-07-16T22:53:16.976Z] 0622d0fa9048: Download complete [2020-07-16T22:53:17.240Z] 094b1ea09ed8: Verifying Checksum [2020-07-16T22:53:17.240Z] 094b1ea09ed8: Download complete [2020-07-16T22:53:17.502Z] 41b27a9f41bf: Verifying Checksum [2020-07-16T22:53:17.502Z] 41b27a9f41bf: Download complete [2020-07-16T22:53:17.762Z] c9b1b535fdd9: Pull complete [2020-07-16T22:53:18.022Z] 2cc5ad85d9ab: Pull complete [2020-07-16T22:53:19.936Z] 756a868c4378: Pull complete [2020-07-16T22:53:19.936Z] 444b2fc9a129: Pull complete [2020-07-16T22:53:19.936Z] ea15f1150254: Pull complete [2020-07-16T22:53:24.156Z] 41b27a9f41bf: Pull complete [2020-07-16T22:53:24.156Z] 28c525ee5125: Pull complete [2020-07-16T22:53:25.541Z] 094b1ea09ed8: Pull complete [2020-07-16T22:53:25.802Z] 138eaada9080: Pull complete [2020-07-16T22:53:26.063Z] 0622d0fa9048: Pull complete [2020-07-16T22:53:26.063Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-16T22:53:26.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T22:53:26.063Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-16T22:53:26.171Z] prd-centos7-docker-4c-2g-979 does not seem to be running inside a container [2020-07-16T22:53:26.214Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-16T22:53:29.238Z] $ docker top 1f22917c83493297e8a74373c9c380068c60e8d6ec9680886047f823f3228d9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-16T22:53:29.450Z] provisioning config files... [2020-07-16T22:53:29.463Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2164793908413134334tmp [Pipeline] { [Pipeline] echo [2020-07-16T22:53:29.528Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:53:29.823Z] ---> create-netrc.sh [Pipeline] echo [2020-07-16T22:53:29.833Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T22:53:30.124Z] ---> logs-deploy.sh [2020-07-16T22:53:30.124Z] + ARCHIVE_ARTIFACTS= [2020-07-16T22:53:30.124Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-16T22:53:30.124Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-16T22:53:30.124Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-16T22:53:30.124Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/38 [2020-07-16T22:53:30.124Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/38/ [2020-07-16T22:53:30.124Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/38 /w/workspace/_app-service-configurable_master [2020-07-16T22:53:31.508Z] Archives upload complete. [2020-07-16T22:53:31.508Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/38 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-service-configurable/job/master/38/ [2020-07-16T22:53:32.080Z] ---> uname -a: [2020-07-16T22:53:32.080Z] Linux 1f22917c8349 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] ---> lscpu: [2020-07-16T22:53:32.080Z] Architecture: x86_64 [2020-07-16T22:53:32.080Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-16T22:53:32.080Z] Byte Order: Little Endian [2020-07-16T22:53:32.080Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-16T22:53:32.080Z] CPU(s): 4 [2020-07-16T22:53:32.080Z] On-line CPU(s) list: 0-3 [2020-07-16T22:53:32.080Z] Thread(s) per core: 1 [2020-07-16T22:53:32.080Z] Core(s) per socket: 1 [2020-07-16T22:53:32.080Z] Socket(s): 4 [2020-07-16T22:53:32.080Z] NUMA node(s): 1 [2020-07-16T22:53:32.080Z] Vendor ID: GenuineIntel [2020-07-16T22:53:32.080Z] CPU family: 6 [2020-07-16T22:53:32.080Z] Model: 44 [2020-07-16T22:53:32.080Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-16T22:53:32.080Z] Stepping: 1 [2020-07-16T22:53:32.080Z] CPU MHz: 2933.438 [2020-07-16T22:53:32.080Z] BogoMIPS: 5866.87 [2020-07-16T22:53:32.080Z] Virtualization: VT-x [2020-07-16T22:53:32.080Z] Hypervisor vendor: KVM [2020-07-16T22:53:32.080Z] Virtualization type: full [2020-07-16T22:53:32.080Z] L1d cache: 128 KiB [2020-07-16T22:53:32.080Z] L1i cache: 128 KiB [2020-07-16T22:53:32.080Z] L2 cache: 16 MiB [2020-07-16T22:53:32.080Z] L3 cache: 64 MiB [2020-07-16T22:53:32.080Z] NUMA node0 CPU(s): 0-3 [2020-07-16T22:53:32.080Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-16T22:53:32.080Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-16T22:53:32.080Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-16T22:53:32.080Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-16T22:53:32.080Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-16T22:53:32.080Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-16T22:53:32.080Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-16T22:53:32.080Z] Vulnerability Tsx async abort: Not affected [2020-07-16T22:53:32.080Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] ---> nproc: [2020-07-16T22:53:32.080Z] 4 [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] ---> df -h: [2020-07-16T22:53:32.080Z] Filesystem Size Used Available Use% Mounted on [2020-07-16T22:53:32.080Z] overlay 50.0G 8.5G 41.5G 17% / [2020-07-16T22:53:32.080Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-16T22:53:32.080Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-16T22:53:32.080Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-16T22:53:32.080Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-07-16T22:53:32.080Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-07-16T22:53:32.080Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-07-16T22:53:32.080Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp [2020-07-16T22:53:32.080Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-07-16T22:53:32.080Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] ---> free -m: [2020-07-16T22:53:32.080Z] total used free shared buff/cache available [2020-07-16T22:53:32.080Z] Mem: 1837 772 110 0 953 997 [2020-07-16T22:53:32.080Z] Swap: 1023 3 1020 [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] ---> ip addr: [2020-07-16T22:53:32.080Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-16T22:53:32.080Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-16T22:53:32.080Z] inet 127.0.0.1/8 scope host lo [2020-07-16T22:53:32.080Z] valid_lft forever preferred_lft forever [2020-07-16T22:53:32.080Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-07-16T22:53:32.080Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-16T22:53:32.080Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-16T22:53:32.080Z] valid_lft forever preferred_lft forever [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] ---> sar -b -r -n DEV: [2020-07-16T22:53:32.080Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] 22:39:18 LINUX RESTART [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] 22:40:01 tps rtps wtps bread/s bwrtn/s [2020-07-16T22:53:32.080Z] 22:41:01 48.64 13.37 35.27 4590.95 2559.54 [2020-07-16T22:53:32.080Z] 22:42:01 1.57 0.00 1.57 0.00 28.71 [2020-07-16T22:53:32.080Z] 22:43:01 0.25 0.00 0.25 0.00 3.02 [2020-07-16T22:53:32.080Z] 22:44:01 0.32 0.00 0.32 0.00 3.65 [2020-07-16T22:53:32.080Z] 22:45:01 0.20 0.00 0.20 0.00 2.91 [2020-07-16T22:53:32.080Z] 22:46:01 0.25 0.00 0.25 0.00 3.51 [2020-07-16T22:53:32.080Z] 22:47:01 0.30 0.02 0.28 0.13 3.23 [2020-07-16T22:53:32.080Z] 22:48:01 0.27 0.00 0.27 0.00 2.48 [2020-07-16T22:53:32.080Z] 22:49:01 0.27 0.00 0.27 0.00 4.30 [2020-07-16T22:53:32.080Z] 22:50:01 0.23 0.00 0.23 0.00 3.11 [2020-07-16T22:53:32.080Z] 22:51:01 0.20 0.00 0.20 0.00 2.02 [2020-07-16T22:53:32.080Z] 22:52:02 256.32 149.58 106.74 6584.19 32610.85 [2020-07-16T22:53:32.080Z] 22:53:01 223.64 86.22 137.42 4471.28 32863.17 [2020-07-16T22:53:32.080Z] Average: 40.74 19.09 21.65 1199.95 5204.85 [2020-07-16T22:53:32.080Z] [2020-07-16T22:53:32.080Z] 22:40:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-16T22:53:32.080Z] 22:41:01 171648 1709908 90.88 2620 1147956 1099112 37.51 433976 1115188 20 [2020-07-16T22:53:32.080Z] 22:42:01 175896 1705660 90.65 2620 1147960 1093604 37.32 431800 1113936 8 [2020-07-16T22:53:32.080Z] 22:43:01 174352 1707204 90.73 2620 1147968 1093580 37.32 433668 1113744 8 [2020-07-16T22:53:32.080Z] 22:44:01 174012 1707544 90.75 2620 1147968 1093736 37.33 433916 1113744 8 [2020-07-16T22:53:32.080Z] 22:45:01 172276 1709280 90.84 2620 1147972 1093772 37.33 436184 1113612 8 [2020-07-16T22:53:32.080Z] 22:46:01 173728 1707828 90.77 2620 1147980 1078364 36.80 436268 1112172 8 [2020-07-16T22:53:32.080Z] 22:47:01 174936 1706620 90.70 2620 1147984 1072252 36.59 435272 1112040 8 [2020-07-16T22:53:32.080Z] 22:48:01 175192 1706364 90.69 2620 1147992 1072252 36.59 426980 1120216 20 [2020-07-16T22:53:32.080Z] 22:49:01 175512 1706044 90.67 2620 1147996 1072252 36.59 427108 1120216 12 [2020-07-16T22:53:32.080Z] 22:50:01 175088 1706468 90.69 2620 1148004 1072324 36.60 425700 1122144 12 [2020-07-16T22:53:32.080Z] 22:51:01 174984 1706572 90.70 2620 1148008 1072252 36.59 425200 1122144 8 [2020-07-16T22:53:32.081Z] 22:52:02 191556 1690000 89.82 2596 1036696 1290252 44.03 539148 954296 48 [2020-07-16T22:53:32.081Z] 22:53:01 221552 1660004 88.23 1616 917416 1305500 44.55 623572 748924 48 [2020-07-16T22:53:32.081Z] Average: 179287 1702269 90.47 2541 1121685 1116096 38.09 454522 1075567 17 [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z] 22:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-16T22:53:32.081Z] 22:41:01 eth0 261.90 154.98 646.77 63.24 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:41:01 docker0 2.43 1.81 0.46 3.13 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:42:01 eth0 2.18 0.52 0.66 0.42 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:43:01 eth0 2.02 0.60 0.68 0.40 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:44:01 eth0 1.45 0.52 0.58 0.36 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:45:01 eth0 1.12 0.42 0.39 0.30 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:46:01 eth0 0.58 0.35 0.33 0.20 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:50:01 eth0 0.33 0.17 0.09 0.07 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:51:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:52:02 eth0 225.12 156.30 4048.07 31.53 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:52:02 veth136baf6 0.35 0.43 0.09 0.18 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:52:02 docker0 32.13 33.56 3.76 90.26 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:53:01 vetha7214cf 0.91 0.68 0.17 0.17 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:53:01 eth0 1009.60 625.33 8704.16 224.38 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] 22:53:01 docker0 38.60 54.53 2.25 172.13 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] Average: vetha7214cf 0.07 0.05 0.01 0.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] Average: eth0 76.52 47.39 659.68 17.01 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] Average: docker0 5.40 6.72 0.46 20.00 0.00 0.00 0.00 [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z] ---> sar -P ALL: [2020-07-16T22:53:32.081Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/16/20 _x86_64_ (4 CPU) [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z] 22:39:18 LINUX RESTART [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z] 22:40:01 CPU %user %nice %system %iowait %steal %idle [2020-07-16T22:53:32.081Z] 22:41:01 all 6.23 0.00 2.06 1.66 0.01 90.04 [2020-07-16T22:53:32.081Z] 22:41:01 0 6.28 0.00 2.23 0.44 0.00 91.06 [2020-07-16T22:53:32.081Z] 22:41:01 1 6.20 0.00 2.04 1.24 0.02 90.50 [2020-07-16T22:53:32.081Z] 22:41:01 2 6.07 0.00 2.11 2.14 0.02 89.66 [2020-07-16T22:53:32.081Z] 22:41:01 3 6.38 0.00 1.89 2.80 0.02 88.91 [2020-07-16T22:53:32.081Z] 22:42:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-07-16T22:53:32.081Z] 22:42:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-16T22:53:32.081Z] 22:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-16T22:53:32.081Z] 22:42:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-07-16T22:53:32.081Z] 22:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-16T22:53:32.081Z] 22:43:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-07-16T22:53:32.081Z] 22:43:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-07-16T22:53:32.081Z] 22:43:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2020-07-16T22:53:32.081Z] 22:43:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2020-07-16T22:53:32.081Z] 22:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-07-16T22:53:32.081Z] 22:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-07-16T22:53:32.081Z] 22:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-16T22:53:32.081Z] 22:44:01 2 0.45 0.00 0.03 0.00 0.00 99.52 [2020-07-16T22:53:32.081Z] 22:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-16T22:53:32.081Z] 22:45:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-07-16T22:53:32.081Z] 22:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-16T22:53:32.081Z] 22:45:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-07-16T22:53:32.081Z] 22:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:46:01 all 0.15 0.00 0.06 0.00 0.00 99.79 [2020-07-16T22:53:32.081Z] 22:46:01 0 0.02 0.00 0.17 0.00 0.00 99.82 [2020-07-16T22:53:32.081Z] 22:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-16T22:53:32.081Z] 22:46:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-07-16T22:53:32.081Z] 22:46:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2020-07-16T22:53:32.081Z] 22:47:01 all 0.08 0.00 0.05 0.00 0.00 99.87 [2020-07-16T22:53:32.081Z] 22:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-16T22:53:32.081Z] 22:47:01 2 0.18 0.00 0.07 0.00 0.00 99.75 [2020-07-16T22:53:32.081Z] 22:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-16T22:53:32.081Z] 22:48:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-16T22:53:32.081Z] 22:48:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2020-07-16T22:53:32.081Z] 22:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-16T22:53:32.081Z] 22:49:01 all 0.09 0.00 0.03 0.00 0.00 99.88 [2020-07-16T22:53:32.081Z] 22:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-07-16T22:53:32.081Z] 22:49:01 1 0.27 0.00 0.03 0.00 0.00 99.70 [2020-07-16T22:53:32.081Z] 22:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-07-16T22:53:32.081Z] 22:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-16T22:53:32.081Z] 22:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-07-16T22:53:32.081Z] 22:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:50:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-07-16T22:53:32.081Z] 22:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-07-16T22:53:32.081Z] 22:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-16T22:53:32.081Z] 22:51:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-07-16T22:53:32.081Z] 22:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-16T22:53:32.081Z] 22:51:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-07-16T22:53:32.081Z] 22:51:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-16T22:53:32.081Z] 22:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-07-16T22:53:32.081Z] 22:52:02 all 8.76 0.00 5.63 2.82 0.04 82.75 [2020-07-16T22:53:32.081Z] 22:52:02 0 8.16 0.00 5.82 1.50 0.03 84.48 [2020-07-16T22:53:32.081Z] 22:52:02 1 8.89 0.00 5.65 1.74 0.05 83.67 [2020-07-16T22:53:32.081Z] 22:52:02 2 9.14 0.00 5.48 4.52 0.05 80.81 [2020-07-16T22:53:32.081Z] 22:52:02 3 8.82 0.00 5.59 3.55 0.02 82.02 [2020-07-16T22:53:32.081Z] 22:53:01 all 11.42 0.00 8.03 3.34 0.03 77.17 [2020-07-16T22:53:32.081Z] 22:53:01 0 10.80 0.00 7.49 2.39 0.02 79.29 [2020-07-16T22:53:32.081Z] 22:53:01 1 10.01 0.00 7.74 2.72 0.02 79.51 [2020-07-16T22:53:32.081Z] 22:53:01 2 13.26 0.00 8.98 2.11 0.03 75.61 [2020-07-16T22:53:32.081Z] 22:53:01 3 11.65 0.00 7.92 6.11 0.05 74.27 [2020-07-16T22:53:32.081Z] Average: all 2.10 0.00 1.22 0.59 0.01 96.09 [2020-07-16T22:53:32.081Z] Average: 0 1.93 0.00 1.21 0.33 0.01 96.53 [2020-07-16T22:53:32.081Z] Average: 1 2.03 0.00 1.19 0.43 0.01 96.34 [2020-07-16T22:53:32.081Z] Average: 2 2.38 0.00 1.28 0.67 0.01 95.66 [2020-07-16T22:53:32.081Z] Average: 3 2.05 0.00 1.18 0.94 0.01 95.82 [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z] [2020-07-16T22:53:32.081Z]