Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 320caafe36dc546657c0176e7a4e1f249bff0307+6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (e3f153bafd0bf3263add6101130cf9c2a8f729bc) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9042 in /w/workspace/_app-service-configurable_PR-133 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-133 # 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit 320caafe36dc546657c0176e7a4e1f249bff0307 Merge succeeded, producing 9be0b99fbca007c691da72afb21f6753713f283a Checking out Revision 9be0b99fbca007c691da72afb21f6753713f283a (PR-133) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 320caafe36dc546657c0176e7a4e1f249bff0307 # 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 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9be0b99fbca007c691da72afb21f6753713f283a # timeout=10 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" > git rev-list --no-walk 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:54:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:54:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:54:51 ========================================================= 00:54:51 EdgeX Global Pipelines Version Info 00:54:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:54:52 ------------------- 00:54:52 stable info: 00:54:52 ------------------- 00:54:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:54:52 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 00:54:52 Message: update stable to v1.0.148 00:54:53 ------------------- 00:54:53 experimental info: 00:54:53 ------------------- 00:54:53 Commited By: **** collab-it+edgex@linuxfoundation.org 00:54:53 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 00:54:53 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:54:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:54:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:54:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-133 [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-133 [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-133 [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9be0b99fbca007c691da72afb21f6753713f283a [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9be0b99 [Pipeline] echo 00:54:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:54:57 + git log --format=format:%s -1 9be0b99fbca007c691da72afb21f6753713f283a [Pipeline] echo 00:54:57 GIT_COMMIT: 9be0b99fbca007c691da72afb21f6753713f283a, Commit Message: Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD [Pipeline] echo 00:54:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:54:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:54:58 00:54:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:54:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:54:58 latest: Pulling from edgex-devops/git-semver 00:54:58 31603596830f: Pulling fs layer 00:54:58 2a8b12db71e7: Pulling fs layer 00:54:58 6ca5941a6612: Pulling fs layer 00:54:58 ecc8261a40a4: Pulling fs layer 00:54:58 ecc8261a40a4: Waiting 00:54:58 2a8b12db71e7: Verifying Checksum 00:54:58 2a8b12db71e7: Download complete 00:54:59 31603596830f: Verifying Checksum 00:54:59 31603596830f: Download complete 00:54:59 ecc8261a40a4: Verifying Checksum 00:54:59 ecc8261a40a4: Download complete 00:54:59 6ca5941a6612: Verifying Checksum 00:54:59 6ca5941a6612: Download complete 00:54:59 31603596830f: Pull complete 00:54:59 2a8b12db71e7: Pull complete 00:55:00 6ca5941a6612: Pull complete 00:55:00 ecc8261a40a4: Pull complete 00:55:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:55:00 prd-centos7-docker-4c-2g-9042 does not seem to be running inside a container 00:55:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-133 -v /w/workspace/_app-service-configurable_PR-133:/w/workspace/_app-service-configurable_PR-133:rw,z -v /w/workspace/_app-service-configurable_PR-133@tmp:/w/workspace/_app-service-configurable_PR-133@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:10004/edgex-devops/git-semver:latest cat 00:55:03 $ docker top 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:55:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:55:03 [ssh-agent] Looking for ssh-agent implementation... 00:55:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:55:03 $ docker exec 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba ssh-agent 00:55:03 SSH_AUTH_SOCK=/tmp/ssh-TyiVRhrUQWzM/agent.12 00:55:03 SSH_AGENT_PID=18 00:55:03 Running ssh-add (command line suppressed) 00:55:03 Identity added: /w/workspace/_app-service-configurable_PR-133@tmp/private_key_8517021029049327234.key (/w/workspace/_app-service-configurable_PR-133@tmp/private_key_8517021029049327234.key) 00:55:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:55:04 + git tag --points-at HEAD [Pipeline] } 00:55:04 $ docker exec --env ******** --env ******** 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba ssh-agent -k 00:55:04 unset SSH_AUTH_SOCK; 00:55:04 unset SSH_AGENT_PID; 00:55:04 echo Agent pid 18 killed; 00:55:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:55:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:55:04 [ssh-agent] Looking for ssh-agent implementation... 00:55:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:55:04 $ docker exec 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba ssh-agent 00:55:05 SSH_AUTH_SOCK=/tmp/ssh-BCX6GjpFjkFG/agent.48 00:55:05 SSH_AGENT_PID=54 00:55:05 Running ssh-add (command line suppressed) 00:55:05 Identity added: /w/workspace/_app-service-configurable_PR-133@tmp/private_key_8491318845054711274.key (/w/workspace/_app-service-configurable_PR-133@tmp/private_key_8491318845054711274.key) 00:55:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:55:05 + git semver init 00:55:05 # -> Open(): unable to determine branch for HEAD 00:55:05 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-133/.git 00:55:05 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-133 00:55:05 # $SEMVER_REMOTE_NAME = origin 00:55:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:55:05 # $SEMVER_USER_NAME = edgex-jenkins 00:55:05 # $SEMVER_BRANCH = PR-133 00:55:05 # $SEMVER_TEMP = /tmp/semver-263450378 00:55:05 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 00:55:05 # '/tmp/semver-263450378' -> '/w/workspace/_app-service-configurable_PR-133/.semver' 00:55:05 # -> Force: false 00:55:06 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-133/.semver [Pipeline] } 00:55:06 $ docker exec --env ******** --env ******** 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba ssh-agent -k 00:55:06 unset SSH_AUTH_SOCK; 00:55:06 unset SSH_AGENT_PID; 00:55:06 echo Agent pid 54 killed; 00:55:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:55:06 + git semver [Pipeline] } 00:55:06 $ docker stop --time=1 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba 00:55:08 $ docker rm -f 9300d32f48e47bb541eb213a1cc9fc23153ee680951539771bc8e24d9158b4ba [Pipeline] // withDockerContainer [Pipeline] sh 00:55:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:55:09 Stashed 1 file(s) [Pipeline] echo 00:55:09 [edgeXSemver]: initialized semver on 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:55:24 Still waiting to schedule task 00:55:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:55:24 Still waiting to schedule task 00:55:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:59:43 Running on prd-centos7-docker-4c-2g-9047 in /w/workspace/_app-service-configurable_PR-133 [Pipeline] { [Pipeline] ws 00:59:43 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 00:59:47 using credential edgex-jenkins-ssh 00:59:47 Cloning the remote Git repository 00:59:47 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:59:47 > git init /w/workspace/app-service-configurable/2 # timeout=10 00:59:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:59:47 > git --version # timeout=10 00:59:47 > git --version # 'git version 2.16.5' 00:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:59:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:59:48 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit 320caafe36dc546657c0176e7a4e1f249bff0307 00:59:48 Merge succeeded, producing f30743d24bf356d6e0891f26f15fe8a9dbbf33af 00:59:48 Checking out Revision f30743d24bf356d6e0891f26f15fe8a9dbbf33af (PR-133) 00:59:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:59:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:59:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:59:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:59:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:59:48 > git config core.sparsecheckout # timeout=10 00:59:48 > git checkout -f 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 00:59:48 > git remote # timeout=10 00:59:48 > git config --get remote.origin.url # timeout=10 00:59:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:59:48 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 00:59:48 > git rev-parse HEAD^{commit} # timeout=10 00:59:48 > git config core.sparsecheckout # timeout=10 00:59:48 > git checkout -f f30743d24bf356d6e0891f26f15fe8a9dbbf33af # timeout=10 00:59:51 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 00:59:52 > git rev-list --no-walk 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:59:52 ========================================================= 00:59:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:59:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:59:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:59:53 Sending build context to Docker daemon 98.3kB 00:59:53 Step 1/8 : ARG BASE=golang:1.15-alpine 00:59:53 Step 2/8 : FROM ${BASE} 00:59:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:59:54 df20fa9351a1: Pulling fs layer 00:59:54 ed8968b2872e: Pulling fs layer 00:59:54 a92cc7c5fd73: Pulling fs layer 00:59:54 e871e8e8d7a9: Pulling fs layer 00:59:54 e73272ec9a57: Pulling fs layer 00:59:54 1e910a182e73: Pulling fs layer 00:59:54 4e634b169226: Pulling fs layer 00:59:54 1e910a182e73: Waiting 00:59:54 e73272ec9a57: Waiting 00:59:54 e871e8e8d7a9: Waiting 00:59:54 4e634b169226: Waiting 00:59:54 a92cc7c5fd73: Verifying Checksum 00:59:54 a92cc7c5fd73: Download complete 00:59:54 ed8968b2872e: Verifying Checksum 00:59:54 ed8968b2872e: Download complete 00:59:54 e73272ec9a57: Verifying Checksum 00:59:54 e73272ec9a57: Download complete 00:59:54 1e910a182e73: Download complete 00:59:54 df20fa9351a1: Verifying Checksum 00:59:54 df20fa9351a1: Download complete 00:59:54 df20fa9351a1: Pull complete 00:59:54 ed8968b2872e: Pull complete 00:59:54 a92cc7c5fd73: Pull complete 00:59:57 4e634b169226: Verifying Checksum 00:59:57 4e634b169226: Download complete 00:59:57 e871e8e8d7a9: Verifying Checksum 00:59:57 e871e8e8d7a9: Download complete 00:59:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9045 in /w/workspace/_app-service-configurable_PR-133 [Pipeline] { [Pipeline] ws 00:59:58 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 01:00:02 e871e8e8d7a9: Pull complete 01:00:02 e73272ec9a57: Pull complete 01:00:02 1e910a182e73: Pull complete 01:00:04 using credential edgex-jenkins-ssh 01:00:04 Cloning the remote Git repository 01:00:04 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 01:00:05 > git init /w/workspace/app-service-configurable/2 # timeout=10 01:00:05 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:00:05 > git --version # timeout=10 01:00:05 > git --version # 'git version 2.17.1' 01:00:05 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:00:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:00:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:00:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:00:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:00:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:00:06 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit 320caafe36dc546657c0176e7a4e1f249bff0307 01:00:07 Merge succeeded, producing ec2c9ac18a58cee13a727d1e7a871f4bbcf80c11 01:00:07 Checking out Revision ec2c9ac18a58cee13a727d1e7a871f4bbcf80c11 (PR-133) 01:00:06 > git config core.sparsecheckout # timeout=10 01:00:06 > git checkout -f 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 01:00:07 > git remote # timeout=10 01:00:07 > git config --get remote.origin.url # timeout=10 01:00:07 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:07 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 01:00:07 > git rev-parse HEAD^{commit} # timeout=10 01:00:07 > git config core.sparsecheckout # timeout=10 01:00:07 > git checkout -f ec2c9ac18a58cee13a727d1e7a871f4bbcf80c11 # timeout=10 01:00:08 4e634b169226: Pull complete 01:00:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:00:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:00:08 ---> f7629b54cfaa 01:00:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:00:08 ---> Running in d3cab1da2d33 01:00:08 Removing intermediate container d3cab1da2d33 01:00:08 ---> 72742519ab00 01:00:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:08 ---> Running in f4e7d884791f 01:00:09 Removing intermediate container f4e7d884791f 01:00:09 ---> 96da1a05e63e 01:00:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 01:00:09 ---> Running in 5e01db48b7ae 01:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:00:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:00:11 (1/6) Installing libc-dev (0.7.2-r3) 01:00:11 (2/6) Installing libsodium (1.0.18-r0) 01:00:11 (3/6) Installing pkgconf (1.7.2-r0) 01:00:11 (4/6) Installing libsodium-dev (1.0.18-r0) 01:00:11 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 01:00:11 > git rev-list --no-walk 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 01:00:11 (5/6) Installing libzmq (4.3.3-r0) 01:00:11 (6/6) Installing zeromq-dev (4.3.3-r0) 01:00:11 Executing busybox-1.31.1-r16.trigger 01:00:12 OK: 167 MiB in 45 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 01:00:12 Removing intermediate container 5e01db48b7ae 01:00:12 ---> a18694918f97 01:00:12 Step 6/8 : WORKDIR /app 01:00:12 ---> Running in 1e170984b01c [Pipeline] echo 01:00:12 ========================================================= 01:00:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:00:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:00:13 Removing intermediate container 1e170984b01c 01:00:13 ---> f5aea42e25aa 01:00:13 Step 7/8 : COPY . . 01:00:13 ---> 2006b0cddd22 01:00:13 Step 8/8 : RUN go mod download 01:00:13 ---> Running in 5e00d80181b2 01:00:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:00:14 Sending build context to Docker daemon 98.3kB 01:00:14 Step 1/8 : ARG BASE=golang:1.15-alpine 01:00:14 Step 2/8 : FROM ${BASE} 01:00:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:00:15 b538f80385f9: Pulling fs layer 01:00:15 74f711af9a0d: Pulling fs layer 01:00:15 99f96fe45779: Pulling fs layer 01:00:15 8529a6b9a6be: Pulling fs layer 01:00:15 45590311c82a: Pulling fs layer 01:00:15 8529a6b9a6be: Waiting 01:00:15 69ca0ff8b7b3: Pulling fs layer 01:00:15 209524e5b208: Pulling fs layer 01:00:15 45590311c82a: Waiting 01:00:15 69ca0ff8b7b3: Waiting 01:00:15 209524e5b208: Waiting 01:00:15 99f96fe45779: Verifying Checksum 01:00:15 99f96fe45779: Download complete 01:00:15 74f711af9a0d: Download complete 01:00:15 45590311c82a: Verifying Checksum 01:00:15 45590311c82a: Download complete 01:00:15 69ca0ff8b7b3: Verifying Checksum 01:00:15 69ca0ff8b7b3: Download complete 01:00:15 b538f80385f9: Verifying Checksum 01:00:15 b538f80385f9: Download complete 01:00:16 b538f80385f9: Pull complete 01:00:17 74f711af9a0d: Pull complete 01:00:17 99f96fe45779: Pull complete 01:00:17 209524e5b208: Verifying Checksum 01:00:17 209524e5b208: Download complete 01:00:19 8529a6b9a6be: Verifying Checksum 01:00:19 8529a6b9a6be: Download complete 01:00:29 8529a6b9a6be: Pull complete 01:00:29 45590311c82a: Pull complete 01:00:29 69ca0ff8b7b3: Pull complete 01:00:32 209524e5b208: Pull complete 01:00:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:00:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:00:32 ---> 5bddaf1c2fca 01:00:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:00:35 ---> Running in 981dc1268623 01:00:35 Removing intermediate container 981dc1268623 01:00:35 ---> 82c4af53b288 01:00:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:36 ---> Running in a849c9bb9b34 01:00:38 Removing intermediate container a849c9bb9b34 01:00:38 ---> 5c4e7e596bb0 01:00:38 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 01:00:38 ---> Running in 2ffb08f6ccda 01:00:40 Removing intermediate container 5e00d80181b2 01:00:40 ---> c59f5a0545c7 01:00:40 Successfully built c59f5a0545c7 01:00:40 Successfully tagged ci-base-image-x86_64:latest 01:00:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 01:00:40 + docker inspect -f . ci-base-image-x86_64 01:00:40 . [Pipeline] withDockerContainer 01:00:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:00:40 prd-centos7-docker-4c-2g-9047 does not seem to be running inside a container 01:00:40 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:00:41 $ docker top c920f818cb6243dc24d0b929c65d5f52fd288bff321a7575ce3466b593517d79 -eo pid,comm 01:00:41 (1/6) Installing libc-dev (0.7.2-r3) 01:00:41 (2/6) Installing libsodium (1.0.18-r0) 01:00:41 (3/6) Installing pkgconf (1.7.2-r0) 01:00:41 (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] { [Pipeline] sh 01:00:41 (5/6) Installing libzmq (4.3.3-r0) 01:00:41 (6/6) Installing zeromq-dev (4.3.3-r0) 01:00:41 Executing busybox-1.31.1-r16.trigger 01:00:41 OK: 144 MiB in 45 packages 01:00:42 + go version 01:00:42 go version go1.15.2 linux/amd64 [Pipeline] } 01:00:42 $ docker stop --time=1 c920f818cb6243dc24d0b929c65d5f52fd288bff321a7575ce3466b593517d79 01:00:43 Removing intermediate container 2ffb08f6ccda 01:00:43 ---> 9b903069ad9f 01:00:43 Step 6/8 : WORKDIR /app 01:00:43 ---> Running in 29694f8b1e66 01:00:43 $ docker rm -f c920f818cb6243dc24d0b929c65d5f52fd288bff321a7575ce3466b593517d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 01:00:43 Removing intermediate container 29694f8b1e66 01:00:43 ---> b685cebfb181 01:00:43 Step 7/8 : COPY . . [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:44 + docker inspect -f . ci-base-image-x86_64 01:00:44 . [Pipeline] withDockerContainer 01:00:44 prd-centos7-docker-4c-2g-9047 does not seem to be running inside a container 01:00:44 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:00:44 ---> 39aac37bb807 01:00:44 Step 8/8 : RUN go mod download 01:00:44 ---> Running in 750280f08bec 01:00:45 $ docker top fd03700159164e68564b9a0ec2385d5d03e870e39c6d485e96937ca2c38248dc -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:45 + make test 01:00:45 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 01:01:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 01:01:04 CGO_ENABLED=1 go vet ./... 01:01:08 gofmt -l . 01:01:08 [ "`gofmt -l .`" = "" ] 01:01:08 ./bin/test-go-mod-tidy.sh 01:01:08 ./bin/test-attribution-txt.sh [Pipeline] stash 01:01:09 Stashed 1 file(s) [Pipeline] } 01:01:09 $ docker stop --time=1 fd03700159164e68564b9a0ec2385d5d03e870e39c6d485e96937ca2c38248dc 01:01:10 $ docker rm -f fd03700159164e68564b9a0ec2385d5d03e870e39c6d485e96937ca2c38248dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:01:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:01:13 + ls -al . 01:01:13 total 96 01:01:13 drwxrwxr-x. 7 jenkins jenkins 4096 Oct 27 01:01 . 01:01:13 drwxrwxr-x. 4 jenkins jenkins 28 Oct 27 00:59 .. 01:01:13 -rw-rw-r--. 1 jenkins jenkins 6568 Oct 27 00:59 Attribution.txt 01:01:13 drwxrwxr-x. 2 jenkins jenkins 64 Oct 27 00:59 bin 01:01:13 -rw-r--r--. 1 jenkins jenkins 10 Oct 27 01:00 coverage.out 01:01:13 -rw-rw-r--. 1 jenkins jenkins 180 Oct 27 00:59 docker-compose.debug.yml 01:01:13 -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 00:59 docker-compose.yml 01:01:13 -rw-rw-r--. 1 jenkins jenkins 2002 Oct 27 00:59 Dockerfile 01:01:13 -rw-rw-r--. 1 jenkins jenkins 966 Oct 27 00:59 Dockerfile.build 01:01:13 -rw-rw-r--. 1 jenkins jenkins 119 Oct 27 00:59 .dockerignore 01:01:13 drwxrwxr-x. 8 jenkins jenkins 179 Oct 27 00:59 .git 01:01:13 drwxrwxr-x. 2 jenkins jenkins 81 Oct 27 00:59 .github 01:01:13 -rw-rw-r--. 1 jenkins jenkins 93 Oct 27 00:59 .gitignore 01:01:13 -rw-r--r--. 1 jenkins jenkins 133 Oct 27 01:01 go.mod 01:01:13 -rw-r--r--. 1 jenkins jenkins 19963 Oct 27 01:01 go.sum 01:01:13 -rw-rw-r--. 1 jenkins jenkins 687 Oct 27 00:59 Jenkinsfile 01:01:13 -rw-rw-r--. 1 jenkins jenkins 10174 Oct 27 00:59 LICENSE 01:01:13 -rw-rw-r--. 1 jenkins jenkins 1519 Oct 27 00:59 main.go 01:01:13 -rw-rw-r--. 1 jenkins jenkins 1573 Oct 27 00:59 makefile 01:01:13 -rw-rw-r--. 1 jenkins jenkins 1277 Oct 27 00:59 README.md 01:01:13 drwxrwxr-x. 10 jenkins jenkins 171 Oct 27 00:59 res 01:01:13 drwxrwxr-x. 4 jenkins jenkins 71 Oct 27 00:59 snap 01:01:13 -rw-rw-r--. 1 jenkins jenkins 5 Oct 27 00:55 VERSION [Pipeline] isUnix [Pipeline] sh 01:01:14 + 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=9be0b99fbca007c691da72afb21f6753713f283a --label arch=amd64 --label version=0.0.0 . 01:01:14 Sending build context to Docker daemon 120.8kB 01:01:14 Step 1/27 : ARG BASE=golang:1.15-alpine 01:01:14 Step 2/27 : FROM ${BASE} AS builder 01:01:14 ---> c59f5a0545c7 01:01:14 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 01:01:14 ---> Running in 2af1a7a15afe 01:01:14 Removing intermediate container 2af1a7a15afe 01:01:14 ---> 3f37427e9258 01:01:14 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 01:01:14 ---> Running in a62f3ad42b19 01:01:14 Removing intermediate container a62f3ad42b19 01:01:14 ---> 93cbc6d097fd 01:01:14 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:01:14 ---> Running in 49070a8770ac 01:01:14 Removing intermediate container 49070a8770ac 01:01:14 ---> 5e8eb0e0a832 01:01:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:14 ---> Running in 71919e506207 01:01:15 Removing intermediate container 71919e506207 01:01:15 ---> fb2f45c67e00 01:01:15 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:01:15 ---> Running in 62d0f8a4fd4e 01:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:17 Removing intermediate container 750280f08bec 01:01:17 ---> 21df59c4683c 01:01:17 Successfully built 21df59c4683c 01:01:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:01:17 + docker inspect -f . ci-base-image-arm64 01:01:17 . [Pipeline] withDockerContainer 01:01:17 prd-ubuntu18.04-docker-arm64-4c-16g-9045 does not seem to be running inside a container 01:01:18 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:01:18 OK: 167 MiB in 45 packages 01:01:18 Removing intermediate container 62d0f8a4fd4e 01:01:18 ---> 0d6a4023752f 01:01:18 Step 8/27 : WORKDIR /app 01:01:18 ---> Running in 3a309dc4bfb5 01:01:18 Removing intermediate container 3a309dc4bfb5 01:01:18 ---> 3973f048dc1f 01:01:18 Step 9/27 : COPY go.mod . 01:01:18 ---> feb19e77b279 01:01:18 Step 10/27 : RUN go mod download 01:01:18 ---> Running in 630ba5e03896 01:01:19 Removing intermediate container 630ba5e03896 01:01:19 ---> 7e7fc3ef8647 01:01:19 Step 11/27 : COPY . . 01:01:19 $ docker top 48aa0048fd6f392dc4e9ed22c0c67fc54f11a500a742373d27fd4cdc4b8b32cd -eo pid,comm 01:01:20 ---> b9234c719b86 01:01:20 Step 12/27 : ARG MAKE="make build" 01:01:20 ---> Running in 841317a40437 01:01:20 Removing intermediate container 841317a40437 01:01:20 ---> b4ed24f1e230 01:01:20 Step 13/27 : RUN $MAKE [Pipeline] { [Pipeline] sh 01:01:20 ---> Running in 78f7141c00a6 01:01:20 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.51 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 01:01:21 + go version 01:01:21 go version go1.15.2 linux/arm64 [Pipeline] } 01:01:21 $ docker stop --time=1 48aa0048fd6f392dc4e9ed22c0c67fc54f11a500a742373d27fd4cdc4b8b32cd 01:01:23 $ docker rm -f 48aa0048fd6f392dc4e9ed22c0c67fc54f11a500a742373d27fd4cdc4b8b32cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:01:24 + docker inspect -f . ci-base-image-arm64 01:01:24 . [Pipeline] withDockerContainer 01:01:24 prd-ubuntu18.04-docker-arm64-4c-16g-9045 does not seem to be running inside a container 01:01:24 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:01:26 $ docker top 47bc388fb1dbc96e5c5444a437423d29518729e9a272e0106e2b3da2125f164e -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:28 + make test 01:01:28 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 01:01:38 Removing intermediate container 78f7141c00a6 01:01:38 ---> b4ea9ed8f4a6 01:01:38 Step 14/27 : FROM alpine:latest 01:01:38 latest: Pulling from library/alpine 01:01:38 188c0c94c7c5: Pulling fs layer 01:01:38 188c0c94c7c5: Verifying Checksum 01:01:38 188c0c94c7c5: Download complete 01:01:38 188c0c94c7c5: Pull complete 01:01:38 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 01:01:38 Status: Downloaded newer image for alpine:latest 01:01:38 ---> d6e46aa2470d 01:01:38 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:01:39 ---> Running in 7683b0fbdbe4 01:01:39 Removing intermediate container 7683b0fbdbe4 01:01:39 ---> 1bd8cca3f3e7 01:01:39 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 01:01:39 ---> Running in 55032b8df41b 01:01:39 Removing intermediate container 55032b8df41b 01:01:39 ---> c082ff270e9b 01:01:39 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 01:01:39 ---> Running in c5bf2b66aa36 01:01:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:40 (1/6) Installing ca-certificates (20191127-r4) 01:01:40 (2/6) Installing libgcc (9.3.0-r2) 01:01:40 (3/6) Installing libsodium (1.0.18-r0) 01:01:40 (4/6) Installing libstdc++ (9.3.0-r2) 01:01:40 (5/6) Installing libzmq (4.3.3-r0) 01:01:40 (6/6) Installing zeromq (4.3.3-r0) 01:01:40 Executing busybox-1.31.1-r19.trigger 01:01:40 Executing ca-certificates-20191127-r4.trigger 01:01:40 OK: 9 MiB in 20 packages 01:01:41 Removing intermediate container c5bf2b66aa36 01:01:41 ---> 4d4b82dcd257 01:01:41 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 01:01:42 ---> d7332db401c5 01:01:42 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 01:01:42 ---> c15952362874 01:01:42 Step 20/27 : COPY --from=builder /app/res/ /res/ 01:01:42 ---> 958c7bc4c586 01:01:42 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 01:01:43 ---> 40029609ecec 01:01:43 Step 22/27 : EXPOSE 48095 01:01:43 ---> Running in 840e1a1bbae5 01:01:43 Removing intermediate container 840e1a1bbae5 01:01:43 ---> e825de6ace67 01:01:43 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 01:01:43 ---> Running in 45261c789d79 01:01:43 Removing intermediate container 45261c789d79 01:01:43 ---> 548d971b324f 01:01:43 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:01:43 ---> Running in 679a8a722bb3 01:01:44 Removing intermediate container 679a8a722bb3 01:01:44 ---> a0f77e4c15cf 01:01:44 Step 25/27 : LABEL arch=amd64 01:01:44 ---> Running in 0cc868b78d1a 01:01:44 Removing intermediate container 0cc868b78d1a 01:01:44 ---> 11404b6c0a29 01:01:44 Step 26/27 : LABEL git_sha=9be0b99fbca007c691da72afb21f6753713f283a 01:01:44 ---> Running in c6f97afe12c6 01:01:44 Removing intermediate container c6f97afe12c6 01:01:44 ---> 0906c5cafcaa 01:01:44 Step 27/27 : LABEL version=0.0.0 01:01:44 ---> Running in 527d5813e99d 01:01:44 Removing intermediate container 527d5813e99d 01:01:44 ---> a61195f6e4ce 01:01:44 [Warning] One or more build-args [ARCH] were not consumed 01:01:44 Successfully built a61195f6e4ce 01:01:44 Successfully tagged docker-app-service-configurable:latest [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 01:02:00 Still waiting to schedule task 01:02:00 Waiting for next available executor on ‘centos7-docker-8c-8g’ 01:02:24 ? github.com/edgexfoundry/app-service-configurable [no test files] 01:02:24 CGO_ENABLED=1 go vet ./... 01:02:26 gofmt -l . 01:02:26 [ "`gofmt -l .`" = "" ] 01:02:26 ./bin/test-go-mod-tidy.sh 01:02:26 ./bin/test-attribution-txt.sh [Pipeline] stash 01:02:27 Warning: overwriting stash ‘coverage-report’ 01:02:28 Stashed 1 file(s) [Pipeline] } 01:02:28 $ docker stop --time=1 47bc388fb1dbc96e5c5444a437423d29518729e9a272e0106e2b3da2125f164e 01:02:30 $ docker rm -f 47bc388fb1dbc96e5c5444a437423d29518729e9a272e0106e2b3da2125f164e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:02:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:02:32 + ls -al . 01:02:32 total 120 01:02:32 drwxrwxr-x 7 jenkins jenkins 4096 Oct 27 01:02 . 01:02:32 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 01:00 .. 01:02:32 -rw-rw-r-- 1 jenkins jenkins 119 Oct 27 01:00 .dockerignore 01:02:32 drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 01:00 .git 01:02:32 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 01:00 .github 01:02:32 -rw-rw-r-- 1 jenkins jenkins 93 Oct 27 01:00 .gitignore 01:02:32 -rw-rw-r-- 1 jenkins jenkins 6568 Oct 27 01:00 Attribution.txt 01:02:32 -rw-rw-r-- 1 jenkins jenkins 2002 Oct 27 01:00 Dockerfile 01:02:32 -rw-rw-r-- 1 jenkins jenkins 966 Oct 27 01:00 Dockerfile.build 01:02:32 -rw-rw-r-- 1 jenkins jenkins 687 Oct 27 01:00 Jenkinsfile 01:02:32 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 27 01:00 LICENSE 01:02:32 -rw-rw-r-- 1 jenkins jenkins 1277 Oct 27 01:00 README.md 01:02:32 -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 00:55 VERSION 01:02:32 drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 01:00 bin 01:02:32 -rw-r--r-- 1 jenkins jenkins 10 Oct 27 01:01 coverage.out 01:02:32 -rw-rw-r-- 1 jenkins jenkins 180 Oct 27 01:00 docker-compose.debug.yml 01:02:32 -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 01:00 docker-compose.yml 01:02:32 -rw-r--r-- 1 jenkins jenkins 133 Oct 27 01:02 go.mod 01:02:32 -rw-r--r-- 1 jenkins jenkins 19963 Oct 27 01:02 go.sum 01:02:32 -rw-rw-r-- 1 jenkins jenkins 1519 Oct 27 01:00 main.go 01:02:32 -rw-rw-r-- 1 jenkins jenkins 1573 Oct 27 01:00 makefile 01:02:32 drwxrwxr-x 10 jenkins jenkins 4096 Oct 27 01:00 res 01:02:32 drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 01:00 snap [Pipeline] isUnix [Pipeline] sh 01:02:32 + 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=9be0b99fbca007c691da72afb21f6753713f283a --label arch=arm64 --label version=0.0.0 . 01:02:32 Sending build context to Docker daemon 120.8kB 01:02:33 Step 1/27 : ARG BASE=golang:1.15-alpine 01:02:33 Step 2/27 : FROM ${BASE} AS builder 01:02:33 ---> 21df59c4683c 01:02:33 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 01:02:33 ---> Running in be6119ada14e 01:02:33 Removing intermediate container be6119ada14e 01:02:33 ---> 48f3c54580d5 01:02:33 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 01:02:34 ---> Running in abc9b973d29f 01:02:34 Removing intermediate container abc9b973d29f 01:02:34 ---> 417db39abc52 01:02:34 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:02:34 ---> Running in 3b08db4988eb 01:02:34 Removing intermediate container 3b08db4988eb 01:02:34 ---> 35ad849f202e 01:02:34 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:35 ---> Running in fda7d5d47b58 01:02:37 Removing intermediate container fda7d5d47b58 01:02:37 ---> ea5f66b637d0 01:02:37 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:02:37 ---> Running in c840cbb4f7af 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:40 OK: 144 MiB in 45 packages 01:02:41 Removing intermediate container c840cbb4f7af 01:02:41 ---> 43e0cb4cee08 01:02:41 Step 8/27 : WORKDIR /app 01:02:42 ---> Running in 9d7bb0788abb 01:02:42 Removing intermediate container 9d7bb0788abb 01:02:42 ---> c631eb8f809e 01:02:42 Step 9/27 : COPY go.mod . 01:02:43 ---> af12d1ac8b42 01:02:43 Step 10/27 : RUN go mod download 01:02:43 ---> Running in 12c70bbcdb7b 01:02:45 Removing intermediate container 12c70bbcdb7b 01:02:45 ---> 667c09b85bac 01:02:45 Step 11/27 : COPY . . 01:02:46 ---> 5f7ba338e5ac 01:02:46 Step 12/27 : ARG MAKE="make build" 01:02:46 ---> Running in be21f028f6e3 01:02:47 Removing intermediate container be21f028f6e3 01:02:47 ---> d3bb8766fb04 01:02:47 Step 13/27 : RUN $MAKE 01:02:47 ---> Running in 79ae6d4c82bc 01:02:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.51 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 01:03:35 Removing intermediate container 79ae6d4c82bc 01:03:35 ---> 2300d08d752e 01:03:35 Step 14/27 : FROM alpine:latest 01:03:35 latest: Pulling from library/alpine 01:03:35 5f621e34cdf4: Pulling fs layer 01:03:35 5f621e34cdf4: Verifying Checksum 01:03:35 5f621e34cdf4: Download complete 01:03:35 5f621e34cdf4: Pull complete 01:03:35 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 01:03:35 Status: Downloaded newer image for alpine:latest 01:03:35 ---> 2e77e061c27f 01:03:35 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:03:35 ---> Running in cd043a15b760 01:03:35 Removing intermediate container cd043a15b760 01:03:35 ---> b94eaf24589f 01:03:35 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 01:03:36 ---> Running in 87e237299e35 01:03:36 Removing intermediate container 87e237299e35 01:03:36 ---> d2a25514b3a0 01:03:36 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 01:03:36 ---> Running in 763ffcbde737 01:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:03:38 (1/6) Installing ca-certificates (20191127-r4) 01:03:38 (2/6) Installing libgcc (9.3.0-r2) 01:03:38 (3/6) Installing libsodium (1.0.18-r0) 01:03:38 (4/6) Installing libstdc++ (9.3.0-r2) 01:03:39 (5/6) Installing libzmq (4.3.3-r0) 01:03:39 (6/6) Installing zeromq (4.3.3-r0) 01:03:39 Executing busybox-1.31.1-r19.trigger 01:03:39 Executing ca-certificates-20191127-r4.trigger 01:03:39 OK: 9 MiB in 20 packages 01:03:41 Removing intermediate container 763ffcbde737 01:03:41 ---> 3efee83380aa 01:03:41 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 01:03:41 ---> 10a344c75936 01:03:41 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 01:03:42 ---> a633654d0be3 01:03:42 Step 20/27 : COPY --from=builder /app/res/ /res/ 01:03:43 ---> 038ff1ed51ab 01:03:43 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 01:03:45 ---> bd814c47be36 01:03:45 Step 22/27 : EXPOSE 48095 01:03:45 ---> Running in 7d84eb0a348c 01:03:45 Removing intermediate container 7d84eb0a348c 01:03:45 ---> fc931b6da0a3 01:03:45 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 01:03:46 ---> Running in 551ed9121cf8 01:03:46 Removing intermediate container 551ed9121cf8 01:03:46 ---> 71095e379be8 01:03:46 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:46 ---> Running in 35ff1b2fd2f4 01:03:47 Removing intermediate container 35ff1b2fd2f4 01:03:47 ---> 879dd322604f 01:03:47 Step 25/27 : LABEL arch=arm64 01:03:47 ---> Running in 54f3e566197e 01:03:47 Removing intermediate container 54f3e566197e 01:03:47 ---> 48f6d0062350 01:03:47 Step 26/27 : LABEL git_sha=9be0b99fbca007c691da72afb21f6753713f283a 01:03:47 ---> Running in 809b57c8f54d 01:03:48 Removing intermediate container 809b57c8f54d 01:03:48 ---> 11fd76c2d10e 01:03:48 Step 27/27 : LABEL version=0.0.0 01:03:48 ---> Running in 43c4b75f8311 01:03:48 Removing intermediate container 43c4b75f8311 01:03:48 ---> e3f8f5a5e2ca 01:03:48 [Warning] One or more build-args [ARCH] were not consumed 01:03:48 Successfully built e3f8f5a5e2ca 01:03:48 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 01:04:04 Still waiting to schedule task 01:04:04 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 01:04:51 Running on prd-centos7-docker-8c-8g-9049 in /w/workspace/_app-service-configurable_PR-133 [Pipeline] { [Pipeline] ws 01:04:51 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 01:04:53 using credential edgex-jenkins-ssh 01:04:53 Cloning the remote Git repository 01:04:53 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 01:04:53 > git init /w/workspace/app-service-configurable/2 # timeout=10 01:04:53 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:04:53 > git --version # timeout=10 01:04:53 > git --version # 'git version 2.16.5' 01:04:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:04:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:04:54 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:04:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:04:54 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:04:54 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:04:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:04:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:04:54 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit 320caafe36dc546657c0176e7a4e1f249bff0307 01:04:54 Merge succeeded, producing dc6e5627c724720bbb842ba135b969f497a7f43c 01:04:54 Checking out Revision dc6e5627c724720bbb842ba135b969f497a7f43c (PR-133) 01:04:54 > git config core.sparsecheckout # timeout=10 01:04:54 > git checkout -f 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 01:04:54 > git remote # timeout=10 01:04:54 > git config --get remote.origin.url # timeout=10 01:04:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:04:54 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 01:04:54 > git rev-parse HEAD^{commit} # timeout=10 01:04:54 > git config core.sparsecheckout # timeout=10 01:04:54 > git checkout -f dc6e5627c724720bbb842ba135b969f497a7f43c # timeout=10 01:04:58 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 01:04:58 > git rev-list --no-walk 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:05:00 ++ find /w/workspace/app-service-configurable/2 01:05:00 ++ grep snapcraft.yaml 01:05:00 + grep -Po '^name: \K(.*)' /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:05:00 provisioning config files... 01:05:00 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config1519171681342201765tmp [Pipeline] { [Pipeline] sh 01:05:01 + cp /w/workspace/app-service-configurable/2@tmp/config1519171681342201765tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh 01:05:01 + 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 01:05:01 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 01:05:01 latest: Pulling from edgex-devops/edgex-snap-builder 01:05:01 f08d8e2a3ba1: Pulling fs layer 01:05:01 3baa9cb2483b: Pulling fs layer 01:05:01 94e5ff4c0b15: Pulling fs layer 01:05:01 1860925334f9: Pulling fs layer 01:05:01 2daf38717194: Pulling fs layer 01:05:01 309017e8d7a4: Pulling fs layer 01:05:01 f7790dc9fd0f: Pulling fs layer 01:05:01 cac0ae9282c2: Pulling fs layer 01:05:01 1f4cadf9a1ed: Pulling fs layer 01:05:01 2daf38717194: Waiting 01:05:01 309017e8d7a4: Waiting 01:05:01 f7790dc9fd0f: Waiting 01:05:01 cac0ae9282c2: Waiting 01:05:01 1f4cadf9a1ed: Waiting 01:05:01 1860925334f9: Waiting 01:05:01 94e5ff4c0b15: Verifying Checksum 01:05:01 94e5ff4c0b15: Download complete 01:05:01 3baa9cb2483b: Download complete 01:05:01 1860925334f9: Verifying Checksum 01:05:01 1860925334f9: Download complete 01:05:01 309017e8d7a4: Verifying Checksum 01:05:01 309017e8d7a4: Download complete 01:05:01 f7790dc9fd0f: Download complete 01:05:01 cac0ae9282c2: Verifying Checksum 01:05:01 cac0ae9282c2: Download complete 01:05:01 1f4cadf9a1ed: Verifying Checksum 01:05:01 1f4cadf9a1ed: Download complete 01:05:05 f08d8e2a3ba1: Verifying Checksum 01:05:05 f08d8e2a3ba1: Download complete 01:05:06 f08d8e2a3ba1: Pull complete 01:05:06 3baa9cb2483b: Pull complete 01:05:06 94e5ff4c0b15: Pull complete 01:05:06 1860925334f9: Pull complete 01:05:11 2daf38717194: Verifying Checksum 01:05:11 2daf38717194: Download complete 01:05:33 2daf38717194: Pull complete 01:05:33 309017e8d7a4: Pull complete 01:05:33 f7790dc9fd0f: Pull complete 01:05:33 cac0ae9282c2: Pull complete 01:05:33 1f4cadf9a1ed: Pull complete 01:05:33 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 01:05:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 01:05:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:05:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:05:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:05:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 01:05:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 01:05:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 01:05:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 01:05:34 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 01:05:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 01:05:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 01:05:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 01:05:35 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 01:05:35 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 01:05:35 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 01:05:35 Fetched 8163 kB in 2s (5230 kB/s) 01:05:37 Reading package lists... 01:05:39 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: 01:05:39 - README.md 01:05:39 01:05:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:05:40 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:05:40 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:05:40 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:05:40 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 01:05:42 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... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 51% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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 01:05:44 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-base perl-modules-5.26 pkg-config 01:05:45 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 48% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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 01:05:46 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 83% Building dependency tree 01:05:46 Reading state information... 0% Reading state information... 0% Reading state information... Done 01:05:46 The following packages were automatically installed and are no longer required: 01:05:46 libjq1 libonig4 01:05:46 Use 'sudo apt autoremove' to remove them. 01:05:46 Suggested packages: 01:05:46 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib 01:05:46 g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake 01:05:46 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg 01:05:46 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg 01:05:46 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base 01:05:46 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk 01:05:46 gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n libstdc++-7-doc 01:05:46 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 01:05:46 | libterm-readline-perl-perl 01:05:46 The following NEW packages will be installed: 01:05:46 binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7 01:05:46 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 01:05:46 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 01:05:46 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 01:05:46 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 01:05:46 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 01:05:46 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 01:05:46 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 libsodium23 libstdc++-7-dev 01:05:46 libtsan0 libubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages 01:05:46 manpages-dev netbase patch perl perl-modules-5.26 pkg-config 01:05:46 The following packages will be upgraded: 01:05:46 perl-base 01:05:46 1 upgraded, 62 newly installed, 0 to remove and 31 not upgraded. 01:05:46 Need to get 58.9 MB of archives. 01:05:46 After this operation, 249 MB of additional disk space will be used. 01:05:46 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:05:47 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 698 kB/1391 kB 50%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 01:05:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:05:47 3% [3 perl-modules-5.26 33.2 kB/2762 kB 1%] 7% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 01:05:47 7% [4 libgdbm5 15.2 kB/26.0 kB 58%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 01:05:47 7% [5 libgdbm-compat4 6084 B/6084 B 100%] 7% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:05:47 7% [6 libperl5.26 9589 B/3534 kB 0%] 12% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:05:47 12% [7 perl 60.8 kB/201 kB 30%] 13% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 01:05:47 13% [8 less 55.6 kB/112 kB 50%] 13% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 01:05:47 13% [9 netbase 9390 B/12.7 kB 74%] 14% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 01:05:47 14% [10 manpages 0 B/1234 kB 0%] 16% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:05:47 16% [11 binutils-common 65.5 kB/196 kB 33%] 16% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:05:47 16% [12 libbinutils 7549 B/488 kB 2%] 17% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:05:48 17% [13 binutils-x86-64-linux-gnu 43.9 kB/1839 kB 2%] 20% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:05:48 20% [14 binutils 3392 B/3392 B 100%] 20% [Working] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 01:05:48 21% [15 libc-dev-bin 20.5 kB/71.8 kB 29%] 21% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 01:05:48 21% [16 linux-libc-dev 29.2 kB/998 kB 3%] 23% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 01:05:48 23% [17 libc6-dev 14.3 kB/2585 kB 1%] 26% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:05:48 26% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 27% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 01:05:48 27% [19 libisl19 0 B/551 kB 0%] 28% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 01:05:48 28% [20 libmpfr6 65.5 kB/243 kB 27%] 28% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 01:05:48 28% [21 libmpc3 23.9 kB/40.8 kB 59%] 29% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:05:48 29% [22 cpp-7 48.4 kB/8591 kB 1%] 40% [22 cpp-7 7880 kB/8591 kB 92%] 41% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:05:48 41% [23 cpp 27.7 kB/27.7 kB 100%] 41% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:05:48 41% [24 libcc1-0 0 B/39.4 kB 0%] 42% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:05:48 42% [25 libgomp1 25.2 kB/76.5 kB 33%] 42% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:05:48 42% [26 libitm1 14.2 kB/27.9 kB 51%] 42% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:05:48 42% [27 libatomic1 9192 B/9192 B 100%] 43% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:05:48 43% [28 libasan4 36.9 kB/358 kB 10%] 43% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:05:48 43% [29 liblsan0 23.6 kB/133 kB 18%] 44% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:05:48 44% [30 libtsan0 13.0 kB/288 kB 5%] 45% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:05:48 45% [31 libubsan0 33.7 kB/126 kB 27%] 45% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:05:48 45% [32 libcilkrts5 42.5 kB/42.5 kB 100%] 46% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:05:48 46% [33 libmpx2 11.6 kB/11.6 kB 100%] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:05:49 46% [34 libquadmath0 30.6 kB/134 kB 23%] 46% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:05:49 46% [35 libgcc-7-dev 10.4 kB/2378 kB 0%] 50% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:05:49 50% [36 gcc-7 36.9 kB/9381 kB 0%] 59% [36 gcc-7 6689 kB/9381 kB 71%] 63% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:05:49 63% [37 gcc 5184 B/5184 B 100%] 63% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:05:49 63% [38 libstdc++-7-dev 41.3 kB/1471 kB 3%] 66% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:05:50 66% [39 g++-7 57.3 kB/9697 kB 1%] 78% [39 g++-7 8900 kB/9697 kB 92%] 79% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:05:50 79% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 01:05:50 79% [41 make 28.7 kB/154 kB 19%] 80% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:05:50 80% [42 libdpkg-perl 53.8 kB/211 kB 25%] 81% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:05:50 81% [43 patch 39.0 kB/102 kB 38%] 81% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:05:50 81% [44 dpkg-dev 61.4 kB/607 kB 10%] 82% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 01:05:50 82% [45 build-essential 4758 B/4758 B 100%] 82% [Working] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 01:05:50 83% [46 curl 45.5 kB/159 kB 29%] 83% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 01:05:50 83% [47 libfakeroot 4096 B/25.9 kB 16%] 83% [Working] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 01:05:50 83% [48 fakeroot 0 B/62.3 kB 0%] 84% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 01:05:50 84% [49 libcurl3-gnutls 59.8 kB/213 kB 28%] 84% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:05:50 84% [50 liberror-perl 22.8 kB/22.8 kB 100%] 85% [Working] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:05:50 85% [51 git-man 69.3 kB/804 kB 9%] 86% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:05:51 86% [52 git 37.0 kB/3915 kB 1%] 92% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 01:05:51 92% [53 libalgorithm-diff-perl 20.1 kB/47.6 kB 42%] 92% [Working] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 01:05:51 92% [54 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 92% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 01:05:51 92% [55 libalgorithm-merge-perl 0 B/12.0 kB 0%] 93% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 01:05:51 93% [56 libfile-fcntllock-perl 4096 B/33.2 kB 12%] 93% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:05:51 93% [57 libnorm1 28.7 kB/224 kB 13%] 94% [Working] Get:58 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:05:51 94% [58 libpgm-5.2-0 8192 B/157 kB 5%] 94% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:05:51 94% [59 libsodium23 8192 B/143 kB 6%] 95% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:05:51 95% [60 libzmq5 16.4 kB/221 kB 7%] 95% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:05:51 95% [61 libzmq3-dev 20.1 kB/400 kB 5%] 96% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 01:05:51 96% [62 manpages-dev 13.4 kB/2217 kB 1%] 100% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:05:51 100% [63 pkg-config 45.0 kB/45.0 kB 100%] 100% [Working] Fetched 58.9 MB in 4s (13.2 MB/s) 01:05:51 debconf: delaying package configuration, since apt-utils is not installed 01:05:51 (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.) 01:05:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:05:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 01:05:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:05:54 Selecting previously unselected package liblocale-gettext-perl. 01:05:54 (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.) 01:05:54 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 01:05:54 Unpacking liblocale-gettext-perl (1.07-3build2) ... 01:05:54 Selecting previously unselected package perl-modules-5.26. 01:05:54 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:05:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:05:55 Selecting previously unselected package libgdbm5:amd64. 01:05:55 Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ... 01:05:55 Unpacking libgdbm5:amd64 (1.14.1-6) ... 01:05:55 Selecting previously unselected package libgdbm-compat4:amd64. 01:05:55 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_amd64.deb ... 01:05:55 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 01:05:55 Selecting previously unselected package libperl5.26:amd64. 01:05:55 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:05:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:05:56 Selecting previously unselected package perl. 01:05:56 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:05:56 Unpacking perl (5.26.1-6ubuntu0.5) ... 01:05:56 Selecting previously unselected package less. 01:05:56 Preparing to unpack .../06-less_487-0.1_amd64.deb ... 01:05:56 Unpacking less (487-0.1) ... 01:05:56 Selecting previously unselected package netbase. 01:05:56 Preparing to unpack .../07-netbase_5.4_all.deb ... 01:05:56 Unpacking netbase (5.4) ... 01:05:56 Selecting previously unselected package manpages. 01:05:56 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 01:05:56 Unpacking manpages (4.15-1) ... 01:05:56 Selecting previously unselected package binutils-common:amd64. 01:05:56 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:05:56 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:05:56 Selecting previously unselected package libbinutils:amd64. 01:05:56 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:05:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:05:56 Selecting previously unselected package binutils-x86-64-linux-gnu. 01:05:56 Preparing to unpack .../11-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:05:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:05:57 Selecting previously unselected package binutils. 01:05:57 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:05:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 01:05:57 Selecting previously unselected package libc-dev-bin. 01:05:57 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 01:05:57 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 01:05:57 Selecting previously unselected package linux-libc-dev:amd64. 01:05:57 Preparing to unpack .../14-linux-libc-dev_4.15.0-122.124_amd64.deb ... 01:05:57 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 01:05:58 Selecting previously unselected package libc6-dev:amd64. 01:05:58 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 01:05:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 01:05:58 Selecting previously unselected package gcc-7-base:amd64. 01:05:58 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:05:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:05:58 Selecting previously unselected package libisl19:amd64. 01:05:58 Preparing to unpack .../17-libisl19_0.19-1_amd64.deb ... 01:05:58 Unpacking libisl19:amd64 (0.19-1) ... 01:05:58 Selecting previously unselected package libmpfr6:amd64. 01:05:58 Preparing to unpack .../18-libmpfr6_4.0.1-1_amd64.deb ... 01:05:58 Unpacking libmpfr6:amd64 (4.0.1-1) ... 01:05:58 Selecting previously unselected package libmpc3:amd64. 01:05:58 Preparing to unpack .../19-libmpc3_1.1.0-1_amd64.deb ... 01:05:58 Unpacking libmpc3:amd64 (1.1.0-1) ... 01:05:58 Selecting previously unselected package cpp-7. 01:05:58 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:05:58 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:05:59 Selecting previously unselected package cpp. 01:05:59 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:05:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 01:05:59 Selecting previously unselected package libcc1-0:amd64. 01:05:59 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:05:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:05:59 Selecting previously unselected package libgomp1:amd64. 01:05:59 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:05:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:05:59 Selecting previously unselected package libitm1:amd64. 01:05:59 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:05:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:05:59 Selecting previously unselected package libatomic1:amd64. 01:05:59 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:05:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libasan4:amd64. 01:06:00 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package liblsan0:amd64. 01:06:00 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libtsan0:amd64. 01:06:00 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libubsan0:amd64. 01:06:00 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libcilkrts5:amd64. 01:06:00 Preparing to unpack .../30-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libmpx2:amd64. 01:06:00 Preparing to unpack .../31-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libquadmath0:amd64. 01:06:00 Preparing to unpack .../32-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package libgcc-7-dev:amd64. 01:06:00 Preparing to unpack .../33-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:00 Selecting previously unselected package gcc-7. 01:06:00 Preparing to unpack .../34-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:00 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:06:01 Selecting previously unselected package gcc. 01:06:01 Preparing to unpack .../35-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:06:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 01:06:01 Selecting previously unselected package libstdc++-7-dev:amd64. 01:06:01 Preparing to unpack .../36-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:02 Selecting previously unselected package g++-7. 01:06:02 Preparing to unpack .../37-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:06:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 01:06:03 Selecting previously unselected package g++. 01:06:03 Preparing to unpack .../38-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:06:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 01:06:03 Selecting previously unselected package make. 01:06:03 Preparing to unpack .../39-make_4.1-9.1ubuntu1_amd64.deb ... 01:06:03 Unpacking make (4.1-9.1ubuntu1) ... 01:06:03 Selecting previously unselected package libdpkg-perl. 01:06:03 Preparing to unpack .../40-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:06:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:06:03 Selecting previously unselected package patch. 01:06:03 Preparing to unpack .../41-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:06:03 Unpacking patch (2.7.6-2ubuntu1.1) ... 01:06:03 Selecting previously unselected package dpkg-dev. 01:06:03 Preparing to unpack .../42-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:06:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 01:06:03 Selecting previously unselected package build-essential. 01:06:03 Preparing to unpack .../43-build-essential_12.4ubuntu1_amd64.deb ... 01:06:03 Unpacking build-essential (12.4ubuntu1) ... 01:06:04 Selecting previously unselected package curl. 01:06:04 Preparing to unpack .../44-curl_7.58.0-2ubuntu3.10_amd64.deb ... 01:06:04 Unpacking curl (7.58.0-2ubuntu3.10) ... 01:06:04 Selecting previously unselected package libfakeroot:amd64. 01:06:04 Preparing to unpack .../45-libfakeroot_1.22-2ubuntu1_amd64.deb ... 01:06:04 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 01:06:04 Selecting previously unselected package fakeroot. 01:06:04 Preparing to unpack .../46-fakeroot_1.22-2ubuntu1_amd64.deb ... 01:06:04 Unpacking fakeroot (1.22-2ubuntu1) ... 01:06:04 Selecting previously unselected package libcurl3-gnutls:amd64. 01:06:04 Preparing to unpack .../47-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 01:06:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 01:06:04 Selecting previously unselected package liberror-perl. 01:06:04 Preparing to unpack .../48-liberror-perl_0.17025-1_all.deb ... 01:06:04 Unpacking liberror-perl (0.17025-1) ... 01:06:04 Selecting previously unselected package git-man. 01:06:04 Preparing to unpack .../49-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:06:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:06:04 Selecting previously unselected package git. 01:06:04 Preparing to unpack .../50-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:06:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:06:05 Selecting previously unselected package libalgorithm-diff-perl. 01:06:05 Preparing to unpack .../51-libalgorithm-diff-perl_1.19.03-1_all.deb ... 01:06:05 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 01:06:05 Selecting previously unselected package libalgorithm-diff-xs-perl. 01:06:05 Preparing to unpack .../52-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 01:06:05 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 01:06:05 Selecting previously unselected package libalgorithm-merge-perl. 01:06:05 Preparing to unpack .../53-libalgorithm-merge-perl_0.08-3_all.deb ... 01:06:05 Unpacking libalgorithm-merge-perl (0.08-3) ... 01:06:05 Selecting previously unselected package libfile-fcntllock-perl. 01:06:05 Preparing to unpack .../54-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 01:06:05 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 01:06:05 Selecting previously unselected package libnorm1:amd64. 01:06:05 Preparing to unpack .../55-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:06:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:06:05 Selecting previously unselected package libpgm-5.2-0:amd64. 01:06:05 Preparing to unpack .../56-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:06:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:06:05 Selecting previously unselected package libsodium23:amd64. 01:06:05 Preparing to unpack .../57-libsodium23_1.0.16-2_amd64.deb ... 01:06:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:06:05 Selecting previously unselected package libzmq5:amd64. 01:06:05 Preparing to unpack .../58-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:06:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:06:06 Selecting previously unselected package libzmq3-dev:amd64. 01:06:06 Preparing to unpack .../59-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:06:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:06:06 Selecting previously unselected package manpages-dev. 01:06:06 Preparing to unpack .../60-manpages-dev_4.15-1_all.deb ... 01:06:06 Unpacking manpages-dev (4.15-1) ... 01:06:06 Selecting previously unselected package pkg-config. 01:06:06 Preparing to unpack .../61-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:06:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:06:06 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:06:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:06 Setting up manpages (4.15-1) ... 01:06:06 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:06:06 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:06 Setting up less (487-0.1) ... 01:06:06 Setting up make (4.1-9.1ubuntu1) ... 01:06:06 Setting up curl (7.58.0-2ubuntu3.10) ... 01:06:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 01:06:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:07 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 01:06:07 Setting up libmpfr6:amd64 (4.0.1-1) ... 01:06:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:06:07 Setting up libgdbm5:amd64 (1.14.1-6) ... 01:06:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:06:07 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:06:07 Setting up libsodium23:amd64 (1.0.16-2) ... 01:06:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:07 Setting up patch (2.7.6-2ubuntu1.1) ... 01:06:07 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 01:06:07 Setting up liblocale-gettext-perl (1.07-3build2) ... 01:06:07 Setting up libmpc3:amd64 (1.1.0-1) ... 01:06:07 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 01:06:07 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 01:06:07 Setting up manpages-dev (4.15-1) ... 01:06:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 01:06:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:06:07 Setting up netbase (5.4) ... 01:06:07 Setting up libisl19:amd64 (0.19-1) ... 01:06:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:06:07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:06:07 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:06:07 Setting up fakeroot (1.22-2ubuntu1) ... 01:06:07 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 01:06:07 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 01:06:07 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 01:06:07 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 01:06:07 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 01:06:07 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 01:06:07 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 01:06:07 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 01:06:07 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 01:06:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:06:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:06:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:06:07 Setting up perl (5.26.1-6ubuntu0.5) ... 01:06:07 Setting up libfile-fcntllock-perl (0.22-3build2) ... 01:06:07 Setting up libalgorithm-diff-perl (1.19.03-1) ... 01:06:07 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:06:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up liberror-perl (0.17025-1) ... 01:06:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:06:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:06:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:06:07 Setting up libalgorithm-merge-perl (0.08-3) ... 01:06:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:06:08 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 01:06:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:06:08 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 01:06:08 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 01:06:08 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:06:08 Setting up build-essential (12.4ubuntu1) ... 01:06:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:06:08 Processing triggers for mime-support (3.60ubuntu1) ... 01:06:08 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 01:06:08 Running on prd-ubuntu18.04-docker-arm64-16c-16g-9050 in /w/workspace/_app-service-configurable_PR-133 [Pipeline] { [Pipeline] ws 01:06:08 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 01:06:10 binutils set to automatically installed. 01:06:10 binutils-common set to automatically installed. 01:06:10 binutils-x86-64-linux-gnu set to automatically installed. 01:06:10 build-essential set to automatically installed. 01:06:10 cpp set to automatically installed. 01:06:10 cpp-7 set to automatically installed. 01:06:10 curl set to automatically installed. 01:06:10 dpkg-dev set to automatically installed. 01:06:10 fakeroot set to automatically installed. 01:06:10 g++ set to automatically installed. 01:06:10 g++-7 set to automatically installed. 01:06:10 gcc set to automatically installed. 01:06:10 gcc-7 set to automatically installed. 01:06:10 gcc-7-base set to automatically installed. 01:06:10 git set to automatically installed. 01:06:10 git-man set to automatically installed. 01:06:10 less set to automatically installed. 01:06:10 libalgorithm-diff-perl set to automatically installed. 01:06:10 libalgorithm-diff-xs-perl set to automatically installed. 01:06:10 libalgorithm-merge-perl set to automatically installed. 01:06:10 libasan4 set to automatically installed. 01:06:10 libatomic1 set to automatically installed. 01:06:10 libbinutils set to automatically installed. 01:06:10 libc-dev-bin set to automatically installed. 01:06:10 libc6-dev set to automatically installed. 01:06:10 libcc1-0 set to automatically installed. 01:06:10 libcilkrts5 set to automatically installed. 01:06:10 libcurl3-gnutls set to automatically installed. 01:06:10 libdpkg-perl set to automatically installed. 01:06:10 liberror-perl set to automatically installed. 01:06:10 libfakeroot set to automatically installed. 01:06:10 libfile-fcntllock-perl set to automatically installed. 01:06:10 libgcc-7-dev set to automatically installed. 01:06:10 libgdbm-compat4 set to automatically installed. 01:06:10 libgdbm5 set to automatically installed. 01:06:10 libgomp1 set to automatically installed. 01:06:10 libisl19 set to automatically installed. 01:06:10 libitm1 set to automatically installed. 01:06:10 liblocale-gettext-perl set to automatically installed. 01:06:10 liblsan0 set to automatically installed. 01:06:10 libmpc3 set to automatically installed. 01:06:10 libmpfr6 set to automatically installed. 01:06:10 libmpx2 set to automatically installed. 01:06:10 libnorm1 set to automatically installed. 01:06:10 libperl5.26 set to automatically installed. 01:06:10 libpgm-5.2-0 set to automatically installed. 01:06:10 libquadmath0 set to automatically installed. 01:06:10 libsodium23 set to automatically installed. 01:06:10 libstdc++-7-dev set to automatically installed. 01:06:10 libtsan0 set to automatically installed. 01:06:10 libubsan0 set to automatically installed. 01:06:10 libzmq3-dev set to automatically installed. 01:06:10 libzmq5 set to automatically installed. 01:06:10 linux-libc-dev set to automatically installed. 01:06:10 make set to automatically installed. 01:06:10 manpages set to automatically installed. 01:06:10 manpages-dev set to automatically installed. 01:06:10 netbase set to automatically installed. 01:06:10 patch set to automatically installed. 01:06:10 perl set to automatically installed. 01:06:10 perl-base set to automatically installed. 01:06:10 perl-modules-5.26 set to automatically installed. 01:06:10 pkg-config set to automatically installed. 01:06:10 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 01:06:10 Please ensure the environment is properly setup before continuing. 01:06:10 Ignore this message if the appropriate measures have already been taken 01:06:11 Pulling go  01:06:12 'app-service-config' has dependencies that need to be staged: go 01:06:12 Skipping pull go (already ran) 01:06:12 Building go  01:06:12 % Total % Received % Xferd Average Speed Time Time Time Current 01:06:12 Dload Upload Total Spent Left Speed 01:06:13 using credential edgex-jenkins-ssh 01:06:13 Cloning the remote Git repository 01:06:13 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 01:06:13 > git init /w/workspace/app-service-configurable/2 # timeout=10 01:06:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:06:13 > git --version # timeout=10 01:06:13 > git --version # 'git version 2.17.1' 01:06:13 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 41 115M 41 47.7M 0 0 54.1M 0 0:00:02 --:--:-- 0:00:02 54.0M 99 115M 99 114M 0 0 60.9M 0 0:00:01 0:00:01 --:--:-- 60.8M 100 115M 100 115M 0 0 60.9M 0 0:00:01 0:00:01 --:--:-- 60.9M 01:06:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:06:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:06:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:06:14 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/133/head:refs/remotes/origin/PR-133 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:06:15 go1.15.2.linux-amd64.tar.gz: OK 01:06:15 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit 320caafe36dc546657c0176e7a4e1f249bff0307 01:06:15 Merge succeeded, producing 9ba2e24155441dcf709addef4e327e3a6bdad13e 01:06:15 Checking out Revision 9ba2e24155441dcf709addef4e327e3a6bdad13e (PR-133) 01:06:15 > git config core.sparsecheckout # timeout=10 01:06:15 > git checkout -f 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 01:06:15 > git remote # timeout=10 01:06:15 > git config --get remote.origin.url # timeout=10 01:06:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:15 > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 01:06:15 > git rev-parse HEAD^{commit} # timeout=10 01:06:15 > git config core.sparsecheckout # timeout=10 01:06:15 > git checkout -f 9ba2e24155441dcf709addef4e327e3a6bdad13e # timeout=10 01:06:19 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" 01:06:19 > git rev-list --no-walk 320caafe36dc546657c0176e7a4e1f249bff0307 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:06:21 + find /w/workspace/app-service-configurable/2 01:06:21 + grep snapcraft.yaml 01:06:21 + grep -Po ^name: \K(.*) /w/workspace/app-service-configurable/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:06:21 provisioning config files... 01:06:21 copy managed file [EdgeX] to file:/w/workspace/app-service-configurable/2@tmp/config698176936321208602tmp [Pipeline] { 01:06:21 Staging go  [Pipeline] sh 01:06:22 + cp /w/workspace/app-service-configurable/2@tmp/config698176936321208602tmp /w/workspace/app-service-configurable/2/edgex-snap-store-login [Pipeline] sh 01:06:22 + 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 01:06:22 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] 01:06:22 2% [Working] 37% [Working] 37% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:06:22 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 01:06:22 3% 52% 52% 52% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 01:06:22 54% 58% Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 01:06:22 58% 58% Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 01:06:22 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 01:06:23 59% 96% 99% 99% 99% 99% 99% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:06:23 97% 99% 22% 22% 22% 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 01:06:23 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 01:06:23 237528ba509b: Pulling fs layer 01:06:23 393b96f31d8b: Pulling fs layer 01:06:23 4d82b0e39008: Pulling fs layer 01:06:23 e7ca375b8d34: Pulling fs layer 01:06:23 418f656485bb: Pulling fs layer 01:06:23 aebe8db9254c: Pulling fs layer 01:06:23 4f5f7b207d3f: Pulling fs layer 01:06:23 d19ca6af091a: Pulling fs layer 01:06:23 16b5a0711add: Pulling fs layer 01:06:23 aebe8db9254c: Waiting 01:06:23 4f5f7b207d3f: Waiting 01:06:23 e7ca375b8d34: Waiting 01:06:23 418f656485bb: Waiting 01:06:23 4d82b0e39008: Verifying Checksum 01:06:23 4d82b0e39008: Download complete 01:06:23 e7ca375b8d34: Verifying Checksum 01:06:23 e7ca375b8d34: Download complete 01:06:23 393b96f31d8b: Verifying Checksum 01:06:23 393b96f31d8b: Download complete 01:06:23 aebe8db9254c: Verifying Checksum 01:06:23 aebe8db9254c: Download complete 01:06:23 4f5f7b207d3f: Verifying Checksum 01:06:23 4f5f7b207d3f: Download complete 01:06:23 22% 22% 22% 22% 17% [Working] 17% [Working] 17% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 01:06:23 d19ca6af091a: Download complete 01:06:23 16b5a0711add: Download complete 01:06:24 17% 19% 37% Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 01:06:24 71% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 01:06:24 71% 71% 77% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 01:06:24 77% 78% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 01:06:24 78% 79% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 01:06:24 79% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 01:06:24 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 01:06:24 89% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 01:06:24 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 01:06:24 237528ba509b: Verifying Checksum 01:06:24 237528ba509b: Download complete 01:06:25 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) 01:06:27 237528ba509b: Pull complete 01:06:27 393b96f31d8b: Pull complete 01:06:28 4d82b0e39008: Pull complete 01:06:28 e7ca375b8d34: Pull complete 01:06:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:06:29 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 01:06:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:06:30 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 01:06:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:06:31 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 01:06:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:06:31 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 01:06:31 Pulling app-service-config  01:06:33 Pulling config-common  01:06:33 418f656485bb: Verifying Checksum 01:06:33 418f656485bb: Download complete 01:06:34 Skipping build go (already ran) 01:06:34 Building app-service-config  01:06:34 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.51 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 01:06:35 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.51 01:06:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 01:06:35 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 01:06:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.109 01:06:35 go: downloading github.com/gorilla/mux v1.8.0 01:06:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:06:35 go: downloading github.com/google/uuid v1.1.2 01:06:35 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 01:06:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:06:35 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 01:06:35 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 01:06:35 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 01:06:35 go: downloading github.com/go-kit/kit v0.8.0 01:06:35 go: downloading github.com/pebbe/zmq4 v1.0.0 01:06:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:06:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:06:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:06:35 go: downloading go.mongodb.org/mongo-driver v1.1.1 01:06:35 go: downloading github.com/mitchellh/copystructure v1.0.0 01:06:35 go: downloading github.com/BurntSushi/toml v0.3.1 01:06:36 go: downloading github.com/hashicorp/consul/api v1.1.0 01:06:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:06:36 go: downloading github.com/pelletier/go-toml v1.2.0 01:06:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:06:36 go: downloading github.com/x448/float16 v0.8.4 01:06:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:06:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:06:36 go: downloading github.com/hashicorp/serf v0.8.2 01:06:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:06:36 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:06:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:06:36 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:06:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:06:36 go: downloading github.com/go-playground/universal-translator v0.17.0 01:06:36 go: downloading github.com/leodido/go-urn v1.2.0 01:06:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:06:36 go: downloading github.com/go-playground/locales v0.13.0 01:06:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:06:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:06:36 go: downloading github.com/go-stack/stack v1.8.0 01:06:36 go: downloading github.com/golang/snappy v0.0.1 01:06:36 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 01:06:36 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 01:06:36 go: downloading github.com/xdg/stringprep v1.0.0 01:06:36 go: downloading golang.org/x/text v0.3.2 01:06:36 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:06:51 Building config-common  01:06:54 Skipping stage go (already ran) 01:06:54 Staging app-service-config  01:06:54 Staging config-common  01:06:55 Priming go  01:06:56 Priming app-service-config  01:06:58 Priming config-common  01:07:00 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 01:07:00 Snapped edgex-app-service-configurable_1.2.0-20201027+dc6e562_amd64.snap [Pipeline] } 01:07:02 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] } 01:07:20 418f656485bb: Pull complete 01:07:20 aebe8db9254c: Pull complete 01:07:20 4f5f7b207d3f: Pull complete 01:07:20 d19ca6af091a: Pull complete 01:07:20 16b5a0711add: Pull complete 01:07:20 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 01:07:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 01:07:20 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 01:07:20 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 01:07:21 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 01:07:21 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 01:07:21 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1860 kB] 01:07:22 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1413 kB] 01:07:22 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] 01:07:22 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] 01:07:22 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] 01:07:22 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] 01:07:22 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] 01:07:22 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1031 kB] 01:07:22 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] 01:07:22 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1178 kB] 01:07:23 Fetched 5769 kB in 3s (2209 kB/s) 01:07:28 Reading package lists... 01:07:35 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: 01:07:35 - README.md 01:07:35 01:07:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:07:41 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 01:07:41 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 01:07:41 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 01:07:41 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 01:07:47 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... 7% Reading package lists... 25% Reading package lists... 45% Reading package lists... 63% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% 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 01:07:56 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-base perl-modules-5.26 pkg-config 01:08:00 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... 8% Reading package lists... 23% Reading package lists... 42% Reading package lists... 59% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 75% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% 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 01:08:01 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 01:08:01 Reading state information... 0% Reading state information... 0% Reading state information... Done 01:08:02 The following packages were automatically installed and are no longer required: 01:08:02 libjq1 libonig4 01:08:02 Use 'sudo apt autoremove' to remove them. 01:08:02 Suggested packages: 01:08:02 binutils-doc cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 01:08:02 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg 01:08:02 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 01:08:02 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 01:08:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:08:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc bzr gdbm-l10n 01:08:02 libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc 01:08:02 libterm-readline-gnu-perl | libterm-readline-perl-perl 01:08:03 The following NEW packages will be installed: 01:08:03 binutils binutils-aarch64-linux-gnu binutils-common build-essential cpp 01:08:03 cpp-7 curl dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base git git-man less 01:08:03 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 01:08:03 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 01:08:03 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 01:08:03 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 01:08:03 libisl19 libitm1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libnorm1 01:08:03 libperl5.26 libpgm-5.2-0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 01:08:03 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 01:08:03 perl perl-modules-5.26 pkg-config 01:08:03 The following packages will be upgraded: 01:08:03 perl-base 01:08:03 1 upgraded, 59 newly installed, 0 to remove and 31 not upgraded. 01:08:03 Need to get 50.4 MB of archives. 01:08:03 After this operation, 219 MB of additional disk space will be used. 01:08:03 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] 01:08:04 0% [1 perl-base 12.6 kB/1237 kB 1%] 1% [1 perl-base 617 kB/1237 kB 50%] 2% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB] 01:08:04 2% [2 liblocale-gettext-perl 7386 B/16.3 kB 45%] 3% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:08:04 3% [3 perl-modules-5.26 56.4 kB/2762 kB 2%] 7% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 01:08:04 7% [4 libgdbm5 23.1 kB/23.1 kB 100%] 8% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 01:08:04 8% [5 libgdbm-compat4 5536 B/5536 B 100%] 8% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] 01:08:05 8% [6 libperl5.26 17.1 kB/3335 kB 1%] 14% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] 01:08:05 14% [7 perl 24.6 kB/201 kB 12%] 14% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 01:08:05 14% [8 less 19.5 kB/99.7 kB 20%] 15% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 01:08:05 15% [9 netbase 12.7 kB/12.7 kB 100%] 15% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB] 01:08:05 15% [10 manpages 12.3 kB/1234 kB 1%] 18% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] 01:08:05 18% [11 binutils-common 48.9 kB/196 kB 25%] 18% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] 01:08:05 18% [12 libbinutils 48.8 kB/417 kB 12%] 19% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.4 [2170 kB] 01:08:05 19% [13 binutils-aarch64-linux-gnu 24.9 kB/2170 kB 1%] 23% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] 01:08:05 23% [Waiting for headers] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.2 [58.7 kB] 01:08:05 23% [15 libc-dev-bin 58.7 kB/58.7 kB 100%] 24% [Working] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-122.124 [975 kB] 01:08:05 24% [16 linux-libc-dev 0 B/975 kB 0%] 26% [Working] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.2 [2049 kB] 01:08:05 26% [17 libc6-dev 28.2 kB/2049 kB 1%] 29% [Working] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:08:05 29% [18 gcc-7-base 10.2 kB/18.3 kB 56%] 30% [Working] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB] 01:08:05 30% [19 libisl19 16.4 kB/439 kB 4%] 31% [Working] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB] 01:08:05 31% [20 libmpfr6 16.4 kB/202 kB 8%] 31% [Working] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB] 01:08:05 31% [21 libmpc3 36.9 kB/37.2 kB 99%] 32% [Working] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] 01:08:05 32% [22 cpp-7 0 B/7046 kB 0%] 43% [Working] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:08:05 43% [23 cpp 27.7 kB/27.7 kB 100%] 44% [Working] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] 01:08:05 44% [24 libcc1-0 0 B/36.5 kB 0%] 44% [Working] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] 01:08:05 44% [25 libgomp1 45.1 kB/69.7 kB 65%] 44% [Working] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] 01:08:05 44% [26 libitm1 24.3 kB/24.3 kB 100%] 45% [Working] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] 01:08:05 45% [27 libatomic1 9176 B/9176 B 100%] 45% [Working] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] 01:08:05 45% [28 libasan4 26.6 kB/335 kB 8%] 46% [Working] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] 01:08:05 46% [29 liblsan0 18.8 kB/121 kB 16%] 46% [Working] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] 01:08:05 46% [30 libtsan0 28.8 kB/269 kB 11%] 47% [Working] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] 01:08:05 47% [31 libubsan0 21.4 kB/117 kB 18%] 48% [Working] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] 01:08:05 48% [32 libgcc-7-dev 0 B/833 kB 0%] 49% [Working] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] 01:08:06 49% [33 gcc-7 0 B/7772 kB 0%] 62% [Working] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] 01:08:06 62% [34 gcc 5208 B/5208 B 100%] 62% [Working] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:08:06 62% [35 libstdc++-7-dev 0 B/1471 kB 0%] 65% [Working] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] 01:08:06 65% [36 g++-7 36.9 kB/8077 kB 0%] 78% [Working] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] 01:08:06 79% [Waiting for headers] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 01:08:06 79% [38 make 26.6 kB/139 kB 19%] 79% [Working] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:08:06 79% [39 libdpkg-perl 18.7 kB/211 kB 9%] 80% [Working] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 01:08:06 80% [40 patch 65.5 kB/91.8 kB 71%] 80% [Working] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:08:06 80% [41 dpkg-dev 43.0 kB/607 kB 7%] 82% [Working] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B] 01:08:06 82% [Waiting for headers] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 01:08:06 82% [43 curl 20.6 kB/152 kB 14%] 82% [Working] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB] 01:08:06 83% [44 libfakeroot 21.8 kB/21.8 kB 100%] 83% [Working] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB] 01:08:06 83% [45 fakeroot 16.4 kB/59.9 kB 27%] 83% [Working] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 01:08:06 83% [46 libcurl3-gnutls 28.7 kB/179 kB 16%] 84% [Working] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 01:08:06 84% [47 liberror-perl 22.8 kB/22.8 kB 100%] 84% [Working] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:08:06 84% [48 git-man 16.4 kB/804 kB 2%] 86% [Working] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 01:08:07 86% [49 git 25.4 kB/2952 kB 1%] 91% [Working] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 01:08:07 91% [50 libalgorithm-diff-perl 24.6 kB/47.6 kB 52%] 91% [Working] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB] 01:08:07 91% [51 libalgorithm-diff-xs-perl 10.8 kB/10.8 kB 100%] 92% [Working] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 01:08:07 92% [52 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 92% [Working] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB] 01:08:07 92% [53 libfile-fcntllock-perl 17.1 kB/33.0 kB 52%] 92% [Working] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] 01:08:07 92% [54 libnorm1 49.4 kB/218 kB 23%] 93% [Working] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] 01:08:07 93% [55 libpgm-5.2-0 0 B/140 kB 0%] 94% [Working] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] 01:08:07 94% [56 libsodium23 19.2 kB/90.4 kB 21%] 94% [Working] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] 01:08:07 94% [57 libzmq5 53.2 kB/208 kB 26%] 95% [Working] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] 01:08:07 95% [58 libzmq3-dev 48.4 kB/409 kB 12%] 96% [Working] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB] 01:08:07 96% [59 manpages-dev 12.3 kB/2217 kB 1%] 100% [Working] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] 01:08:07 100% [60 pkg-config 42.8 kB/42.8 kB 100%] 100% [Working] Fetched 50.4 MB in 4s (14.3 MB/s) 01:08:07 debconf: delaying package configuration, since apt-utils is not installed 01:08:08 (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.) 01:08:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... 01:08:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 01:08:13 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:08:13 Selecting previously unselected package liblocale-gettext-perl. 01:08: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.) 01:08:13 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3build2_arm64.deb ... 01:08:13 Unpacking liblocale-gettext-perl (1.07-3build2) ... 01:08:13 Selecting previously unselected package perl-modules-5.26. 01:08:13 Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:08:13 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:08:15 Selecting previously unselected package libgdbm5:arm64. 01:08:15 Preparing to unpack .../02-libgdbm5_1.14.1-6_arm64.deb ... 01:08:15 Unpacking libgdbm5:arm64 (1.14.1-6) ... 01:08:15 Selecting previously unselected package libgdbm-compat4:arm64. 01:08:15 Preparing to unpack .../03-libgdbm-compat4_1.14.1-6_arm64.deb ... 01:08:15 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 01:08:15 Selecting previously unselected package libperl5.26:arm64. 01:08:15 Preparing to unpack .../04-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... 01:08:15 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 01:08:17 Selecting previously unselected package perl. 01:08:17 Preparing to unpack .../05-perl_5.26.1-6ubuntu0.5_arm64.deb ... 01:08:17 Unpacking perl (5.26.1-6ubuntu0.5) ... 01:08:17 Selecting previously unselected package less. 01:08:17 Preparing to unpack .../06-less_487-0.1_arm64.deb ... 01:08:17 Unpacking less (487-0.1) ... 01:08:17 Selecting previously unselected package netbase. 01:08:17 Preparing to unpack .../07-netbase_5.4_all.deb ... 01:08:17 Unpacking netbase (5.4) ... 01:08:17 Selecting previously unselected package manpages. 01:08:17 Preparing to unpack .../08-manpages_4.15-1_all.deb ... 01:08:17 Unpacking manpages (4.15-1) ... 01:08:17 Selecting previously unselected package binutils-common:arm64. 01:08:17 Preparing to unpack .../09-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... 01:08:17 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 01:08:17 Selecting previously unselected package libbinutils:arm64. 01:08:17 Preparing to unpack .../10-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 01:08:17 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 01:08:17 Selecting previously unselected package binutils-aarch64-linux-gnu. 01:08:17 Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... 01:08:17 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:08:18 Selecting previously unselected package binutils. 01:08:18 Preparing to unpack .../12-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... 01:08:18 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 01:08:19 Selecting previously unselected package libc-dev-bin. 01:08:19 Preparing to unpack .../13-libc-dev-bin_2.27-3ubuntu1.2_arm64.deb ... 01:08:19 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 01:08:19 Selecting previously unselected package linux-libc-dev:arm64. 01:08:19 Preparing to unpack .../14-linux-libc-dev_4.15.0-122.124_arm64.deb ... 01:08:19 Unpacking linux-libc-dev:arm64 (4.15.0-122.124) ... 01:08:20 Selecting previously unselected package libc6-dev:arm64. 01:08:20 Preparing to unpack .../15-libc6-dev_2.27-3ubuntu1.2_arm64.deb ... 01:08:20 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.2) ... 01:08:21 Selecting previously unselected package gcc-7-base:arm64. 01:08:21 Preparing to unpack .../16-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:21 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Selecting previously unselected package libisl19:arm64. 01:08:21 Preparing to unpack .../17-libisl19_0.19-1_arm64.deb ... 01:08:21 Unpacking libisl19:arm64 (0.19-1) ... 01:08:21 Selecting previously unselected package libmpfr6:arm64. 01:08:21 Preparing to unpack .../18-libmpfr6_4.0.1-1_arm64.deb ... 01:08:21 Unpacking libmpfr6:arm64 (4.0.1-1) ... 01:08:21 Selecting previously unselected package libmpc3:arm64. 01:08:21 Preparing to unpack .../19-libmpc3_1.1.0-1_arm64.deb ... 01:08:21 Unpacking libmpc3:arm64 (1.1.0-1) ... 01:08:21 Selecting previously unselected package cpp-7. 01:08:21 Preparing to unpack .../20-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:08:23 Selecting previously unselected package cpp. 01:08:23 Preparing to unpack .../21-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 01:08:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 01:08:23 Selecting previously unselected package libcc1-0:arm64. 01:08:23 Preparing to unpack .../22-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... 01:08:23 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:23 Selecting previously unselected package libgomp1:arm64. 01:08:23 Preparing to unpack .../23-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... 01:08:23 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package libitm1:arm64. 01:08:24 Preparing to unpack .../24-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package libatomic1:arm64. 01:08:24 Preparing to unpack .../25-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package libasan4:arm64. 01:08:24 Preparing to unpack .../26-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package liblsan0:arm64. 01:08:24 Preparing to unpack .../27-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package libtsan0:arm64. 01:08:24 Preparing to unpack .../28-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package libubsan0:arm64. 01:08:24 Preparing to unpack .../29-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:24 Selecting previously unselected package libgcc-7-dev:arm64. 01:08:24 Preparing to unpack .../30-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:24 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:25 Selecting previously unselected package gcc-7. 01:08:25 Preparing to unpack .../31-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:08:27 Selecting previously unselected package gcc. 01:08:27 Preparing to unpack .../32-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 01:08:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 01:08:27 Selecting previously unselected package libstdc++-7-dev:arm64. 01:08:27 Preparing to unpack .../33-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:27 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:28 Selecting previously unselected package g++-7. 01:08:28 Preparing to unpack .../34-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... 01:08:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 01:08:30 Selecting previously unselected package g++. 01:08:30 Preparing to unpack .../35-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... 01:08:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 01:08:30 Selecting previously unselected package make. 01:08:30 Preparing to unpack .../36-make_4.1-9.1ubuntu1_arm64.deb ... 01:08:30 Unpacking make (4.1-9.1ubuntu1) ... 01:08:30 Selecting previously unselected package libdpkg-perl. 01:08:30 Preparing to unpack .../37-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:08:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:08:31 Selecting previously unselected package patch. 01:08:31 Preparing to unpack .../38-patch_2.7.6-2ubuntu1.1_arm64.deb ... 01:08:31 Unpacking patch (2.7.6-2ubuntu1.1) ... 01:08:31 Selecting previously unselected package dpkg-dev. 01:08:31 Preparing to unpack .../39-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:08:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 01:08:31 Selecting previously unselected package build-essential. 01:08:31 Preparing to unpack .../40-build-essential_12.4ubuntu1_arm64.deb ... 01:08:31 Unpacking build-essential (12.4ubuntu1) ... 01:08:31 Selecting previously unselected package curl. 01:08:31 Preparing to unpack .../41-curl_7.58.0-2ubuntu3.10_arm64.deb ... 01:08:31 Unpacking curl (7.58.0-2ubuntu3.10) ... 01:08:31 Selecting previously unselected package libfakeroot:arm64. 01:08:31 Preparing to unpack .../42-libfakeroot_1.22-2ubuntu1_arm64.deb ... 01:08:31 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ... 01:08:32 Selecting previously unselected package fakeroot. 01:08:32 Preparing to unpack .../43-fakeroot_1.22-2ubuntu1_arm64.deb ... 01:08:32 Unpacking fakeroot (1.22-2ubuntu1) ... 01:08:32 Selecting previously unselected package libcurl3-gnutls:arm64. 01:08:32 Preparing to unpack .../44-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 01:08:32 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 01:08:32 Selecting previously unselected package liberror-perl. 01:08:32 Preparing to unpack .../45-liberror-perl_0.17025-1_all.deb ... 01:08:32 Unpacking liberror-perl (0.17025-1) ... 01:08:32 Selecting previously unselected package git-man. 01:08:32 Preparing to unpack .../46-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:08:32 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:08:32 Selecting previously unselected package git. 01:08:32 Preparing to unpack .../47-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 01:08:33 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:08:34 Selecting previously unselected package libalgorithm-diff-perl. 01:08:34 Preparing to unpack .../48-libalgorithm-diff-perl_1.19.03-1_all.deb ... 01:08:34 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 01:08:34 Selecting previously unselected package libalgorithm-diff-xs-perl. 01:08:34 Preparing to unpack .../49-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ... 01:08:34 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 01:08:34 Selecting previously unselected package libalgorithm-merge-perl. 01:08:34 Preparing to unpack .../50-libalgorithm-merge-perl_0.08-3_all.deb ... 01:08:34 Unpacking libalgorithm-merge-perl (0.08-3) ... 01:08:34 Selecting previously unselected package libfile-fcntllock-perl. 01:08:34 Preparing to unpack .../51-libfile-fcntllock-perl_0.22-3build2_arm64.deb ... 01:08:34 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 01:08:34 Selecting previously unselected package libnorm1:arm64. 01:08:34 Preparing to unpack .../52-libnorm1_1.5r6+dfsg1-6_arm64.deb ... 01:08:34 Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... 01:08:34 Selecting previously unselected package libpgm-5.2-0:arm64. 01:08:34 Preparing to unpack .../53-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... 01:08:34 Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 01:08:34 Selecting previously unselected package libsodium23:arm64. 01:08:34 Preparing to unpack .../54-libsodium23_1.0.16-2_arm64.deb ... 01:08:34 Unpacking libsodium23:arm64 (1.0.16-2) ... 01:08:34 Selecting previously unselected package libzmq5:arm64. 01:08:34 Preparing to unpack .../55-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... 01:08:35 Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 01:08:35 Selecting previously unselected package libzmq3-dev:arm64. 01:08:35 Preparing to unpack .../56-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... 01:08:35 Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 01:08:35 Selecting previously unselected package manpages-dev. 01:08:35 Preparing to unpack .../57-manpages-dev_4.15-1_all.deb ... 01:08:35 Unpacking manpages-dev (4.15-1) ... 01:08:36 Selecting previously unselected package pkg-config. 01:08:36 Preparing to unpack .../58-pkg-config_0.29.1-0ubuntu2_arm64.deb ... 01:08:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:08:36 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:36 Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... 01:08:36 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:36 Setting up manpages (4.15-1) ... 01:08:36 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:08:36 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:36 Setting up less (487-0.1) ... 01:08:36 Setting up make (4.1-9.1ubuntu1) ... 01:08:36 Setting up curl (7.58.0-2ubuntu3.10) ... 01:08:37 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 01:08:37 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:37 Setting up linux-libc-dev:arm64 (4.15.0-122.124) ... 01:08:37 Setting up libmpfr6:arm64 (4.0.1-1) ... 01:08:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:08:37 Setting up libgdbm5:arm64 (1.14.1-6) ... 01:08:37 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:37 Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... 01:08:37 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:37 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... 01:08:37 Setting up libsodium23:arm64 (1.0.16-2) ... 01:08:37 Setting up patch (2.7.6-2ubuntu1.1) ... 01:08:37 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ... 01:08:37 Setting up liblocale-gettext-perl (1.07-3build2) ... 01:08:37 Setting up libmpc3:arm64 (1.1.0-1) ... 01:08:37 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 01:08:37 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 01:08:37 Setting up manpages-dev (4.15-1) ... 01:08:37 Setting up libc6-dev:arm64 (2.27-3ubuntu1.2) ... 01:08:37 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... 01:08:37 Setting up netbase (5.4) ... 01:08:38 Setting up libisl19:arm64 (0.19-1) ... 01:08:38 Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... 01:08:38 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... 01:08:38 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... 01:08:38 Setting up fakeroot (1.22-2ubuntu1) ... 01:08:38 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 01:08:38 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 01:08:38 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 01:08:38 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 01:08:38 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 01:08:38 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 01:08:38 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 01:08:38 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 01:08:38 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 01:08:38 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... 01:08:38 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:08:38 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:08:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:08:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:08:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:08:38 Setting up perl (5.26.1-6ubuntu0.5) ... 01:08:38 Setting up libfile-fcntllock-perl (0.22-3build2) ... 01:08:38 Setting up libalgorithm-diff-perl (1.19.03-1) ... 01:08:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:08:38 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 01:08: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 01:08:38 Setting up liberror-perl (0.17025-1) ... 01:08:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:08:38 Setting up libalgorithm-merge-perl (0.08-3) ... 01:08:39 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:08:39 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 01:08:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:08:39 Setting up build-essential (12.4ubuntu1) ... 01:08:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:08:39 Processing triggers for mime-support (3.60ubuntu1) ... 01:08:39 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 01:08:44 binutils set to automatically installed. 01:08:44 binutils-aarch64-linux-gnu set to automatically installed. 01:08:44 binutils-common set to automatically installed. 01:08:44 build-essential set to automatically installed. 01:08:44 cpp set to automatically installed. 01:08:44 cpp-7 set to automatically installed. 01:08:45 curl set to automatically installed. 01:08:45 dpkg-dev set to automatically installed. 01:08:45 fakeroot set to automatically installed. 01:08:45 g++ set to automatically installed. 01:08:45 g++-7 set to automatically installed. 01:08:45 gcc set to automatically installed. 01:08:45 gcc-7 set to automatically installed. 01:08:45 gcc-7-base set to automatically installed. 01:08:45 git set to automatically installed. 01:08:45 git-man set to automatically installed. 01:08:45 less set to automatically installed. 01:08:45 libalgorithm-diff-perl set to automatically installed. 01:08:45 libalgorithm-diff-xs-perl set to automatically installed. 01:08:45 libalgorithm-merge-perl set to automatically installed. 01:08:45 libasan4 set to automatically installed. 01:08:45 libatomic1 set to automatically installed. 01:08:45 libbinutils set to automatically installed. 01:08:45 libc-dev-bin set to automatically installed. 01:08:45 libc6-dev set to automatically installed. 01:08:45 libcc1-0 set to automatically installed. 01:08:45 libcurl3-gnutls set to automatically installed. 01:08:45 libdpkg-perl set to automatically installed. 01:08:45 liberror-perl set to automatically installed. 01:08:45 libfakeroot set to automatically installed. 01:08:45 libfile-fcntllock-perl set to automatically installed. 01:08:45 libgcc-7-dev set to automatically installed. 01:08:45 libgdbm-compat4 set to automatically installed. 01:08:46 libgdbm5 set to automatically installed. 01:08:46 libgomp1 set to automatically installed. 01:08:46 libisl19 set to automatically installed. 01:08:46 libitm1 set to automatically installed. 01:08:46 liblocale-gettext-perl set to automatically installed. 01:08:46 liblsan0 set to automatically installed. 01:08:46 libmpc3 set to automatically installed. 01:08:46 libmpfr6 set to automatically installed. 01:08:46 libnorm1 set to automatically installed. 01:08:46 libperl5.26 set to automatically installed. 01:08:46 libpgm-5.2-0 set to automatically installed. 01:08:46 libsodium23 set to automatically installed. 01:08:46 libstdc++-7-dev set to automatically installed. 01:08:46 libtsan0 set to automatically installed. 01:08:46 libubsan0 set to automatically installed. 01:08:46 libzmq3-dev set to automatically installed. 01:08:46 libzmq5 set to automatically installed. 01:08:46 linux-libc-dev set to automatically installed. 01:08:46 make set to automatically installed. 01:08:46 manpages set to automatically installed. 01:08:46 manpages-dev set to automatically installed. 01:08:46 netbase set to automatically installed. 01:08:46 patch set to automatically installed. 01:08:46 perl set to automatically installed. 01:08:46 perl-base set to automatically installed. 01:08:46 perl-modules-5.26 set to automatically installed. 01:08:46 pkg-config set to automatically installed. 01:08:46 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 01:08:46 Please ensure the environment is properly setup before continuing. 01:08:46 Ignore this message if the appropriate measures have already been taken 01:08:48 Pulling go  01:08:51 'app-service-config' has dependencies that need to be staged: go 01:08:51 Skipping pull go (already ran) 01:08:51 Building go  01:08:51 % Total % Received % Xferd Average Speed Time Time Time Current 01:08:51 Dload Upload Total Spent Left Speed 01:08:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 93.2M 3 3759k 0 0 9103k 0 0:00:10 --:--:-- 0:00:10 9103k 49 93.2M 49 45.9M 0 0 33.0M 0 0:00:02 0:00:01 0:00:01 32.9M 95 93.2M 95 88.8M 0 0 37.1M 0 0:00:02 0:00:02 --:--:-- 37.1M 100 93.2M 100 93.2M 0 0 37.3M 0 0:00:02 0:00:02 --:--:-- 37.3M 01:08:55 go1.15.2.linux-arm64.tar.gz: OK 01:09:17 Staging go  01:09:18 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] 01:09:19 5% 99% [Working] 99% [Working] 99% Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 01:09:19 76% 99% 99% Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 01:09:19 84% 99% 99% Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 01:09:19 83% 99% 3% [Working] 3% [Working] 3% 3% Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB] 01:09:20 3% 13% 13% 13% 53% 53% 53% 70% 70% 70% 70% 62% Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B] 01:09:20 62% 62% Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB] 01:09:20 62% 69% Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB] 01:09:20 69% 70% Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1413 kB] 01:09:20 70% 77% Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] 01:09:20 77% Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] 01:09:20 77% Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1860 kB] 01:09:20 78% 87% Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] 01:09:20 87% Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] 01:09:20 88% Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] 01:09:20 88% Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] 01:09:20 88% 88% Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1178 kB] 01:09:20 88% 94% Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1031 kB] 01:09:23 94% 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% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 18.5 MB in 0s (0 B/s) 01:09:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] 01:09:46 5% 100% [Working] Fetched 218 kB in 0s (0 B/s) 01:09:46 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] 01:09:46 9% 100% [Working] Fetched 140 kB in 0s (0 B/s) 01:09:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] 01:09:46 6% 100% [Working] Fetched 208 kB in 0s (0 B/s) 01:09:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] 01:09:46 13% 100% [Working] Fetched 90.4 kB in 0s (0 B/s) 01:09:46 Pulling app-service-config  01:09:52 Pulling config-common  01:09:56 Skipping build go (already ran) 01:09:56 Building app-service-config  01:09:56 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.51 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 01:09:58 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.51 01:09:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 01:09:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.109 01:09:58 go: downloading github.com/gorilla/mux v1.8.0 01:09:58 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 01:09:58 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 01:09:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:09:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:09:58 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 01:09:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:09:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:09:58 go: downloading github.com/google/uuid v1.1.2 01:09:58 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 01:09:58 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 01:09:58 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:09:58 go: downloading github.com/x448/float16 v0.8.4 01:09:58 go: downloading github.com/pelletier/go-toml v1.2.0 01:09:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:09:58 go: downloading github.com/go-kit/kit v0.8.0 01:09:58 go: downloading github.com/hashicorp/consul/api v1.1.0 01:09:58 go: downloading go.mongodb.org/mongo-driver v1.1.1 01:09:58 go: downloading github.com/BurntSushi/toml v0.3.1 01:09:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:09:58 go: downloading github.com/pebbe/zmq4 v1.0.0 01:09:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:09:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:09:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:09:58 go: downloading github.com/mitchellh/copystructure v1.0.0 01:09:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:09:59 go: downloading github.com/leodido/go-urn v1.2.0 01:09:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:09:59 go: downloading github.com/go-playground/universal-translator v0.17.0 01:09:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:09:59 go: downloading github.com/hashicorp/serf v0.8.2 01:09:59 go: downloading github.com/go-playground/locales v0.13.0 01:09:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:09:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:09:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:09:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:10:00 go: downloading github.com/go-stack/stack v1.8.0 01:10:00 go: downloading github.com/golang/snappy v0.0.1 01:10:00 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 01:10:00 go: downloading github.com/xdg/stringprep v1.0.0 01:10:00 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 01:10:00 go: downloading golang.org/x/text v0.3.2 01:10:00 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:10:47 Building config-common  01:11:05 Skipping stage go (already ran) 01:11:05 Staging app-service-config  01:11:09 Staging config-common  01:11:13 Priming go  01:11:16 Priming app-service-config  01:11:21 Priming config-common  01:11:26 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | 01:11:26 Snapped edgex-app-service-configurable_1.2.0-20201027+9ba2e24_arm64.snap [Pipeline] } 01:11:30 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 01:11:32 provisioning config files... 01:11:32 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-133@tmp/config6396914969024616834tmp [Pipeline] { [Pipeline] sh 01:11:32 + set +x 01:11:32 + curl -s https://codecov.io/bash 01:11:32 + bash -s -- 01:11:32 01:11:32 _____ _ 01:11:32 / ____| | | 01:11:32 | | ___ __| | ___ ___ _____ __ 01:11:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:11:32 | |___| (_) | (_| | __/ (_| (_) \ V / 01:11:32 \_____\___/ \__,_|\___|\___\___/ \_/ 01:11:32 Bash-20201009-048fee3 01:11:32 01:11:32 01:11:33 ==> Jenkins CI detected. 01:11:33 project root: . 01:11:33 Fixing merge commit SHA 01:11:33 --> token set from env 01:11:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:11:33 ==> Running gcov in . (disable via -X gcov) 01:11:33 ==> Python coveragepy not found 01:11:33 ==> Searching for coverage reports in: 01:11:33 + . 01:11:33 -> Found 1 reports 01:11:33 ==> Detecting git/mercurial file structure 01:11:33 ==> Reading reports 01:11:33 + ./coverage.out bytes=10 01:11:33 ==> Appending adjustments 01:11:33 https://docs.codecov.io/docs/fixing-reports 01:11:33 + Found adjustments 01:11:33 ==> Gzipping contents 01:11:33 ==> Uploading reports 01:11:33 url: https://codecov.io 01:11:33 query: branch=PR-133&commit=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-133%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=133&job=&cmd_args= 01:11:33 -> Pinging Codecov 01:11:33 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-133&commit=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-133%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=133&job=&cmd_args= 01:11:33 -> Uploading to 01:11:33 01:11:33 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:33 Dload Upload Total Spent Left Speed 01:11:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 01:11:33 X> Failed to upload 01:11:33 ==> Uploading to Codecov 01:11:33 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:33 Dload Upload Total Spent Left Speed 01:11:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 499 100 121 100 378 288 900 --:--:-- --:--:-- --:--:-- 900 01:11:34 View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] } 01:11:34 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] { (Archive Prep) Stage "Archive Prep" 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 01:11:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:11:38 ---> package-listing.sh 01:11:38 ++ facter osfamily 01:11:38 ++ tr '[:upper:]' '[:lower:]' 01:11:38 + OS_FAMILY=redhat 01:11:38 + workspace=/w/workspace/_app-service-configurable_PR-133 01:11:38 + START_PACKAGES=/tmp/packages_start.txt 01:11:38 + END_PACKAGES=/tmp/packages_end.txt 01:11:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:11:38 + PACKAGES=/tmp/packages_start.txt 01:11:38 + '[' /w/workspace/_app-service-configurable_PR-133 ']' 01:11:38 + PACKAGES=/tmp/packages_end.txt 01:11:38 + case "${OS_FAMILY}" in 01:11:38 + rpm -qa 01:11:38 + sort 01:11:43 + '[' -f /tmp/packages_start.txt ']' 01:11:43 + '[' -f /tmp/packages_end.txt ']' 01:11:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:11:43 + '[' /w/workspace/_app-service-configurable_PR-133 ']' 01:11:43 + mkdir -p /w/workspace/_app-service-configurable_PR-133/archives/ 01:11:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-133/archives/ [Pipeline] echo 01:11:43 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-133/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:11:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:11:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:44 01:11:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:11:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:44 alpine: Pulling from edgex-lftools-log-publisher 01:11:44 df20fa9351a1: Pulling fs layer 01:11:44 36b3adc4ff6f: Pulling fs layer 01:11:44 8ad3a11d3b57: Pulling fs layer 01:11:44 46f8f816bc3b: Pulling fs layer 01:11:44 93b61091891f: Pulling fs layer 01:11:44 93b9cdb0e59b: Pulling fs layer 01:11:44 5e14af77c1be: Pulling fs layer 01:11:44 01666e4c0597: Pulling fs layer 01:11:44 aa168da1d23b: Pulling fs layer 01:11:44 46f8f816bc3b: Waiting 01:11:44 93b9cdb0e59b: Waiting 01:11:44 aa168da1d23b: Waiting 01:11:44 01666e4c0597: Waiting 01:11:44 93b61091891f: Waiting 01:11:44 36b3adc4ff6f: Verifying Checksum 01:11:44 36b3adc4ff6f: Download complete 01:11:44 46f8f816bc3b: Verifying Checksum 01:11:44 46f8f816bc3b: Download complete 01:11:44 df20fa9351a1: Verifying Checksum 01:11:44 df20fa9351a1: Download complete 01:11:44 93b9cdb0e59b: Verifying Checksum 01:11:44 93b9cdb0e59b: Download complete 01:11:44 5e14af77c1be: Verifying Checksum 01:11:44 5e14af77c1be: Download complete 01:11:44 01666e4c0597: Verifying Checksum 01:11:44 01666e4c0597: Download complete 01:11:44 93b61091891f: Verifying Checksum 01:11:44 93b61091891f: Download complete 01:11:45 df20fa9351a1: Pull complete 01:11:45 8ad3a11d3b57: Verifying Checksum 01:11:45 8ad3a11d3b57: Download complete 01:11:45 36b3adc4ff6f: Pull complete 01:11:46 8ad3a11d3b57: Pull complete 01:11:46 46f8f816bc3b: Pull complete 01:11:46 93b61091891f: Pull complete 01:11:46 93b9cdb0e59b: Pull complete 01:11:46 5e14af77c1be: Pull complete 01:11:47 01666e4c0597: Pull complete 01:11:47 aa168da1d23b: Verifying Checksum 01:11:47 aa168da1d23b: Download complete 01:11:53 aa168da1d23b: Pull complete 01:11:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:11:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:11:53 prd-centos7-docker-4c-2g-9042 does not seem to be running inside a container 01:11:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-133/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-133 -v /w/workspace/_app-service-configurable_PR-133:/w/workspace/_app-service-configurable_PR-133:rw,z -v /w/workspace/_app-service-configurable_PR-133@tmp:/w/workspace/_app-service-configurable_PR-133@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:12:01 $ docker top 5920330ee4d84d4ac4fbe1843d65c69593638741fecf3a4d72dda7bcba2f9fda -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:01 + touch /tmp/pre-build-complete [Pipeline] sh 01:12:02 + mkdir -p /var/log/sa [Pipeline] sh 01:12:02 + ls /var/log/sa-host 01:12:02 + sadf -c /var/log/sa-host/sa05 01:12:02 file_magic: OK 01:12:02 HZ: Using current value: 100 01:12:02 file_header: OK 01:12:02 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 01:12:02 Statistics: 01:12:02 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:12:02 File successfully converted to sysstat format version 12.2.1 01:12:02 + sadf -c /var/log/sa-host/sa27 01:12:02 file_magic: OK 01:12:02 HZ: Using current value: 100 01:12:02 file_header: OK 01:12:02 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 01:12:02 Statistics: 01:12:02 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:12:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:02 provisioning config files... 01:12:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-133@tmp/config3973642184876793826tmp [Pipeline] { [Pipeline] echo 01:12:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:12:02 ---> create-netrc.sh [Pipeline] } 01:12:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:12:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:12:03 ---> python-tools-install.sh [Pipeline] echo 01:12:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:12:03 ---> sudo-logs.sh 01:12:03 Archiving 'sudo' log.. [Pipeline] echo 01:12:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:12:03 ---> job-cost.sh 01:12:03 lf-activate-venv: SKIPPING 01:12:03 INFO: No Stack... 01:12:04 INFO: Retrieving Pricing Info for: v1-standard-2 01:12:05 INFO: Archiving Costs [Pipeline] echo 01:12:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:12:05 ---> logs-deploy.sh 01:12:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-133/2 01:12:05 INFO: archiving workspace using pattern(s): 01:12:07 Archives upload complete. 01:12:07 INFO: archiving logs to Nexus