Pull request #112 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 73160b465384e9320f3bce763495664aed430914+414b6282f916c065fbe85db3d54f08096cf4375d (0e153537789121d044177d717ccec9434a9ae654) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 --version # 'git version 2.16.6' > 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 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 > git --version # 'git version 2.16.6' 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 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1535 in /w/workspace/_app-service-configurable_PR-112 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-112 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/112/head:refs/remotes/origin/PR-112 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 414b6282f916c065fbe85db3d54f08096cf4375d into PR head commit 73160b465384e9320f3bce763495664aed430914 Merge succeeded, producing 73160b465384e9320f3bce763495664aed430914 Checking out Revision 73160b465384e9320f3bce763495664aed430914 (PR-112) > git config core.sparsecheckout # timeout=10 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:15:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:15:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:15:22 ========================================================= 00:15:22 EdgeX Global Pipelines Version Info 00:15:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d14c6516c244daa048523fb8d5a71fa8bfbb7eee # timeout=10 00:15:23 ------------------- 00:15:23 stable info: 00:15:23 ------------------- 00:15:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:15:23 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 00:15:23 Message: update stable to v1.0.118 00:15:24 ------------------- 00:15:24 experimental info: 00:15:24 ------------------- 00:15:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:15:24 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 00:15:24 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:15:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:15:24 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:15:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-112 [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-112 [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-112 [Pipeline] echo 00:15:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 73160b465384e9320f3bce763495664aed430914 [Pipeline] echo 00:15:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 73160b4 [Pipeline] echo 00:15:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:15:27 + git log --format=format:%s -1 73160b465384e9320f3bce763495664aed430914 [Pipeline] echo 00:15:27 GIT_COMMIT: 73160b465384e9320f3bce763495664aed430914, Commit Message: fix: Update to latest SDK so V2 APIs are available for TAF tests [Pipeline] echo 00:15:27 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:15:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:28 00:15:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:15:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:28 latest: Pulling from edgex-devops/git-semver 00:15:28 31603596830f: Pulling fs layer 00:15:28 2a8b12db71e7: Pulling fs layer 00:15:28 6ca5941a6612: Pulling fs layer 00:15:28 ecc8261a40a4: Pulling fs layer 00:15:28 ecc8261a40a4: Waiting 00:15:28 2a8b12db71e7: Verifying Checksum 00:15:28 2a8b12db71e7: Download complete 00:15:29 31603596830f: Verifying Checksum 00:15:29 31603596830f: Download complete 00:15:29 ecc8261a40a4: Verifying Checksum 00:15:29 ecc8261a40a4: Download complete 00:15:29 6ca5941a6612: Verifying Checksum 00:15:29 6ca5941a6612: Download complete 00:15:29 31603596830f: Pull complete 00:15:29 2a8b12db71e7: Pull complete 00:15:30 6ca5941a6612: Pull complete 00:15:30 ecc8261a40a4: Pull complete 00:15:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:15:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:15:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:15:30 prd-centos7-docker-4c-2g-1535 does not seem to be running inside a container 00:15:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-112 -v /w/workspace/_app-service-configurable_PR-112:/w/workspace/_app-service-configurable_PR-112:rw,z -v /w/workspace/_app-service-configurable_PR-112@tmp:/w/workspace/_app-service-configurable_PR-112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:15:32 $ docker top be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:15:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:15:33 [ssh-agent] Looking for ssh-agent implementation... 00:15:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:15:33 $ docker exec be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 ssh-agent 00:15:33 SSH_AUTH_SOCK=/tmp/ssh-u91dzxQBlLc3/agent.12 00:15:33 SSH_AGENT_PID=17 00:15:33 Running ssh-add (command line suppressed) 00:15:33 Identity added: /w/workspace/_app-service-configurable_PR-112@tmp/private_key_5345690582584347389.key (/w/workspace/_app-service-configurable_PR-112@tmp/private_key_5345690582584347389.key) 00:15:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:15:34 + git describe --exact-match --tags HEAD 00:15:34 fatal: No names found, cannot describe anything. [Pipeline] } 00:15:34 $ docker exec --env ******** --env ******** be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 ssh-agent -k 00:15:34 unset SSH_AUTH_SOCK; 00:15:34 unset SSH_AGENT_PID; 00:15:34 echo Agent pid 17 killed; 00:15:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:15:34 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:15:34 This usually means this commit has not been tagged. [Pipeline] sshagent 00:15:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:15:34 [ssh-agent] Looking for ssh-agent implementation... 00:15:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:15:34 $ docker exec be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 ssh-agent 00:15:34 SSH_AUTH_SOCK=/tmp/ssh-AQrlbXkRekrH/agent.45 00:15:34 SSH_AGENT_PID=51 00:15:34 Running ssh-add (command line suppressed) 00:15:35 Identity added: /w/workspace/_app-service-configurable_PR-112@tmp/private_key_5873153197246787805.key (/w/workspace/_app-service-configurable_PR-112@tmp/private_key_5873153197246787805.key) 00:15:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:15:35 + git semver init 00:15:35 # -> Open(): unable to determine branch for HEAD 00:15:35 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-112/.git 00:15:35 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-112 00:15:35 # $SEMVER_REMOTE_NAME = origin 00:15:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:15:35 # $SEMVER_USER_NAME = edgex-jenkins 00:15:35 # $SEMVER_BRANCH = PR-112 00:15:35 # $SEMVER_TEMP = /tmp/semver-701439832 00:15:35 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 00:15:35 # '/tmp/semver-701439832' -> '/w/workspace/_app-service-configurable_PR-112/.semver' 00:15:35 # -> Force: false 00:15:35 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-112/.semver [Pipeline] } 00:15:35 $ docker exec --env ******** --env ******** be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 ssh-agent -k 00:15:36 unset SSH_AUTH_SOCK; 00:15:36 unset SSH_AGENT_PID; 00:15:36 echo Agent pid 51 killed; 00:15:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:15:36 + git semver [Pipeline] } 00:15:36 $ docker stop --time=1 be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 00:15:37 $ docker rm -f be44fe6c21270a7f8abc5302a81abda8fcefefae31b9f7f423aa951636e7ccb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:15:38 Stashed 24 file(s) [Pipeline] echo 00:15:38 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 00:15:38 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 00:15:54 Still waiting to schedule task 00:15:54 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:15:54 Still waiting to schedule task 00:15:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:17:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1536 in /w/workspace/_app-service-configurable_PR-112 [Pipeline] { [Pipeline] ws 00:17:39 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 00:17:44 using credential edgex-jenkins-ssh 00:17:45 Cloning the remote Git repository 00:17:45 Cloning with configured refspecs honoured and without tags 00:17:45 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:17:46 Fetching without tags 00:17:45 > git init /w/workspace/app-service-configurable/2 # timeout=10 00:17:45 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:17:45 > git --version # timeout=10 00:17:45 > git --version # 'git version 2.17.1' 00:17:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:17:45 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:17:46 > git config --add remote.origin.fetch +refs/pull/112/head:refs/remotes/origin/PR-112 # timeout=10 00:17:46 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:17:46 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:17:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:17:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:17:46 Merging remotes/origin/master commit 414b6282f916c065fbe85db3d54f08096cf4375d into PR head commit 73160b465384e9320f3bce763495664aed430914 00:17:46 Merge succeeded, producing 73160b465384e9320f3bce763495664aed430914 00:17:46 Checking out Revision 73160b465384e9320f3bce763495664aed430914 (PR-112) 00:17:46 > git config core.sparsecheckout # timeout=10 00:17:46 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:17:46 > git remote # timeout=10 00:17:46 > git config --get remote.origin.url # timeout=10 00:17:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:46 > git merge 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 00:17:46 > git rev-parse HEAD^{commit} # timeout=10 00:17:46 > git config core.sparsecheckout # timeout=10 00:17:46 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:17:51 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:17:52 ========================================================= 00:17:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:17:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:17:53 + 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 . 00:17:54 Sending build context to Docker daemon 306.7kB 00:17:54 Step 1/8 : ARG BASE=golang:1.13-alpine 00:17:54 Step 2/8 : FROM ${BASE} 00:17:54 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:17:54 b538f80385f9: Pulling fs layer 00:17:54 74f711af9a0d: Pulling fs layer 00:17:54 99f96fe45779: Pulling fs layer 00:17:54 fd7a069fd194: Pulling fs layer 00:17:54 66aa3694b03b: Pulling fs layer 00:17:54 170f70906a0f: Pulling fs layer 00:17:54 ad7c5574e4b9: Pulling fs layer 00:17:54 e772456be8f7: Pulling fs layer 00:17:54 c890913d741a: Pulling fs layer 00:17:54 2480fcc9aa5a: Pulling fs layer 00:17:54 09adf4765672: Pulling fs layer 00:17:54 fd7a069fd194: Waiting 00:17:54 66aa3694b03b: Waiting 00:17:54 170f70906a0f: Waiting 00:17:54 ad7c5574e4b9: Waiting 00:17:54 e772456be8f7: Waiting 00:17:54 2480fcc9aa5a: Waiting 00:17:54 99f96fe45779: Verifying Checksum 00:17:54 99f96fe45779: Download complete 00:17:54 74f711af9a0d: Verifying Checksum 00:17:54 74f711af9a0d: Download complete 00:17:54 66aa3694b03b: Verifying Checksum 00:17:54 66aa3694b03b: Download complete 00:17:54 170f70906a0f: Verifying Checksum 00:17:54 170f70906a0f: Download complete 00:17:54 b538f80385f9: Download complete 00:17:55 b538f80385f9: Pull complete 00:17:55 74f711af9a0d: Pull complete 00:17:56 99f96fe45779: Pull complete 00:17:57 ad7c5574e4b9: Download complete 00:17:57 c890913d741a: Download complete 00:17:58 2480fcc9aa5a: Verifying Checksum 00:17:58 2480fcc9aa5a: Download complete 00:17:58 09adf4765672: Verifying Checksum 00:17:58 09adf4765672: Download complete 00:17:59 e772456be8f7: Verifying Checksum 00:17:59 e772456be8f7: Download complete 00:18:00 fd7a069fd194: Download complete 00:18:00 Running on prd-centos7-docker-4c-2g-1537 in /w/workspace/_app-service-configurable_PR-112 [Pipeline] { [Pipeline] ws 00:18:00 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 00:18:02 using credential edgex-jenkins-ssh 00:18:03 Cloning the remote Git repository 00:18:03 Cloning with configured refspecs honoured and without tags 00:18:03 Fetching without tags 00:18:03 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:18:03 > git init /w/workspace/app-service-configurable/2 # timeout=10 00:18:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:18:03 > git --version # timeout=10 00:18:03 > git --version # 'git version 2.16.5' 00:18:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:18:03 > git config --add remote.origin.fetch +refs/pull/112/head:refs/remotes/origin/PR-112 # timeout=10 00:18:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:18:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:18:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:18:04 Merging remotes/origin/master commit 414b6282f916c065fbe85db3d54f08096cf4375d into PR head commit 73160b465384e9320f3bce763495664aed430914 00:18:04 Merge succeeded, producing 73160b465384e9320f3bce763495664aed430914 00:18:04 Checking out Revision 73160b465384e9320f3bce763495664aed430914 (PR-112) 00:18:04 > git config core.sparsecheckout # timeout=10 00:18:04 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:18:04 > git remote # timeout=10 00:18:04 > git config --get remote.origin.url # timeout=10 00:18:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:18:04 > git merge 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 00:18:04 > git rev-parse HEAD^{commit} # timeout=10 00:18:04 > git config core.sparsecheckout # timeout=10 00:18:04 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:18:07 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:18:08 ========================================================= 00:18:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:18:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:18:09 + 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 . 00:18:09 Sending build context to Docker daemon 306.7kB 00:18:09 Step 1/8 : ARG BASE=golang:1.13-alpine 00:18:09 Step 2/8 : FROM ${BASE} 00:18:09 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:18:09 df20fa9351a1: Pulling fs layer 00:18:09 ed8968b2872e: Pulling fs layer 00:18:09 a92cc7c5fd73: Pulling fs layer 00:18:09 2dd03ba5bac4: Pulling fs layer 00:18:09 1e091d79d1de: Pulling fs layer 00:18:09 481702a1767f: Pulling fs layer 00:18:09 f64a6f60c768: Pulling fs layer 00:18:09 e78d2573fc39: Pulling fs layer 00:18:09 e876d2f968b6: Pulling fs layer 00:18:09 ce8a83651883: Pulling fs layer 00:18:09 07967f4d0e4b: Pulling fs layer 00:18:09 2dd03ba5bac4: Waiting 00:18:09 481702a1767f: Waiting 00:18:09 1e091d79d1de: Waiting 00:18:09 ce8a83651883: Waiting 00:18:09 f64a6f60c768: Waiting 00:18:09 07967f4d0e4b: Waiting 00:18:09 e78d2573fc39: Waiting 00:18:09 e876d2f968b6: Waiting 00:18:09 a92cc7c5fd73: Verifying Checksum 00:18:09 a92cc7c5fd73: Download complete 00:18:09 ed8968b2872e: Verifying Checksum 00:18:09 ed8968b2872e: Download complete 00:18:09 1e091d79d1de: Verifying Checksum 00:18:09 1e091d79d1de: Download complete 00:18:09 481702a1767f: Download complete 00:18:09 df20fa9351a1: Verifying Checksum 00:18:09 df20fa9351a1: Download complete 00:18:09 df20fa9351a1: Pull complete 00:18:10 ed8968b2872e: Pull complete 00:18:10 a92cc7c5fd73: Pull complete 00:18:11 f64a6f60c768: Verifying Checksum 00:18:11 f64a6f60c768: Download complete 00:18:11 e876d2f968b6: Verifying Checksum 00:18:11 e876d2f968b6: Download complete 00:18:12 e78d2573fc39: Verifying Checksum 00:18:12 e78d2573fc39: Download complete 00:18:12 07967f4d0e4b: Verifying Checksum 00:18:12 07967f4d0e4b: Download complete 00:18:12 ce8a83651883: Verifying Checksum 00:18:12 ce8a83651883: Download complete 00:18:12 fd7a069fd194: Pull complete 00:18:12 66aa3694b03b: Pull complete 00:18:12 170f70906a0f: Pull complete 00:18:13 2dd03ba5bac4: Verifying Checksum 00:18:13 2dd03ba5bac4: Download complete 00:18:15 ad7c5574e4b9: Pull complete 00:18:19 2dd03ba5bac4: Pull complete 00:18:19 1e091d79d1de: Pull complete 00:18:19 481702a1767f: Pull complete 00:18:20 e772456be8f7: Pull complete 00:18:20 c890913d741a: Pull complete 00:18:22 2480fcc9aa5a: Pull complete 00:18:22 09adf4765672: Pull complete 00:18:22 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:18:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:18:22 ---> 2248a725d1cf 00:18:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:18:24 f64a6f60c768: Pull complete 00:18:27 ---> Running in c7753343330f 00:18:27 Removing intermediate container c7753343330f 00:18:27 ---> 27251577c32e 00:18:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:27 ---> Running in 8a224d1ede21 00:18:27 e78d2573fc39: Pull complete 00:18:27 e876d2f968b6: Pull complete 00:18:28 ce8a83651883: Pull complete 00:18:28 07967f4d0e4b: Pull complete 00:18:28 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:18:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:18:28 ---> 5d7c900382c6 00:18:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:18:30 Removing intermediate container 8a224d1ede21 00:18:30 ---> 92f523e63047 00:18:30 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:18:30 ---> Running in cf48e4c7c23d 00:18:30 ---> Running in 63a18887367a 00:18:30 Removing intermediate container cf48e4c7c23d 00:18:30 ---> 5dc9f3705505 00:18:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:30 ---> Running in 4dee68541e19 00:18:31 Removing intermediate container 4dee68541e19 00:18:31 ---> 0de607a552d3 00:18:31 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:18:31 ---> Running in 45059cbe11d0 00:18:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:18:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:18:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:33 (1/6) Installing libc-dev (0.7.2-r3) 00:18:33 (2/6) Installing libsodium (1.0.18-r0) 00:18:33 (3/6) Installing pkgconf (1.7.2-r0) 00:18:33 (4/6) Installing libsodium-dev (1.0.18-r0) 00:18:33 (1/6) Installing libc-dev (0.7.2-r3) 00:18:33 (5/6) Installing libzmq (4.3.2-r0) 00:18:33 (6/6) Installing zeromq-dev (4.3.2-r0) 00:18:33 Executing busybox-1.31.1-r16.trigger 00:18:33 (2/6) Installing libsodium (1.0.18-r0) 00:18:33 (3/6) Installing pkgconf (1.7.2-r0) 00:18:33 (4/6) Installing libsodium-dev (1.0.18-r0) 00:18:33 OK: 143 MiB in 45 packages 00:18:34 (5/6) Installing libzmq (4.3.2-r0) 00:18:34 (6/6) Installing zeromq-dev (4.3.2-r0) 00:18:34 Executing busybox-1.31.1-r16.trigger 00:18:34 OK: 167 MiB in 45 packages 00:18:34 Removing intermediate container 45059cbe11d0 00:18:34 ---> 1607b30fd44c 00:18:34 Step 6/8 : WORKDIR /app 00:18:34 ---> Running in 1ded8bb68225 00:18:35 Removing intermediate container 1ded8bb68225 00:18:35 ---> 1baee050790b 00:18:35 Step 7/8 : COPY . . 00:18:35 Removing intermediate container 63a18887367a 00:18:35 ---> e75ebc68e96f 00:18:35 Step 6/8 : WORKDIR /app 00:18:35 ---> Running in 6ec7296af8be 00:18:35 ---> 827739ae73df 00:18:35 Step 8/8 : RUN go mod download 00:18:35 Removing intermediate container 6ec7296af8be 00:18:35 ---> 4fa99626679d 00:18:35 Step 7/8 : COPY . . 00:18:35 ---> Running in 5816b2a617c1 00:18:36 ---> 085678e6163b 00:18:36 Step 8/8 : RUN go mod download 00:18:36 ---> Running in 741739f9bddd 00:18:38 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:18:38 go: finding github.com/BurntSushi/toml v0.3.1 00:18:38 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:18:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:18:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:18:38 go: finding github.com/bgentry/speakeasy v0.1.0 00:18:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:18:38 go: finding github.com/davecgh/go-spew v1.1.1 00:18:38 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:18:38 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:18:38 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:18:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:18:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:18:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:18:38 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 00:18:38 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 00:18:38 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 00:18:38 go: finding github.com/fatih/color v1.7.0 00:18:38 go: finding github.com/fsnotify/fsnotify v1.4.7 00:18:38 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:18:38 go: finding github.com/go-kit/kit v0.8.0 00:18:38 go: finding github.com/go-logfmt/logfmt v0.4.0 00:18:38 go: finding github.com/go-playground/assert/v2 v2.0.1 00:18:38 go: finding github.com/go-playground/locales v0.13.0 00:18:38 go: finding github.com/go-playground/universal-translator v0.17.0 00:18:38 go: finding github.com/go-playground/validator/v10 v10.3.0 00:18:38 go: finding github.com/go-redis/redis/v7 v7.2.0 00:18:38 go: finding github.com/go-stack/stack v1.8.0 00:18:38 go: finding github.com/golang/protobuf v1.3.2 00:18:38 go: finding github.com/golang/snappy v0.0.1 00:18:38 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:18:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:18:38 go: finding github.com/google/go-cmp v0.4.0 00:18:38 go: finding github.com/google/uuid v1.1.1 00:18:38 go: finding github.com/gorilla/mux v1.8.0 00:18:38 go: finding github.com/hashicorp/consul/api v1.1.0 00:18:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:18:38 go: finding github.com/hashicorp/errwrap v1.0.0 00:18:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:18:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:18:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:18:38 go: finding github.com/hashicorp/go-multierror v1.0.0 00:18:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:18:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:18:38 go: finding github.com/hashicorp/go-syslog v1.0.0 00:18:38 go: finding github.com/hashicorp/go-uuid v1.0.1 00:18:38 go: finding github.com/hashicorp/go.net v0.0.1 00:18:38 go: finding github.com/hashicorp/golang-lru v0.5.0 00:18:38 go: finding github.com/hashicorp/logutils v1.0.0 00:18:38 go: finding github.com/hashicorp/mdns v1.0.0 00:18:38 go: finding github.com/hashicorp/memberlist v0.1.3 00:18:38 go: finding github.com/hashicorp/serf v0.8.2 00:18:38 go: finding github.com/hpcloud/tail v1.0.0 00:18:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:18:38 go: finding github.com/kr/pretty v0.1.0 00:18:38 go: finding github.com/kr/pty v1.1.1 00:18:39 go: finding github.com/kr/text v0.1.0 00:18:39 go: finding github.com/leodido/go-urn v1.2.0 00:18:39 go: finding github.com/mattn/go-colorable v0.0.9 00:18:39 go: finding github.com/mattn/go-isatty v0.0.3 00:18:39 go: finding github.com/miekg/dns v1.0.14 00:18:39 go: finding github.com/mitchellh/cli v1.0.0 00:18:39 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:18:39 go: finding github.com/mitchellh/copystructure v1.0.0 00:18:39 go: finding github.com/mitchellh/go-homedir v1.0.0 00:18:39 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:18:39 go: finding github.com/mitchellh/gox v0.4.0 00:18:39 go: finding github.com/mitchellh/iochan v1.0.0 00:18:39 go: finding github.com/mitchellh/mapstructure v1.1.2 00:18:39 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:18:39 go: finding github.com/onsi/ginkgo v1.10.1 00:18:39 go: finding github.com/onsi/gomega v1.7.0 00:18:39 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:18:39 go: finding github.com/pebbe/zmq4 v1.0.0 00:18:39 go: finding github.com/pelletier/go-toml v1.2.0 00:18:39 go: finding github.com/pkg/errors v0.8.1 00:18:39 go: finding github.com/pmezard/go-difflib v1.0.0 00:18:39 go: finding github.com/posener/complete v1.1.1 00:18:39 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:18:39 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:18:39 go: finding github.com/stretchr/objx v0.2.0 00:18:39 go: finding github.com/stretchr/testify v1.6.1 00:18:39 go: finding github.com/tidwall/pretty v1.0.1 00:18:39 go: finding github.com/ugorji/go v1.1.4 00:18:39 go: finding github.com/x448/float16 v0.8.4 00:18:39 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:18:39 go: finding github.com/xdg/stringprep v1.0.0 00:18:39 go: finding go.mongodb.org/mongo-driver v1.1.1 00:18:39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:18:39 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:18:40 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:18:40 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:18:40 go: finding golang.org/x/text v0.3.2 00:18:40 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:18:40 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:18:40 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:18:40 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:18:40 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:18:40 go: finding gopkg.in/yaml.v2 v2.2.8 00:18:40 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:18:40 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:18:40 go: finding github.com/BurntSushi/toml v0.3.1 00:18:40 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:18:40 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:18:40 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:18:40 go: finding github.com/bgentry/speakeasy v0.1.0 00:18:40 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:18:40 go: finding github.com/davecgh/go-spew v1.1.1 00:18:40 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:18:40 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:18:40 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:18:40 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:18:40 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:18:40 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:18:40 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 00:18:40 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 00:18:40 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 00:18:40 go: finding github.com/fatih/color v1.7.0 00:18:40 go: finding github.com/fsnotify/fsnotify v1.4.7 00:18:40 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:18:40 go: finding github.com/go-kit/kit v0.8.0 00:18:40 go: finding github.com/go-logfmt/logfmt v0.4.0 00:18:40 go: finding github.com/go-playground/assert/v2 v2.0.1 00:18:40 go: finding github.com/go-playground/locales v0.13.0 00:18:40 go: finding github.com/go-playground/universal-translator v0.17.0 00:18:40 go: finding github.com/go-playground/validator/v10 v10.3.0 00:18:40 go: finding github.com/go-redis/redis/v7 v7.2.0 00:18:40 go: finding github.com/go-stack/stack v1.8.0 00:18:40 go: finding github.com/golang/protobuf v1.3.2 00:18:40 go: finding github.com/golang/snappy v0.0.1 00:18:40 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:18:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:18:40 go: finding github.com/google/go-cmp v0.4.0 00:18:40 go: finding github.com/google/uuid v1.1.1 00:18:40 go: finding github.com/gorilla/mux v1.8.0 00:18:40 go: finding github.com/hashicorp/consul/api v1.1.0 00:18:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:18:40 go: finding github.com/hashicorp/errwrap v1.0.0 00:18:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:18:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:18:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:18:40 go: finding github.com/hashicorp/go-multierror v1.0.0 00:18:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:18:40 go: finding github.com/hashicorp/go-sockaddr v1.0.0 00:18:41 go: finding github.com/hashicorp/go-syslog v1.0.0 00:18:41 go: finding github.com/hashicorp/go-uuid v1.0.1 00:18:41 go: finding github.com/hashicorp/go.net v0.0.1 00:18:41 go: finding github.com/hashicorp/golang-lru v0.5.0 00:18:41 go: finding github.com/hashicorp/logutils v1.0.0 00:18:41 go: finding github.com/hashicorp/mdns v1.0.0 00:18:41 go: finding github.com/hashicorp/memberlist v0.1.3 00:18:41 go: finding github.com/hashicorp/serf v0.8.2 00:18:41 go: finding github.com/hpcloud/tail v1.0.0 00:18:41 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:18:41 go: finding github.com/kr/pretty v0.1.0 00:18:41 go: finding github.com/kr/pty v1.1.1 00:18:41 go: finding github.com/kr/text v0.1.0 00:18:41 go: finding github.com/leodido/go-urn v1.2.0 00:18:41 go: finding github.com/mattn/go-colorable v0.0.9 00:18:41 go: finding github.com/mattn/go-isatty v0.0.3 00:18:41 go: finding github.com/miekg/dns v1.0.14 00:18:41 go: finding github.com/mitchellh/cli v1.0.0 00:18:41 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:18:41 go: finding github.com/mitchellh/copystructure v1.0.0 00:18:41 go: finding github.com/mitchellh/go-homedir v1.0.0 00:18:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:18:41 go: finding github.com/mitchellh/gox v0.4.0 00:18:41 go: finding github.com/mitchellh/iochan v1.0.0 00:18:41 go: finding github.com/mitchellh/mapstructure v1.1.2 00:18:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:18:41 go: finding github.com/onsi/ginkgo v1.10.1 00:18:41 go: finding github.com/onsi/gomega v1.7.0 00:18:41 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:18:41 go: finding github.com/pebbe/zmq4 v1.0.0 00:18:41 go: finding github.com/pelletier/go-toml v1.2.0 00:18:41 go: finding github.com/pkg/errors v0.8.1 00:18:41 go: finding github.com/pmezard/go-difflib v1.0.0 00:18:41 go: finding github.com/posener/complete v1.1.1 00:18:41 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 00:18:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:18:41 go: finding github.com/stretchr/objx v0.2.0 00:18:41 go: finding github.com/stretchr/testify v1.6.1 00:18:41 go: finding github.com/tidwall/pretty v1.0.1 00:18:41 go: finding github.com/ugorji/go v1.1.4 00:18:41 go: finding github.com/x448/float16 v0.8.4 00:18:41 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:18:42 go: finding github.com/xdg/stringprep v1.0.0 00:18:42 go: finding go.mongodb.org/mongo-driver v1.1.1 00:18:42 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:18:42 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:18:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:18:42 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 00:18:42 go: finding golang.org/x/text v0.3.2 00:18:42 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 00:18:42 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 00:18:42 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 00:18:42 go: finding gopkg.in/fsnotify.v1 v1.4.7 00:18:42 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:18:42 go: finding gopkg.in/yaml.v2 v2.2.8 00:18:42 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:19:02 Removing intermediate container 5816b2a617c1 00:19:02 ---> 40e0ac4b8036 00:19:02 Successfully built 40e0ac4b8036 00:19:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:19:02 + docker inspect -f . ci-base-image-x86_64 00:19:02 . [Pipeline] withDockerContainer 00:19:03 prd-centos7-docker-4c-2g-1537 does not seem to be running inside a container 00:19:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:19:03 $ docker top 88104ae7dbfd95314638356434c1d1d23c7076b2c45cc8ad3374afece4c7c6ae -eo pid,comm [Pipeline] { [Pipeline] sh 00:19:04 + go version 00:19:04 go version go1.13.13 linux/amd64 [Pipeline] sh 00:19:04 Removing intermediate container 741739f9bddd 00:19:04 ---> 1cb9dce7bbff 00:19:04 Successfully built 1cb9dce7bbff 00:19:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } 00:19:04 + make test 00:19:04 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:19:05 + docker inspect -f . ci-base-image-arm64 00:19:05 . [Pipeline] withDockerContainer 00:19:05 prd-ubuntu18.04-docker-arm64-4c-16g-1536 does not seem to be running inside a container 00:19:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:19:07 $ docker top c5946aa7032affd3f7b657baa64245c2f7eb29f98f00583899f057c1e807db72 -eo pid,comm [Pipeline] { [Pipeline] sh 00:19:08 + go version 00:19:08 go version go1.13.13 linux/arm64 [Pipeline] sh 00:19:09 + make test 00:19:09 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:19:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:19:19 CGO_ENABLED=1 go vet ./... 00:19:22 gofmt -l . 00:19:22 [ "`gofmt -l .`" = "" ] 00:19:22 ./bin/test-go-mod-tidy.sh 00:19:23 ./bin/test-attribution-txt.sh [Pipeline] stash 00:19:24 Stashed 1 file(s) [Pipeline] } 00:19:24 $ docker stop --time=1 88104ae7dbfd95314638356434c1d1d23c7076b2c45cc8ad3374afece4c7c6ae 00:19:26 $ docker rm -f 88104ae7dbfd95314638356434c1d1d23c7076b2c45cc8ad3374afece4c7c6ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:19:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:19:30 + ls -al . 00:19:30 total 96 00:19:30 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 5 00:19 . 00:19:30 drwxrwxr-x. 4 jenkins jenkins 28 Sep 5 00:18 .. 00:19:30 -rw-rw-r--. 1 jenkins jenkins 6568 Sep 5 00:18 Attribution.txt 00:19:30 drwxrwxr-x. 2 jenkins jenkins 64 Sep 5 00:18 bin 00:19:30 -rw-r--r--. 1 jenkins jenkins 10 Sep 5 00:19 coverage.out 00:19:30 -rw-rw-r--. 1 jenkins jenkins 180 Sep 5 00:18 docker-compose.debug.yml 00:19:30 -rw-rw-r--. 1 jenkins jenkins 133 Sep 5 00:18 docker-compose.yml 00:19:30 -rw-rw-r--. 1 jenkins jenkins 2002 Sep 5 00:18 Dockerfile 00:19:30 -rw-rw-r--. 1 jenkins jenkins 966 Sep 5 00:18 Dockerfile.build 00:19:30 -rw-rw-r--. 1 jenkins jenkins 119 Sep 5 00:18 .dockerignore 00:19:30 drwxrwxr-x. 8 jenkins jenkins 179 Sep 5 00:18 .git 00:19:30 drwxrwxr-x. 2 jenkins jenkins 81 Sep 5 00:18 .github 00:19:30 -rw-rw-r--. 1 jenkins jenkins 93 Sep 5 00:18 .gitignore 00:19:30 -rw-r--r--. 1 jenkins jenkins 133 Sep 5 00:19 go.mod 00:19:30 -rw-r--r--. 1 jenkins jenkins 19935 Sep 5 00:19 go.sum 00:19:30 -rw-rw-r--. 1 jenkins jenkins 710 Sep 5 00:18 Jenkinsfile 00:19:30 -rw-rw-r--. 1 jenkins jenkins 10174 Sep 5 00:18 LICENSE 00:19:30 -rw-rw-r--. 1 jenkins jenkins 1519 Sep 5 00:18 main.go 00:19:30 -rw-rw-r--. 1 jenkins jenkins 1573 Sep 5 00:18 makefile 00:19:30 -rw-rw-r--. 1 jenkins jenkins 1277 Sep 5 00:18 README.md 00:19:30 drwxrwxr-x. 10 jenkins jenkins 171 Sep 5 00:18 res 00:19:30 drwxrwxr-x. 3 jenkins jenkins 46 Sep 5 00:18 .semver 00:19:30 drwxrwxr-x. 4 jenkins jenkins 71 Sep 5 00:18 snap 00:19:30 -rw-rw-r--. 1 jenkins jenkins 5 Sep 5 00:15 VERSION [Pipeline] isUnix [Pipeline] sh 00:19:30 + 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=73160b465384e9320f3bce763495664aed430914 --label arch=amd64 --label version=0.0.0 . 00:19:30 Sending build context to Docker daemon 329.2kB 00:19:30 Step 1/27 : ARG BASE=golang:1.13-alpine 00:19:30 Step 2/27 : FROM ${BASE} AS builder 00:19:30 ---> 40e0ac4b8036 00:19:30 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:19:30 ---> Running in 9d9cd8d4913f 00:19:30 Removing intermediate container 9d9cd8d4913f 00:19:30 ---> cdaa44482cc3 00:19:30 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:19:31 ---> Running in 0bc01ccf31b4 00:19:31 Removing intermediate container 0bc01ccf31b4 00:19:31 ---> f30d059479ce 00:19:31 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:19:31 ---> Running in dcac80aac1ca 00:19:31 Removing intermediate container dcac80aac1ca 00:19:31 ---> 41b60a5758d1 00:19:31 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:19:31 ---> Running in af1c20d925c1 00:19:32 Removing intermediate container af1c20d925c1 00:19:32 ---> 4d9b73e70c79 00:19:32 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:19:32 ---> Running in 4bc12e10e718 00:19:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:34 OK: 167 MiB in 45 packages 00:19:34 Removing intermediate container 4bc12e10e718 00:19:34 ---> 234cd574b567 00:19:34 Step 8/27 : WORKDIR /app 00:19:34 ---> Running in 80f549843d9d 00:19:34 Removing intermediate container 80f549843d9d 00:19:34 ---> 83a7e257c5b0 00:19:34 Step 9/27 : COPY go.mod . 00:19:34 ---> a632af5961b4 00:19:34 Step 10/27 : RUN go mod download 00:19:34 ---> Running in de3fbe27e640 00:19:35 Removing intermediate container de3fbe27e640 00:19:35 ---> 2ce150c4074b 00:19:35 Step 11/27 : COPY . . 00:19:36 ---> 64d62816879e 00:19:36 Step 12/27 : ARG MAKE="make build" 00:19:36 ---> Running in 872c5e024042 00:19:36 Removing intermediate container 872c5e024042 00:19:36 ---> 35637f8d3f31 00:19:36 Step 13/27 : RUN $MAKE 00:19:36 ---> Running in 856c06638feb 00:19:36 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:19:55 Removing intermediate container 856c06638feb 00:19:55 ---> e516479ee5bf 00:19:55 Step 14/27 : FROM alpine:latest 00:19:55 latest: Pulling from library/alpine 00:19:55 df20fa9351a1: Already exists 00:19:55 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:19:55 Status: Downloaded newer image for alpine:latest 00:19:55 ---> a24bb4013296 00:19:55 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:19:55 ---> Running in 946e52c36c0b 00:19:55 Removing intermediate container 946e52c36c0b 00:19:55 ---> e252a87e351c 00:19:55 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:19:55 ---> Running in e81837e40e0f 00:19:55 Removing intermediate container e81837e40e0f 00:19:55 ---> e3001426fae5 00:19:55 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:19:55 ---> Running in 877f9265b6b6 00:19:56 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:19:56 CGO_ENABLED=1 go vet ./... 00:19:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:57 (1/6) Installing ca-certificates (20191127-r4) 00:19:57 (2/6) Installing libgcc (9.3.0-r2) 00:19:57 (3/6) Installing libsodium (1.0.18-r0) 00:19:57 (4/6) Installing libstdc++ (9.3.0-r2) 00:19:57 (5/6) Installing libzmq (4.3.2-r0) 00:19:57 (6/6) Installing zeromq (4.3.2-r0) 00:19:57 Executing busybox-1.31.1-r16.trigger 00:19:57 Executing ca-certificates-20191127-r4.trigger 00:19:57 OK: 9 MiB in 20 packages 00:19:58 Removing intermediate container 877f9265b6b6 00:19:58 ---> c45498200ff7 00:19:58 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:19:58 ---> ac158b855add 00:19:58 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:19:58 ---> de3666154faf 00:19:58 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:19:58 ---> ff272db5ae15 00:19:58 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:19:59 ---> cdd5f802e7d4 00:19:59 Step 22/27 : EXPOSE 48095 00:19:59 ---> Running in 16adb91d23ab 00:19:59 Removing intermediate container 16adb91d23ab 00:19:59 ---> 1bcb9e3750e7 00:19:59 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:19:59 ---> Running in 1816d871cfa9 00:19:59 Removing intermediate container 1816d871cfa9 00:19:59 ---> 3d545e9cc9da 00:19:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:19:59 ---> Running in 7ceadc68d320 00:20:00 Removing intermediate container 7ceadc68d320 00:20:00 ---> 503003e22690 00:20:00 Step 25/27 : LABEL arch=amd64 00:20:00 ---> Running in f05f5a4d7615 00:20:00 Removing intermediate container f05f5a4d7615 00:20:00 ---> c8b91853cc72 00:20:00 Step 26/27 : LABEL git_sha=73160b465384e9320f3bce763495664aed430914 00:20:00 ---> Running in 8b2ce581c89e 00:20:00 Removing intermediate container 8b2ce581c89e 00:20:00 ---> 8042393a36bf 00:20:00 Step 27/27 : LABEL version=0.0.0 00:20:00 ---> Running in 0bbe675e4a98 00:20:00 Removing intermediate container 0bbe675e4a98 00:20:00 ---> d31197254e2e 00:20:00 [Warning] One or more build-args [ARCH] were not consumed 00:20:00 Successfully built d31197254e2e 00:20:00 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:20:05 gofmt -l . 00:20:05 [ "`gofmt -l .`" = "" ] 00:20:05 ./bin/test-go-mod-tidy.sh 00:20:05 ./bin/test-attribution-txt.sh [Pipeline] stash 00:20:06 Warning: overwriting stash ‘coverage-report’ 00:20:07 Stashed 1 file(s) [Pipeline] } 00:20:07 $ docker stop --time=1 c5946aa7032affd3f7b657baa64245c2f7eb29f98f00583899f057c1e807db72 00:20:09 $ docker rm -f c5946aa7032affd3f7b657baa64245c2f7eb29f98f00583899f057c1e807db72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:20:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:20:11 + ls -al . 00:20:11 total 124 00:20:11 drwxrwxr-x 8 jenkins jenkins 4096 Sep 5 00:20 . 00:20:11 drwxrwxr-x 4 jenkins jenkins 4096 Sep 5 00:17 .. 00:20:11 -rw-rw-r-- 1 jenkins jenkins 119 Sep 5 00:17 .dockerignore 00:20:11 drwxrwxr-x 8 jenkins jenkins 4096 Sep 5 00:17 .git 00:20:11 drwxrwxr-x 2 jenkins jenkins 4096 Sep 5 00:17 .github 00:20:11 -rw-rw-r-- 1 jenkins jenkins 93 Sep 5 00:17 .gitignore 00:20:11 drwxrwxr-x 3 jenkins jenkins 4096 Sep 5 00:17 .semver 00:20:11 -rw-rw-r-- 1 jenkins jenkins 6568 Sep 5 00:17 Attribution.txt 00:20:11 -rw-rw-r-- 1 jenkins jenkins 2002 Sep 5 00:17 Dockerfile 00:20:11 -rw-rw-r-- 1 jenkins jenkins 966 Sep 5 00:17 Dockerfile.build 00:20:11 -rw-rw-r-- 1 jenkins jenkins 710 Sep 5 00:17 Jenkinsfile 00:20:11 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 5 00:17 LICENSE 00:20:11 -rw-rw-r-- 1 jenkins jenkins 1277 Sep 5 00:17 README.md 00:20:11 -rw-rw-r-- 1 jenkins jenkins 5 Sep 5 00:15 VERSION 00:20:11 drwxrwxr-x 2 jenkins jenkins 4096 Sep 5 00:17 bin 00:20:11 -rw-r--r-- 1 jenkins jenkins 10 Sep 5 00:19 coverage.out 00:20:11 -rw-rw-r-- 1 jenkins jenkins 180 Sep 5 00:17 docker-compose.debug.yml 00:20:11 -rw-rw-r-- 1 jenkins jenkins 133 Sep 5 00:17 docker-compose.yml 00:20:11 -rw-r--r-- 1 jenkins jenkins 133 Sep 5 00:20 go.mod 00:20:11 -rw-r--r-- 1 jenkins jenkins 19935 Sep 5 00:20 go.sum 00:20:11 -rw-rw-r-- 1 jenkins jenkins 1519 Sep 5 00:17 main.go 00:20:11 -rw-rw-r-- 1 jenkins jenkins 1573 Sep 5 00:17 makefile 00:20:11 drwxrwxr-x 10 jenkins jenkins 4096 Sep 5 00:17 res 00:20:11 drwxrwxr-x 4 jenkins jenkins 4096 Sep 5 00:17 snap [Pipeline] isUnix [Pipeline] sh 00:20:11 + 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=73160b465384e9320f3bce763495664aed430914 --label arch=arm64 --label version=0.0.0 . 00:20:11 Sending build context to Docker daemon 329.2kB 00:20:11 Step 1/27 : ARG BASE=golang:1.13-alpine 00:20:11 Step 2/27 : FROM ${BASE} AS builder 00:20:11 ---> 1cb9dce7bbff 00:20:11 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:20:12 ---> Running in 9c11ca9eecce 00:20:12 Removing intermediate container 9c11ca9eecce 00:20:12 ---> 55baf96966e0 00:20:12 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:20:12 ---> Running in 413d212db41b 00:20:13 Removing intermediate container 413d212db41b 00:20:13 ---> 5202686d0f67 00:20:13 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:20:13 ---> Running in 19cc8099bbb8 00:20:14 Removing intermediate container 19cc8099bbb8 00:20:14 ---> 5a6bdb947e2b 00:20:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:20:14 ---> Running in 2d2b18185e8e 00:20:16 Still waiting to schedule task 00:20:16 All nodes of label ‘centos7-docker-8c-8g’ are offline 00:20:16 Removing intermediate container 2d2b18185e8e 00:20:16 ---> 7c8f5fbbc82a 00:20:16 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:20:16 ---> Running in 617773adeb9b 00:20:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:20:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:20:19 OK: 143 MiB in 45 packages 00:20:20 Removing intermediate container 617773adeb9b 00:20:20 ---> b105238065d7 00:20:20 Step 8/27 : WORKDIR /app 00:20:20 ---> Running in c3e3805b8c62 00:20:21 Removing intermediate container c3e3805b8c62 00:20:21 ---> 04b3abe21389 00:20:21 Step 9/27 : COPY go.mod . 00:20:22 ---> c1421388f11c 00:20:22 Step 10/27 : RUN go mod download 00:20:22 ---> Running in d9d4be88c77c 00:20:25 Removing intermediate container d9d4be88c77c 00:20:25 ---> 109f23450c25 00:20:25 Step 11/27 : COPY . . 00:20:25 ---> acca83bd732c 00:20:25 Step 12/27 : ARG MAKE="make build" 00:20:25 ---> Running in 1ccad32cfc96 00:20:26 Removing intermediate container 1ccad32cfc96 00:20:26 ---> bf3643706c99 00:20:26 Step 13/27 : RUN $MAKE 00:20:26 ---> Running in 51a5f1eabcec 00:20:27 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:21:14 Removing intermediate container 51a5f1eabcec 00:21:14 ---> b70d24a87f10 00:21:14 Step 14/27 : FROM alpine:latest 00:21:14 latest: Pulling from library/alpine 00:21:14 b538f80385f9: Already exists 00:21:14 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 00:21:14 Status: Downloaded newer image for alpine:latest 00:21:14 ---> 62ee0e9f8440 00:21:14 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:21:14 ---> Running in f44776f6deb9 00:21:14 Removing intermediate container f44776f6deb9 00:21:14 ---> b713503ea76b 00:21:14 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:21:14 ---> Running in 1c9eccfdec9a 00:21:15 Removing intermediate container 1c9eccfdec9a 00:21:15 ---> 2bfa26f8746c 00:21:15 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:21:15 ---> Running in df791f723f7e 00:21:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:21:17 (1/6) Installing ca-certificates (20191127-r4) 00:21:17 (2/6) Installing libgcc (9.3.0-r2) 00:21:17 (3/6) Installing libsodium (1.0.18-r0) 00:21:17 (4/6) Installing libstdc++ (9.3.0-r2) 00:21:17 (5/6) Installing libzmq (4.3.2-r0) 00:21:17 (6/6) Installing zeromq (4.3.2-r0) 00:21:17 Executing busybox-1.31.1-r16.trigger 00:21:17 Executing ca-certificates-20191127-r4.trigger 00:21:18 OK: 8 MiB in 20 packages 00:21:20 Removing intermediate container df791f723f7e 00:21:20 ---> d4aef2226fef 00:21:20 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:21:20 ---> 49ea8f06ade9 00:21:20 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:21:21 ---> e9df6234ce00 00:21:21 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:21:22 ---> e6d091e9895d 00:21:22 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:21:23 ---> 9016c9d8f23a 00:21:23 Step 22/27 : EXPOSE 48095 00:21:23 ---> Running in 476062df3755 00:21:24 Removing intermediate container 476062df3755 00:21:24 ---> b99c7c229cbe 00:21:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:21:24 ---> Running in b1bb069f097e 00:21:24 Removing intermediate container b1bb069f097e 00:21:24 ---> 9c784fcb4731 00:21:24 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:21:24 ---> Running in ddb35b3ba973 00:21:25 Removing intermediate container ddb35b3ba973 00:21:25 ---> 9602eb9be5fc 00:21:25 Step 25/27 : LABEL arch=arm64 00:21:25 ---> Running in 812ffeb141f8 00:21:25 Removing intermediate container 812ffeb141f8 00:21:25 ---> a9888488ba69 00:21:25 Step 26/27 : LABEL git_sha=73160b465384e9320f3bce763495664aed430914 00:21:25 ---> Running in bc0b9ecb4d83 00:21:26 Removing intermediate container bc0b9ecb4d83 00:21:26 ---> b80512f4de82 00:21:26 Step 27/27 : LABEL version=0.0.0 00:21:26 ---> Running in 0469ebd564f0 00:21:26 Removing intermediate container 0469ebd564f0 00:21:26 ---> 46b7af25e9e1 00:21:26 [Warning] One or more build-args [ARCH] were not consumed 00:21:27 Successfully built 46b7af25e9e1 00:21:27 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:21:42 Still waiting to schedule task 00:21:42 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 00:21:45 Running on prd-centos7-docker-8c-8g-1539 in /w/workspace/_app-service-configurable_PR-112 [Pipeline] { [Pipeline] ws 00:21:45 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 00:21:48 using credential edgex-jenkins-ssh 00:21:49 Cloning the remote Git repository 00:21:49 Cloning with configured refspecs honoured and without tags 00:21:49 Fetching without tags 00:21:49 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:21:49 > git init /w/workspace/app-service-configurable/2 # timeout=10 00:21:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:21:49 > git --version # timeout=10 00:21:49 > git --version # 'git version 2.16.5' 00:21:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:21:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:21:49 > git config --add remote.origin.fetch +refs/pull/112/head:refs/remotes/origin/PR-112 # timeout=10 00:21:49 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:21:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:21:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:21:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:21:50 Merging remotes/origin/master commit 414b6282f916c065fbe85db3d54f08096cf4375d into PR head commit 73160b465384e9320f3bce763495664aed430914 00:21:50 Merge succeeded, producing 73160b465384e9320f3bce763495664aed430914 00:21:50 Checking out Revision 73160b465384e9320f3bce763495664aed430914 (PR-112) 00:21:50 > git config core.sparsecheckout # timeout=10 00:21:50 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:21:50 > git remote # timeout=10 00:21:50 > git config --get remote.origin.url # timeout=10 00:21:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:21:50 > git merge 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 00:21:50 > git rev-parse HEAD^{commit} # timeout=10 00:21:50 > git config core.sparsecheckout # timeout=10 00:21:50 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:21:54 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:55 ++ find /w/workspace/app-service-configurable/2 00:21:55 ++ grep snapcraft.yaml 00:21:55 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:21:55 provisioning config files... 00:21:56 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config3149605461100942066tmp [Pipeline] { [Pipeline] sh 00:21:56 + cp /w/workspace/app-service-configurable/2@tmp/config3149605461100942066tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh 00:21:56 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:21:56 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:21:56 latest: Pulling from edgex-devops/edgex-snap-builder 00:21:56 f08d8e2a3ba1: Pulling fs layer 00:21:56 3baa9cb2483b: Pulling fs layer 00:21:56 94e5ff4c0b15: Pulling fs layer 00:21:56 1860925334f9: Pulling fs layer 00:21:56 2daf38717194: Pulling fs layer 00:21:56 309017e8d7a4: Pulling fs layer 00:21:56 f7790dc9fd0f: Pulling fs layer 00:21:56 cac0ae9282c2: Pulling fs layer 00:21:56 1f4cadf9a1ed: Pulling fs layer 00:21:56 1860925334f9: Waiting 00:21:56 f7790dc9fd0f: Waiting 00:21:56 2daf38717194: Waiting 00:21:56 309017e8d7a4: Waiting 00:21:56 1f4cadf9a1ed: Waiting 00:21:56 cac0ae9282c2: Waiting 00:21:56 3baa9cb2483b: Download complete 00:21:56 94e5ff4c0b15: Download complete 00:21:56 1860925334f9: Verifying Checksum 00:21:56 1860925334f9: Download complete 00:21:56 309017e8d7a4: Verifying Checksum 00:21:56 309017e8d7a4: Download complete 00:21:56 f7790dc9fd0f: Download complete 00:21:56 cac0ae9282c2: Download complete 00:21:56 1f4cadf9a1ed: Verifying Checksum 00:21:56 1f4cadf9a1ed: Download complete 00:21:57 f08d8e2a3ba1: Verifying Checksum 00:21:57 f08d8e2a3ba1: Download complete 00:21:59 f08d8e2a3ba1: Pull complete 00:21:59 3baa9cb2483b: Pull complete 00:21:59 94e5ff4c0b15: Pull complete 00:22:00 1860925334f9: Pull complete 00:22:05 2daf38717194: Verifying Checksum 00:22:05 2daf38717194: Download complete 00:22:44 2daf38717194: Pull complete 00:22:44 309017e8d7a4: Pull complete 00:22:44 f7790dc9fd0f: Pull complete 00:22:44 cac0ae9282c2: Pull complete 00:22:44 1f4cadf9a1ed: Pull complete 00:22:44 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 00:22:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:22:44 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:22:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:22:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:22:45 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:22:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [892 kB] 00:22:45 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1362 kB] 00:22:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1067 kB] 00:22:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [109 kB] 00:22:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] 00:22:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [125 kB] 00:22:46 Fetched 5228 kB in 2s (2616 kB/s) 00:22:48 Reading package lists... 00:22:50 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: 00:22:50 - README.md 00:22:50 00:22:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:22:53 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:22:53 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:22:53 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:22:53 0% [1 InRelease gpgv 88.7 kB] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:22:55 0% [1 InRelease gpgv 88.7 kB] 0% [Working] 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... 47% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 71% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:22:58 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 00:22:59 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... 47% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:22:59 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:22:59 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:22:59 The following packages were automatically installed and are no longer required: 00:22:59 libjq1 libonig4 00:22:59 Use 'sudo apt autoremove' to remove them. 00:22:59 Suggested packages: 00:22:59 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 00:22:59 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 00:22:59 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 00:22:59 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 00:22:59 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 00:22:59 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 00:22:59 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 00:22:59 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 00:22:59 | libterm-readline-perl-perl 00:23:00 The following NEW packages will be installed: 00:23:00 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 00:23:00 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 00:23:00 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 00:23:00 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 00:23:00 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:23:00 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:23:00 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 00:23:00 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 00:23:00 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 00:23:00 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 00:23:00 0 upgraded, 62 newly installed, 0 to remove and 3 not upgraded. 00:23:00 Need to get 57.5 MB of archives. 00:23:00 After this operation, 249 MB of additional disk space will be used. 00:23:00 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 00:23:01 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 00:23:01 0% [2 perl-modules-5.26 7443 B/2763 kB 0%] 3% [2 perl-modules-5.26 1677 kB/2763 kB 61%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:23:01 5% [3 libgdbm5 13.8 kB/26.0 kB 53%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:23:01 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 00:23:01 5% [5 libperl5.26 24.9 kB/3527 kB 1%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 00:23:01 11% [6 perl 65.5 kB/201 kB 33%] 11% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:23:01 11% [7 less 11.5 kB/112 kB 10%] 12% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:23:01 12% [8 netbase 12.7 kB/12.7 kB 100%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 00:23:01 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.4 [196 kB] 00:23:01 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.4 [488 kB] 00:23:01 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.4 [1839 kB] 00:23:01 16% [12 binutils-x86-64-linux-gnu 65.3 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.4 [3392 B] 00:23:01 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] 00:23:01 19% [14 libc-dev-bin 57.1 kB/71.8 kB 80%] 19% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-115.116 [999 kB] 00:23:01 19% [15 linux-libc-dev 50.6 kB/999 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] 00:23:01 21% [16 libc6-dev 34.7 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] 00:23:01 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] 00:23:02 25% [18 libisl19 2420 B/551 kB 0%] 26% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 00:23:02 26% [19 libmpfr6 0 B/243 kB 0%] 27% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 00:23:02 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] 00:23:02 27% [21 cpp-7 65.5 kB/8591 kB 1%] 39% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:23:02 40% [22 cpp 27.7 kB/27.7 kB 100%] 40% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:23:02 40% [23 libcc1-0 0 B/39.4 kB 0%] 40% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:23:02 40% [24 libgomp1 60.6 kB/76.5 kB 79%] 41% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:23:02 41% [25 libitm1 0 B/27.9 kB 0%] 41% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:23:02 41% [26 libatomic1 9192 B/9192 B 100%] 41% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:23:02 41% [27 libasan4 11.8 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] 00:23:02 42% [28 liblsan0 46.3 kB/133 kB 35%] 43% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:23:02 43% [29 libtsan0 44.4 kB/288 kB 15%] 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] 00:23:02 43% [30 libubsan0 18.2 kB/126 kB 14%] 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] 00:23:02 44% [31 libcilkrts5 22.7 kB/42.5 kB 54%] 44% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:23:02 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] 00:23:02 45% [33 libquadmath0 33.6 kB/134 kB 25%] 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] 00:23:02 45% [34 libgcc-7-dev 30.8 kB/2378 kB 1%] 49% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:23:03 49% [35 gcc-7 50.4 kB/9381 kB 1%] 62% [35 gcc-7 9318 kB/9381 kB 99%] 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] 00:23:03 62% [36 gcc 5184 B/5184 B 100%] 62% [Working] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:23:03 62% [37 libstdc++-7-dev 16.4 kB/1471 kB 1%] 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] 00:23:03 65% [38 g++-7 65.5 kB/9697 kB 1%] 78% [38 g++-7 9636 kB/9697 kB 99%] 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] 00:23:03 Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:23:03 79% [40 make 65.5 kB/154 kB 43%] 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] 00:23:03 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] 00:23:03 80% [42 patch 59.4 kB/102 kB 58%] 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] 00:23:03 81% [43 dpkg-dev 22.8 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] 00:23:03 82% [44 build-essential 4758 B/4758 B 100%] 82% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 00:23:03 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] 00:23:03 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] 00:23:03 83% [47 fakeroot 11.8 kB/62.3 kB 19%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 00:23:03 83% [48 libcurl3-gnutls 4096 B/213 kB 2%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:23:04 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] 00:23:04 85% [50 git-man 106 kB/804 kB 13%] 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] 00:23:04 86% [51 git 48.6 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] 00:23:04 92% [52 libalgorithm-diff-perl 40.6 kB/47.6 kB 85%] 92% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 00:23:04 92% [53 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 92% [Working] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:23:04 92% [54 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 93% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 00:23:04 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] 00:23:04 93% [56 libnorm1 24.6 kB/224 kB 11%] 94% [Working] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:23:04 94% [57 libpgm-5.2-0 38.4 kB/157 kB 24%] 94% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:23:04 94% [58 libsodium23 12.2 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] 00:23:04 95% [59 libzmq5 65.5 kB/221 kB 30%] 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] 00:23:04 95% [60 libzmq3-dev 40.5 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] 00:23:04 96% [61 manpages-dev 0 B/2217 kB 0%] 100% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:23:04 100% [62 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 57.5 MB in 4s (14.4 MB/s) 00:23:05 debconf: delaying package configuration, since apt-utils is not installed 00:23:05 Selecting previously unselected package liblocale-gettext-perl. 00:23:05 (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.) 00:23:05 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 00:23:05 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:23:05 Selecting previously unselected package perl-modules-5.26. 00:23:05 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:23:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:23:06 Selecting previously unselected package libgdbm5:amd64. 00:23:06 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 00:23:06 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:23:06 Selecting previously unselected package libgdbm-compat4:amd64. 00:23:06 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:23:06 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:23:06 Selecting previously unselected package libperl5.26:amd64. 00:23:06 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 00:23:06 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:23:08 Selecting previously unselected package perl. 00:23:08 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_amd64.deb ... 00:23:08 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:23:08 Selecting previously unselected package less. 00:23:08 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 00:23:08 Unpacking less (487-0.1) ... 00:23:08 Selecting previously unselected package netbase. 00:23:08 Preparing to unpack .../07-netbase_5.4_all.deb ... 00:23:08 Unpacking netbase (5.4) ... 00:23:08 Selecting previously unselected package manpages. 00:23:08 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 00:23:08 Unpacking manpages (4.15-1) ... 00:23:08 Selecting previously unselected package binutils-common:amd64. 00:23:08 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:23:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:23:08 Selecting previously unselected package libbinutils:amd64. 00:23:08 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:23:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:23:09 Selecting previously unselected package binutils-x86-64-linux-gnu. 00:23:09 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:23:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:23:09 Selecting previously unselected package binutils. 00:23:09 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:23:10 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:23:10 Selecting previously unselected package libc-dev-bin. 00:23:10 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 00:23:10 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 00:23:10 Selecting previously unselected package linux-libc-dev:amd64. 00:23:10 Preparing to unpack .../14-linux-libc-dev_4.15.0-115.116_amd64.deb ... 00:23:10 Unpacking linux-libc-dev:amd64 (4.15.0-115.116) ... 00:23:11 Selecting previously unselected package libc6-dev:amd64. 00:23:11 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 00:23:11 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 00:23:11 Selecting previously unselected package gcc-7-base:amd64. 00:23:11 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:12 Selecting previously unselected package libisl19:amd64. 00:23:12 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 00:23:12 Unpacking libisl19:amd64 (0.19-1) ... 00:23:12 Selecting previously unselected package libmpfr6:amd64. 00:23:12 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 00:23:12 Unpacking libmpfr6:amd64 (4.0.1-1) ... 00:23:12 Selecting previously unselected package libmpc3:amd64. 00:23:12 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 00:23:12 Unpacking libmpc3:amd64 (1.1.0-1) ... 00:23:12 Selecting previously unselected package cpp-7. 00:23:12 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:23:13 Selecting previously unselected package cpp. 00:23:13 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:23:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:23:13 Selecting previously unselected package libcc1-0:amd64. 00:23:13 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:13 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:13 Selecting previously unselected package libgomp1:amd64. 00:23:13 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:13 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:13 Selecting previously unselected package libitm1:amd64. 00:23:13 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:13 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:13 Selecting previously unselected package libatomic1:amd64. 00:23:13 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libasan4:amd64. 00:23:14 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package liblsan0:amd64. 00:23:14 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libtsan0:amd64. 00:23:14 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libubsan0:amd64. 00:23:14 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libcilkrts5:amd64. 00:23:14 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libmpx2:amd64. 00:23:14 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libquadmath0:amd64. 00:23:14 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:14 Selecting previously unselected package libgcc-7-dev:amd64. 00:23:14 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:15 Selecting previously unselected package gcc-7. 00:23:15 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:15 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:23:16 Selecting previously unselected package gcc. 00:23:16 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:23:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:23:16 Selecting previously unselected package libstdc++-7-dev:amd64. 00:23:16 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:17 Selecting previously unselected package g++-7. 00:23:17 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:23:17 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:23:20 Selecting previously unselected package g++. 00:23:20 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:23:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:23:20 Selecting previously unselected package make. 00:23:20 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 00:23:20 Unpacking make (4.1-9.1ubuntu1) ... 00:23:20 Selecting previously unselected package libdpkg-perl. 00:23:20 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:23:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:23:20 Selecting previously unselected package patch. 00:23:20 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:23:20 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:23:20 Selecting previously unselected package dpkg-dev. 00:23:20 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:23:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:23:20 Selecting previously unselected package build-essential. 00:23:20 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 00:23:20 Unpacking build-essential (12.4ubuntu1) ... 00:23:20 Selecting previously unselected package curl. 00:23:20 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.10_amd64.deb ... 00:23:20 Unpacking curl (7.58.0-2ubuntu3.10) ... 00:23:21 Selecting previously unselected package libfakeroot:amd64. 00:23:21 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 00:23:21 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 00:23:21 Selecting previously unselected package fakeroot. 00:23:21 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 00:23:21 Unpacking fakeroot (1.22-2ubuntu1) ... 00:23:21 Selecting previously unselected package libcurl3-gnutls:amd64. 00:23:21 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 00:23:21 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:23:21 Selecting previously unselected package liberror-perl. 00:23:21 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 00:23:21 Unpacking liberror-perl (0.17025-1) ... 00:23:21 Selecting previously unselected package git-man. 00:23:21 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:23:21 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:23:21 Selecting previously unselected package git. 00:23:21 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:23:21 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:23:22 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1542 in /w/workspace/_app-service-configurable_PR-112 [Pipeline] { [Pipeline] ws 00:23:22 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 00:23:22 Selecting previously unselected package libalgorithm-diff-perl. 00:23:22 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:23:22 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:23:22 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:23:22 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 00:23:22 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:23:22 Selecting previously unselected package libalgorithm-merge-perl. 00:23:22 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 00:23:22 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:23:22 Selecting previously unselected package libfile-fcntllock-perl. 00:23:22 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 00:23:22 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:23:23 Selecting previously unselected package libnorm1:amd64. 00:23:23 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:23:23 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:23:23 Selecting previously unselected package libpgm-5.2-0:amd64. 00:23:23 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:23:23 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:23:23 Selecting previously unselected package libsodium23:amd64. 00:23:23 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 00:23:23 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:23:23 Selecting previously unselected package libzmq5:amd64. 00:23:23 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:23:23 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:23:23 Selecting previously unselected package libzmq3-dev:amd64. 00:23:23 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:23:23 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:23:23 Selecting previously unselected package manpages-dev. 00:23:23 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 00:23:23 Unpacking manpages-dev (4.15-1) ... 00:23:24 Selecting previously unselected package pkg-config. 00:23:24 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:23:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:23:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:23:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:24 Setting up manpages (4.15-1) ... 00:23:24 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:23:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:24 Setting up less (487-0.1) ... 00:23:24 Setting up make (4.1-9.1ubuntu1) ... 00:23:24 Setting up curl (7.58.0-2ubuntu3.10) ... 00:23:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:23:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:24 Setting up linux-libc-dev:amd64 (4.15.0-115.116) ... 00:23:24 Setting up libmpfr6:amd64 (4.0.1-1) ... 00:23:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:23:24 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:23:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:23:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:23:25 Setting up libsodium23:amd64 (1.0.16-2) ... 00:23:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:25 Setting up patch (2.7.6-2ubuntu1.1) ... 00:23:25 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 00:23:25 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:23:25 Setting up libmpc3:amd64 (1.1.0-1) ... 00:23:25 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 00:23:25 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:23:25 Setting up manpages-dev (4.15-1) ... 00:23:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 00:23:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:23:25 Setting up netbase (5.4) ... 00:23:25 Setting up libisl19:amd64 (0.19-1) ... 00:23:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:23:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:23:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:23:25 Setting up fakeroot (1.22-2ubuntu1) ... 00:23:25 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:23:25 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 00:23:25 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 00:23:25 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 00:23:25 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 00:23:25 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 00:23:25 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 00:23:25 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 00:23:25 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 00:23:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:23:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:23:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:23:25 Setting up perl (5.26.1-6ubuntu0.3) ... 00:23:25 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:23:25 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:23:25 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:23:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up liberror-perl (0.17025-1) ... 00:23:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:23:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:23:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:23:25 Setting up libalgorithm-merge-perl (0.08-3) ... 00:23:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:23:25 using credential edgex-jenkins-ssh 00:23:25 Cloning the remote Git repository 00:23:25 Cloning with configured refspecs honoured and without tags 00:23:26 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:23:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:23:26 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:23:26 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 00:23:26 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:23:26 Setting up build-essential (12.4ubuntu1) ... 00:23:26 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:23:26 Processing triggers for mime-support (3.60ubuntu1) ... 00:23:26 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:23:26 Fetching without tags 00:23:25 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:23:26 > git init /w/workspace/app-service-configurable/2 # timeout=10 00:23:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:23:26 > git --version # timeout=10 00:23:26 > git --version # 'git version 2.17.1' 00:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:23:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:23:26 > git config --add remote.origin.fetch +refs/pull/112/head:refs/remotes/origin/PR-112 # timeout=10 00:23:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:23:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:23:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/112/head:refs/remotes/origin/PR-112 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:23:27 Merging remotes/origin/master commit 414b6282f916c065fbe85db3d54f08096cf4375d into PR head commit 73160b465384e9320f3bce763495664aed430914 00:23:27 Merge succeeded, producing 73160b465384e9320f3bce763495664aed430914 00:23:27 Checking out Revision 73160b465384e9320f3bce763495664aed430914 (PR-112) 00:23:27 > git config core.sparsecheckout # timeout=10 00:23:27 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:23:27 > git remote # timeout=10 00:23:27 > git config --get remote.origin.url # timeout=10 00:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:27 > git merge 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 00:23:27 > git rev-parse HEAD^{commit} # timeout=10 00:23:27 > git config core.sparsecheckout # timeout=10 00:23:27 > git checkout -f 73160b465384e9320f3bce763495664aed430914 # timeout=10 00:23:28 binutils set to automatically installed. 00:23:28 binutils-common set to automatically installed. 00:23:28 binutils-x86-64-linux-gnu set to automatically installed. 00:23:28 build-essential set to automatically installed. 00:23:28 cpp set to automatically installed. 00:23:28 cpp-7 set to automatically installed. 00:23:29 curl set to automatically installed. 00:23:29 dpkg-dev set to automatically installed. 00:23:29 fakeroot set to automatically installed. 00:23:29 g++ set to automatically installed. 00:23:29 g++-7 set to automatically installed. 00:23:29 gcc set to automatically installed. 00:23:29 gcc-7 set to automatically installed. 00:23:29 gcc-7-base set to automatically installed. 00:23:29 git set to automatically installed. 00:23:29 git-man set to automatically installed. 00:23:29 less set to automatically installed. 00:23:29 libalgorithm-diff-perl set to automatically installed. 00:23:29 libalgorithm-diff-xs-perl set to automatically installed. 00:23:29 libalgorithm-merge-perl set to automatically installed. 00:23:29 libasan4 set to automatically installed. 00:23:29 libatomic1 set to automatically installed. 00:23:29 libbinutils set to automatically installed. 00:23:29 libc-dev-bin set to automatically installed. 00:23:29 libc6-dev set to automatically installed. 00:23:29 libcc1-0 set to automatically installed. 00:23:29 libcilkrts5 set to automatically installed. 00:23:29 libcurl3-gnutls set to automatically installed. 00:23:29 libdpkg-perl set to automatically installed. 00:23:29 liberror-perl set to automatically installed. 00:23:29 libfakeroot set to automatically installed. 00:23:29 libfile-fcntllock-perl set to automatically installed. 00:23:29 libgcc-7-dev set to automatically installed. 00:23:29 libgdbm-compat4 set to automatically installed. 00:23:29 libgdbm5 set to automatically installed. 00:23:29 libgomp1 set to automatically installed. 00:23:29 libisl19 set to automatically installed. 00:23:29 libitm1 set to automatically installed. 00:23:29 liblocale-gettext-perl set to automatically installed. 00:23:29 liblsan0 set to automatically installed. 00:23:29 libmpc3 set to automatically installed. 00:23:29 libmpfr6 set to automatically installed. 00:23:29 libmpx2 set to automatically installed. 00:23:29 libnorm1 set to automatically installed. 00:23:29 libperl5.26 set to automatically installed. 00:23:29 libpgm-5.2-0 set to automatically installed. 00:23:29 libquadmath0 set to automatically installed. 00:23:29 libsodium23 set to automatically installed. 00:23:29 libstdc++-7-dev set to automatically installed. 00:23:29 libtsan0 set to automatically installed. 00:23:29 libubsan0 set to automatically installed. 00:23:29 libzmq3-dev set to automatically installed. 00:23:29 libzmq5 set to automatically installed. 00:23:29 linux-libc-dev set to automatically installed. 00:23:29 make set to automatically installed. 00:23:29 manpages set to automatically installed. 00:23:29 manpages-dev set to automatically installed. 00:23:29 netbase set to automatically installed. 00:23:29 patch set to automatically installed. 00:23:29 perl set to automatically installed. 00:23:29 perl-modules-5.26 set to automatically installed. 00:23:29 pkg-config set to automatically installed. 00:23:29 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:23:29 Please ensure the environment is properly setup before continuing. 00:23:29 Ignore this message if the appropriate measures have already been taken 00:23:30 Pulling go  00:23:31 'app-service-config' has dependencies that need to be staged: go 00:23:31 Skipping pull go (already ran) 00:23:31 Building go  00:23:31 % Total % Received % Xferd Average Speed Time Time Time Current 00:23:31 Dload Upload Total Spent Left Speed 00:23:31 Commit message: "fix: Update to latest SDK so V2 APIs are available for TAF tests" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:23:33 + + find /w/workspace/app-service-configurable/2 00:23:33 grep snapcraft.yaml 00:23:33 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:23:33 provisioning config files... 00:23:33 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config6068498892520653936tmp [Pipeline] { [Pipeline] sh 00:23:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 31814 0 0 261k 0 0:07:29 --:--:-- 0:07:29 258k 56 114M 56 64.8M 0 0 57.8M 0 0:00:01 0:00:01 --:--:-- 57.7M 100 114M 100 114M 0 0 58.7M 0 0:00:01 0:00:01 --:--:-- 58.7M 00:23:33 + cp /w/workspace/app-service-configurable/2@tmp/config6068498892520653936tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh 00:23:34 + docker run --rm -u 0:0 --privileged -v /w/workspace/app-service-configurable/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 00:23:34 go1.13.10.linux-amd64.tar.gz: OK 00:23:34 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 00:23:34 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 00:23:34 237528ba509b: Pulling fs layer 00:23:34 393b96f31d8b: Pulling fs layer 00:23:34 4d82b0e39008: Pulling fs layer 00:23:34 e7ca375b8d34: Pulling fs layer 00:23:34 418f656485bb: Pulling fs layer 00:23:34 aebe8db9254c: Pulling fs layer 00:23:34 4f5f7b207d3f: Pulling fs layer 00:23:34 d19ca6af091a: Pulling fs layer 00:23:34 e7ca375b8d34: Waiting 00:23:34 418f656485bb: Waiting 00:23:34 16b5a0711add: Pulling fs layer 00:23:34 d19ca6af091a: Waiting 00:23:34 4f5f7b207d3f: Waiting 00:23:34 16b5a0711add: Waiting 00:23:34 4d82b0e39008: Verifying Checksum 00:23:34 4d82b0e39008: Download complete 00:23:34 393b96f31d8b: Verifying Checksum 00:23:34 393b96f31d8b: Download complete 00:23:34 e7ca375b8d34: Verifying Checksum 00:23:34 e7ca375b8d34: Download complete 00:23:34 aebe8db9254c: Verifying Checksum 00:23:34 aebe8db9254c: Download complete 00:23:34 4f5f7b207d3f: Download complete 00:23:34 d19ca6af091a: Download complete 00:23:34 16b5a0711add: Verifying Checksum 00:23:34 16b5a0711add: Download complete 00:23:35 237528ba509b: Verifying Checksum 00:23:35 237528ba509b: Download complete 00:23:38 237528ba509b: Pull complete 00:23:38 393b96f31d8b: Pull complete 00:23:39 4d82b0e39008: Pull complete 00:23:39 e7ca375b8d34: Pull complete 00:23:44 Staging go  00:23:45 418f656485bb: Verifying Checksum 00:23:45 418f656485bb: Download complete 00:23:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:23:45 14% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:23:46 7% 42% 42% 42% 13% 13% 13% 13% [Working] 13% [Working] 13% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] 00:23:46 13% 14% Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:23:46 15% 16% 17% 2% [Working] 2% [Working] 2% Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [109 kB] 00:23:46 2% Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:23:46 2% Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [892 kB] 00:23:46 3% 3% 3% 3% 3% 3% 3% 3% [Working] 3% [Working] 3% Get:8 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 00:23:46 4% 4% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 00:23:46 4% 4% 4% 6% 13% Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1067 kB] 00:23:47 13% 13% 24% 43% 43% 43% Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 00:23:47 75% 75% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 00:23:47 82% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] 00:23:47 84% 84% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1362 kB] 00:23:47 84% 87% 87% 87% 91% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] 00:23:47 91% 99% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [125 kB] 00:23:47 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8432 B] 00:23:47 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 00:23:49 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% 100% [Working] Fetched 18.4 MB in 0s (0 B/s) 00:23:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:23:58 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 00:23:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:23:58 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 00:23:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:23:58 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 00:23:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:23:59 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 00:23:59 Pulling app-service-config  00:24:04 Pulling config-common  00:24:05 Skipping build go (already ran) 00:24:05 Building app-service-config  00:24:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:24:06 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:24:06 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:24:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:24:06 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.21 00:24:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:24:06 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.21 00:24:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:24:06 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:24:06 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:24:06 go: downloading github.com/gorilla/mux v1.8.0 00:24:06 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:24:06 go: downloading github.com/hashicorp/consul/api v1.1.0 00:24:06 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:24:06 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:24:06 go: extracting github.com/gorilla/mux v1.8.0 00:24:06 go: extracting github.com/hashicorp/consul/api v1.1.0 00:24:06 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:24:06 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 00:24:06 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.19 00:24:06 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.21 00:24:06 go: downloading github.com/pelletier/go-toml v1.2.0 00:24:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:24:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:24:06 go: downloading github.com/google/uuid v1.1.1 00:24:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:24:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:24:06 go: downloading github.com/go-kit/kit v0.8.0 00:24:06 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.19 00:24:06 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:24:06 go: downloading go.mongodb.org/mongo-driver v1.1.1 00:24:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:24:06 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.21 00:24:06 go: extracting github.com/pelletier/go-toml v1.2.0 00:24:06 go: extracting github.com/google/uuid v1.1.1 00:24:06 go: extracting github.com/go-playground/validator/v10 v10.3.0 00:24:06 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:24:06 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:24:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:24:06 go: downloading github.com/mitchellh/copystructure v1.0.0 00:24:06 go: downloading github.com/hashicorp/serf v0.8.2 00:24:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:24:06 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:24:06 go: downloading github.com/x448/float16 v0.8.4 00:24:06 go: downloading github.com/go-playground/universal-translator v0.17.0 00:24:06 go: extracting github.com/go-kit/kit v0.8.0 00:24:06 go: extracting github.com/x448/float16 v0.8.4 00:24:06 go: extracting github.com/mitchellh/copystructure v1.0.0 00:24:06 go: extracting github.com/go-playground/universal-translator v0.17.0 00:24:06 go: downloading github.com/leodido/go-urn v1.2.0 00:24:06 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:24:06 go: downloading github.com/BurntSushi/toml v0.3.1 00:24:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:24:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:24:06 go: extracting github.com/hashicorp/serf v0.8.2 00:24:06 go: extracting github.com/BurntSushi/toml v0.3.1 00:24:06 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:24:06 go: downloading github.com/pebbe/zmq4 v1.0.0 00:24:06 go: downloading github.com/go-playground/locales v0.13.0 00:24:06 go: extracting github.com/go-redis/redis/v7 v7.2.0 00:24:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:24:07 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:24:07 go: extracting github.com/leodido/go-urn v1.2.0 00:24:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:07 go: extracting github.com/pebbe/zmq4 v1.0.0 00:24:07 go: extracting go.mongodb.org/mongo-driver v1.1.1 00:24:07 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:24:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:24:07 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:07 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:24:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:24:07 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:24:07 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 00:24:07 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:24:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:24:07 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:24:07 go: downloading github.com/go-stack/stack v1.8.0 00:24:07 go: downloading github.com/golang/snappy v0.0.1 00:24:07 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:24:07 go: downloading github.com/xdg/stringprep v1.0.0 00:24:07 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:24:07 go: extracting github.com/go-stack/stack v1.8.0 00:24:07 go: extracting github.com/xdg/stringprep v1.0.0 00:24:07 go: extracting github.com/golang/snappy v0.0.1 00:24:07 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:24:07 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:24:07 go: downloading golang.org/x/text v0.3.2 00:24:07 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:24:07 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:24:07 go: extracting github.com/go-playground/locales v0.13.0 00:24:08 go: extracting golang.org/x/text v0.3.2 00:24:09 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:24:09 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:24:09 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:24:09 go: finding github.com/google/uuid v1.1.1 00:24:09 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 00:24:09 go: finding github.com/go-playground/validator/v10 v10.3.0 00:24:09 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 00:24:09 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:24:09 go: finding github.com/go-kit/kit v0.8.0 00:24:09 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:24:09 go: finding github.com/BurntSushi/toml v0.3.1 00:24:09 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:24:09 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 00:24:09 go: finding github.com/pelletier/go-toml v1.2.0 00:24:09 go: finding github.com/gorilla/mux v1.8.0 00:24:09 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:24:09 go: finding go.mongodb.org/mongo-driver v1.1.1 00:24:09 go: finding github.com/go-playground/universal-translator v0.17.0 00:24:09 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:24:09 go: finding github.com/leodido/go-urn v1.2.0 00:24:09 go: finding github.com/go-logfmt/logfmt v0.4.0 00:24:09 go: finding github.com/go-redis/redis/v7 v7.2.0 00:24:09 go: finding github.com/x448/float16 v0.8.4 00:24:09 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:24:09 go: finding github.com/pebbe/zmq4 v1.0.0 00:24:09 go: finding github.com/hashicorp/consul/api v1.1.0 00:24:09 go: finding github.com/go-playground/locales v0.13.0 00:24:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:24:09 go: finding github.com/mitchellh/copystructure v1.0.0 00:24:09 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:24:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:24:09 go: finding github.com/hashicorp/serf v0.8.2 00:24:09 go: finding github.com/mitchellh/mapstructure v1.1.2 00:24:09 go: finding github.com/go-stack/stack v1.8.0 00:24:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:24:09 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:24:09 go: finding github.com/golang/snappy v0.0.1 00:24:09 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:09 go: finding github.com/xdg/stringprep v1.0.0 00:24:09 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:24:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:24:09 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:24:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:24:09 go: finding golang.org/x/text v0.3.2 00:24:09 go: finding github.com/hashicorp/golang-lru v0.5.0 00:24:27 Building config-common  00:24:32 Skipping stage go (already ran) 00:24:32 Staging app-service-config  00:24:32 418f656485bb: Pull complete 00:24:32 aebe8db9254c: Pull complete 00:24:32 4f5f7b207d3f: Pull complete 00:24:32 d19ca6af091a: Pull complete 00:24:32 16b5a0711add: Pull complete 00:24:32 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 00:24:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 00:24:32 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:24:32 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:24:32 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:24:32 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:24:33 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] 00:24:33 Staging config-common  00:24:33 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [932 kB] 00:24:33 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [661 kB] 00:24:33 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [780 kB] 00:24:34 Fetched 3882 kB in 2s (1763 kB/s) 00:24:34 Priming go  00:24:36 Priming app-service-config  00:24:38 Priming config-common  00:24:38 Reading package lists... 00:24:41 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 00:24:41 Snapped edgex-app-service-configurable_1.2.0-20200905+73160b4_amd64.snap [Pipeline] } 00:24:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:24:45 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: 00:24:45 - README.md 00:24:45 00:24:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:24:51 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:24:51 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 00:24:51 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 00:24:51 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 00:24:56 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:25:03 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 00:25:07 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... 67% 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... 82% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:25:08 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:25:08 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:25:08 The following packages were automatically installed and are no longer required: 00:25:08 libjq1 libonig4 00:25:08 Use 'sudo apt autoremove' to remove them. 00:25:08 Suggested packages: 00:25:08 binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 00:25:08 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg 00:25:08 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 00:25:08 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 00:25:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:25:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n 00:25:08 libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc 00:25:08 libterm-readline-gnu-perl | libterm-readline-perl-perl 00:25:09 The following NEW packages will be installed: 00:25:09 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 00:25:09 cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 00:25:09 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 00:25:09 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 00:25:09 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:25:09 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:25:09 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 00:25:09 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 00:25:09 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 00:25:09 perl perl-modules-5.26 pkg-config 00:25:10 0 upgraded, 59 newly installed, 0 to remove and 3 not upgraded. 00:25:10 Need to get 49.1 MB of archives. 00:25:10 After this operation, 219 MB of additional disk space will be used. 00:25:10 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 00:25:10 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] 00:25:11 0% [2 perl-modules-5.26 4096 B/2763 kB 0%] 3% [2 perl-modules-5.26 1778 kB/2763 kB 64%] 5% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 00:25:11 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] 00:25:11 6% [4 libgdbm-compat4 0 B/5536 B 0%] 6% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 00:25:11 6% [5 libperl5.26 9300 B/3326 kB 0%] 12% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 00:25:11 12% [6 perl 45.1 kB/201 kB 22%] 12% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 00:25:11 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] 00:25:11 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] 00:25:11 13% [9 manpages 24.6 kB/1234 kB 2%] 16% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] 00:25:11 16% [10 binutils-common 20.5 kB/196 kB 10%] 16% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] 00:25:11 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.4 [2170 kB] 00:25:11 17% [12 binutils-aarch64-linux-gnu 26.2 kB/2170 kB 1%] 21% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] 00:25:11 21% [13 binutils 3364 B/3364 B 100%] 21% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 00:25:11 21% [14 libc-dev-bin 4096 B/58.7 kB 7%] 22% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-115.116 [976 kB] 00:25:11 22% [15 linux-libc-dev 21.7 kB/976 kB 2%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 00:25:11 24% [16 libc6-dev 28.4 kB/2049 kB 1%] 27% [Working] 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] 00:25:11 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] 00:25:11 28% [18 libisl19 28.7 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] 00:25:11 29% [19 libmpfr6 10.9 kB/202 kB 5%] 30% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 00:25:11 30% [20 libmpc3 37.2 kB/37.2 kB 100%] 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] 00:25:11 30% [21 cpp-7 8192 B/7046 kB 0%] 42% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:25:11 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] 00:25:11 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] 00:25:11 43% [24 libgomp1 0 B/69.7 kB 0%] 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] 00:25:11 43% [25 libitm1 24.3 kB/24.3 kB 100%] 43% [Working] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 00:25:11 43% [26 libatomic1 9176 B/9176 B 100%] 44% [Working] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 00:25:11 44% [27 libasan4 20.5 kB/335 kB 6%] 45% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 00:25:11 45% [28 liblsan0 19.0 kB/121 kB 16%] 45% [Working] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 00:25:11 45% [29 libtsan0 29.0 kB/269 kB 11%] 46% [Working] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 00:25:11 46% [30 libubsan0 21.6 kB/117 kB 18%] 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] 00:25:11 46% [31 libgcc-7-dev 0 B/833 kB 0%] 48% [Working] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 00:25:12 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] 00:25:12 61% [33 gcc 5208 B/5208 B 100%] 62% [Working] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:25:12 62% [34 libstdc++-7-dev 0 B/1471 kB 0%] 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] 00:25:12 64% [35 g++-7 45.4 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] 00:25:12 78% [Waiting for headers] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 00:25:12 78% [37 make 41.0 kB/139 kB 30%] 79% [Working] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:25:12 79% [38 libdpkg-perl 18.9 kB/211 kB 9%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 00:25:12 79% [39 patch 16.4 kB/91.8 kB 18%] 80% [Working] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:25:12 80% [40 dpkg-dev 43.2 kB/607 kB 7%] 81% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 00:25:12 81% [Waiting for headers] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 00:25:12 82% [42 curl 20.9 kB/152 kB 14%] 82% [Working] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 00:25:12 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] 00:25:12 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.10 [179 kB] 00:25:12 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] 00:25:12 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] 00:25:12 84% [47 git-man 0 B/804 kB 0%] 86% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 00:25:12 86% [48 git 25.6 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] 00:25:12 91% [49 libalgorithm-diff-perl 22.9 kB/47.6 kB 48%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 00:25:12 91% [50 libalgorithm-diff-xs-perl 4096 B/10.8 kB 38%] 91% [Working] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:25:12 91% [51 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 92% [Working] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 00:25:12 92% [52 libfile-fcntllock-perl 17.3 kB/33.0 kB 52%] 92% [Working] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 00:25:12 92% [53 libnorm1 49.6 kB/218 kB 23%] 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] 00:25:12 93% [54 libpgm-5.2-0 28.4 kB/140 kB 20%] 93% [Working] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 00:25:12 94% [55 libsodium23 19.4 kB/90.4 kB 22%] 94% [Working] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 00:25:12 94% [56 libzmq5 20.5 kB/208 kB 10%] 95% [Working] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 00:25:12 95% [57 libzmq3-dev 24.6 kB/409 kB 6%] 96% [Working] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 00:25:12 96% [58 manpages-dev 20.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] 00:25:12 100% [59 pkg-config 42.8 kB/42.8 kB 100%] 100% [Working] Fetched 49.1 MB in 3s (17.0 MB/s) 00:25:13 debconf: delaying package configuration, since apt-utils is not installed 00:25:13 Selecting previously unselected package liblocale-gettext-perl. 00:25:13 (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.) 00:25:13 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 00:25:13 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:25:14 Selecting previously unselected package perl-modules-5.26. 00:25:14 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:25:14 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:25:15 Selecting previously unselected package libgdbm5:arm64. 00:25:15 Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... 00:25:15 Unpacking libgdbm5:arm64 (1.14.1-6) ... 00:25:15 Selecting previously unselected package libgdbm-compat4:arm64. 00:25:15 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... 00:25:15 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 00:25:15 Selecting previously unselected package libperl5.26:arm64. 00:25:15 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 00:25:15 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:25:17 Selecting previously unselected package perl. 00:25:17 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.3_arm64.deb ... 00:25:17 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:25:17 Selecting previously unselected package less. 00:25:17 Preparing to unpack .../06-less_487-0.1_arm64.deb ... 00:25:17 Unpacking less (487-0.1) ... 00:25:17 Selecting previously unselected package netbase. 00:25:17 Preparing to unpack .../07-netbase_5.4_all.deb ... 00:25:17 Unpacking netbase (5.4) ... 00:25:17 Selecting previously unselected package manpages. 00:25:17 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 00:25:17 Unpacking manpages (4.15-1) ... 00:25:17 Selecting previously unselected package binutils-common:arm64. 00:25:17 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:25:17 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 00:25:17 Selecting previously unselected package libbinutils:arm64. 00:25:17 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:25:17 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 00:25:17 Selecting previously unselected package binutils-aarch64-linux-gnu. 00:25:17 Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:25:17 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:25:18 Selecting previously unselected package binutils. 00:25:18 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 00:25:18 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:25:18 Selecting previously unselected package libc-dev-bin. 00:25:18 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 00:25:18 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 00:25:19 Selecting previously unselected package linux-libc-dev:arm64. 00:25:19 Preparing to unpack .../14-linux-libc-dev_4.15.0-115.116_arm64.deb ... 00:25:19 Unpacking linux-libc-dev:arm64 (4.15.0-115.116) ... 00:25:20 Selecting previously unselected package libc6-dev:arm64. 00:25:20 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 00:25:20 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 00:25:21 Selecting previously unselected package gcc-7-base:arm64. 00:25:21 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:21 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:21 Selecting previously unselected package libisl19:arm64. 00:25:21 Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... 00:25:21 Unpacking libisl19:arm64 (0.19-1) ... 00:25:21 Selecting previously unselected package libmpfr6:arm64. 00:25:21 Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... 00:25:21 Unpacking libmpfr6:arm64 (4.0.1-1) ... 00:25:21 Selecting previously unselected package libmpc3:arm64. 00:25:21 Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... 00:25:21 Unpacking libmpc3:arm64 (1.1.0-1) ... 00:25:21 Selecting previously unselected package cpp-7. 00:25:21 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:25:23 Selecting previously unselected package cpp. 00:25:23 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 00:25:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:25:23 Selecting previously unselected package libcc1-0:arm64. 00:25:23 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:25:23 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:23 Selecting previously unselected package libgomp1:arm64. 00:25:23 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:25:23 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:23 Selecting previously unselected package libitm1:arm64. 00:25:23 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:25:23 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:23 Selecting previously unselected package libatomic1:arm64. 00:25:23 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:25:23 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:24 Selecting previously unselected package libasan4:arm64. 00:25:24 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:24 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:24 Selecting previously unselected package liblsan0:arm64. 00:25:24 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:25:24 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:24 Selecting previously unselected package libtsan0:arm64. 00:25:24 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 00:25:24 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:24 Selecting previously unselected package libubsan0:arm64. 00:25:24 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:24 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:25 Selecting previously unselected package libgcc-7-dev:arm64. 00:25:25 Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:25 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:25 Selecting previously unselected package gcc-7. 00:25:25 Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:25:27 Selecting previously unselected package gcc. 00:25:27 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 00:25:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:25:27 Selecting previously unselected package libstdc++-7-dev:arm64. 00:25:27 Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:27 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:28 Selecting previously unselected package g++-7. 00:25:28 Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 00:25:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:25:30 Selecting previously unselected package g++. 00:25:30 Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 00:25:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:25:30 Selecting previously unselected package make. 00:25:30 Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... 00:25:30 Unpacking make (4.1-9.1ubuntu1) ... 00:25:30 Selecting previously unselected package libdpkg-perl. 00:25:30 Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:25:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:25:30 Selecting previously unselected package patch. 00:25:30 Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... 00:25:30 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:25:30 Selecting previously unselected package dpkg-dev. 00:25:30 Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:25:30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:25:30 Selecting previously unselected package build-essential. 00:25:30 Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... 00:25:31 Unpacking build-essential (12.4ubuntu1) ... 00:25:31 Selecting previously unselected package curl. 00:25:31 Preparing to unpack .../41-curl_7.58.0-2ubuntu3.10_arm64.deb ... 00:25:31 Unpacking curl (7.58.0-2ubuntu3.10) ... 00:25:31 Selecting previously unselected package libfakeroot:arm64. 00:25:31 Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... 00:25:31 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 00:25:31 Selecting previously unselected package fakeroot. 00:25:31 Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... 00:25:31 Unpacking fakeroot (1.22-2ubuntu1) ... 00:25:31 Selecting previously unselected package libcurl3-gnutls:arm64. 00:25:31 Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 00:25:31 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 00:25:31 Selecting previously unselected package liberror-perl. 00:25:31 Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... 00:25:31 Unpacking liberror-perl (0.17025-1) ... 00:25:31 Selecting previously unselected package git-man. 00:25:31 Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:25:31 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:25:32 Selecting previously unselected package git. 00:25:32 Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 00:25:32 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:25:33 Selecting previously unselected package libalgorithm-diff-perl. 00:25:33 Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:25:33 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:25:33 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:25:33 Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 00:25:33 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:25:33 Selecting previously unselected package libalgorithm-merge-perl. 00:25:33 Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... 00:25:33 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:25:33 Selecting previously unselected package libfile-fcntllock-perl. 00:25:33 Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 00:25:33 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:25:33 Selecting previously unselected package libnorm1:arm64. 00:25:33 Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 00:25:34 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 00:25:34 Selecting previously unselected package libpgm-5.2-0:arm64. 00:25:34 Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 00:25:34 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 00:25:34 Selecting previously unselected package libsodium23:arm64. 00:25:34 Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... 00:25:34 Unpacking libsodium23:arm64 (1.0.16-2) ... 00:25:34 Selecting previously unselected package libzmq5:arm64. 00:25:34 Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 00:25:34 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 00:25:34 Selecting previously unselected package libzmq3-dev:arm64. 00:25:34 Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 00:25:34 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 00:25:35 Selecting previously unselected package manpages-dev. 00:25:35 Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... 00:25:35 Unpacking manpages-dev (4.15-1) ... 00:25:36 Selecting previously unselected package pkg-config. 00:25:36 Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 00:25:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:25:36 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:36 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 00:25:36 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:36 Setting up manpages (4.15-1) ... 00:25:36 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:25:36 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:36 Setting up less (487-0.1) ... 00:25:36 Setting up make (4.1-9.1ubuntu1) ... 00:25:36 Setting up curl (7.58.0-2ubuntu3.10) ... 00:25:36 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 00:25:36 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:36 Setting up linux-libc-dev:arm64 (4.15.0-115.116) ... 00:25:36 Setting up libmpfr6:arm64 (4.0.1-1) ... 00:25:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:25:37 Setting up libgdbm5:arm64 (1.14.1-6) ... 00:25:37 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:37 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 00:25:37 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:37 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 00:25:37 Setting up libsodium23:arm64 (1.0.16-2) ... 00:25:37 Setting up patch (2.7.6-2ubuntu1.1) ... 00:25:37 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 00:25:37 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:25:37 Setting up libmpc3:arm64 (1.1.0-1) ... 00:25:37 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 00:25:37 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 00:25:37 Setting up manpages-dev (4.15-1) ... 00:25:37 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 00:25:37 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 00:25:37 Setting up netbase (5.4) ... 00:25:37 Setting up libisl19:arm64 (0.19-1) ... 00:25:37 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 00:25:37 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:37 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 00:25:37 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:37 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 00:25:37 Setting up fakeroot (1.22-2ubuntu1) ... 00:25:37 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:25:37 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 00:25:37 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 00:25:37 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 00:25:37 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 00:25:37 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 00:25:37 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 00:25:37 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 00:25:37 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 00:25:37 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:25:38 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 00:25:38 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:25:38 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:25:38 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:25:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:25:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:25:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:25:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:25:38 Setting up perl (5.26.1-6ubuntu0.3) ... 00:25:38 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:25:38 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:25:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:25:38 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:25:38 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 00:25:38 Setting up liberror-perl (0.17025-1) ... 00:25:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:25:38 Setting up libalgorithm-merge-perl (0.08-3) ... 00:25:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:25:38 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:25:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:25:39 Setting up build-essential (12.4ubuntu1) ... 00:25:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:25:39 Processing triggers for mime-support (3.60ubuntu1) ... 00:25:39 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:25:44 binutils set to automatically installed. 00:25:44 binutils-aarch64-linux-gnu set to automatically installed. 00:25:44 binutils-common set to automatically installed. 00:25:44 build-essential set to automatically installed. 00:25:44 cpp set to automatically installed. 00:25:44 cpp-7 set to automatically installed. 00:25:44 curl set to automatically installed. 00:25:44 dpkg-dev set to automatically installed. 00:25:44 fakeroot set to automatically installed. 00:25:44 g++ set to automatically installed. 00:25:44 g++-7 set to automatically installed. 00:25:44 gcc set to automatically installed. 00:25:44 gcc-7 set to automatically installed. 00:25:44 gcc-7-base set to automatically installed. 00:25:44 git set to automatically installed. 00:25:44 git-man set to automatically installed. 00:25:44 less set to automatically installed. 00:25:44 libalgorithm-diff-perl set to automatically installed. 00:25:44 libalgorithm-diff-xs-perl set to automatically installed. 00:25:44 libalgorithm-merge-perl set to automatically installed. 00:25:44 libasan4 set to automatically installed. 00:25:44 libatomic1 set to automatically installed. 00:25:44 libbinutils set to automatically installed. 00:25:44 libc-dev-bin set to automatically installed. 00:25:44 libc6-dev set to automatically installed. 00:25:44 libcc1-0 set to automatically installed. 00:25:44 libcurl3-gnutls set to automatically installed. 00:25:44 libdpkg-perl set to automatically installed. 00:25:45 liberror-perl set to automatically installed. 00:25:45 libfakeroot set to automatically installed. 00:25:45 libfile-fcntllock-perl set to automatically installed. 00:25:45 libgcc-7-dev set to automatically installed. 00:25:45 libgdbm-compat4 set to automatically installed. 00:25:45 libgdbm5 set to automatically installed. 00:25:45 libgomp1 set to automatically installed. 00:25:45 libisl19 set to automatically installed. 00:25:45 libitm1 set to automatically installed. 00:25:45 liblocale-gettext-perl set to automatically installed. 00:25:45 liblsan0 set to automatically installed. 00:25:45 libmpc3 set to automatically installed. 00:25:45 libmpfr6 set to automatically installed. 00:25:45 libnorm1 set to automatically installed. 00:25:45 libperl5.26 set to automatically installed. 00:25:45 libpgm-5.2-0 set to automatically installed. 00:25:45 libsodium23 set to automatically installed. 00:25:45 libstdc++-7-dev set to automatically installed. 00:25:45 libtsan0 set to automatically installed. 00:25:45 libubsan0 set to automatically installed. 00:25:45 libzmq3-dev set to automatically installed. 00:25:45 libzmq5 set to automatically installed. 00:25:45 linux-libc-dev set to automatically installed. 00:25:46 make set to automatically installed. 00:25:46 manpages set to automatically installed. 00:25:46 manpages-dev set to automatically installed. 00:25:46 netbase set to automatically installed. 00:25:46 patch set to automatically installed. 00:25:46 perl set to automatically installed. 00:25:46 perl-modules-5.26 set to automatically installed. 00:25:46 pkg-config set to automatically installed. 00:25:46 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:25:46 Please ensure the environment is properly setup before continuing. 00:25:46 Ignore this message if the appropriate measures have already been taken 00:25:47 Pulling go  00:25:50 'app-service-config' has dependencies that need to be staged: go 00:25:50 Skipping pull go (already ran) 00:25:50 Building go  00:25:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:25:50 Dload Upload Total Spent Left Speed 00:25:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 93.1M 13 12.3M 0 0 16.3M 0 0:00:05 --:--:-- 0:00:05 16.3M 43 93.1M 43 40.2M 0 0 22.7M 0 0:00:04 0:00:01 0:00:03 22.7M 72 93.1M 72 67.2M 0 0 24.3M 0 0:00:03 0:00:02 0:00:01 24.3M 100 93.1M 100 93.1M 0 0 25.4M 0 0:00:03 0:00:03 --:--:-- 25.4M 00:25:55 go1.13.10.linux-arm64.tar.gz: OK 00:26:13 Staging go  00:26:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 00:26:17 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:26:17 79% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:26:17 96% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:26:17 92% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 00:26:18 4% 13% 11% [Working] 11% 11% 11% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 00:26:18 12% 31% 42% 42% 42% 77% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 00:26:18 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 00:26:18 77% 77% [Working] 77% 77% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] 00:26:18 77% 77% Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] 00:26:18 78% 85% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [932 kB] 00:26:18 85% 91% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] 00:26:18 91% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [8104 B] 00:26:18 91% 91% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 00:26:18 91% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [661 kB] 00:26:18 91% 95% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1843 B] 00:26:18 95% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [895 B] 00:26:18 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [780 kB] 00:26:21 95% 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% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 16.6 MB in 0s (0 B/s) 00:26:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 00:26:39 6% 100% [Working] Fetched 218 kB in 0s (0 B/s) 00:26:39 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] 00:26:39 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) 00:26:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 00:26:39 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) 00:26:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 00:26:39 15% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) 00:26:40 Pulling app-service-config  00:26:47 Pulling config-common  00:26:50 Skipping build go (already ran) 00:26:50 Building app-service-config  00:26:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:26:52 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:26:52 go: extracting github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:26:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:26:52 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.21 00:26:52 go: downloading github.com/gorilla/mux v1.8.0 00:26:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:26:52 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.21 00:26:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:26:52 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:26:52 go: extracting github.com/gorilla/mux v1.8.0 00:26:52 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.21 00:26:52 go: extracting github.com/edgexfoundry/go-mod-messaging v0.1.21 00:26:52 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:26:52 go: downloading github.com/BurntSushi/toml v0.3.1 00:26:52 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:26:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:26:52 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:26:52 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.19 00:26:52 go: extracting github.com/BurntSushi/toml v0.3.1 00:26:52 go: extracting github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:26:52 go: downloading go.mongodb.org/mongo-driver v1.1.1 00:26:52 go: extracting github.com/eclipse/paho.mqtt.golang v1.2.0 00:26:52 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.19 00:26:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:26:52 go: downloading github.com/google/uuid v1.1.1 00:26:52 go: downloading github.com/hashicorp/consul/api v1.1.0 00:26:53 go: downloading github.com/x448/float16 v0.8.4 00:26:53 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:26:53 go: downloading github.com/pelletier/go-toml v1.2.0 00:26:53 go: downloading github.com/pebbe/zmq4 v1.0.0 00:26:53 go: downloading github.com/mitchellh/copystructure v1.0.0 00:26:53 go: extracting github.com/google/uuid v1.1.1 00:26:53 go: extracting github.com/x448/float16 v0.8.4 00:26:53 go: extracting github.com/mitchellh/copystructure v1.0.0 00:26:53 go: extracting github.com/gomodule/redigo v2.0.0+incompatible 00:26:53 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:26:53 go: extracting github.com/pelletier/go-toml v1.2.0 00:26:53 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:26:53 go: extracting github.com/hashicorp/consul/api v1.1.0 00:26:53 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:26:53 go: downloading github.com/go-kit/kit v0.8.0 00:26:53 go: extracting github.com/pebbe/zmq4 v1.0.0 00:26:53 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:26:53 go: extracting bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:26:53 go: downloading github.com/hashicorp/serf v0.8.2 00:26:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:26:53 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:26:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:26:53 go: extracting github.com/go-redis/redis/v7 v7.2.0 00:26:53 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:26:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:26:53 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:26:53 go: extracting github.com/hashicorp/serf v0.8.2 00:26:53 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:26:53 go: extracting github.com/go-kit/kit v0.8.0 00:26:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:26:53 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:26:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:26:53 go: extracting github.com/go-playground/validator/v10 v10.3.0 00:26:53 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:26:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:26:53 go: extracting go.mongodb.org/mongo-driver v1.1.1 00:26:53 go: downloading github.com/go-playground/universal-translator v0.17.0 00:26:53 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:26:53 go: downloading github.com/leodido/go-urn v1.2.0 00:26:53 go: extracting golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:26:53 go: extracting github.com/go-playground/universal-translator v0.17.0 00:26:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:26:53 go: downloading github.com/go-playground/locales v0.13.0 00:26:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:26:53 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:26:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:26:53 go: extracting github.com/leodido/go-urn v1.2.0 00:26:53 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:26:53 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:26:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:26:53 go: extracting github.com/hashicorp/golang-lru v0.5.0 00:26:54 go: downloading github.com/go-stack/stack v1.8.0 00:26:54 go: downloading github.com/golang/snappy v0.0.1 00:26:54 go: downloading github.com/xdg/stringprep v1.0.0 00:26:54 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:26:54 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:26:54 go: extracting github.com/go-stack/stack v1.8.0 00:26:54 go: extracting golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:26:54 go: extracting github.com/xdg/stringprep v1.0.0 00:26:54 go: extracting github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:26:54 go: extracting github.com/golang/snappy v0.0.1 00:26:54 go: downloading golang.org/x/text v0.3.2 00:26:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:26:54 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:26:54 go: extracting github.com/go-playground/locales v0.13.0 00:26:55 go: extracting golang.org/x/text v0.3.2 00:26:57 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.19 00:26:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 00:26:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 00:26:57 go: finding github.com/google/uuid v1.1.1 00:26:57 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 00:26:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 00:26:57 go: finding github.com/go-playground/validator/v10 v10.3.0 00:26:57 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:26:57 go: finding github.com/BurntSushi/toml v0.3.1 00:26:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 00:26:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:26:57 go: finding github.com/gorilla/mux v1.8.0 00:26:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:26:57 go: finding github.com/go-kit/kit v0.8.0 00:26:57 go: finding github.com/pelletier/go-toml v1.2.0 00:26:57 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:26:57 go: finding github.com/go-playground/universal-translator v0.17.0 00:26:57 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 00:26:57 go: finding github.com/leodido/go-urn v1.2.0 00:26:57 go: finding github.com/gomodule/redigo v2.0.0+incompatible 00:26:57 go: finding github.com/hashicorp/consul/api v1.1.0 00:26:57 go: finding github.com/pebbe/zmq4 v1.0.0 00:26:57 go: finding github.com/go-redis/redis/v7 v7.2.0 00:26:57 go: finding go.mongodb.org/mongo-driver v1.1.1 00:26:57 go: finding github.com/x448/float16 v0.8.4 00:26:57 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:26:57 go: finding github.com/mitchellh/copystructure v1.0.0 00:26:57 go: finding github.com/go-logfmt/logfmt v0.4.0 00:26:57 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:26:57 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:26:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:26:57 go: finding github.com/hashicorp/serf v0.8.2 00:26:57 go: finding github.com/mitchellh/mapstructure v1.1.2 00:26:57 go: finding github.com/go-playground/locales v0.13.0 00:26:57 go: finding github.com/go-stack/stack v1.8.0 00:26:57 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:26:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:26:57 go: finding github.com/golang/snappy v0.0.1 00:26:57 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 00:26:57 go: finding github.com/xdg/stringprep v1.0.0 00:26:57 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:26:57 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:26:57 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:26:57 go: finding golang.org/x/text v0.3.2 00:26:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:26:57 go: finding github.com/hashicorp/golang-lru v0.5.0 00:27:36 Building config-common  00:27:51 Skipping stage go (already ran) 00:27:51 Staging app-service-config  00:27:55 Staging config-common  00:27:58 Priming go  00:28:02 Priming app-service-config  00:28:06 Priming config-common  00:28:11 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 00:28:11 Snapped edgex-app-service-configurable_1.2.0-20200905+73160b4_arm64.snap [Pipeline] } 00:28:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [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 00:28:17 provisioning config files... 00:28:17 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-112@tmp/config5573774407194156907tmp [Pipeline] { [Pipeline] sh 00:28:17 + curl -s https://codecov.io/bash 00:28:17 + bash -s - -t @/w/workspace/_app-service-configurable_PR-112@tmp/config5573774407194156907tmp [Pipeline] } 00:28:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:28:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:28:20 ---> package-listing.sh 00:28:20 ++ facter osfamily 00:28:20 ++ tr '[:upper:]' '[:lower:]' 00:28:20 + OS_FAMILY=redhat 00:28:20 + workspace=/w/workspace/_app-service-configurable_PR-112 00:28:20 + START_PACKAGES=/tmp/packages_start.txt 00:28:20 + END_PACKAGES=/tmp/packages_end.txt 00:28:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:28:20 + PACKAGES=/tmp/packages_start.txt 00:28:20 + '[' /w/workspace/_app-service-configurable_PR-112 ']' 00:28:20 + PACKAGES=/tmp/packages_end.txt 00:28:20 + case "${OS_FAMILY}" in 00:28:20 + rpm -qa 00:28:20 + sort 00:28:24 + '[' -f /tmp/packages_start.txt ']' 00:28:24 + '[' -f /tmp/packages_end.txt ']' 00:28:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:28:24 + '[' /w/workspace/_app-service-configurable_PR-112 ']' 00:28:24 + mkdir -p /w/workspace/_app-service-configurable_PR-112/archives/ 00:28:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-112/archives/ [Pipeline] isUnix [Pipeline] sh 00:28:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:28:25 00:28:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:28:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:28:26 alpine: Pulling from edgex-lftools-log-publisher 00:28:26 df20fa9351a1: Pulling fs layer 00:28:26 36b3adc4ff6f: Pulling fs layer 00:28:26 8ad3a11d3b57: Pulling fs layer 00:28:26 46f8f816bc3b: Pulling fs layer 00:28:26 0dadc02b9964: Pulling fs layer 00:28:26 ce6a7cf60c04: Pulling fs layer 00:28:26 7a184a31f384: Pulling fs layer 00:28:26 0879bd2ef858: Pulling fs layer 00:28:26 ce6a7cf60c04: Waiting 00:28:26 7a184a31f384: Waiting 00:28:26 0879bd2ef858: Waiting 00:28:26 46f8f816bc3b: Waiting 00:28:26 0dadc02b9964: Waiting 00:28:26 36b3adc4ff6f: Verifying Checksum 00:28:26 36b3adc4ff6f: Download complete 00:28:26 46f8f816bc3b: Verifying Checksum 00:28:26 46f8f816bc3b: Download complete 00:28:26 df20fa9351a1: Verifying Checksum 00:28:26 ce6a7cf60c04: Verifying Checksum 00:28:26 ce6a7cf60c04: Download complete 00:28:26 7a184a31f384: Verifying Checksum 00:28:26 7a184a31f384: Download complete 00:28:26 0dadc02b9964: Verifying Checksum 00:28:26 0dadc02b9964: Download complete 00:28:26 8ad3a11d3b57: Verifying Checksum 00:28:26 8ad3a11d3b57: Download complete 00:28:26 df20fa9351a1: Pull complete 00:28:26 36b3adc4ff6f: Pull complete 00:28:26 0879bd2ef858: Verifying Checksum 00:28:26 0879bd2ef858: Download complete 00:28:27 8ad3a11d3b57: Pull complete 00:28:27 46f8f816bc3b: Pull complete 00:28:27 0dadc02b9964: Pull complete 00:28:28 ce6a7cf60c04: Pull complete 00:28:28 7a184a31f384: Pull complete 00:28:30 0879bd2ef858: Pull complete 00:28:30 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 00:28:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:28:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:28:30 prd-centos7-docker-4c-2g-1535 does not seem to be running inside a container 00:28:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/_app-service-configurable_PR-112 -v /w/workspace/_app-service-configurable_PR-112:/w/workspace/_app-service-configurable_PR-112:rw,z -v /w/workspace/_app-service-configurable_PR-112@tmp:/w/workspace/_app-service-configurable_PR-112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:28:37 $ docker top 2b0a12fcc6eca510d2f9fa8ff1445cdb3e917024a6acefbc7498390ea0e07dab -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:37 + mkdir -p /var/log/sa [Pipeline] sh 00:28:38 + ls /var/log/sa-host 00:28:38 + sadf -c /var/log/sa-host/sa05 00:28:38 file_magic: OK 00:28:38 HZ: Using current value: 100 00:28:38 file_header: OK 00:28:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:28:38 Statistics: 00:28:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:28:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:28:38 provisioning config files... 00:28:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-112@tmp/config3258810532854988646tmp [Pipeline] { [Pipeline] echo 00:28:38 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:28:38 ---> create-netrc.sh [Pipeline] echo 00:28:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:28:38 ---> logs-deploy.sh 00:28:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-112/2 00:28:38 INFO: archiving workspace using pattern(s): 00:28:40 Archives upload complete. 00:28:40 INFO: archiving logs to Nexus 00:28:41 ---> uname -a: 00:28:41 Linux 2b0a12fcc6ec 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:28:41 00:28:41 00:28:41 ---> lscpu: 00:28:41 Architecture: x86_64 00:28:41 CPU op-mode(s): 32-bit, 64-bit 00:28:41 Byte Order: Little Endian 00:28:41 Address sizes: 40 bits physical, 48 bits virtual 00:28:41 CPU(s): 4 00:28:41 On-line CPU(s) list: 0-3 00:28:41 Thread(s) per core: 1 00:28:41 Core(s) per socket: 1 00:28:41 Socket(s): 4 00:28:41 NUMA node(s): 1 00:28:41 Vendor ID: GenuineIntel 00:28:41 CPU family: 6 00:28:41 Model: 44 00:28:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:28:41 Stepping: 1 00:28:41 CPU MHz: 2933.396 00:28:41 BogoMIPS: 5866.79 00:28:41 Virtualization: VT-x 00:28:41 Hypervisor vendor: KVM 00:28:41 Virtualization type: full 00:28:41 L1d cache: 128 KiB 00:28:41 L1i cache: 128 KiB 00:28:41 L2 cache: 16 MiB 00:28:41 L3 cache: 64 MiB 00:28:41 NUMA node0 CPU(s): 0-3 00:28:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:28:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:28:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:28:41 Vulnerability Meltdown: Mitigation; PTI 00:28:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:28:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:28:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:28:41 Vulnerability Tsx async abort: Not affected 00:28:41 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 00:28:41 00:28:41 00:28:41 ---> nproc: 00:28:41 4 00:28:41 00:28:41 00:28:41 ---> df -h: 00:28:41 Filesystem Size Used Available Use% Mounted on 00:28:41 overlay 50.0G 6.9G 43.0G 14% / 00:28:41 tmpfs 64.0M 0 64.0M 0% /dev 00:28:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:28:41 shm 64.0M 0 64.0M 0% /dev/shm 00:28:41 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 00:28:41 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 00:28:41 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 00:28:41 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/_app-service-configurable_PR-112 00:28:41 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/_app-service-configurable_PR-112@tmp 00:28:41 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 00:28:41 00:28:41 00:28:41 ---> free -m: 00:28:41 total used free shared buff/cache available 00:28:41 Mem: 1837 666 134 0 1036 1064 00:28:41 Swap: 1023 1 1022 00:28:41 00:28:41 00:28:41 ---> ip addr: 00:28:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:28:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:28:41 inet 127.0.0.1/8 scope host lo 00:28:41 valid_lft forever preferred_lft forever 00:28:41 6: eth0@if7: mtu 1458 qdisc noqueue state UP 00:28:41 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:28:41 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:28:41 valid_lft forever preferred_lft forever 00:28:41 00:28:41 00:28:41 ---> sar -b -r -n DEV: 00:28:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/05/20 _x86_64_ (4 CPU) 00:28:41 00:28:41 00:14:30 LINUX RESTART (4 CPU) 00:28:41 00:28:41 00:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:28:41 00:16:02 87.69 41.36 46.32 0.00 7530.65 4914.16 0.00 00:28:41 00:17:01 1.64 0.00 1.64 0.00 0.00 31.52 0.00 00:28:41 00:18:01 0.40 0.00 0.40 0.00 0.00 6.78 0.00 00:28:41 00:19:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 00:28:41 00:20:01 0.23 0.00 0.23 0.00 0.00 3.30 0.00 00:28:41 00:21:01 0.35 0.00 0.35 0.00 0.00 4.25 0.00 00:28:41 00:22:01 0.23 0.02 0.22 0.00 0.13 2.10 0.00 00:28:41 00:23:01 0.30 0.00 0.30 0.00 0.00 5.43 0.00 00:28:41 00:24:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 00:28:41 00:25:01 0.38 0.00 0.38 0.00 0.00 6.03 0.00 00:28:41 00:26:01 0.35 0.00 0.35 0.00 0.00 5.23 0.00 00:28:41 00:27:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 00:28:41 00:28:01 0.30 0.00 0.30 0.00 0.00 4.33 0.00 00:28:41 Average: 7.14 3.19 3.95 0.00 580.55 385.03 0.00 00:28:41 00:28:41 00:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:28:41 00:16:02 151444 0 585448 31.12 2620 1142044 1110252 37.89 434300 1135952 120 00:28:41 00:17:01 155784 0 581104 30.88 2620 1142048 1083080 36.96 434284 1132360 20 00:28:41 00:18:01 155828 0 581052 30.88 2620 1142056 1075924 36.72 434964 1131868 20 00:28:41 00:19:01 153732 0 583148 30.99 2620 1142056 1075948 36.72 437288 1131404 16 00:28:41 00:20:01 154160 0 582716 30.97 2620 1142060 1075900 36.72 443216 1125164 12 00:28:41 00:21:01 154792 0 582076 30.94 2620 1142068 1075816 36.72 442804 1125148 8 00:28:41 00:22:01 154384 0 582476 30.96 2620 1142076 1075888 36.72 443180 1125148 20 00:28:41 00:23:01 153628 0 583224 31.00 2620 1142084 1075988 36.72 438516 1130452 20 00:28:41 00:24:01 154196 0 582596 30.96 2620 1142144 1075936 36.72 438240 1130464 28 00:28:41 00:25:01 155236 0 581604 30.91 2620 1142096 1075732 36.71 432340 1135204 8 00:28:41 00:26:01 152520 0 584320 31.06 2620 1142096 1075804 36.72 435548 1135200 8 00:28:41 00:27:01 152228 0 584608 31.07 2620 1142100 1075780 36.71 435152 1135200 12 00:28:41 00:28:01 152672 0 584156 31.05 2620 1142108 1075732 36.71 435024 1135200 12 00:28:41 Average: 153893 0 582964 30.98 2620 1142080 1079060 36.83 437297 1131443 23 00:28:41 00:28:41 00:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:28:41 00:16:02 eth0 361.58 222.10 1038.03 91.18 0.00 0.00 0.00 0.00 00:28:41 00:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:16:02 docker0 1.30 1.13 0.26 2.87 0.00 0.00 0.00 0.00 00:28:41 00:17:01 eth0 3.71 2.05 3.14 0.16 0.00 0.00 0.00 0.00 00:28:41 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:18:01 eth0 0.95 0.37 0.35 0.17 0.00 0.00 0.00 0.00 00:28:41 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:19:01 eth0 0.98 0.35 0.32 0.23 0.00 0.00 0.00 0.00 00:28:41 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:20:01 eth0 0.52 0.45 0.27 0.21 0.00 0.00 0.00 0.00 00:28:41 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:21:01 eth0 0.72 0.25 0.17 0.08 0.00 0.00 0.00 0.00 00:28:41 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:22:01 eth0 1.98 0.62 0.63 0.37 0.00 0.00 0.00 0.00 00:28:41 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:23:01 eth0 2.02 0.83 0.63 0.41 0.00 0.00 0.00 0.00 00:28:41 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:24:01 eth0 0.58 0.42 0.27 0.24 0.00 0.00 0.00 0.00 00:28:41 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:28:41 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:26:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 00:28:41 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:27:01 eth0 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 00:28:41 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:28:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 Average: eth0 28.80 17.56 80.48 7.18 0.00 0.00 0.00 0.00 00:28:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:28:41 Average: docker0 0.10 0.09 0.02 0.22 0.00 0.00 0.00 0.00 00:28:41 00:28:41 00:28:41 ---> sar -P ALL: 00:28:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/05/20 _x86_64_ (4 CPU) 00:28:41 00:28:41 00:14:30 LINUX RESTART (4 CPU) 00:28:41 00:28:41 00:15:01 CPU %user %nice %system %iowait %steal %idle 00:28:41 00:16:02 all 13.27 0.00 6.18 2.23 0.09 78.23 00:28:41 00:16:02 0 12.58 0.00 6.08 2.43 0.10 78.81 00:28:41 00:16:02 1 14.17 0.00 5.06 0.64 0.03 80.09 00:28:41 00:16:02 2 12.98 0.00 7.12 3.69 0.10 76.10 00:28:41 00:16:02 3 13.35 0.00 6.46 2.14 0.12 77.93 00:28:41 00:17:01 all 0.14 0.00 0.05 0.00 0.00 99.80 00:28:41 00:17:01 0 0.08 0.00 0.03 0.00 0.00 99.88 00:28:41 00:17:01 1 0.08 0.00 0.07 0.00 0.02 99.83 00:28:41 00:17:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:28:41 00:17:01 3 0.32 0.00 0.07 0.00 0.00 99.61 00:28:41 00:18:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:28:41 00:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:28:41 00:18:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:28:41 00:18:01 2 0.08 0.00 0.05 0.00 0.00 99.87 00:28:41 00:18:01 3 0.47 0.00 0.03 0.00 0.00 99.50 00:28:41 00:19:01 all 0.13 0.00 0.04 0.00 0.00 99.83 00:28:41 00:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:28:41 00:19:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:28:41 00:19:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:28:41 00:19:01 3 0.37 0.00 0.03 0.00 0.00 99.60 00:28:41 00:20:01 all 0.04 0.00 0.06 0.00 0.00 99.90 00:28:41 00:20:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:28:41 00:20:01 1 0.02 0.00 0.13 0.00 0.00 99.85 00:28:41 00:20:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:28:41 00:20:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:28:41 00:21:01 all 0.14 0.00 0.07 0.00 0.00 99.78 00:28:41 00:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:28:41 00:21:01 1 0.12 0.00 0.22 0.00 0.00 99.67 00:28:41 00:21:01 2 0.40 0.00 0.03 0.00 0.00 99.57 00:28:41 00:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:28:41 00:22:01 all 0.18 0.00 0.03 0.00 0.00 99.78 00:28:41 00:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:28:41 00:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:28:41 00:22:01 2 0.57 0.00 0.05 0.00 0.00 99.38 00:28:41 00:22:01 3 0.08 0.00 0.02 0.00 0.00 99.90 00:28:41 00:23:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:28:41 00:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:28:41 00:23:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:28:41 00:23:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:28:41 00:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:28:41 00:24:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:28:41 00:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:28:41 00:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:28:41 00:24:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:28:41 00:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:28:41 00:25:01 all 0.13 0.00 0.03 0.00 0.00 99.85 00:28:41 00:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:28:41 00:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:28:41 00:25:01 2 0.45 0.00 0.05 0.00 0.00 99.50 00:28:41 00:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:28:41 00:26:01 all 0.04 0.00 0.03 0.00 0.00 99.92 00:28:41 00:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:28:41 00:26:01 1 0.07 0.00 0.03 0.00 0.02 99.88 00:28:41 00:26:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:28:41 00:26:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:28:41 00:28:41 00:26:01 CPU %user %nice %system %iowait %steal %idle 00:28:41 00:27:01 all 0.11 0.00 0.03 0.00 0.00 99.86 00:28:41 00:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:28:41 00:27:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:28:41 00:27:01 2 0.35 0.00 0.05 0.00 0.00 99.60 00:28:41 00:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:28:41 00:28:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:28:41 00:28:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:28:41 00:28:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:28:41 00:28:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:28:41 00:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:28:41 Average: all 1.13 0.00 0.51 0.17 0.01 98.18 00:28:41 Average: 0 0.99 0.00 0.49 0.18 0.01 98.33 00:28:41 Average: 1 1.14 0.00 0.44 0.05 0.01 98.36 00:28:41 Average: 2 1.27 0.00 0.58 0.28 0.01 97.85 00:28:41 Average: 3 1.13 0.00 0.52 0.16 0.01 98.18 00:28:41 00:28:41 00:28:41