Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b+ff4e3493a8c789d3c4d6c885bb9a70d186a91ade (ca95efe13ef864a67f6b12dffb12df7930913c57) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21203 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b Merge succeeded, producing e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b Checking out Revision e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b (PR-3040) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # 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 ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:58:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:59:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:59:00 ========================================================= 15:59:00 EdgeX Global Pipelines Version Info 15:59:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9e5f365b0e81e2e5626aa87507c6022040d4e715 # timeout=10 15:59:02 ------------------- 15:59:02 stable info: 15:59:02 ------------------- 15:59:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:59:02 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 15:59:02 Message: update stable to v1.0.177 15:59:03 ------------------- 15:59:03 experimental info: 15:59:03 ------------------- 15:59:03 Commited By: **** collab-it+edgex@linuxfoundation.org 15:59:03 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 15:59:03 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:59:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:59:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:59:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:59:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:59:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:59:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo 15:59:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5b824b [Pipeline] echo 15:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:59:06 provisioning config files... 15:59:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config5886733942953823997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:59:06 ---> docker-login.sh 15:59:06 nexus3.edgexfoundry.org:10001 15:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:06 Configure a credential helper to remove this warning. See 15:59:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:06 15:59:06 Login Succeeded 15:59:06 nexus3.edgexfoundry.org:10002 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 nexus3.edgexfoundry.org:10003 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 nexus3.edgexfoundry.org:10004 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 docker.io 15:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:07 Configure a credential helper to remove this warning. See 15:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:07 15:59:07 Login Succeeded 15:59:07 ---> docker-login.sh ends [Pipeline] } 15:59:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:59:08 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/core-command/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo core-command,cmd/core-command/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/core-data/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo core-data,cmd/core-data/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/core-metadata/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo core-metadata,cmd/core-metadata/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/security-proxy-setup/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/support-notifications/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo support-notifications,cmd/support-notifications/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/support-scheduler/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:59:08 + for file in '`ls cmd/**/Dockerfile`' 15:59:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:59:08 ++ cut -d/ -f2 15:59:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:59:08 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:59:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:09 15:59:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:59:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:09 latest: Pulling from edgex-devops/git-semver 15:59:09 31603596830f: Pulling fs layer 15:59:09 2a8b12db71e7: Pulling fs layer 15:59:09 6ca5941a6612: Pulling fs layer 15:59:09 ecc8261a40a4: Pulling fs layer 15:59:09 ecc8261a40a4: Waiting 15:59:09 2a8b12db71e7: Verifying Checksum 15:59:09 2a8b12db71e7: Download complete 15:59:09 31603596830f: Verifying Checksum 15:59:09 31603596830f: Download complete 15:59:09 6ca5941a6612: Verifying Checksum 15:59:09 6ca5941a6612: Download complete 15:59:09 ecc8261a40a4: Verifying Checksum 15:59:09 ecc8261a40a4: Download complete 15:59:10 31603596830f: Pull complete 15:59:10 2a8b12db71e7: Pull complete 15:59:11 6ca5941a6612: Pull complete 15:59:11 ecc8261a40a4: Pull complete 15:59:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:59:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:59:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:59:11 prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container 15:59:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:59:14 $ docker top e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:59:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:14 [ssh-agent] Looking for ssh-agent implementation... 15:59:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:15 $ docker exec e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent 15:59:15 SSH_AUTH_SOCK=/tmp/ssh-qTSAAbkMoTIP/agent.11 15:59:15 SSH_AGENT_PID=16 15:59:15 Running ssh-add (command line suppressed) 15:59:15 Identity added: /w/workspace/edgex-go/8@tmp/private_key_330333216674198199.key (/w/workspace/edgex-go/8@tmp/private_key_330333216674198199.key) 15:59:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:15 + git tag --points-at HEAD [Pipeline] } 15:59:15 $ docker exec --env ******** --env ******** e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent -k 15:59:16 unset SSH_AUTH_SOCK; 15:59:16 unset SSH_AGENT_PID; 15:59:16 echo Agent pid 16 killed; 15:59:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:59:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:59:16 [ssh-agent] Looking for ssh-agent implementation... 15:59:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:59:16 $ docker exec e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent 15:59:16 SSH_AUTH_SOCK=/tmp/ssh-B6H64RFXr6Ge/agent.46 15:59:16 SSH_AGENT_PID=51 15:59:16 Running ssh-add (command line suppressed) 15:59:16 Identity added: /w/workspace/edgex-go/8@tmp/private_key_7845659053499655366.key (/w/workspace/edgex-go/8@tmp/private_key_7845659053499655366.key) 15:59:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:59:17 + git semver init 15:59:17 # -> Open(): unable to determine branch for HEAD 15:59:17 # $GIT_DIR = /w/workspace/edgex-go/8/.git 15:59:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 15:59:17 # $SEMVER_REMOTE_NAME = origin 15:59:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:59:17 # $SEMVER_USER_NAME = edgex-jenkins 15:59:17 # $SEMVER_BRANCH = PR-3040 15:59:17 # $SEMVER_TEMP = /tmp/semver-555621004 15:59:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:59:44 # '/tmp/semver-555621004' -> '/w/workspace/edgex-go/8/.semver' 15:59:44 # -> Force: false 15:59:44 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 15:59:44 $ docker exec --env ******** --env ******** e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent -k 15:59:44 unset SSH_AUTH_SOCK; 15:59:44 unset SSH_AGENT_PID; 15:59:44 echo Agent pid 51 killed; 15:59:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:59:44 + git semver [Pipeline] } 15:59:44 $ docker stop --time=1 e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 15:59:46 $ docker rm -f e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 [Pipeline] // withDockerContainer [Pipeline] sh 15:59:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:59:47 Stashed 1 file(s) [Pipeline] echo 15:59:47 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:59:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:59:49 + true 15:59:49 + sudo service docker restart 15:59:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:59:50 ========================================================= 15:59:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:59:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59:50 + 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 . 15:59:53 Sending build context to Docker daemon 326.6MB 15:59:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:59:53 Step 2/6 : FROM ${BASE} 15:59:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:59:53 188c0c94c7c5: Pulling fs layer 15:59:53 0ef7d3d256c8: Pulling fs layer 15:59:53 de9db76c5a1d: Pulling fs layer 15:59:53 bca2f99d35d6: Pulling fs layer 15:59:53 93359f2a8cfa: Pulling fs layer 15:59:53 7c6f9722023f: Pulling fs layer 15:59:53 a35cf1a2eb13: Pulling fs layer 15:59:53 93359f2a8cfa: Waiting 15:59:53 7c6f9722023f: Waiting 15:59:53 a35cf1a2eb13: Waiting 15:59:53 bca2f99d35d6: Waiting 15:59:53 de9db76c5a1d: Verifying Checksum 15:59:53 de9db76c5a1d: Download complete 15:59:53 0ef7d3d256c8: Verifying Checksum 15:59:53 0ef7d3d256c8: Download complete 15:59:53 93359f2a8cfa: Verifying Checksum 15:59:53 93359f2a8cfa: Download complete 15:59:53 7c6f9722023f: Verifying Checksum 15:59:53 7c6f9722023f: Download complete 15:59:53 188c0c94c7c5: Verifying Checksum 15:59:53 188c0c94c7c5: Download complete 15:59:54 188c0c94c7c5: Pull complete 15:59:54 0ef7d3d256c8: Pull complete 15:59:55 a35cf1a2eb13: Verifying Checksum 15:59:55 a35cf1a2eb13: Download complete 15:59:55 de9db76c5a1d: Pull complete 15:59:56 bca2f99d35d6: Verifying Checksum 15:59:56 bca2f99d35d6: Download complete 16:00:01 bca2f99d35d6: Pull complete 16:00:01 93359f2a8cfa: Pull complete 16:00:01 7c6f9722023f: Pull complete 16:00:03 Still waiting to schedule task 16:00:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:00:12 a35cf1a2eb13: Pull complete 16:00:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:00:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:00:12 ---> a62c8e92a672 16:00:12 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:00:12 ---> Running in 5dbd36be1440 16:00:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:14 (1/12) Installing libmagic (5.38-r0) 16:00:14 (2/12) Installing file (5.38-r0) 16:00:14 (3/12) Installing libc-dev (0.7.2-r3) 16:00:14 (4/12) Installing g++ (9.3.0-r2) 16:00:19 (5/12) Installing fortify-headers (1.1-r0) 16:00:19 (6/12) Installing patch (2.7.6-r6) 16:00:19 (7/12) Installing build-base (0.5-r2) 16:00:19 (8/12) Installing libsodium (1.0.18-r0) 16:00:19 (9/12) Installing pkgconf (1.7.2-r0) 16:00:19 (10/12) Installing libsodium-dev (1.0.18-r0) 16:00:20 (11/12) Installing libzmq (4.3.3-r0) 16:00:20 (12/12) Installing zeromq-dev (4.3.3-r0) 16:00:20 Executing busybox-1.31.1-r19.trigger 16:00:20 OK: 233 MiB in 51 packages 16:00:23 Removing intermediate container 5dbd36be1440 16:00:23 ---> ccfacfc87fbf 16:00:23 Step 4/6 : WORKDIR /edgex-go 16:00:23 ---> Running in 591c0760dff8 16:00:23 Removing intermediate container 591c0760dff8 16:00:23 ---> 2438a4793550 16:00:23 Step 5/6 : COPY go.mod . 16:00:24 ---> 207905bef0b5 16:00:24 Step 6/6 : RUN go mod download 16:00:24 ---> Running in c0defefddf47 16:00:46 Removing intermediate container c0defefddf47 16:00:46 ---> 8a0fb61d0b04 16:00:46 Successfully built 8a0fb61d0b04 16:00:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:00:46 + docker inspect -f . ci-base-image-x86_64 16:00:46 . [Pipeline] withDockerContainer 16:00:46 prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container 16:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:00:47 $ docker top 509bb2d7d44c1a67ec4df7cd8b13f5919c72babe4ab8b5cbf27990ac5a503f13 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:48 + go version 16:00:48 go version go1.15.5 linux/amd64 [Pipeline] } 16:00:48 $ docker stop --time=1 509bb2d7d44c1a67ec4df7cd8b13f5919c72babe4ab8b5cbf27990ac5a503f13 16:00:49 $ docker rm -f 509bb2d7d44c1a67ec4df7cd8b13f5919c72babe4ab8b5cbf27990ac5a503f13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:52 + docker inspect -f . ci-base-image-x86_64 16:00:52 . [Pipeline] withDockerContainer 16:00:52 prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container 16:00:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:00:52 $ docker top 1d239290d8ade1f0a53cf8cf1ced33a0ba22e24c4c3df35b2da00a4ad0296238 -eo pid,comm [Pipeline] { [Pipeline] echo 16:00:53 ========================================================= 16:00:53 [edgeXBuildGoParallel] Running Tests and Build... 16:00:53 ========================================================= [Pipeline] sh 16:00:53 + make test 16:00:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:01:03 ? github.com/edgexfoundry/edgex-go [no test files] 16:01:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:01:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:01:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:01:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:01:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:01:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:01:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:01:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:01:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 67.9% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.127s coverage: 82.3% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:01:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements 16:01:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:01:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 16:01:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:01:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:01:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:01:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.462s coverage: 92.8% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 16:01:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements 16:01:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 16:01:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements 16:01:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements 16:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:01:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 16:01:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 16:01:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 68.9% of statements 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:01:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:01:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:01:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements 16:01:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements 16:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 47.1% of statements 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 16:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.717s coverage: 29.1% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 16:01:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 16:01:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:01:46 GO111MODULE=on go vet ./... 16:02:08 gofmt -l . 16:02:08 [ "`gofmt -l .`" = "" ] 16:02:09 ./bin/test-go-mod-tidy.sh 16:02:09 ./bin/test-attribution-txt.sh [Pipeline] sh 16:02:10 + ls -al . 16:02:10 total 656 16:02:10 drwxrwxr-x 10 1001 1001 4096 Jan 19 16:02 . 16:02:10 drwxr-xr-x 4 root root 28 Jan 19 16:00 .. 16:02:10 -rw-rw-r-- 1 1001 1001 11 Jan 19 15:58 .dockerignore 16:02:10 drwxrwxr-x 8 1001 1001 179 Jan 19 15:58 .git 16:02:10 drwxrwxr-x 3 1001 1001 125 Jan 19 15:58 .github 16:02:10 -rw-rw-r-- 1 1001 1001 824 Jan 19 15:58 .gitignore 16:02:10 drwx------ 3 1001 1001 47 Jan 19 15:59 .semver 16:02:10 -rw-rw-r-- 1 1001 1001 166 Jan 19 15:58 .sonarcloud.properties 16:02:10 -rw-rw-r-- 1 1001 1001 7744 Jan 19 15:58 Attribution.txt 16:02:10 -rw-rw-r-- 1 1001 1001 3804 Jan 19 15:58 CONTRIBUTING.md 16:02:10 -rw-rw-r-- 1 1001 1001 931 Jan 19 15:58 Dockerfile.build 16:02:10 -rw-rw-r-- 1 1001 1001 863 Jan 19 15:58 Jenkinsfile 16:02:10 -rw-rw-r-- 1 1001 1001 10775 Jan 19 15:58 LICENSE 16:02:10 -rw-rw-r-- 1 1001 1001 5750 Jan 19 15:58 Makefile 16:02:10 -rw-rw-r-- 1 1001 1001 6524 Jan 19 15:58 README.md 16:02:10 -rw-rw-r-- 1 1001 1001 6744 Jan 19 15:58 SECURITY.md 16:02:10 -rw-rw-r-- 1 1001 1001 5 Jan 19 15:59 VERSION 16:02:10 -rw-rw-r-- 1 1001 1001 4131 Jan 19 15:58 ZMQWindows.md 16:02:10 drwxrwxr-x 2 1001 1001 117 Jan 19 15:58 bin 16:02:10 drwxrwxr-x 14 1001 1001 4096 Jan 19 15:58 cmd 16:02:10 -rw-r--r-- 1 root root 550280 Jan 19 16:01 coverage.out 16:02:10 -rw-r--r-- 1 root root 981 Jan 19 16:02 go.mod 16:02:10 -rw-r--r-- 1 root root 19326 Jan 19 16:02 go.sum 16:02:10 drwxrwxr-x 8 1001 1001 127 Jan 19 15:58 internal 16:02:10 drwxrwxr-x 4 1001 1001 26 Jan 19 15:58 openapi 16:02:10 drwxrwxr-x 4 1001 1001 71 Jan 19 15:58 snap 16:02:10 -rw-rw-r-- 1 1001 1001 168 Jan 19 15:58 version.go [Pipeline] sh 16:02:10 + '[' -e coverage.out ] 16:02:10 + chown 1001:1001 coverage.out [Pipeline] stash 16:02:10 Stashed 1 file(s) [Pipeline] sh 16:02:11 + make build 16:02:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:02:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:02:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:02:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:02:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:02:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:02:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:02:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:02:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:02:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:02:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 16:02:33 $ docker stop --time=1 1d239290d8ade1f0a53cf8cf1ced33a0ba22e24c4c3df35b2da00a4ad0296238 16:02:34 $ docker rm -f 1d239290d8ade1f0a53cf8cf1ced33a0ba22e24c4c3df35b2da00a4ad0296238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:37 16:02:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:02:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:37 latest: Pulling from edgex-devops/edgex-compose 16:02:37 cbdbe7a5bc2a: Pulling fs layer 16:02:37 ca9280d653b3: Pulling fs layer 16:02:37 7e9c9ca2126c: Pulling fs layer 16:02:37 cbdbe7a5bc2a: Verifying Checksum 16:02:37 cbdbe7a5bc2a: Download complete 16:02:38 cbdbe7a5bc2a: Pull complete 16:02:38 ca9280d653b3: Verifying Checksum 16:02:38 ca9280d653b3: Download complete 16:02:39 ca9280d653b3: Pull complete 16:02:39 7e9c9ca2126c: Verifying Checksum 16:02:39 7e9c9ca2126c: Download complete 16:02:46 7e9c9ca2126c: Pull complete 16:02:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:02:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:02:46 prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container 16:02:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:02:49 $ docker top bcaed809998b0c5a6f879f193d5f55516080386ea5b6313581c0e2e0b757718d -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:50 + docker-compose build --help 16:02:50 + grep parallel 16:02:51 --parallel Build images in parallel. [Pipeline] } 16:02:51 $ docker stop --time=1 bcaed809998b0c5a6f879f193d5f55516080386ea5b6313581c0e2e0b757718d 16:02:52 $ docker rm -f bcaed809998b0c5a6f879f193d5f55516080386ea5b6313581c0e2e0b757718d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:53 . [Pipeline] withDockerContainer 16:02:53 prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container 16:02:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21211 in /w/workspace/edgexfoundry_edgex-go_PR-3040 16:02:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-devops/edgex-compose:latest cat 16:02:54 $ docker top f0c5b496a1dc2fe9f53acf2c52b4d8b3e4d63879e5200098e73adb068bad9379 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 16:02:54 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 16:02:54 + docker-compose -f ./docker-compose-build.yml build --parallel 16:02:55 Building docker-core-command-go ... 16:02:55 Building docker-core-data-go ... 16:02:55 Building docker-core-metadata-go ... 16:02:55 Building docker-security-bootstrap-redis-go ... 16:02:55 Building docker-security-proxy-setup-go ... 16:02:55 Building docker-security-secretstore-setup-go ... 16:02:55 Building docker-support-notifications-go ... 16:02:55 Building docker-support-scheduler-go ... 16:02:55 Building docker-sys-mgmt-agent-go ... 16:02:55 Building docker-sys-mgmt-agent-go 16:02:55 Building docker-support-notifications-go 16:02:55 Building docker-core-command-go 16:02:55 Building docker-security-proxy-setup-go 16:02:55 Building docker-security-bootstrap-redis-go 16:02:59 using credential edgex-jenkins-ssh 16:02:59 Cloning the remote Git repository 16:02:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:02:59 > git init /w/workspace/edgex-go/8 # timeout=10 16:02:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:02:59 > git --version # timeout=10 16:02:59 > git --version # 'git version 2.17.1' 16:02:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:02:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:27 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:03:27 Merge succeeded, producing e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:03:27 Checking out Revision e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b (PR-3040) 16:03:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:27 16:03:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:03:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:03:27 ---> 8a0fb61d0b04 16:03:27 Step 3/22 : WORKDIR /edgex-go 16:03:27 ---> 8a0fb61d0b04 16:03:27 Step 3/21 : WORKDIR /edgex-go 16:03:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:03:27 ---> 8a0fb61d0b04 16:03:27 Step 3/24 : WORKDIR /edgex-go 16:03:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:03:27 ---> 8a0fb61d0b04 16:03:27 Step 3/22 : WORKDIR /edgex-go 16:03:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:03:27 ---> 8a0fb61d0b04 16:03:27 Step 3/26 : WORKDIR /edgex-go 16:03:27 ---> Running in c1409f30469e 16:03:27 ---> Running in 731ecf08a20c 16:03:27 ---> Running in 337dfb4bb1dd 16:03:27 ---> Running in a3a1c3587743 16:03:27 ---> Running in 458b3754468f 16:03:27 Removing intermediate container 731ecf08a20c 16:03:27 ---> 6d51bfe69c12 16:03:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:27 Removing intermediate container c1409f30469e 16:03:27 ---> 9f0e52ba780f 16:03:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:27 Removing intermediate container a3a1c3587743 16:03:27 ---> 06b3116475e7 16:03:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:27 Removing intermediate container 337dfb4bb1dd 16:03:27 ---> 14fe4f98e52c 16:03:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:27 Removing intermediate container 458b3754468f 16:03:27 ---> f357c83eea7f 16:03:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:27 ---> Running in 9d471d882be2 16:03:27 ---> Running in d496c00611f8 16:03:27 ---> Running in ca0859dfe4eb 16:03:27 ---> Running in 85093c8fc2d8 16:03:27 ---> Running in 58e2f6543059 16:03:27 Removing intermediate container 9d471d882be2 16:03:27 ---> 67606ad70970 16:03:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:03:27 Removing intermediate container 85093c8fc2d8 16:03:27 ---> 3a37c512d18b 16:03:27 Step 5/26 : RUN apk add --update --no-cache make bash git 16:03:27 ---> Running in e27f1fcc9488 16:03:27 Removing intermediate container d496c00611f8 16:03:27 ---> a5b24a62f52a 16:03:27 Step 5/22 : RUN apk add --update --no-cache make git 16:03:27 Removing intermediate container 58e2f6543059 16:03:27 ---> 0926833ccb37 16:03:27 Step 5/21 : RUN apk add --update --no-cache make git 16:03:28 Removing intermediate container ca0859dfe4eb 16:03:28 ---> cc6114eefe57 16:03:28 Step 5/22 : RUN apk add --update --no-cache make git 16:03:28 ---> Running in f6a805fd3760 16:03:28 ---> Running in 866d22488b9f 16:03:28 ---> Running in 3b1cd205126a 16:03:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:03:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:03:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:03:26 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:03:27 > git config core.sparsecheckout # timeout=10 16:03:27 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 16:03:27 > git remote # timeout=10 16:03:27 > git config --get remote.origin.url # timeout=10 16:03:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:27 > git merge ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 16:03:27 > git rev-parse HEAD^{commit} # timeout=10 16:03:27 > git config core.sparsecheckout # timeout=10 16:03:27 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 16:03:28 ---> Running in e1c0437882c4 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:30 OK: 233 MiB in 51 packages 16:03:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:30 OK: 233 MiB in 51 packages 16:03:30 OK: 233 MiB in 51 packages 16:03:30 OK: 233 MiB in 51 packages 16:03:30 Removing intermediate container e27f1fcc9488 16:03:30 ---> f5f9d10bc5d5 16:03:30 Step 6/24 : COPY go.mod . 16:03:31 ---> cb47d2e8e5ea 16:03:31 Step 7/24 : RUN go mod download 16:03:31 OK: 233 MiB in 51 packages 16:03:31 ---> Running in edf965e33e77 16:03:31 Removing intermediate container f6a805fd3760 16:03:31 ---> e3c64f5979be 16:03:31 Step 6/26 : COPY go.mod . 16:03:31 Removing intermediate container 866d22488b9f 16:03:31 ---> a329875a2398 16:03:31 Step 6/22 : COPY go.mod . 16:03:31 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" 16:03:32 Removing intermediate container e1c0437882c4 16:03:32 ---> 8546549a1921 16:03:32 Step 6/22 : COPY go.mod . 16:03:32 ---> 7546fcdd9f3c 16:03:32 Step 7/26 : RUN go mod download 16:03:32 ---> Running in 9c9f5f8cc9b0 16:03:32 Removing intermediate container 3b1cd205126a 16:03:32 ---> faa565e7863b 16:03:32 Step 6/21 : COPY go.mod . 16:03:32 ---> c4dc5ce902fb 16:03:32 Step 7/22 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 16:03:32 ---> 4e774ed8c1b9 16:03:32 Step 7/22 : RUN go mod download 16:03:32 ---> Running in 3efda060be36 16:03:32 ---> Running in d2c61c771181 16:03:32 ---> 6d571e4fb3af 16:03:32 Step 7/21 : RUN go mod download [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:32 ---> Running in c71ded2e67eb 16:03:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:03:33 Removing intermediate container edf965e33e77 16:03:33 ---> 22c8d9ccfc37 16:03:33 Step 8/24 : COPY . . 16:03:33 Removing intermediate container 9c9f5f8cc9b0 16:03:33 ---> e888cb65ada6 16:03:33 Step 8/26 : COPY . . 16:03:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:03:34 + true 16:03:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:03:36 provisioning config files... 16:03:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6036888509391448326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:36 ---> docker-login.sh 16:03:36 nexus3.edgexfoundry.org:10001 16:03:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:38 Configure a credential helper to remove this warning. See 16:03:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:38 16:03:38 Login Succeeded 16:03:38 nexus3.edgexfoundry.org:10002 16:03:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:38 Configure a credential helper to remove this warning. See 16:03:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:38 16:03:38 Login Succeeded 16:03:38 nexus3.edgexfoundry.org:10003 16:03:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:40 Configure a credential helper to remove this warning. See 16:03:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:40 16:03:40 Login Succeeded 16:03:40 nexus3.edgexfoundry.org:10004 16:03:40 Removing intermediate container 3efda060be36 16:03:40 ---> 660e72041ca0 16:03:40 Step 8/22 : COPY . . 16:03:40 Removing intermediate container d2c61c771181 16:03:40 ---> ce0e3d333494 16:03:40 Step 8/22 : COPY . . 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 docker.io 16:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:41 Configure a credential helper to remove this warning. See 16:03:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:41 16:03:41 Login Succeeded 16:03:41 ---> docker-login.sh ends [Pipeline] } 16:03:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:03:42 ========================================================= 16:03:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:03:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:03:42 + 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 . 16:03:44 Sending build context to Docker daemon 165.5MB 16:03:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:03:44 Step 2/6 : FROM ${BASE} 16:03:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:03:45 5f621e34cdf4: Pulling fs layer 16:03:45 a4357932f1b6: Pulling fs layer 16:03:45 18c013af1878: Pulling fs layer 16:03:45 00ac8860ef70: Pulling fs layer 16:03:45 63d7cb157983: Pulling fs layer 16:03:45 b116817d02f9: Pulling fs layer 16:03:45 745a02a5169b: Pulling fs layer 16:03:45 00ac8860ef70: Waiting 16:03:45 b116817d02f9: Waiting 16:03:45 745a02a5169b: Waiting 16:03:45 18c013af1878: Download complete 16:03:45 a4357932f1b6: Verifying Checksum 16:03:45 a4357932f1b6: Download complete 16:03:45 63d7cb157983: Verifying Checksum 16:03:45 63d7cb157983: Download complete 16:03:45 b116817d02f9: Download complete 16:03:45 5f621e34cdf4: Verifying Checksum 16:03:45 5f621e34cdf4: Download complete 16:03:45 5f621e34cdf4: Pull complete 16:03:46 Removing intermediate container c71ded2e67eb 16:03:46 ---> 78acccfcfe8a 16:03:46 Step 8/21 : COPY . . 16:03:46 a4357932f1b6: Pull complete 16:03:46 18c013af1878: Pull complete 16:03:47 745a02a5169b: Verifying Checksum 16:03:47 745a02a5169b: Download complete 16:03:48 00ac8860ef70: Verifying Checksum 16:03:48 00ac8860ef70: Download complete 16:03:58 00ac8860ef70: Pull complete 16:03:58 63d7cb157983: Pull complete 16:03:58 b116817d02f9: Pull complete 16:04:01 745a02a5169b: Pull complete 16:04:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:04:01 ---> b7e6874047d6 16:04:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:04:05 ---> Running in d7df24210504 16:04:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:08 (1/12) Installing libmagic (5.38-r0) 16:04:08 (2/12) Installing file (5.38-r0) 16:04:08 (3/12) Installing libc-dev (0.7.2-r3) 16:04:08 (4/12) Installing g++ (9.3.0-r2) 16:04:12 ---> fa8c10ead614 16:04:12 ---> ed94751d94d8 16:04:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:04:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:04:13 ---> Running in d4feb9b7bb4a 16:04:13 ---> Running in fbab00416758 16:04:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:04:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:04:17 ---> 9c009759b5f1 16:04:17 Step 9/22 : RUN make cmd/core-command/core-command 16:04:17 ---> 5f053385377a 16:04:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:04:17 ---> eef4ed160198 16:04:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:04:17 ---> Running in c69ebc1877d6 16:04:17 ---> Running in c9f924e50471 16:04:17 ---> Running in 6c820c0f031b 16:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:04:26 (5/12) Installing fortify-headers (1.1-r0) 16:04:26 (6/12) Installing patch (2.7.6-r6) 16:04:26 (7/12) Installing build-base (0.5-r2) 16:04:26 (8/12) Installing libsodium (1.0.18-r0) 16:04:26 (9/12) Installing pkgconf (1.7.2-r0) 16:04:26 (10/12) Installing libsodium-dev (1.0.18-r0) 16:04:26 (11/12) Installing libzmq (4.3.3-r0) 16:04:26 (12/12) Installing zeromq-dev (4.3.3-r0) 16:04:26 Executing busybox-1.31.1-r19.trigger 16:04:26 OK: 217 MiB in 51 packages 16:04:29 Removing intermediate container d7df24210504 16:04:29 ---> af28f944e804 16:04:29 Step 4/6 : WORKDIR /edgex-go 16:04:29 ---> Running in 7156cedac6df 16:04:29 Removing intermediate container 7156cedac6df 16:04:29 ---> 2d41f66afa12 16:04:29 Step 5/6 : COPY go.mod . 16:04:30 ---> cee3597de37d 16:04:30 Step 6/6 : RUN go mod download 16:04:30 ---> Running in df4479d31ed3 16:04:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:04:48 Removing intermediate container fbab00416758 16:04:48 ---> bdc57344e1be 16:04:48 16:04:48 Step 10/24 : FROM scratch 16:04:48 ---> 16:04:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:04:48 Removing intermediate container d4feb9b7bb4a 16:04:48 ---> dc032d67f01a 16:04:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:04:49 ---> Running in 1f4540d21581 16:04:49 ---> Running in 468bd661925c 16:04:51 Removing intermediate container 6c820c0f031b 16:04:51 ---> b0fd7ca9c72b 16:04:51 16:04:51 Step 10/22 : FROM alpine:3.12 16:04:51 3.12: Pulling from library/alpine 16:04:51 Removing intermediate container c69ebc1877d6 16:04:51 ---> 9f5432af615d 16:04:51 16:04:51 Step 10/22 : FROM scratch 16:04:51 ---> 16:04:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:04:51 Removing intermediate container 468bd661925c 16:04:51 ---> adfbe05afaa1 16:04:51 Step 12/24 : ENV APP_PORT=48060 16:04:51 Removing intermediate container c9f924e50471 16:04:51 ---> a6fb37691f1e 16:04:51 16:04:51 Step 10/21 : FROM alpine:3.12 16:04:51 ---> Running in b72a0412dd90 16:04:51 ---> Running in 5050850eae91 16:04:51 3.12: Pulling from library/alpine 16:04:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:04:52 Removing intermediate container 5050850eae91 16:04:52 ---> a57193fee63d 16:04:52 Step 12/22 : ENV APP_PORT=48082 16:04:52 Removing intermediate container b72a0412dd90 16:04:52 ---> bbe0417e18fd 16:04:52 Step 13/24 : EXPOSE $APP_PORT 16:04:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:04:52 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:04:52 ---> Running in 41a22e3ad436 16:04:52 Status: Downloaded newer image for alpine:3.12 16:04:52 ---> 389fef711851 16:04:52 Step 11/21 : RUN apk add --update --no-cache curl 16:04:52 Status: Image is up to date for alpine:3.12 16:04:52 ---> 389fef711851 16:04:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:04:52 ---> Running in e8cba6945d8d 16:04:52 ---> Running in f6beb0f1be3b 16:04:52 ---> Running in f1aac1c80094 16:04:52 Removing intermediate container e8cba6945d8d 16:04:52 ---> a2b96bae8bb8 16:04:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:04:52 Removing intermediate container 41a22e3ad436 16:04:52 ---> 181e5656d020 16:04:52 Step 13/22 : EXPOSE $APP_PORT 16:04:53 ---> Running in 5ad00142f1ce 16:04:53 ---> 6fa39f6d6b4f 16:04:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:04:53 Removing intermediate container 5ad00142f1ce 16:04:53 ---> 70d21a025f25 16:04:53 Step 14/22 : WORKDIR / 16:04:53 ---> Running in 1cb83189fb39 16:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:54 (1/4) Installing ca-certificates (20191127-r4) 16:04:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:04:54 (3/4) Installing libcurl (7.69.1-r3) 16:04:54 (4/4) Installing curl (7.69.1-r3) 16:04:54 Executing busybox-1.31.1-r19.trigger 16:04:54 Executing ca-certificates-20191127-r4.trigger 16:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:54 (1/5) Installing ca-certificates (20191127-r4) 16:04:55 OK: 7 MiB in 18 packages 16:04:55 ---> db2a4ed6a507 16:04:55 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:04:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:04:55 (3/5) Installing libcurl (7.69.1-r3) 16:04:55 (4/5) Installing curl (7.69.1-r3) 16:04:55 (5/5) Installing dumb-init (1.2.2-r1) 16:04:55 Executing busybox-1.31.1-r19.trigger 16:04:55 Executing ca-certificates-20191127-r4.trigger 16:04:55 OK: 7 MiB in 19 packages 16:04:55 Removing intermediate container 1cb83189fb39 16:04:55 ---> dd264b27bccd 16:04:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:55 Removing intermediate container 1f4540d21581 16:04:55 ---> b537e5927dc5 16:04:55 16:04:55 Step 11/26 : FROM docker:20.10.0 16:04:56 20.10.0: Pulling from library/docker 16:04:56 ---> 0bb17d3d339e 16:04:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:57 ---> 6b18dd7fbf4c 16:04:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:04:57 ---> d588f788cd83 16:04:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:04:58 Removing intermediate container f6beb0f1be3b 16:04:58 ---> 84c636fb8a3e 16:04:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:04:58 Removing intermediate container df4479d31ed3 16:04:58 ---> bffbe092a556 16:04:58 Successfully built bffbe092a556 16:04:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:04:58 ---> Running in de08d7439013 16:04:58 ---> 4412255b32bb 16:04:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:04:58 ---> 030ee6db638f 16:04:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:04:58 + docker inspect -f . ci-base-image-arm64 16:04:58 . [Pipeline] withDockerContainer 16:04:58 Removing intermediate container f1aac1c80094 16:04:58 ---> 3f90777a0639 16:04:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:04:58 ---> Running in 721c983a6b02 16:04:58 prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container 16:04:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:04:59 Removing intermediate container de08d7439013 16:04:59 ---> 1ba1f50b34c3 16:04:59 Step 13/21 : WORKDIR /edgex 16:04:59 ---> 243c39b3496c 16:04:59 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:04:59 ---> 3780cc29a051 16:04:59 Step 18/22 : ENTRYPOINT ["/core-command"] 16:04:59 ---> Running in bb90df29c193 16:04:59 ---> Running in 17fdebcc9fb1 16:04:59 Removing intermediate container 721c983a6b02 16:04:59 ---> c033d12f30b1 16:04:59 Step 13/22 : WORKDIR / 16:04:59 ---> Running in b411134ef19a 16:04:59 ---> Running in f60eada1f3ac 16:05:00 Removing intermediate container 17fdebcc9fb1 16:05:00 ---> 3845cc34a043 16:05:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:00 Removing intermediate container bb90df29c193 16:05:00 ---> e141fb97b85b 16:05:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:05:00 Removing intermediate container b411134ef19a 16:05:00 ---> 8a19ecd223fe 16:05:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:00 $ docker top 0ebb0f2b6d4febd4ee752f1feeeebb9b1529b8b0ef6d9e43e0ef8d09f136df49 -eo pid,comm 16:05:00 ---> Running in d2c6f4dc6cf4 16:05:00 Removing intermediate container f60eada1f3ac 16:05:00 ---> efe498c392d4 16:05:00 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:00 ---> Running in e64d032341d5 [Pipeline] { [Pipeline] sh 16:05:00 ---> c292fb0dc921 16:05:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:05:00 Removing intermediate container d2c6f4dc6cf4 16:05:00 ---> 8bf4167217d3 16:05:00 Step 22/24 : LABEL arch=x86_64 16:05:01 ---> Running in 52554d3d7c51 16:05:01 ---> a85ec0ef0f47 16:05:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:05:01 Removing intermediate container e64d032341d5 16:05:01 ---> 46a53e8f91bd 16:05:01 Step 20/22 : LABEL arch=x86_64 16:05:01 ---> Running in 42ec71cded41 16:05:01 Removing intermediate container 52554d3d7c51 16:05:01 ---> 1f96078b5816 16:05:01 Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:05:01 ---> 71fd564ef316 16:05:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:05:01 ---> Running in ef949ad896b0 16:05:01 + go version 16:05:01 go version go1.15.5 linux/arm64 [Pipeline] } 16:05:01 $ docker stop --time=1 0ebb0f2b6d4febd4ee752f1feeeebb9b1529b8b0ef6d9e43e0ef8d09f136df49 16:05:01 Removing intermediate container 42ec71cded41 16:05:01 ---> 221389318b95 16:05:01 Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:05:01 ---> Running in 467582e9ec56 16:05:01 ---> aa190513e89b 16:05:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:05:01 Removing intermediate container ef949ad896b0 16:05:01 ---> afb0bf880000 16:05:01 Step 24/24 : LABEL version=0.0.0 16:05:01 ---> Running in aa586f255d6c 16:05:02 ---> 6e0d51b81a5a 16:05:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:05:02 Removing intermediate container 467582e9ec56 16:05:02 ---> aa1d5c30ea88 16:05:02 Step 22/22 : LABEL version=0.0.0 16:05:02 ---> 1e4f6427afa1 16:05:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:05:02 ---> Running in efd5f80e1f51 16:05:02 ---> Running in a502e5cc2254 16:05:02 Removing intermediate container aa586f255d6c 16:05:02 ---> 991d4a6ba6e6 16:05:02 16:05:02 ---> 0001dcfdaf12 16:05:02 Step 18/22 : RUN chmod +x entrypoint.sh 16:05:02 Successfully built 991d4a6ba6e6 16:05:02 Removing intermediate container efd5f80e1f51 16:05:02 ---> b49e1b3c1907 16:05:02 Step 18/21 : CMD ["--init=true"] 16:05:03 Successfully tagged docker-support-notifications-go:latest 16:05:03 Removing intermediate container a502e5cc2254 16:05:03  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 16:05:03 ---> 51d108870ccd 16:05:03 16:05:03 ---> Running in 699c1189827e 16:05:03 $ docker rm -f 0ebb0f2b6d4febd4ee752f1feeeebb9b1529b8b0ef6d9e43e0ef8d09f136df49 16:05:03 Successfully built 51d108870ccd 16:05:03 ---> Running in 5d7e65a8196d 16:05:03 Successfully tagged docker-core-command-go:latest 16:05:03 Building docker-support-scheduler-go 16:05:03  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:05:03 Status: Downloaded newer image for docker:20.10.0 16:05:03 ---> aefe523efa57 16:05:03 Step 12/26 : RUN apk add --no-cache bash [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 16:05:03 ---> Running in 63fd7af1657c 16:05:03 Removing intermediate container 5d7e65a8196d 16:05:03 ---> c4d655518e99 16:05:03 Step 19/21 : LABEL arch=x86_64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:04 ---> Running in 2e135930a8d9 16:05:04 + docker inspect -f . ci-base-image-arm64 16:05:04 . [Pipeline] withDockerContainer 16:05:04 prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container 16:05:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:05:05 $ docker top 1f3ffc72219e21d7b5f78a002967e83c809961eb84673ab65742e0d5cd6f0e80 -eo pid,comm [Pipeline] { [Pipeline] echo 16:05:06 ========================================================= 16:05:06 [edgeXBuildGoParallel] Running Tests and Build... 16:05:06 ========================================================= [Pipeline] sh 16:05:06 + make test 16:05:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:05:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:08 Removing intermediate container 2e135930a8d9 16:05:08 ---> abbc18d1827b 16:05:08 Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:05:08 (1/2) Installing readline (8.0.4-r0) 16:05:08 (2/2) Installing bash (5.0.17-r0) 16:05:08 Executing bash-5.0.17-r0.post-install 16:05:08 Executing busybox-1.31.1-r19.trigger 16:05:08 OK: 12 MiB in 22 packages 16:05:09 ---> Running in 42906d5303fd 16:05:09 Removing intermediate container 699c1189827e 16:05:09 ---> 2a0605ac524e 16:05:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:05:10 Removing intermediate container 42906d5303fd 16:05:10 ---> 9df20f8253f9 16:05:10 Step 21/21 : LABEL version=0.0.0 16:05:10 ---> Running in 95424e087904 16:05:10 ---> Running in d40eddc3ab71 16:05:10 Removing intermediate container 63fd7af1657c 16:05:10 ---> 2b48e4f7c4f0 16:05:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:05:10 Removing intermediate container 95424e087904 16:05:10 ---> ef3aa5bc2bd8 16:05:10 Step 20/22 : LABEL arch=x86_64 16:05:11 ---> Running in 4e847b7c815f 16:05:11 ---> Running in 84839c938562 16:05:11 Removing intermediate container d40eddc3ab71 16:05:11 ---> 4aafc260d340 16:05:11 16:05:11 Successfully built 4aafc260d340 16:05:12 Successfully tagged docker-security-proxy-setup-go:latest 16:05:12  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 16:05:13 Removing intermediate container 4e847b7c815f 16:05:13 ---> 37cd09bc1510 16:05:13 Step 14/26 : ENV APP_PORT=48090 16:05:13 Removing intermediate container 84839c938562 16:05:13 ---> 341e5c5fd543 16:05:13 Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:05:19 ---> Running in 09e53bf6a714 16:05:19 ---> Running in 8ce98f05672f 16:05:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:05:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:05:21 ---> 8a0fb61d0b04 16:05:21 Step 3/21 : WORKDIR /edgex-go 16:05:21 ---> 8a0fb61d0b04 16:05:21 Step 3/24 : WORKDIR /edgex-go 16:05:21 ---> Using cache 16:05:21 ---> f357c83eea7f 16:05:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:21 ---> Using cache 16:05:21 ---> f357c83eea7f 16:05:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:21 ---> Using cache 16:05:21 ---> Using cache 16:05:21 ---> 0926833ccb37 16:05:21 ---> 0926833ccb37 16:05:21 Step 5/21 : RUN apk add --update --no-cache make gitStep 5/24 : RUN apk add --update --no-cache make git 16:05:21 16:05:21 ---> Using cache 16:05:21 ---> faa565e7863b 16:05:21 Step 6/24 : COPY go.mod . ---> Using cache 16:05:21 16:05:21 ---> faa565e7863b 16:05:21 Step 6/21 : COPY go.mod . 16:05:21 ---> Using cache 16:05:21 ---> 6d571e4fb3af 16:05:21 Step 7/21 : RUN go mod download 16:05:21 ---> Using cache 16:05:21 ---> 6d571e4fb3af 16:05:21 Step 7/24 : RUN go mod download 16:05:21 ---> Using cache 16:05:21 ---> 78acccfcfe8a 16:05:21 Step 8/21 : COPY . . 16:05:21 ---> Using cache 16:05:21 ---> 78acccfcfe8a 16:05:21 Step 8/24 : COPY . . 16:05:21 ---> Using cache 16:05:21 ---> eef4ed160198 16:05:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:05:21 ---> Using cache 16:05:21 ---> eef4ed160198 16:05:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:05:21 Removing intermediate container 09e53bf6a714 16:05:21 ---> 0b357b43e4ba 16:05:21 Step 15/26 : EXPOSE $APP_PORT 16:05:22 Removing intermediate container 8ce98f05672f 16:05:22 ---> f8dc07c88b26 16:05:22 Step 22/22 : LABEL version=0.0.0 16:05:22 ---> Running in 0040a8d96d88 16:05:22 ---> Running in e6200b613daa 16:05:22 ---> Running in 238f44c3741f 16:05:23 ---> Running in 867952d38e86 16:05:23 Removing intermediate container e6200b613daa 16:05:23 ---> c798e25fbec5 16:05:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:05:24 Removing intermediate container 867952d38e86 16:05:24 ---> fea70b0e4040 16:05:24 16:05:25 Successfully built fea70b0e4040 16:05:25 Successfully tagged docker-security-bootstrap-redis-go:latest 16:05:25 Building docker-core-data-go 16:05:28  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:05:28 ---> c8f47b91f8a9 16:05:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:05:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:05:28 ? github.com/edgexfoundry/edgex-go [no test files] 16:05:31 ---> 2e18ab00e220 16:05:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:05:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:05:31 ---> 8a0fb61d0b04 16:05:31 Step 3/22 : WORKDIR /edgex-go 16:05:31 ---> Using cache 16:05:31 ---> f357c83eea7f 16:05:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:31 ---> Using cache 16:05:31 ---> 0926833ccb37 16:05:31 Step 5/22 : RUN apk add --update --no-cache make git 16:05:31 ---> Using cache 16:05:31 ---> faa565e7863b 16:05:31 Step 6/22 : COPY go.mod . 16:05:31 ---> Using cache 16:05:31 ---> 6d571e4fb3af 16:05:31 Step 7/22 : RUN go mod download 16:05:31 ---> Using cache 16:05:31 ---> 78acccfcfe8a 16:05:31 Step 8/22 : COPY . . 16:05:31 ---> Using cache 16:05:31 ---> eef4ed160198 16:05:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:05:32 ---> Running in bc8f2f53faa7 16:05:32 ---> e693c731aa89 16:05:32 Step 19/26 : RUN apk --no-cache add py3-pip 16:05:33 ---> Running in a17e1e0feff2 16:05:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:05:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:35 (1/33) Installing libbz2 (1.0.8-r1) 16:05:35 (2/33) Installing expat (2.2.9-r1) 16:05:35 (3/33) Installing libffi (3.3-r2) 16:05:35 (4/33) Installing gdbm (1.13-r1) 16:05:36 (5/33) Installing xz-libs (5.2.5-r0) 16:05:36 (6/33) Installing sqlite-libs (3.32.1-r0) 16:05:36 (7/33) Installing python3 (3.8.5-r0) 16:05:39 (8/33) Installing py3-appdirs (1.4.4-r1) 16:05:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:05:39 (10/33) Installing py3-parsing (2.4.7-r0) 16:05:39 (11/33) Installing py3-six (1.15.0-r0) 16:05:39 (12/33) Installing py3-packaging (20.4-r0) 16:05:39 (13/33) Installing py3-setuptools (47.0.0-r0) 16:05:39 (14/33) Installing py3-chardet (3.0.4-r4) 16:05:39 (15/33) Installing py3-idna (2.9-r0) 16:05:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:05:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:05:42 (18/33) Installing py3-requests (2.23.0-r0) 16:05:42 (19/33) Installing py3-msgpack (1.0.0-r0) 16:05:42 (20/33) Installing py3-lockfile (0.12.2-r3) 16:05:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:05:43 (22/33) Installing py3-colorama (0.4.3-r0) 16:05:43 (23/33) Installing py3-distlib (0.3.0-r0) 16:05:43 (24/33) Installing py3-distro (1.5.0-r1) 16:05:43 (25/33) Installing py3-webencodings (0.5.1-r3) 16:05:43 (26/33) Installing py3-html5lib (1.0.1-r4) 16:05:43 (27/33) Installing py3-pytoml (0.1.21-r0) 16:05:44 (28/33) Installing py3-pep517 (0.8.2-r0) 16:05:44 (29/33) Installing py3-progress (1.5-r0) 16:05:44 (30/33) Installing py3-toml (0.10.1-r0) 16:05:44 (31/33) Installing py3-retrying (1.3.3-r0) 16:05:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:05:44 (33/33) Installing py3-pip (20.1.1-r0) 16:05:44 Executing busybox-1.31.1-r19.trigger 16:05:44 OK: 71 MiB in 55 packages 16:05:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:05:46 ---> 8a0fb61d0b04 16:05:46 Step 3/23 : WORKDIR /edgex-go 16:05:46 ---> Using cache 16:05:46 ---> f357c83eea7f 16:05:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:46 ---> Using cache 16:05:46 ---> 0926833ccb37 16:05:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:05:47 ---> Running in b3ce9687a09d 16:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:05:52 OK: 233 MiB in 51 packages 16:05:59 Removing intermediate container b3ce9687a09d 16:05:59 ---> d34d2daabfbf 16:05:59 Step 6/23 : COPY go.mod . 16:05:59 Removing intermediate container a17e1e0feff2 16:05:59 ---> 3b53f6454daf 16:05:59 Step 20/26 : RUN pip install docker-compose==1.23.2 16:05:59 ---> 6229ba09908e 16:05:59 Step 7/23 : RUN go mod download 16:06:00 Removing intermediate container 0040a8d96d88 16:06:00 ---> 2259d2c79c3d 16:06:00 16:06:00 Step 10/21 : FROM scratch 16:06:00 ---> 16:06:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:06:00 ---> Running in b0a4bc64f368 16:06:00 ---> Running in a72a984e5720 16:06:01 ---> Using cache 16:06:01 ---> a57193fee63d 16:06:01 Step 12/21 : ENV APP_PORT=48085 16:06:01 Removing intermediate container 238f44c3741f 16:06:01 ---> e4349847b486 16:06:01 16:06:01 Step 10/24 : FROM alpine:3.12 16:06:01 ---> 389fef711851 16:06:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:06:01 ---> Using cache 16:06:01 ---> 3f90777a0639 16:06:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:06:01 ---> Running in 6441b2c5689b 16:06:01 ---> Running in 26c53971662f 16:06:01 Removing intermediate container 6441b2c5689b 16:06:01 ---> ac4fe8b25fc3 16:06:01 Step 13/21 : EXPOSE $APP_PORT 16:06:01 ---> Running in aea21943d19c 16:06:01 Removing intermediate container 26c53971662f 16:06:01 ---> c412c62cb3aa 16:06:01 Step 13/24 : WORKDIR / 16:06:01 ---> Running in 7d8bb3092576 16:06:01 Removing intermediate container aea21943d19c 16:06:01 ---> cd5eb61fc3bc 16:06:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:06:01 Removing intermediate container 7d8bb3092576 16:06:01 ---> e3f74838da75 16:06:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:06:02 ---> 9cea4793b953 16:06:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:06:02 ---> eb6ee8bd5bdd 16:06:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:06:02 Collecting docker-compose==1.23.2 16:06:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:06:03 Collecting docopt<0.7,>=0.6.1 16:06:03 ---> ff08bd9154f0 16:06:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:06:03 Downloading docopt-0.6.2.tar.gz (25 kB) 16:06:03 ---> f1d2aad7b346 16:06:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:06:03 Removing intermediate container b0a4bc64f368 16:06:03 ---> 37a1548939de 16:06:03 Step 8/23 : COPY . . 16:06:04 ---> ba6aed8c1825 16:06:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:06:04 ---> 8d027ebfc4c3 16:06:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:06:04 Collecting texttable<0.10,>=0.9.0 16:06:04 Downloading texttable-0.9.1.tar.gz (11 kB) 16:06:07 Collecting dockerpty<0.5,>=0.4.1 16:06:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:06:10 ---> Running in 9d7bd64ff277 16:06:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:06:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:06:12 Collecting cached-property<2,>=1.2.0 16:06:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:06:13 ---> f999ff12cfdb 16:06:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:06:13 Collecting docker<4.0,>=3.6.0 16:06:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:06:13 Removing intermediate container bc8f2f53faa7 16:06:13 ---> fc469411f46f 16:06:13 16:06:13 Step 10/22 : FROM scratch 16:06:13 ---> 16:06:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:06:13 Removing intermediate container 9d7bd64ff277 16:06:13 ---> 41a0e74c8a8e 16:06:13 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:06:13 ---> Using cache 16:06:13 ---> a57193fee63d 16:06:13 Step 12/22 : ENV APP_PORT=48081 16:06:13 Collecting websocket-client<1.0,>=0.32.0 16:06:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:06:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:06:16 ---> Running in 34d2008bee0f 16:06:16 ---> Running in c0eacdd84a90 16:06:16 Collecting PyYAML<4,>=3.10 16:06:16 Downloading PyYAML-3.13.tar.gz (270 kB) 16:06:17 ---> de76f11daea2 16:06:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:06:18 Collecting jsonschema<3,>=2.5.1 16:06:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:06:20 Removing intermediate container c0eacdd84a90 16:06:20 ---> 56b24d95f34d 16:06:20 Step 13/22 : EXPOSE $APP_PORT 16:06:20 Removing intermediate container 34d2008bee0f 16:06:20 ---> 86c8dea3bf12 16:06:20 Step 19/21 : LABEL arch=x86_64 16:06:20 Collecting idna<2.8,>=2.5 16:06:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:06:21 Collecting urllib3<1.25,>=1.21.1 16:06:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:06:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:06:21 ---> 842fc7653d7a 16:06:21 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:06:21 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:06:21 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:06:21 ---> Running in 4238c9aa4867 16:06:21 Collecting docker-pycreds>=0.4.0 16:06:21 ---> Running in f0716c38ba39 16:06:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:06:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:06:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:06:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:06:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:06:22 Installing collected packages: docopt, texttable, dockerpty, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, docker-compose 16:06:22 Running setup.py install for docopt: started 16:06:22 ---> Running in 98346f08cfbe 16:06:23 Running setup.py install for docopt: finished with status 'done' 16:06:23 Running setup.py install for texttable: started 16:06:23 Removing intermediate container 4238c9aa4867 16:06:23 ---> 432a9f1242ca 16:06:23 Step 14/22 : WORKDIR / 16:06:23 Removing intermediate container f0716c38ba39 16:06:23 ---> c2ba0224e64b 16:06:23 Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:06:24 Running setup.py install for texttable: finished with status 'done' 16:06:24 Running setup.py install for dockerpty: started 16:06:24 Running setup.py install for dockerpty: finished with status 'done' 16:06:24 Attempting uninstall: idna 16:06:24 Found existing installation: idna 2.9 16:06:24 Uninstalling idna-2.9: 16:06:24 Successfully uninstalled idna-2.9 16:06:24 ---> Running in e6f89c712355 16:06:25 Attempting uninstall: urllib3 16:06:25 Found existing installation: urllib3 1.25.9 16:06:25 Uninstalling urllib3-1.25.9: 16:06:25 ---> Running in 155a2f2673a3 16:06:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:06:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:06:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:06:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:06:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:06:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:06:25 Successfully uninstalled urllib3-1.25.9 16:06:25 ---> a1ad66cfa874 16:06:25 Step 9/23 : RUN make cmd/core-data/core-data 16:06:25 Attempting uninstall: requests 16:06:25 Found existing installation: requests 2.23.0 16:06:25 Uninstalling requests-2.23.0: 16:06:26 Successfully uninstalled requests-2.23.0 16:06:26 Removing intermediate container 155a2f2673a3 16:06:26 ---> ac449d4ee9c6 16:06:26 Step 21/21 : LABEL version=0.0.0 16:06:26 Removing intermediate container e6f89c712355 16:06:26 ---> 413235cfae71 16:06:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:06:27 ---> Running in 1008735326b5 16:06:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:06:27 ---> Running in 5c794ccee0c7 16:06:27 ---> 7d7894ad0b16 16:06:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:06:28 Running setup.py install for PyYAML: started 16:06:28 Removing intermediate container 5c794ccee0c7 16:06:28 ---> 0fc3a706156c 16:06:28 16:06:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:06:28 ---> 300070cb3764 16:06:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:06:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:06:28 Successfully built 0fc3a706156c 16:06:28 Successfully tagged docker-support-scheduler-go:latest 16:06:28  Building docker-support-scheduler-go ... done Removing intermediate container 98346f08cfbe 16:06:28 ---> 03c295e6e249 16:06:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:06:29 ---> Running in 141585fc43b3 16:06:29 ---> c7ab3111f1b8 16:06:29 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:06:29 ---> Running in 17d232d7f362 16:06:29 Running setup.py install for PyYAML: finished with status 'done' 16:06:29 Removing intermediate container 141585fc43b3 16:06:29 ---> 8b64b90af4bf 16:06:29 Step 22/24 : LABEL arch=x86_64 16:06:29 ---> Running in 58ab77b1e68b 16:06:29 Removing intermediate container 17d232d7f362 16:06:29 ---> 30ae8fade373 16:06:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:30 ---> Running in 74ce1bc7c50f 16:06:30 Removing intermediate container 58ab77b1e68b 16:06:30 ---> 34e847fdc89a 16:06:30 Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:06:30 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:06:30 ---> Running in 44b361e50a40 16:06:30 Removing intermediate container 74ce1bc7c50f 16:06:30 ---> ddae8decabdf 16:06:30 Step 20/22 : LABEL arch=x86_64 16:06:31 ---> Running in bf2a130d6b49 16:06:31 Removing intermediate container 44b361e50a40 16:06:31 ---> 4c5c6791512d 16:06:31 Step 24/24 : LABEL version=0.0.0 16:06:31 ---> Running in 0440a587594b 16:06:31 Removing intermediate container bf2a130d6b49 16:06:31 ---> 9b7807b4d434 16:06:31 Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:06:31 ---> Running in d100008f1737 16:06:31 Removing intermediate container 0440a587594b 16:06:31 ---> e37e0b1291e7 16:06:31 16:06:32 Successfully built e37e0b1291e7 16:06:32 Successfully tagged docker-security-secretstore-setup-go:latest 16:06:34  Building docker-security-secretstore-setup-go ... done Removing intermediate container d100008f1737 16:06:34 ---> 5e16278b1f08 16:06:34 Step 22/22 : LABEL version=0.0.0 16:06:34 Removing intermediate container a72a984e5720 16:06:34 ---> 44a877489d4e 16:06:34 Step 21/26 : RUN apk --no-cache add curl 16:06:34 ---> Running in 557d1f6978b4 16:06:34 ---> Running in b53f9fa5f5c8 16:06:34 Removing intermediate container 557d1f6978b4 16:06:34 ---> 439b490595e6 16:06:34 16:06:34 Successfully built 439b490595e6 16:06:34 Successfully tagged docker-core-metadata-go:latest 16:06:35  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:06:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:06:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:06:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:06:35 (2/3) Installing libcurl (7.69.1-r3) 16:06:35 (3/3) Installing curl (7.69.1-r3) 16:06:35 Executing busybox-1.31.1-r19.trigger 16:06:35 OK: 72 MiB in 58 packages 16:06:36 Removing intermediate container b53f9fa5f5c8 16:06:36 ---> 048b790c3c96 16:06:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:06:36 ---> Running in a75411034412 16:06:37 Removing intermediate container a75411034412 16:06:37 ---> d92ed9901828 16:06:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:37 ---> Running in c435e05fbb60 16:06:38 Removing intermediate container c435e05fbb60 16:06:38 ---> f3d4e0f248cd 16:06:38 Step 24/26 : LABEL arch=x86_64 16:06:38 ---> Running in cda236124ce5 16:06:38 Removing intermediate container cda236124ce5 16:06:38 ---> 0fd6c8a20d6c 16:06:38 Step 25/26 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:06:38 ---> Running in e9a55f137569 16:06:38 Removing intermediate container e9a55f137569 16:06:38 ---> f61afe057486 16:06:38 Step 26/26 : LABEL version=0.0.0 16:06:38 ---> Running in bd129ab7d744 16:06:39 Removing intermediate container bd129ab7d744 16:06:39 ---> 38cd75b3875f 16:06:39 16:06:39 Successfully built 38cd75b3875f 16:06:39 Successfully tagged docker-sys-mgmt-agent-go:latest 16:06:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.192s coverage: 46.6% of statements 16:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:06:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:06:44  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1008735326b5 16:06:44 ---> b8ade7c6b59e 16:06:44 16:06:44 Step 10/23 : FROM alpine:3.12 16:06:44 ---> 389fef711851 16:06:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:06:44 ---> Running in c39553df9fed 16:06:45 Removing intermediate container c39553df9fed 16:06:45 ---> 0330ea049857 16:06:45 Step 12/23 : ENV APP_PORT=48080 16:06:45 ---> Running in 7510aea847ef 16:06:45 Removing intermediate container 7510aea847ef 16:06:45 ---> 4668cbaab25c 16:06:45 Step 13/23 : EXPOSE $APP_PORT 16:06:45 ---> Running in 99f07f41020b 16:06:45 Removing intermediate container 99f07f41020b 16:06:45 ---> 34ad19d03d5f 16:06:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:45 ---> Running in 0d7e1ca26a09 16:06:46 Removing intermediate container 0d7e1ca26a09 16:06:46 ---> 5dd1853c424b 16:06:46 Step 15/23 : RUN apk add --update --no-cache zeromq 16:06:47 ---> Running in 86edfd6eb2f9 16:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 67.9% of statements 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 82.3% of statements 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:49 (1/5) Installing libgcc (9.3.0-r2) 16:06:49 (2/5) Installing libsodium (1.0.18-r0) 16:06:49 (3/5) Installing libstdc++ (9.3.0-r2) 16:06:50 (4/5) Installing libzmq (4.3.3-r0) 16:06:50 (5/5) Installing zeromq (4.3.3-r0) 16:06:50 Executing busybox-1.31.1-r19.trigger 16:06:50 OK: 8 MiB in 19 packages 16:06:51 Removing intermediate container 86edfd6eb2f9 16:06:51 ---> 639af25e88e2 16:06:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:06:51 ---> ef53a7fa751d 16:06:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:06:51 ---> 4d25141bcc85 16:06:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:06:52 ---> 7796ea62a144 16:06:52 Step 19/23 : ENTRYPOINT ["/core-data"] 16:06:52 ---> Running in 83f3220df40f 16:06:52 Removing intermediate container 83f3220df40f 16:06:52 ---> d93ea72bbb61 16:06:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:52 ---> Running in a8f57c2d2e7a 16:06:52 Removing intermediate container a8f57c2d2e7a 16:06:52 ---> 5662a34f6b34 16:06:52 Step 21/23 : LABEL arch=x86_64 16:06:52 ---> Running in 3f46e244c9fb 16:06:52 Removing intermediate container 3f46e244c9fb 16:06:52 ---> 19499f32a807 16:06:52 Step 22/23 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:06:52 ---> Running in dd8d9ce8d513 16:06:53 Removing intermediate container dd8d9ce8d513 16:06:53 ---> e845b185b330 16:06:53 Step 23/23 : LABEL version=0.0.0 16:06:53 ---> Running in 92966d28f234 16:06:53 Removing intermediate container 92966d28f234 16:06:53 ---> ec34768efd97 16:06:53 16:06:53 Successfully built ec34768efd97 16:06:53 Successfully tagged docker-core-data-go:latest 16:06:53  Building docker-core-data-go ... done  [Pipeline] } 16:06:53 $ docker stop --time=1 f0c5b496a1dc2fe9f53acf2c52b4d8b3e4d63879e5200098e73adb068bad9379 16:06:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:06:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:06:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:06:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.333s coverage: 86.7% of statements 16:06:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:06:55 $ docker rm -f f0c5b496a1dc2fe9f53acf2c52b4d8b3e4d63879e5200098e73adb068bad9379 [Pipeline] // withDockerContainer [Pipeline] sh 16:06:55 + docker images 16:06:55 + grep docker 16:06:55 docker-core-data-go latest ec34768efd97 2 seconds ago 22.3MB 16:06:55 docker-sys-mgmt-agent-go latest 38cd75b3875f 17 seconds ago 313MB 16:06:55 docker-core-metadata-go latest 439b490595e6 21 seconds ago 13.1MB 16:06:55 docker-security-secretstore-setup-go latest e37e0b1291e7 24 seconds ago 24.6MB 16:06:55 docker-support-scheduler-go latest 0fc3a706156c 28 seconds ago 10.7MB 16:06:55 docker-security-bootstrap-redis-go latest fea70b0e4040 About a minute ago 15.8MB 16:06:55 docker-security-proxy-setup-go latest 4aafc260d340 About a minute ago 24.4MB 16:06:55 docker-support-notifications-go latest 991d4a6ba6e6 About a minute ago 12MB 16:06:55 docker-core-command-go latest 51d108870ccd About a minute ago 10.6MB 16:06:55 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [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 16:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements 16:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements 16:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.305s coverage: 92.8% of statements 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 16:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 16:07:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 16:07:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements 16:07:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 16:07:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 63.5% of statements 16:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements 16:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 16:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 16:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.103s coverage: 73.7% of statements 16:07:11 Still waiting to schedule task 16:07:11 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:07:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements 16:07:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.777s coverage: 68.9% of statements 16:07:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:07:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:07:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:07:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:07:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements 16:07:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:07:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.591s coverage: 84.0% of statements 16:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements 16:07:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.351s coverage: 47.1% of statements 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:07:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:07:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 16:07:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.052s coverage: 29.1% of statements 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:07:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:07:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 16:07:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 16:07:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 16:07:30 GO111MODULE=on go vet ./... 16:08:01 Running on prd-ubuntu18.04-docker-8c-8g-21215 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws 16:08:01 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 16:08:03 using credential edgex-jenkins-ssh 16:08:03 Cloning the remote Git repository 16:08:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:08:04 > git init /w/workspace/edgex-go/8 # timeout=10 16:08:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:08:04 > git --version # timeout=10 16:08:04 > git --version # 'git version 2.17.1' 16:08:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:08:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:08:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:08:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:08:30 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:08:30 Merge succeeded, producing e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:08:30 Checking out Revision e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b (PR-3040) 16:08:30 > git config core.sparsecheckout # timeout=10 16:08:30 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 16:08:30 > git remote # timeout=10 16:08:30 > git config --get remote.origin.url # timeout=10 16:08:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:30 > git merge ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 16:08:30 > git rev-parse HEAD^{commit} # timeout=10 16:08:30 > git config core.sparsecheckout # timeout=10 16:08:30 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 16:08:34 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:35 + echo snap-build.sh 16:08:35 snap-build.sh 16:08:35 + SNAP_BASE_DIR=. 16:08:35 + '[' '!' -z /w/workspace/edgex-go/8 ']' 16:08:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 16:08:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 16:08:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 16:08:35 + cd /w/workspace/edgex-go/8 16:08:35 + sudo apt-get remove -qy --purge lxd lxd-client 16:08:35 Reading package lists... 16:08:35 Building dependency tree... 16:08:35 Reading state information... 16:08:36 The following packages were automatically installed and are no longer required: 16:08:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:08:36 uidmap xdelta3 16:08:36 Use 'sudo apt autoremove' to remove them. 16:08:36 The following packages will be REMOVED: 16:08:36 lxd* lxd-client* 16:08:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:08:36 After this operation, 31.7 MB disk space will be freed. 16:08:37 (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 ... 190027 files and directories currently installed.) 16:08:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:08:38 Removing lxd dnsmasq configuration 16:08:38 gofmt -l . 16:08:38 [ "`gofmt -l .`" = "" ] 16:08:38 ./bin/test-go-mod-tidy.sh 16:08:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:08:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:08:39 ./bin/test-attribution-txt.sh 16:08:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:08:39 (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 ... 189852 files and directories currently installed.) 16:08:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] sh 16:08:40 + ls -al . 16:08:40 total 684 16:08:40 drwxrwxr-x 9 1001 1001 4096 Jan 19 16:08 . 16:08:40 drwxr-xr-x 4 root root 4096 Jan 19 16:05 .. 16:08:40 -rw-rw-r-- 1 1001 1001 11 Jan 19 16:03 .dockerignore 16:08:40 drwxrwxr-x 8 1001 1001 4096 Jan 19 16:03 .git 16:08:40 drwxrwxr-x 3 1001 1001 4096 Jan 19 16:03 .github 16:08:40 -rw-rw-r-- 1 1001 1001 824 Jan 19 16:03 .gitignore 16:08:40 -rw-rw-r-- 1 1001 1001 166 Jan 19 16:03 .sonarcloud.properties 16:08:40 -rw-rw-r-- 1 1001 1001 7744 Jan 19 16:03 Attribution.txt 16:08:40 -rw-rw-r-- 1 1001 1001 3804 Jan 19 16:03 CONTRIBUTING.md 16:08:40 -rw-rw-r-- 1 1001 1001 931 Jan 19 16:03 Dockerfile.build 16:08:40 -rw-rw-r-- 1 1001 1001 863 Jan 19 16:03 Jenkinsfile 16:08:40 -rw-rw-r-- 1 1001 1001 10775 Jan 19 16:03 LICENSE 16:08:40 -rw-rw-r-- 1 1001 1001 5750 Jan 19 16:03 Makefile 16:08:40 -rw-rw-r-- 1 1001 1001 6524 Jan 19 16:03 README.md 16:08:40 -rw-rw-r-- 1 1001 1001 6744 Jan 19 16:03 SECURITY.md 16:08:40 -rw-rw-r-- 1 1001 1001 5 Jan 19 15:59 VERSION 16:08:40 -rw-rw-r-- 1 1001 1001 4131 Jan 19 16:03 ZMQWindows.md 16:08:40 drwxrwxr-x 2 1001 1001 4096 Jan 19 16:03 bin 16:08:40 drwxrwxr-x 14 1001 1001 4096 Jan 19 16:03 cmd 16:08:40 -rw-r--r-- 1 root root 550280 Jan 19 16:07 coverage.out 16:08:40 -rw-r--r-- 1 root root 981 Jan 19 16:08 go.mod 16:08:40 -rw-r--r-- 1 root root 19326 Jan 19 16:08 go.sum 16:08:40 drwxrwxr-x 8 1001 1001 4096 Jan 19 16:03 internal 16:08:40 drwxrwxr-x 4 1001 1001 4096 Jan 19 16:03 openapi 16:08:40 drwxrwxr-x 4 1001 1001 4096 Jan 19 16:03 snap 16:08:40 -rw-rw-r-- 1 1001 1001 168 Jan 19 16:03 version.go [Pipeline] sh 16:08:41 Processing triggers for systemd (237-3ubuntu10.42) ... 16:08:41 Processing triggers for ureadahead (0.100.0-21) ... 16:08:41 + '[' -e coverage.out ] 16:08:41 + chown 1001:1001 coverage.out [Pipeline] stash 16:08:41 Warning: overwriting stash ‘coverage-report’ 16:08:42 Stashed 1 file(s) [Pipeline] sh 16:08:42 + sudo snap remove --purge lxd 16:08:42 snap "lxd" is not installed 16:08:42 + sudo groupadd --force --system lxd 16:08:42 ++ whoami 16:08:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:08:42 + newgrp - lxd 16:08:42 + sudo snap install lxd 16:08:43 + make build 16:08:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:08:52 2021-01-19T16:08:49Z INFO Waiting for automatic snapd restart... 16:08:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:09:07 lxd 4.10 from Canonical* installed 16:09:07 + sudo lxd init --auto 16:09:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:09:18 + sudo snap install --classic snapcraft 16:09:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:09:21 snapcraft 4.4.4 from Canonical* installed 16:09:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:09:21 + patch --verbose -p1 16:09:21 Hmm... Looks like a unified diff to me... 16:09:21 The text leading up to this was: 16:09:21 -------------------------- 16:09:21 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:09:21 |From: Tony Espy 16:09:21 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:09:21 |Subject: [PATCH] optimize snap build for pipeline CI check 16:09:21 | 16:09:21 |This patch is used by the EdgeX CI pipeline builds to 16:09:21 |optimize the snap CI check run for pull requests. When 16:09:21 |applied, it essentially strips out everything (apps and 16:09:21 |parts) from the snapcraft.yaml file except those required 16:09:21 |to build edgex-go, as the whole idea of the CI check is to 16:09:21 |catch changes to edgex-go that break the snap build. 16:09:21 | 16:09:21 |In general, anyone updating snapcraft.yaml will also need 16:09:21 |to update this patch file, otherwise it may fail to apply, 16:09:21 |resulting in a failed snap build CI check in the associated 16:09:21 |pull request. 16:09:21 | 16:09:21 |Note - in addition to applying this patch, the pipeline also 16:09:21 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:09:21 |need to build the finally binary .snap file (and it won't 16:09:21 |work with the patch applied). This further reduces the build 16:09:21 |time. 16:09:21 |--- 16:09:21 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:09:21 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:09:21 | 16:09:21 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:09:21 |index 1e537489..faf42425 100644 16:09:21 |--- a/snap/snapcraft.yaml 16:09:21 |+++ b/snap/snapcraft.yaml 16:09:21 -------------------------- 16:09:21 patching file snap/snapcraft.yaml 16:09:21 Using Plan A... 16:09:21 Hunk #1 succeeded at 73. 16:09:21 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 16:09:21 Hunk #3 succeeded at 214 (offset -1 lines). 16:09:21 Hunk #4 succeeded at 222 (offset -1 lines). 16:09:21 Hunk #5 succeeded at 229 (offset -1 lines). 16:09:21 Hunk #6 succeeded at 256 (offset -1 lines). 16:09:21 Hunk #7 succeeded at 290 (offset -1 lines). 16:09:21 Hunk #8 succeeded at 342. 16:09:21 Hmm... Ignoring the trailing garbage. 16:09:21 done 16:09:21 + sudo snapcraft prime --use-lxd 16:09:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:09:22 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: 16:09:22 - README.md 16:09:22 - snapcraft.yaml.orig 16:09:22 16:09:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:09:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:09:23 Launching a container. 16:09:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:09:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:09:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:09:33 Waiting for container to be ready 16:09:34 To start your first instance, try: lxc launch ubuntu:18.04 16:09:34 16:09:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:09:37 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:09:37 Waiting for network to be ready... 16:09:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:09:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 16:09:38 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:09:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 16:09:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:09:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:09:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:09:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:09:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 16:09:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 16:09:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:09:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:09:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:09:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:09:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:09:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:09:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:09:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:09:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:09:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 16:09:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 16:09:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 16:09:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 16:09:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 16:09:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 16:09:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 16:09:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 16:09:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:09:42 Fetched 23.8 MB in 4s (5897 kB/s) 16:09:43 Reading package lists... 16:09:43 Reading package lists... 16:09:43 Building dependency tree... 16:09:43 Reading state information... 16:09:43 The following additional packages will be installed: 16:09:43 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:09:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:09:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:09:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:09:43 Suggested packages: 16:09:43 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:09:43 Recommended packages: 16:09:43 gnupg libsasl2-modules 16:09:43 The following NEW packages will be installed: 16:09:43 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:09:43 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:09:43 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:09:43 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:09:43 The following packages will be upgraded: 16:09:43 gpg gpg-agent gpgconf libudev1 16:09:44 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 16:09:44 Need to get 3533 kB of archives. 16:09:44 After this operation, 13.3 MB of additional disk space will be used. 16:09:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:09:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:09:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:09:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:09:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:09:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:09:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:09:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:09:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:09:44 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:09:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:09:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:09:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:09:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:09:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:09:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:09:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:09:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:09:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:09:44 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:09:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:09:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:09:44 debconf: delaying package configuration, since apt-utils is not installed 16:09:44 Fetched 3533 kB in 1s (3247 kB/s) 16:09:44 (Reading database ... 12511 files and directories currently installed.) 16:09:44 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:09:44 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:09:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:09:45 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:09:45 Selecting previously unselected package udev. 16:09:45 (Reading database ... 12511 files and directories currently installed.) 16:09:45 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:09:45 Unpacking udev (237-3ubuntu10.44) ... 16:09:45 Selecting previously unselected package libfuse2:amd64. 16:09:45 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:09:45 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:09:45 Selecting previously unselected package fuse. 16:09:45 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:09:45 Unpacking fuse (2.9.7-1ubuntu1) ... 16:09:45 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:09:45 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:09:45 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:09:45 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:09:45 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:09:45 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:09:45 Selecting previously unselected package libksba8:amd64. 16:09:46 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:09:46 Unpacking libksba8:amd64 (1.3.5-2) ... 16:09:46 Selecting previously unselected package libroken18-heimdal:amd64. 16:09:46 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:09:46 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:09:46 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:09:46 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libwind0-heimdal:amd64. 16:09:46 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:09:46 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:09:46 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:09:46 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:09:46 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:09:46 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:46 Selecting previously unselected package libsasl2-modules-db:amd64. 16:09:46 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:09:46 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:09:47 Selecting previously unselected package libsasl2-2:amd64. 16:09:47 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:09:47 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:09:47 Selecting previously unselected package libldap-common. 16:09:47 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:09:47 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:09:47 Selecting previously unselected package libldap-2.4-2:amd64. 16:09:47 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:09:47 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:09:47 Selecting previously unselected package dirmngr. 16:09:47 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:09:47 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:09:47 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:09:47 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:09:47 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:09:47 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:09:47 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:09:47 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:09:47 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:47 Setting up libksba8:amd64 (1.3.5-2) ... 16:09:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:09:47 Setting up udev (237-3ubuntu10.44) ... 16:09:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:09:48 invoke-rc.d: policy-rc.d denied execution of start. 16:09:48 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Processing triggers for systemd (237-3ubuntu10) ... 16:09:48 Setting up fuse (2.9.7-1ubuntu1) ... 16:09:48 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:09:48 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:09:48 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:09:48 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:09:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:09:49 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:09:49 settings in the [Install] section, and DefaultInstance for template units). 16:09:49 This means they are not meant to be enabled using systemctl. 16:09:49 Possible reasons for having this kind of units are: 16:09:49 1) A unit may be statically enabled by being symlinked from another unit's 16:09:49 .wants/ or .requires/ directory. 16:09:49 2) A unit's purpose may be to act as a helper for some other unit which has 16:09:49 a requirement dependency on it. 16:09:49 3) A unit may be started when needed via activation (socket, path, timer, 16:09:49 D-Bus, udev, scripted systemctl call, ...). 16:09:49 4) In case of template units, the unit is meant to be enabled with some 16:09:49 instance name specified. 16:09:49 Reading package lists... 16:09:49 Building dependency tree... 16:09:49 Reading state information... 16:09:49 The following additional packages will be installed: 16:09:49 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:09:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:09:49 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:09:49 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:09:49 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:09:49 Suggested packages: 16:09:49 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:09:49 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:09:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:09:49 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:09:49 systemd-container policykit-1 16:09:49 Recommended packages: 16:09:49 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:09:49 The following NEW packages will be installed: 16:09:49 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:09:49 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:09:49 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:09:49 multiarch-support openssh-client python3 python3-minimal python3.6 16:09:49 python3.6-minimal snapd squashfs-tools sudo 16:09:49 The following packages will be upgraded: 16:09:49 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:09:49 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 16:09:49 Need to get 35.2 MB of archives. 16:09:49 After this operation, 141 MB of additional disk space will be used. 16:09:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:09:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:09:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:09:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:09:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:09:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:09:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:09:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:09:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:09:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:09:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:09:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:09:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:09:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:09:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:09:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:09:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:09:51 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:09:51 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:09:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:09:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:09:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:09:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:09:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:09:51 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:09:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 16:09:51 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:09:51 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:09:51 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:09:51 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] } 16:09:51 $ docker stop --time=1 1f3ffc72219e21d7b5f78a002967e83c809961eb84673ab65742e0d5cd6f0e80 16:09:52 debconf: delaying package configuration, since apt-utils is not installed 16:09:52 Fetched 35.2 MB in 2s (15.7 MB/s) 16:09:52 (Reading database ... 12757 files and directories currently installed.) 16:09:52 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:09:52 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:09:53 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:09:53 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:09:53 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:09:53 (Reading database ... 12757 files and directories currently installed.) 16:09:53 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:09:53 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:09:53 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:09:53 (Reading database ... 12757 files and directories currently installed.) 16:09:53 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:09:53 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:09:53 Setting up apt (1.6.12ubuntu0.2) ... 16:09:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:09:54 $ docker rm -f 1f3ffc72219e21d7b5f78a002967e83c809961eb84673ab65742e0d5cd6f0e80 16:09:54 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:09:54 (Reading database ... 12764 files and directories currently installed.) 16:09:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:09:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:09:54 Selecting previously unselected package libpython3.6-minimal:amd64. 16:09:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:09:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:09:54 Selecting previously unselected package libexpat1:amd64. 16:09:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:09:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:09:54 Selecting previously unselected package python3.6-minimal. 16:09:54 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:09:54 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } 16:09:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:09:55 Checking for services that may need to be restarted...done. 16:09:55 Checking for services that may need to be restarted...done. 16:09:55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:09:55 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:09:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:09:56 Selecting previously unselected package python3-minimal. 16:09:56 (Reading database ... 13012 files and directories currently installed.) 16:09:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:09:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:09:56 Selecting previously unselected package mime-support. 16:09:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:09:56 Unpacking mime-support (3.60ubuntu1) ... 16:09:56 Selecting previously unselected package libmpdec2:amd64. 16:09:56 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:09:56 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:09:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:09:56 16:09:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:09:56 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:09:56 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:09:56 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:09:56 Selecting previously unselected package python3.6. 16:09:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:09:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:09:56 Selecting previously unselected package libpython3-stdlib:amd64. 16:09:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:09:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:09:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:09:56 Setting up python3-minimal (3.6.7-1~18.04) ... 16:09:56 latest: Pulling from edgex-devops/edgex-compose-arm64 16:09:56 29e5d40040c1: Pulling fs layer 16:09:56 1ce36da41761: Pulling fs layer 16:09:56 25b303627fd3: Pulling fs layer 16:09:57 Selecting previously unselected package python3. 16:09:57 (Reading database ... 13442 files and directories currently installed.) 16:09:57 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:09:57 Unpacking python3 (3.6.7-1~18.04) ... 16:09:57 Selecting previously unselected package multiarch-support. 16:09:57 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:09:57 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:09:57 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:09:57 29e5d40040c1: Verifying Checksum 16:09:57 29e5d40040c1: Download complete 16:09:57 Selecting previously unselected package liblzo2-2:amd64. 16:09:57 (Reading database ... 13479 files and directories currently installed.) 16:09:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:09:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:09:57 Selecting previously unselected package libbsd0:amd64. 16:09:57 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:09:57 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:09:57 Selecting previously unselected package sudo. 16:09:57 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 16:09:57 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 16:09:57 Selecting previously unselected package apparmor. 16:09:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:09:57 29e5d40040c1: Pull complete 16:09:57 1ce36da41761: Verifying Checksum 16:09:57 1ce36da41761: Download complete 16:09:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:09:57 Selecting previously unselected package libedit2:amd64. 16:09:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:09:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:09:58 Selecting previously unselected package libkrb5support0:amd64. 16:09:58 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:09:58 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:09:58 Selecting previously unselected package libk5crypto3:amd64. 16:09:58 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:09:58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:09:58 Selecting previously unselected package libkeyutils1:amd64. 16:09:58 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:09:58 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:09:58 Selecting previously unselected package libkrb5-3:amd64. 16:09:58 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:09:58 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:09:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:09:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:09:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:09:58 Selecting previously unselected package libssl1.0.0:amd64. 16:09:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:09:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:09:58 Selecting previously unselected package openssh-client. 16:09:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:09:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:09:59 1ce36da41761: Pull complete 16:09:59 Selecting previously unselected package squashfs-tools. 16:09:59 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:09:59 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:09:59 Selecting previously unselected package snapd. 16:09:59 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:09:59 25b303627fd3: Verifying Checksum 16:09:59 25b303627fd3: Download complete 16:09:59 Unpacking snapd (2.48+18.04) ... 16:10:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:10:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:10:01 Setting up mime-support (3.60ubuntu1) ... 16:10:01 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 16:10:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:10:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:10:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:10:01 Setting up systemd (237-3ubuntu10.44) ... 16:10:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:10:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:10:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:10:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:10:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:10:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:10:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:10:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:10:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:10:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:10:03 Setting up python3 (3.6.7-1~18.04) ... 16:10:03 running python rtupdate hooks for python3.6... 16:10:03 running python post-rtupdate hooks for python3.6... 16:10:03 Setting up apparmor (2.12-4ubuntu5.1) ... 16:10:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:10:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:10:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:10:05 Setting up snapd (2.48+18.04) ... 16:10:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:10:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:10:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:10:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:10:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:10:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:10:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:10:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:10:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:10:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:10:07 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:10:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:10:07 Processing triggers for systemd (237-3ubuntu10.44) ... 16:10:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:10:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:10:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:10:08 Fetched 88.7 kB in 1s (176 kB/s) 16:10:09 25b303627fd3: Pull complete 16:10:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:10:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:10:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:10:09 prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container 16:10:09 Reading package lists... 16:10:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-devops/edgex-compose-arm64:latest cat 16:10:10 Reading package lists... 16:10:10 Building dependency tree... 16:10:10 Reading state information... 16:10:10 Calculating upgrade... 16:10:10 The following packages will be upgraded: 16:10:10 advancecomp base-files bash binutils binutils-common 16:10:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:10:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:10:10 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 16:10:10 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 16:10:10 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 16:10:10 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 16:10:10 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 16:10:10 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 16:10:10 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 16:10:10 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 16:10:10 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 16:10:10 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 16:10:10 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 16:10:10 ubuntu-keyring util-linux 16:10:10 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:10:10 Need to get 63.7 MB of archives. 16:10:10 After this operation, 5203 kB of additional disk space will be used. 16:10:10 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:10:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 16:10:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:10:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:10:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:10:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:10:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:10:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:10:11 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:10:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:10:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:10:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:10:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:10:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:10:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:10:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:10:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:10:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:10:11 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:10:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:10:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:10:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:10:11 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:10:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:10:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:10:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:10:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:10:11 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:10:11 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:10:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:10:12 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:10:12 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:10:12 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:10:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:10:12 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:10:12 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:10:12 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:10:12 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:10:12 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:10:12 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:10:12 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:10:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:10:12 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:10:12 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:10:12 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:10:12 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:10:12 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:10:12 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:10:12 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:10:12 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:10:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:10:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:10:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:10:12 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:10:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:10:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:10:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:10:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:10:12 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:10:12 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:10:12 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:10:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:10:12 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:10:12 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:10:12 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:10:12 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:10:12 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:10:12 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:10:12 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:10:12 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:10:12 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:10:12 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:10:12 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:10:12 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:10:12 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:10:12 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:10:12 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:10:12 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 16:10:12 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:10:12 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:10:12 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:10:12 $ docker top 531fcfe8a0a25b1cec4b62b317a0ea8c36bd30ab774f82b0f09fff4decb66dbc -eo pid,comm 16:10:13 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:10:13 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:10:13 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:10:13 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:10:13 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:10:13 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:10:13 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [Pipeline] { [Pipeline] sh 16:10:13 + docker-compose build --help 16:10:13 + grep parallel 16:10:14 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:10:15 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:10:15 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:10:15 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:10:16 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:10:16 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:10:16 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:10:16 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:10:16 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:10:16 debconf: delaying package configuration, since apt-utils is not installed 16:10:16 Fetched 63.7 MB in 6s (11.5 MB/s) 16:10:16 (Reading database ... 13912 files and directories currently installed.) 16:10:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:10:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:10:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:10:16 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:10:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 16:10:17 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 16:10:17 --parallel Build images in parallel. [Pipeline] } 16:10:17 $ docker stop --time=1 531fcfe8a0a25b1cec4b62b317a0ea8c36bd30ab774f82b0f09fff4decb66dbc 16:10:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:18 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:18 (Reading database ... 13911 files and directories currently installed.) 16:10:18 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:18 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:10:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:10:19 (Reading database ... 13911 files and directories currently installed.) 16:10:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:10:19 $ docker rm -f 531fcfe8a0a25b1cec4b62b317a0ea8c36bd30ab774f82b0f09fff4decb66dbc 16:10:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:10:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:19 (Reading database ... 13911 files and directories currently installed.) 16:10:19 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:10:19 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:10:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:10:20 . [Pipeline] withDockerContainer 16:10:20 (Reading database ... 13911 files and directories currently installed.) 16:10:20 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:10:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:10:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:10:20 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:10:20 prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container 16:10:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:10:20 Setting up base-files (10.1ubuntu2.10) ... 16:10:20 Installing new version of config file /etc/issue ... 16:10:20 Installing new version of config file /etc/issue.net ... 16:10:20 Installing new version of config file /etc/lsb-release ... 16:10:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:10:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:10:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:10:21 Removing obsolete conffile /etc/default/motd-news ... 16:10:21 (Reading database ... 13912 files and directories currently installed.) 16:10:21 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:10:21 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:10:21 Setting up bash (4.4.18-2ubuntu1.2) ... 16:10:21 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:10:21 (Reading database ... 13912 files and directories currently installed.) 16:10:21 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:21 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:10:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:10:22 (Reading database ... 13912 files and directories currently installed.) 16:10:22 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:10:22 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:10:22 Setting up tar (1.29b-2ubuntu0.2) ... 16:10:22 (Reading database ... 13912 files and directories currently installed.) 16:10:22 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:10:22 $ docker top ccefca4f3d471914540d26cc16bb69fd57a9db6680f6046661c5e1b1369e93f6 -eo pid,comm 16:10:22 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] { [Pipeline] sh 16:10:22 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:10:22 (Reading database ... 13912 files and directories currently installed.) 16:10:22 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:10:22 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:10:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:10:23 (Reading database ... 13912 files and directories currently installed.) 16:10:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:10:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:10:23 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:10:23 (Reading database ... 13912 files and directories currently installed.) 16:10:23 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:10:23 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:10:23 Setting up grep (3.1-2build1) ... 16:10:23 + docker-compose -f ./docker-compose-build.yml build --parallel 16:10:23 (Reading database ... 13912 files and directories currently installed.) 16:10:23 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:10:23 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:10:23 Setting up login (1:4.5-1ubuntu2) ... 16:10:23 (Reading database ... 13912 files and directories currently installed.) 16:10:23 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:10:23 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:10:23 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:10:24 (Reading database ... 13912 files and directories currently installed.) 16:10:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:10:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:10:24 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:10:24 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:10:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:10:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:10:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:10:25 (Reading database ... 13912 files and directories currently installed.) 16:10:25 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:10:25 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:10:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:10:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:10:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:10:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:10:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:10:26 Building docker-core-command-go ... 16:10:26 Building docker-core-data-go ... 16:10:26 Building docker-core-metadata-go ... 16:10:26 Building docker-security-bootstrap-redis-go ... 16:10:26 Building docker-security-proxy-setup-go ... 16:10:26 Building docker-security-secretstore-setup-go ... 16:10:26 Building docker-support-notifications-go ... 16:10:26 Building docker-support-scheduler-go ... 16:10:26 Building docker-sys-mgmt-agent-go ... 16:10:26 Building docker-sys-mgmt-agent-go 16:10:26 Building docker-security-proxy-setup-go 16:10:26 Building docker-support-scheduler-go 16:10:26 Building docker-core-metadata-go 16:10:26 Building docker-security-bootstrap-redis-go 16:10:27 (Reading database ... 13912 files and directories currently installed.) 16:10:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:10:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:10:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:10:27 (Reading database ... 13912 files and directories currently installed.) 16:10:27 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:27 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:27 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:10:27 (Reading database ... 13912 files and directories currently installed.) 16:10:27 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:27 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:27 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:10:27 (Reading database ... 13912 files and directories currently installed.) 16:10:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:28 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:10:28 (Reading database ... 13912 files and directories currently installed.) 16:10:28 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:28 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:10:28 (Reading database ... 13912 files and directories currently installed.) 16:10:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:10:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:10:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:10:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:10:28 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:10:28 (Reading database ... 13912 files and directories currently installed.) 16:10:28 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:10:28 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:10:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:10:29 (Reading database ... 13912 files and directories currently installed.) 16:10:29 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:29 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:10:29 (Reading database ... 13912 files and directories currently installed.) 16:10:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:10:29 (Reading database ... 13912 files and directories currently installed.) 16:10:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:30 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:10:30 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:10:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:10:30 (Reading database ... 13912 files and directories currently installed.) 16:10:30 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:10:30 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:10:31 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:10:31 (Reading database ... 13912 files and directories currently installed.) 16:10:31 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:10:31 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:10:31 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:10:31 (Reading database ... 13914 files and directories currently installed.) 16:10:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:10:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:10:31 Setting up debconf (1.5.66ubuntu1) ... 16:10:32 (Reading database ... 13914 files and directories currently installed.) 16:10:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:10:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:10:32 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:10:32 (Reading database ... 13914 files and directories currently installed.) 16:10:32 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:10:32 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:10:32 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:10:32 (Reading database ... 13914 files and directories currently installed.) 16:10:32 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:10:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:10:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:10:33 (Reading database ... 13914 files and directories currently installed.) 16:10:33 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:10:33 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:10:33 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:10:33 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:10:33 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:10:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:10:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:10:33 (Reading database ... 13914 files and directories currently installed.) 16:10:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:10:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:10:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:10:33 (Reading database ... 13914 files and directories currently installed.) 16:10:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:10:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:10:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:10:34 (Reading database ... 13914 files and directories currently installed.) 16:10:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:10:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:10:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:10:34 (Reading database ... 13914 files and directories currently installed.) 16:10:34 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:10:34 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:10:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:10:34 (Reading database ... 13914 files and directories currently installed.) 16:10:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:10:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:10:35 Setting up passwd (1:4.5-1ubuntu2) ... 16:10:35 (Reading database ... 13914 files and directories currently installed.) 16:10:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:10:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:10:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:10:35 (Reading database ... 13914 files and directories currently installed.) 16:10:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:10:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:10:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:10:36 (Reading database ... 13914 files and directories currently installed.) 16:10:36 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:10:36 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:10:36 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:10:36 (Reading database ... 13914 files and directories currently installed.) 16:10:36 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:10:36 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:10:36 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:10:36 (Reading database ... 13914 files and directories currently installed.) 16:10:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:10:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:10:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:10:36 (Reading database ... 13914 files and directories currently installed.) 16:10:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:10:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:10:37 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:10:37 (Reading database ... 13914 files and directories currently installed.) 16:10:37 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:10:37 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:10:37 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:10:37 (Reading database ... 13915 files and directories currently installed.) 16:10:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:10:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:10:37 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:10:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:10:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:10:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:10:38 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:10:38 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:10:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:10:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:10:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:10:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:10:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:10:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:10:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:10:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:10:39 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:10:39 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:10:39 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:10:39 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:10:39 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:10:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:10:39 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 16:10:39 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 16:10:40 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:10:40 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:10:40 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:10:40 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:10:40 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:10:40 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:10:41 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:10:41 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:10:41 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:10:41 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:10:41 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:10:41 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:10:41 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:41 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:41 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:41 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:41 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:41 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:42 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:42 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:43 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:43 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:45 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:46 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:10:46 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:10:46 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:10:46 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:10:46 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:10:46 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:10:46 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:10:46 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:10:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:10:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:10:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:10:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:10:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:10:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:10:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:10:47 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:10:47 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:47 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:10:47 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:47 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:47 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:47 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:10:47 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:10:47 Setting up tzdata (2020f-0ubuntu0.18.04) ... 16:10:47 16:10:47 Current default time zone: 'Etc/UTC' 16:10:47 Local time is now: Tue Jan 19 16:10:47 UTC 2021. 16:10:47 Universal Time is now: Tue Jan 19 16:10:47 UTC 2021. 16:10:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:10:47 16:10:47 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:10:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:47 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 16:10:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:10:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:10:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:10:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:10:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:10:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:10:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:10:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:10:48 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:10:48 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:10:48 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:48 Setting up patch (2.7.6-2ubuntu1.1) ... 16:10:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:10:48 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:10:48 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:10:48 Installing new version of config file /etc/ssl/openssl.cnf ... 16:10:48 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:10:48 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:10:48 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:10:50 Updating certificates in /etc/ssl/certs... 16:10:51 22 added, 17 removed; done. 16:10:51 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:10:51 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:10:51 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:10:51 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:10:51 Setting up pkgbinarymangler (138.18.04.1) ... 16:10:51 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:10:51 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up perl (5.26.1-6ubuntu0.5) ... 16:10:51 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:10:51 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:10:51 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:10:51 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:10:51 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:10:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:10:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:10:52 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:10:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:10:52 Processing triggers for systemd (237-3ubuntu10.44) ... 16:10:52 Processing triggers for mime-support (3.60ubuntu1) ... 16:10:52 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:10:52 Updating certificates in /etc/ssl/certs... 16:10:53 0 added, 0 removed; done. 16:10:53 Running hooks in /etc/ca-certificates/update.d... 16:10:53 done. 16:10:53 Reading package lists... 16:10:53 Building dependency tree... 16:10:53 Reading state information... 16:10:53 The following NEW packages will be installed: 16:10:53 apt-transport-https 16:10:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:10:53 Need to get 1696 B of archives. 16:10:53 After this operation, 153 kB of additional disk space will be used. 16:10:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:10:54 debconf: delaying package configuration, since apt-utils is not installed 16:10:54 Fetched 1696 B in 0s (27.5 kB/s) 16:10:54 Selecting previously unselected package apt-transport-https. 16:10:54 (Reading database ... 13929 files and directories currently installed.) 16:10:54 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:10:54 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:10:54 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:10:54 Waiting for network to be ready... 16:11:01 2021-01-19T16:10:57Z INFO Waiting for automatic snapd restart... 16:11:01 snapd 2.48.2 from Canonical* installed 16:11:01 "snapd" switched to the "latest/stable" channel 16:11:01 16:11:04 core18 20201210 from Canonical* installed 16:11:04 "core18" switched to the "latest/stable" channel 16:11:04 16:11:08 snapcraft 4.4.4 from Canonical* installed 16:11:08 "snapcraft" switched to the "latest/stable" channel 16:11:08 16:11:12 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: 16:11:12 - README.md 16:11:12 - snapcraft.yaml.orig 16:11:12 16:11:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:11:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:11:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:11:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:11:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:11:19 Reading package lists... 16:11:20 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 16:11:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:11:26 Reading package lists... 16:11:26 Building dependency tree... 16:11:26 Reading state information... 16:11:26 Suggested packages: 16:11:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:11:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:11:26 Recommended packages: 16:11:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:11:26 The following NEW packages will be installed: 16:11:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:11:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:11:26 pkg-config zip 16:11:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:11:26 Need to get 7655 kB of archives. 16:11:26 After this operation, 43.7 MB of additional disk space will be used. 16:11:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:11:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:11:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:11:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:11:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:11:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:11:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:11:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:11:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:11:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:11:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:11:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:11:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:11:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:11:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:11:27 debconf: delaying package configuration, since apt-utils is not installed 16:11:27 Fetched 7655 kB in 1s (10.2 MB/s) 16:11:27 Selecting previously unselected package libglib2.0-0:amd64. 16:11:27 (Reading database ... 13933 files and directories currently installed.) 16:11:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:11:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:11:27 Selecting previously unselected package libpsl5:amd64. 16:11:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:11:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:11:27 Selecting previously unselected package libnghttp2-14:amd64. 16:11:27 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:11:27 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:11:27 Selecting previously unselected package librtmp1:amd64. 16:11:27 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:11:27 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:11:27 Selecting previously unselected package libcurl3-gnutls:amd64. 16:11:27 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:11:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:11:27 Selecting previously unselected package liberror-perl. 16:11:27 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:11:27 Unpacking liberror-perl (0.17025-1) ... 16:11:28 Selecting previously unselected package git-man. 16:11:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:11:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:11:28 Selecting previously unselected package git. 16:11:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:11:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:11:29 Selecting previously unselected package libnorm1:amd64. 16:11:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:11:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:11:29 Selecting previously unselected package libpgm-5.2-0:amd64. 16:11:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:11:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:11:29 Selecting previously unselected package libsodium23:amd64. 16:11:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:11:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:11:29 Selecting previously unselected package libzmq5:amd64. 16:11:29 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:11:29 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:11:29 Selecting previously unselected package libzmq3-dev:amd64. 16:11:29 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:11:29 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:11:29 Selecting previously unselected package pkg-config. 16:11:29 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:11:29 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:11:29 Selecting previously unselected package zip. 16:11:29 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:11:29 Unpacking zip (3.0-11build1) ... 16:11:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:11:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:11:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:11:30 Setting up liberror-perl (0.17025-1) ... 16:11:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:11:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:11:30 No schema files found: doing nothing. 16:11:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:11:30 Setting up zip (3.0-11build1) ... 16:11:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:11:30 Setting up libsodium23:amd64 (1.0.16-2) ... 16:11:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:11:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:11:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:11:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:11:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:11:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:11:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:11:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:11:34 ---> bffbe092a556 16:11:34 Step 3/22 : WORKDIR /edgex-go 16:11:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:11:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:11:34 ---> bffbe092a556 16:11:34 Step 3/21 : WORKDIR /edgex-go 16:11:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:11:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:11:34 ---> bffbe092a556 16:11:34 Step 3/26 : WORKDIR /edgex-go 16:11:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:11:34 16:11:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:11:34 ---> bffbe092a556 16:11:34 Step 3/21 : WORKDIR /edgex-go 16:11:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:11:34 ---> bffbe092a556 16:11:34 Step 3/22 : WORKDIR /edgex-go 16:11:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:11:37 git set to automatically installed. 16:11:37 git-man set to automatically installed. 16:11:37 libcurl3-gnutls set to automatically installed. 16:11:37 liberror-perl set to automatically installed. 16:11:37 libglib2.0-0 set to automatically installed. 16:11:37 libnghttp2-14 set to automatically installed. 16:11:37 libnorm1 set to automatically installed. 16:11:37 libpgm-5.2-0 set to automatically installed. 16:11:37 libpsl5 set to automatically installed. 16:11:37 librtmp1 set to automatically installed. 16:11:37 libsodium23 set to automatically installed. 16:11:37 libzmq3-dev set to automatically installed. 16:11:37 libzmq5 set to automatically installed. 16:11:37 pkg-config set to automatically installed. 16:11:37 zip set to automatically installed. 16:11:38 ---> Running in df4c4beeada9 16:11:38 ---> Running in 384c88cf14fb 16:11:38 ---> Running in 8b530a3f5a74 16:11:38 ---> Running in 56bd512eab12 16:11:38 ---> Running in ca83d295e33d 16:11:38 Removing intermediate container 8b530a3f5a74 16:11:38 ---> c99539211b28 16:11:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:38 Removing intermediate container 384c88cf14fb 16:11:38 ---> 4f2b6b513b0b 16:11:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:38 Removing intermediate container 56bd512eab12 16:11:38 ---> b03012735a3d 16:11:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:38 ---> Running in cda087546376 16:11:38 Removing intermediate container df4c4beeada9 16:11:38 ---> 7b2630e0db00 16:11:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:38 Removing intermediate container ca83d295e33d 16:11:38 ---> ecd661a6fc9a 16:11:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:38 ---> Running in e93d2159d04e 16:11:38 ---> Running in e1c79019d74e 16:11:38 ---> Running in 278395d7ea9b 16:11:38 ---> Running in 3cd87573bc68 16:11:39 snapd is not logged in, snap install commands will use sudo 16:11:42 Removing intermediate container cda087546376 16:11:42 ---> 0a533846202d 16:11:42 Step 5/22 : RUN apk add --update --no-cache make git 16:11:42 ---> Running in f2d37811e71b 16:11:42 Removing intermediate container e1c79019d74e 16:11:42 ---> 50e3a2188d54 16:11:42 Step 5/22 : RUN apk add --update --no-cache make git 16:11:42 Removing intermediate container e93d2159d04e 16:11:42 ---> 8f32a352329f 16:11:42 Step 5/26 : RUN apk add --update --no-cache make bash git 16:11:42 ---> Running in 75c34ac991db 16:11:42 Removing intermediate container 278395d7ea9b 16:11:42 ---> 51a5164f63fc 16:11:42 Step 5/21 : RUN apk add --update --no-cache make git 16:11:43 ---> Running in 8da5bdbc12ac 16:11:43 Removing intermediate container 3cd87573bc68 16:11:43 ---> d1d6812c2fa9 16:11:43 Step 5/21 : RUN apk add --update --no-cache make git 16:11:43 ---> Running in 0bbce0e671e7 16:11:43 ---> Running in 8f5d84fd4d95 16:11:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:46 OK: 217 MiB in 51 packages 16:11:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:46 OK: 217 MiB in 51 packages 16:11:46 snap "core18" has no updates available 16:11:47 OK: 217 MiB in 51 packages 16:11:47 OK: 217 MiB in 51 packages 16:11:47 OK: 217 MiB in 51 packages 16:11:47 Removing intermediate container f2d37811e71b 16:11:47 ---> 2c26d3559075 16:11:47 Step 6/22 : COPY go.mod . 16:11:47 Pulling config-common 16:11:48 Removing intermediate container 75c34ac991db 16:11:48 ---> 79af3df81d14 16:11:48 Step 6/22 : COPY go.mod . 16:11:48 Pulling go-build-helper 16:11:49 Removing intermediate container 8da5bdbc12ac 16:11:49 ---> 9adc23f0790e 16:11:49 Step 6/26 : COPY go.mod . 16:11:49 ---> 333abeac8b5d 16:11:49 Step 7/22 : RUN go mod download 16:11:49 ---> Running in 874721aa0e6b 16:11:49 Removing intermediate container 0bbce0e671e7 16:11:49 ---> 1cbd2b43dd41 16:11:49 Step 6/21 : COPY go.mod . 16:11:49 ---> fa705e05d8d3 16:11:49 Step 7/22 : RUN go mod download 16:11:49 Removing intermediate container 8f5d84fd4d95 16:11:49 ---> f82327d0b91d 16:11:49 Step 6/21 : COPY go.mod . 16:11:49 ---> Running in 74b5f94029d5 16:11:50 ---> f30858de14ac 16:11:50 Step 7/26 : RUN go mod download 16:11:50 ---> Running in 8d606c4b7e92 16:11:50 ---> 2a583255a557 16:11:50 Step 7/21 : RUN go mod download 16:11:50 ---> 8cba82f7d279 16:11:50 Step 7/21 : RUN go mod download 16:11:50 ---> Running in d8b0282649a8 16:11:51 ---> Running in 016df0793dcb 16:11:53 Removing intermediate container 874721aa0e6b 16:11:53 ---> 1418b7d904d7 16:11:53 Step 8/22 : COPY . . 16:11:54 Removing intermediate container 74b5f94029d5 16:11:54 ---> 17e9c6d1f233 16:11:54 Step 8/22 : COPY . . 16:11:55 Removing intermediate container 8d606c4b7e92 16:11:55 ---> be03f66dcf2d 16:11:55 Step 8/26 : COPY . . 16:11:56 Removing intermediate container d8b0282649a8 16:11:56 ---> add62a43e989 16:11:56 Step 8/21 : COPY . . 16:11:57 Removing intermediate container 016df0793dcb 16:11:57 ---> 33c5803e97b4 16:11:57 Step 8/21 : COPY . . 16:12:10 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:12:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:12:10 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:12:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 16:12:10 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:12:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:12:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 16:12:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:12:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:12:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:12:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:12:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:12:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:12:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:12:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:12:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:12:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 16:12:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 16:12:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:12:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 16:12:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 16:12:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 16:12:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 16:12:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 16:12:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 16:12:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 16:12:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 16:12:10 Fetched 23.8 MB in 0s (0 B/s) 16:12:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:12:10 Fetched 96.5 kB in 0s (0 B/s) 16:12:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:12:10 Fetched 279 kB in 0s (0 B/s) 16:12:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:12:10 Fetched 122 kB in 0s (0 B/s) 16:12:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:12:10 Fetched 77.8 kB in 0s (0 B/s) 16:12:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:12:10 Fetched 8848 B in 0s (0 B/s) 16:12:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:12:10 Fetched 47.8 kB in 0s (0 B/s) 16:12:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:12:10 Fetched 45.6 kB in 0s (0 B/s) 16:12:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:12:10 Fetched 15.0 kB in 0s (0 B/s) 16:12:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:12:10 Fetched 214 kB in 0s (0 B/s) 16:12:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:12:10 Fetched 155 kB in 0s (0 B/s) 16:12:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:12:10 Fetched 50.6 kB in 0s (0 B/s) 16:12:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:12:10 Fetched 14.8 kB in 0s (0 B/s) 16:12:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:12:10 Fetched 41.8 kB in 0s (0 B/s) 16:12:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:12:10 Fetched 499 kB in 0s (0 B/s) 16:12:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:12:10 Fetched 111 kB in 0s (0 B/s) 16:12:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:12:10 Fetched 240 kB in 0s (0 B/s) 16:12:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:12:10 Fetched 29.3 kB in 0s (0 B/s) 16:12:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:12:10 Fetched 85.5 kB in 0s (0 B/s) 16:12:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:12:10 Fetched 24.5 kB in 0s (0 B/s) 16:12:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:12:10 Fetched 49.2 kB in 0s (0 B/s) 16:12:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:12:10 Fetched 54.2 kB in 0s (0 B/s) 16:12:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:12:10 Fetched 30.8 kB in 0s (0 B/s) 16:12:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:12:10 Fetched 17.0 kB in 0s (0 B/s) 16:12:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:12:10 Fetched 85.9 kB in 0s (0 B/s) 16:12:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:12:10 Fetched 8720 B in 0s (0 B/s) 16:12:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:12:10 Fetched 137 kB in 0s (0 B/s) 16:12:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:12:10 Fetched 119 kB in 0s (0 B/s) 16:12:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:12:10 Fetched 109 kB in 0s (0 B/s) 16:12:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:12:10 Fetched 11.1 kB in 0s (0 B/s) 16:12:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:12:10 Fetched 645 kB in 0s (0 B/s) 16:12:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:12:10 Fetched 41.3 kB in 0s (0 B/s) 16:12:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:12:10 Fetched 17.9 kB in 0s (0 B/s) 16:12:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:12:10 Fetched 368 kB in 0s (0 B/s) 16:12:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:12:10 Fetched 187 kB in 0s (0 B/s) 16:12:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:12:10 Fetched 175 kB in 0s (0 B/s) 16:12:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:12:15 Fetched 206 kB in 0s (0 B/s) 16:12:15 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:12:15 Fetched 1301 kB in 0s (0 B/s) 16:12:15 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:12:15 Fetched 36.2 kB in 0s (0 B/s) 16:12:15 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:12:15 Fetched 159 kB in 0s (0 B/s) 16:12:15 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:12:15 Fetched 107 kB in 0s (0 B/s) 16:12:15 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:12:15 Fetched 48.7 kB in 0s (0 B/s) 16:12:15 Pulling static-packages 16:12:15 'go115' has dependencies that need to be staged: static-packages go-build-helper 16:12:15 Skipping pull go-build-helper (already ran) 16:12:15 Skipping pull static-packages (already ran) 16:12:15 Building go-build-helper 16:12:19 ---> 2e48f37a5206 16:12:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:12:19 Building static-packages 16:12:19 ---> 35ddaa49f503 16:12:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:12:19 ---> e5de45f4e4cf 16:12:19 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:12:19 ---> Running in 70b049107dad 16:12:19 ---> Running in a27e3b3dcac0 16:12:19 ---> 7ee61bd82f04 16:12:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:12:19 ---> 01344eee0b67 16:12:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:12:20 ---> Running in 9e338483d5e2 16:12:20 ---> Running in 4e6fd8eecb3f 16:12:20 ---> Running in 0a0cd8dd1a27 16:12:20 Staging go-build-helper 16:12:21 Staging static-packages 16:12:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:12:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:12:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:12:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:12:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:12:23 Pulling go115 16:12:23 'edgex-go' has dependencies that need to be staged: go115 16:12:23 Skipping pull go115 (already ran) 16:12:23 Building go115 16:12:23 % Total % Received % Xferd Average Speed Time Time Time Current 16:12:23 Dload Upload Total Spent Left Speed 16:12:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 5950k 0 0 14.4M 0 0:00:08 --:--:-- 0:00:08 14.3M 36 115M 36 41.9M 0 0 29.8M 0 0:00:03 0:00:01 0:00:02 29.8M 67 115M 67 78.1M 0 0 32.2M 0 0:00:03 0:00:02 0:00:01 32.2M 96 115M 96 110M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M 100 115M 100 115M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M 16:12:27 go1.15.2.linux-amd64.tar.gz: OK 16:12:32 Staging go115 16:12:37 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:12:37 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:12:37 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:12:37 Fetched 0 B in 0s (0 B/s) 16:12:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:12:37 Fetched 224 kB in 0s (0 B/s) 16:12:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:12:37 Fetched 157 kB in 0s (0 B/s) 16:12:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:12:37 Fetched 221 kB in 0s (0 B/s) 16:12:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:12:37 Fetched 143 kB in 0s (0 B/s) 16:12:37 Pulling edgex-go 16:12:38 Pulling version 16:12:38 Building config-common 16:12:40 Skipping build go-build-helper (already ran) 16:12:40 Skipping build static-packages (already ran) 16:12:40 Skipping build go115 (already ran) 16:12:40 Building edgex-go 16:12:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:12:42 go: downloading github.com/gorilla/mux v1.8.0 16:12:42 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:12:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 16:12:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 16:12:42 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 16:12:42 go: downloading github.com/pkg/errors v0.8.1 16:12:42 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 16:12:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 16:12:42 go: downloading github.com/imdario/mergo v0.3.11 16:12:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:12:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 16:12:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:12:42 go: downloading github.com/BurntSushi/toml v0.3.1 16:12:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:12:42 go: downloading github.com/pebbe/zmq4 v1.2.2 16:12:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 16:12:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:12:42 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:12:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:12:42 go: downloading github.com/google/uuid v1.1.5 16:12:42 go: downloading gopkg.in/yaml.v2 v2.4.0 16:12:42 go: downloading github.com/pelletier/go-toml v1.2.0 16:12:42 go: downloading github.com/x448/float16 v0.8.4 16:12:42 go: downloading github.com/go-kit/kit v0.8.0 16:12:42 go: downloading github.com/hashicorp/consul/api v1.1.0 16:12:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:12:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:12:42 go: downloading github.com/go-playground/universal-translator v0.17.0 16:12:42 go: downloading github.com/leodido/go-urn v1.2.0 16:12:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:12:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:12:43 go: downloading github.com/mitchellh/copystructure v1.0.0 16:12:43 go: downloading github.com/go-playground/locales v0.13.0 16:12:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:12:43 go: downloading github.com/hashicorp/serf v0.8.2 16:12:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:12:43 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:12:43 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:12:43 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:12:43 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:12:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:12:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:12:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:12:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:12:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:12:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:12:56 go: downloading github.com/stretchr/testify v1.6.1 16:12:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:12:56 go: downloading github.com/davecgh/go-spew v1.1.1 16:12:56 go: downloading github.com/pmezard/go-difflib v1.0.0 16:12:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:12:57 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:12:57 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:12:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:13:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:13:00 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:13:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:13:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:13:03 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:13:05 Building version 16:13:07 Staging config-common 16:13:08 Skipping stage go-build-helper (already ran) 16:13:08 Skipping stage static-packages (already ran) 16:13:08 Skipping stage go115 (already ran) 16:13:08 Staging edgex-go 16:13:09 Staging version 16:13:10 Priming config-common 16:13:11 Priming go-build-helper 16:13:11 Priming static-packages 16:13:14 Priming go115 16:13:15 Priming edgex-go 16:13:16 Priming version 16:13:17 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:13:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:13:52 Removing intermediate container 9e338483d5e2 16:13:52 ---> 981bd5a5a0d0 16:13:52 16:13:52 Step 10/22 : FROM alpine:3.12 16:13:52 3.12: Pulling from library/alpine 16:13:53 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:13:54 Status: Downloaded newer image for alpine:3.12 16:13:54 ---> afeebe901d6b 16:13:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:13:54 ---> Running in 5ec3d2fe962d 16:13:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:58 (1/5) Installing ca-certificates (20191127-r4) 16:13:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:13:58 (3/5) Installing libcurl (7.69.1-r3) 16:13:58 Removing intermediate container 0a0cd8dd1a27 16:13:58 ---> 518824c83fc2 16:13:58 16:13:58 Step 10/21 : FROM alpine:3.12 16:13:58 ---> afeebe901d6b 16:13:58 Step 11/21 : RUN apk add --update --no-cache curl 16:13:58 (4/5) Installing curl (7.69.1-r3) 16:13:58 (5/5) Installing dumb-init (1.2.2-r1) 16:13:58 Executing busybox-1.31.1-r19.trigger 16:13:58 Executing ca-certificates-20191127-r4.trigger 16:13:58 OK: 7 MiB in 19 packages 16:13:58 ---> Running in bfe3ec56bc0b 16:13:58 Removing intermediate container a27e3b3dcac0 16:13:58 ---> f6f6f811ecae 16:13:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:13:58 Removing intermediate container 4e6fd8eecb3f 16:13:58 ---> 1f885d2ef78b 16:13:58 16:13:58 Step 10/21 : FROM scratch 16:13:58 ---> 16:13:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:13:59 ---> Running in 9ca0b07c2b71 16:13:59 ---> Running in 0d98c2be4fc1 16:14:00 Removing intermediate container 9ca0b07c2b71 16:14:00 ---> b211cf7d7fa5 16:14:00 Step 12/21 : ENV APP_PORT=48085 16:14:00 ---> Running in 6f58f50a9a32 16:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:01 Removing intermediate container 6f58f50a9a32 16:14:01 ---> a6095186e719 16:14:01 Step 13/21 : EXPOSE $APP_PORT 16:14:01 ---> Running in 87445e10801f 16:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:14:01 Removing intermediate container 5ec3d2fe962d 16:14:01 ---> a5775b3bffa5 16:14:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:14:01 (1/4) Installing ca-certificates (20191127-r4) 16:14:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:14:01 (3/4) Installing libcurl (7.69.1-r3) 16:14:01 (4/4) Installing curl (7.69.1-r3) 16:14:01 Executing busybox-1.31.1-r19.trigger 16:14:01 Executing ca-certificates-20191127-r4.trigger 16:14:01 ---> Running in f7814c47f101 16:14:02 OK: 7 MiB in 18 packages 16:14:02 Removing intermediate container 87445e10801f 16:14:02 ---> 74e24ed9369e 16:14:02 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:02 Removing intermediate container f7814c47f101 16:14:03 ---> 4560fa575ecc 16:14:03 Step 13/22 : WORKDIR / 16:14:03 ---> Running in e18134883378 16:14:03 ---> 066cbd531c45 16:14:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:14:04 Removing intermediate container e18134883378 16:14:04 ---> b5090e8e0d73 16:14:04 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:04 Removing intermediate container bfe3ec56bc0b 16:14:04 ---> a2c6df5ffc90 16:14:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:14:05 ---> Running in 72f52415abf6 16:14:05 ---> d5fcda97cacb 16:14:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:14:05 ---> df2a968fc270 16:14:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:14:06 Removing intermediate container 72f52415abf6 16:14:06 ---> e69ab055f7c7 16:14:06 Step 13/21 : WORKDIR /edgex 16:14:06 ---> Running in a9314212b558 16:14:06 Removing intermediate container 0d98c2be4fc1 16:14:06 ---> e502f00b6306 16:14:06 16:14:06 Step 11/26 : FROM docker:20.10.0 16:14:06 20.10.0: Pulling from library/docker 16:14:06 ---> 54b2fce3c531 16:14:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:14:07 ---> Running in f62d1730fdaf 16:14:07 Removing intermediate container a9314212b558 16:14:07 ---> bc9a16e1eac8 16:14:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:14:07 ---> 3c20d325fd7f 16:14:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:14:08 Removing intermediate container f62d1730fdaf 16:14:08 ---> 3d5c4beb48e6 16:14:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:14:09 ---> Running in 0bc4cb6ff3b5 16:14:09 ---> c1fdd03e3937 16:14:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:14:09 ---> 534798b099b9 16:14:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:14:10 Removing intermediate container 0bc4cb6ff3b5 16:14:10 ---> 8569b259611d 16:14:10 Step 19/21 : LABEL arch=arm64 16:14:10 Removing intermediate container 70b049107dad 16:14:10 ---> b9779cb5afca 16:14:10 16:14:10 Step 10/22 : FROM scratch 16:14:10 ---> 16:14:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:14:10 ---> Using cache 16:14:10 ---> b211cf7d7fa5 16:14:10 Step 12/22 : ENV APP_PORT=48081 16:14:10 ---> Running in 6f4224a487d5 16:14:10 ---> Running in b02edc231259 16:14:11 ---> d88843b683cb 16:14:11 Step 18/22 : RUN chmod +x entrypoint.sh 16:14:11 ---> Running in a9404f0f3840 16:14:11 Removing intermediate container 6f4224a487d5 16:14:11 ---> b9d4e95d8de7 16:14:11 Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:14:11 ---> 8153d77dd0e0 16:14:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:14:11 Removing intermediate container b02edc231259 16:14:11 ---> 39d27bbb81da 16:14:11 Step 13/22 : EXPOSE $APP_PORT 16:14:12 ---> Running in 12c24295525e 16:14:12 ---> Running in 9e61dbb54fe7 16:14:13 Removing intermediate container 12c24295525e 16:14:13 ---> 2aa734906a25 16:14:13 Step 21/21 : LABEL version=0.0.0 16:14:13 Removing intermediate container 9e61dbb54fe7 16:14:13 ---> bf93e2c5ce13 16:14:13 Step 14/22 : WORKDIR / 16:14:14 ---> Running in 499a5ba45754 16:14:14 ---> Running in a9754c88313b 16:14:14 ---> 65c974eb9385 16:14:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:14:14 ---> Running in d866db6a8627 16:14:14 Removing intermediate container 499a5ba45754 16:14:14 ---> 5b04601b1b59 16:14:14 16:14:14 Removing intermediate container a9754c88313b 16:14:14 ---> 12c207eae293 16:14:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:15 Removing intermediate container a9404f0f3840 16:14:15 ---> bc3726174e09 16:14:15 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:14:15 Successfully built 5b04601b1b59 16:14:15 Successfully tagged docker-support-scheduler-go-arm64:latest 16:14:15  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 16:14:16 ---> Running in 725d20ff3811 16:14:16 Removing intermediate container d866db6a8627 16:14:16 ---> 8eee0d0797d2 16:14:16 Step 18/21 : CMD ["--init=true"] 16:14:16 ---> f34753d12fa4 16:14:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:14:16 ---> Running in f364edba0a5b 16:14:17 Removing intermediate container 725d20ff3811 16:14:17 ---> 4b70efaeddd9 16:14:17 Step 20/22 : LABEL arch=arm64 16:14:18 Removing intermediate container f364edba0a5b 16:14:18 ---> 5da20b46bd36 16:14:18 Step 19/21 : LABEL arch=arm64 16:14:18 ---> Running in 699bdecd5d92 16:14:19 ---> 536aab691643 16:14:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:14:19 ---> Running in 0d2bc557cf83 16:14:19 Removing intermediate container 699bdecd5d92 16:14:19 ---> 07df8e14973e 16:14:19 Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:14:20 ---> Running in 99a275bb34a3 16:14:20 Removing intermediate container 0d2bc557cf83 16:14:20 ---> 8884e63d4960 16:14:20 Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:14:21 ---> ca968e6159a1 16:14:21 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:14:21 ---> Running in b25348cf033c 16:14:21 ---> Running in c9f950d4a79b 16:14:21 Removing intermediate container 99a275bb34a3 16:14:21 ---> f180641efdc3 16:14:21 Step 22/22 : LABEL version=0.0.0 16:14:22 ---> Running in ff9359113029 16:14:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:14:22 Status: Downloaded newer image for docker:20.10.0 16:14:22 ---> eeaf43b92773 16:14:22 Step 12/26 : RUN apk add --no-cache bash 16:14:22 Removing intermediate container c9f950d4a79b 16:14:22 ---> 7d91710a2376 16:14:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container b25348cf033c 16:14:22 ---> d9a21c4e2053 16:14:22 Step 21/21 : LABEL version=0.0.0 16:14:22 16:14:22 ---> Running in 1270f999ac80 16:14:22 ---> Running in 5bfa723ceb6a 16:14:22 ---> Running in f5c009682e66 16:14:22 Removing intermediate container ff9359113029 16:14:22 ---> a462516f53a5 16:14:22 16:14:23 Successfully built a462516f53a5 16:14:23 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:14:23  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 16:14:23 Removing intermediate container f5c009682e66 16:14:23 ---> b89a41863244 16:14:23 16:14:23 Removing intermediate container 5bfa723ceb6a 16:14:23 ---> 74db11854be3 16:14:23 Step 20/22 : LABEL arch=arm64 16:14:24 Successfully built b89a41863244 16:14:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:14:24  Building docker-security-proxy-setup-go ... done  ---> Running in 925cc5e68564 16:14:24 Building docker-core-data-go 16:14:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:24 Removing intermediate container 925cc5e68564 16:14:24 ---> ea7515626efa 16:14:24 Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:14:24 (1/2) Installing readline (8.0.4-r0) 16:14:24 (2/2) Installing bash (5.0.17-r0) 16:14:25 Executing bash-5.0.17-r0.post-install 16:14:25 Executing busybox-1.31.1-r19.trigger 16:14:25 OK: 12 MiB in 22 packages 16:14:25 ---> Running in 90fd53e85ea6 16:14:26 Removing intermediate container 90fd53e85ea6 16:14:26 ---> c2b6f327607c 16:14:26 Step 22/22 : LABEL version=0.0.0 16:14:27 ---> Running in ce61345617ef 16:14:27 Removing intermediate container 1270f999ac80 16:14:27 ---> 5c5c730c8fa4 16:14:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:14:28 ---> Running in e019c92d5004 16:14:28 Removing intermediate container ce61345617ef 16:14:28 ---> 05d4857fda20 16:14:28 16:14:29 Successfully built 05d4857fda20 16:14:29 Successfully tagged docker-core-metadata-go-arm64:latest 16:14:29 Building docker-security-secretstore-setup-go 16:14:29  Building docker-core-metadata-go ... done Removing intermediate container e019c92d5004 16:14:29 ---> 8f3db881ab73 16:14:29 Step 14/26 : ENV APP_PORT=48090 16:14:29 ---> Running in a5fcbe487f27 16:14:30 Removing intermediate container a5fcbe487f27 16:14:30 ---> 0d3611401911 16:14:30 Step 15/26 : EXPOSE $APP_PORT 16:14:30 ---> Running in d42205583f6b 16:14:31 Removing intermediate container d42205583f6b 16:14:31 ---> 5f3c680c8d82 16:14:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:14:33 ---> f48d2e32dace 16:14:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:14:34 ---> e376a3c61feb 16:14:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:14:36 ---> fc87240d551f 16:14:36 Step 19/26 : RUN apk --no-cache add py3-pip 16:14:36 ---> Running in c10ed4be8c73 16:14:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:38 (1/33) Installing libbz2 (1.0.8-r1) 16:14:38 (2/33) Installing expat (2.2.9-r1) 16:14:38 (3/33) Installing libffi (3.3-r2) 16:14:38 (4/33) Installing gdbm (1.13-r1) 16:14:38 (5/33) Installing xz-libs (5.2.5-r0) 16:14:38 (6/33) Installing sqlite-libs (3.32.1-r0) 16:14:38 (7/33) Installing python3 (3.8.5-r0) 16:14:40 (8/33) Installing py3-appdirs (1.4.4-r1) 16:14:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:14:40 (10/33) Installing py3-parsing (2.4.7-r0) 16:14:40 (11/33) Installing py3-six (1.15.0-r0) 16:14:40 (12/33) Installing py3-packaging (20.4-r0) 16:14:40 (13/33) Installing py3-setuptools (47.0.0-r0) 16:14:40 (14/33) Installing py3-chardet (3.0.4-r4) 16:14:40 (15/33) Installing py3-idna (2.9-r0) 16:14:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:14:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:14:41 (18/33) Installing py3-requests (2.23.0-r0) 16:14:41 (19/33) Installing py3-msgpack (1.0.0-r0) 16:14:41 (20/33) Installing py3-lockfile (0.12.2-r3) 16:14:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:14:41 (22/33) Installing py3-colorama (0.4.3-r0) 16:14:41 (23/33) Installing py3-distlib (0.3.0-r0) 16:14:41 (24/33) Installing py3-distro (1.5.0-r1) 16:14:41 (25/33) Installing py3-webencodings (0.5.1-r3) 16:14:41 (26/33) Installing py3-html5lib (1.0.1-r4) 16:14:41 (27/33) Installing py3-pytoml (0.1.21-r0) 16:14:41 (28/33) Installing py3-pep517 (0.8.2-r0) 16:14:41 (29/33) Installing py3-progress (1.5-r0) 16:14:41 (30/33) Installing py3-toml (0.10.1-r0) 16:14:41 (31/33) Installing py3-retrying (1.3.3-r0) 16:14:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:14:41 (33/33) Installing py3-pip (20.1.1-r0) 16:14:41 Executing busybox-1.31.1-r19.trigger 16:14:41 OK: 71 MiB in 55 packages 16:14:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:14:51 ---> bffbe092a556 16:14:51 Step 3/24 : WORKDIR /edgex-go 16:14:51 ---> Using cache 16:14:51 ---> ecd661a6fc9a 16:14:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:51 ---> Using cache 16:14:51 ---> 51a5164f63fc 16:14:51 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:14:52 Removing intermediate container c10ed4be8c73 16:14:52 ---> 99b13974613e 16:14:52 Step 20/26 : RUN pip install docker-compose==1.23.2 16:14:52 ---> Running in 3fe6e18ca189 16:14:52 ---> Running in 7c1cb787abbd 16:14:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:56 OK: 217 MiB in 51 packages 16:14:59 Collecting docker-compose==1.23.2 16:14:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:15:00 Removing intermediate container 3fe6e18ca189 16:15:00 ---> ecc0973d9b98 16:15:00 Step 6/24 : COPY go.mod . 16:15:00 Collecting dockerpty<0.5,>=0.4.1 16:15:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:15:02 ---> 8b4870f8717c 16:15:02 Step 7/24 : RUN go mod download 16:15:02 ---> Running in c6ea5e14cd04 16:15:03 Collecting texttable<0.10,>=0.9.0 16:15:03 Downloading texttable-0.9.1.tar.gz (11 kB) 16:15:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:15:05 Collecting docopt<0.7,>=0.6.1 16:15:05 Downloading docopt-0.6.2.tar.gz (25 kB) 16:15:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:15:06 ---> bffbe092a556 16:15:06 Step 3/22 : WORKDIR /edgex-go 16:15:06 ---> Using cache 16:15:06 ---> ecd661a6fc9a 16:15:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:06 ---> Using cache 16:15:06 ---> 51a5164f63fc 16:15:06 Step 5/22 : RUN apk add --update --no-cache make git 16:15:06 ---> Using cache 16:15:06 ---> 1cbd2b43dd41 16:15:06 Step 6/22 : COPY go.mod . 16:15:06 ---> Using cache 16:15:06 ---> 2a583255a557 16:15:06 Step 7/22 : RUN go mod download 16:15:06 ---> Using cache 16:15:06 ---> add62a43e989 16:15:07 Step 8/22 : COPY . . 16:15:07 ---> Using cache 16:15:07 ---> 01344eee0b67 16:15:07 Step 9/22 : RUN make cmd/core-command/core-command 16:15:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:15:08 ---> bffbe092a556 16:15:08 Step 3/23 : WORKDIR /edgex-go 16:15:08 ---> Using cache 16:15:08 ---> ecd661a6fc9a 16:15:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:08 ---> Using cache 16:15:08 ---> 51a5164f63fc 16:15:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:15:08 ---> Running in 31699ee85836 16:15:08 ---> Running in 4545d29798a9 16:15:09 Collecting PyYAML<4,>=3.10 16:15:09 Downloading PyYAML-3.13.tar.gz (270 kB) 16:15:09 Removing intermediate container c6ea5e14cd04 16:15:09 ---> 27d0806a66a9 16:15:09 Step 8/24 : COPY . . 16:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:15:10 ---> bffbe092a556 16:15:10 Step 3/24 : WORKDIR /edgex-go 16:15:10 ---> Using cache 16:15:10 ---> ecd661a6fc9a 16:15:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:10 ---> Using cache 16:15:10 ---> 51a5164f63fc 16:15:10 Step 5/24 : RUN apk add --update --no-cache make git 16:15:10 ---> Using cache 16:15:10 ---> 1cbd2b43dd41 16:15:10 Step 6/24 : COPY go.mod . 16:15:10 ---> Using cache 16:15:10 ---> 2a583255a557 16:15:10 Step 7/24 : RUN go mod download 16:15:10 ---> Using cache 16:15:10 ---> add62a43e989 16:15:10 Step 8/24 : COPY . . 16:15:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:15:10 ---> Using cache 16:15:10 ---> 01344eee0b67 16:15:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:11 ---> Running in 3aff271261ad 16:15:12 OK: 217 MiB in 51 packages 16:15:13 Collecting websocket-client<1.0,>=0.32.0 16:15:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:15:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:15:14 Collecting cached-property<2,>=1.2.0 16:15:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:15:15 Removing intermediate container 4545d29798a9 16:15:15 ---> 6ae01ef779a5 16:15:15 Step 6/23 : COPY go.mod . 16:15:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:15:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:15:17 Collecting jsonschema<3,>=2.5.1 16:15:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:15:17 ---> dfe8ab23a922 16:15:17 Step 7/23 : RUN go mod download 16:15:17 ---> Running in 94d36ba17296 16:15:18 Collecting docker<4.0,>=3.6.0 16:15:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:15:19 Collecting idna<2.8,>=2.5 16:15:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:15:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:15:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:15:20 Collecting urllib3<1.25,>=1.21.1 16:15:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:15:21 Collecting docker-pycreds>=0.4.0 16:15:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:15:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:15:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:15:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:15:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:15:22 Installing collected packages: dockerpty, texttable, docopt, PyYAML, websocket-client, cached-property, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docker-compose 16:15:22 Running setup.py install for dockerpty: started 16:15:24 Removing intermediate container 94d36ba17296 16:15:24 ---> cc4b9026c6b7 16:15:24 Step 8/23 : COPY . . 16:15:25 Running setup.py install for dockerpty: finished with status 'done' 16:15:25 Running setup.py install for texttable: started 16:15:28 Running setup.py install for texttable: finished with status 'done' 16:15:28 Running setup.py install for docopt: started 16:15:31 Running setup.py install for docopt: finished with status 'done' 16:15:31 Running setup.py install for PyYAML: started 16:15:31 ---> 877593c16828 16:15:31 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:15:32 ---> Running in 5bffc108f030 16:15:33 Running setup.py install for PyYAML: finished with status 'done' 16:15:34 Attempting uninstall: idna 16:15:34 Found existing installation: idna 2.9 16:15:34 Uninstalling idna-2.9: 16:15:34 Successfully uninstalled idna-2.9 16:15:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:15:35 Attempting uninstall: urllib3 16:15:35 Found existing installation: urllib3 1.25.9 16:15:35 Uninstalling urllib3-1.25.9: 16:15:35 Successfully uninstalled urllib3-1.25.9 16:15:36 Attempting uninstall: requests 16:15:36 Found existing installation: requests 2.23.0 16:15:36 Uninstalling requests-2.23.0: 16:15:37 Successfully uninstalled requests-2.23.0 16:15:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:15:46 ---> 5078d72d4d70 16:15:46 Step 9/23 : RUN make cmd/core-data/core-data 16:15:46 ---> Running in 6c2866899137 16:15:48 Removing intermediate container 7c1cb787abbd 16:15:48 ---> bbd8821899ee 16:15:48 Step 21/26 : RUN apk --no-cache add curl 16:15:49 ---> Running in 6ad5a7dbb794 16:15:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:15:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:15:51 (2/3) Installing libcurl (7.69.1-r3) 16:15:51 (3/3) Installing curl (7.69.1-r3) 16:15:51 Executing busybox-1.31.1-r19.trigger 16:15:51 OK: 71 MiB in 58 packages 16:15:53 Removing intermediate container 6ad5a7dbb794 16:15:53 ---> e86be040ade3 16:15:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:15:53 ---> Running in 418df2c7736c 16:15:54 Removing intermediate container 418df2c7736c 16:15:54 ---> d4c33ae0cbfd 16:15:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:54 ---> Running in 49e6f7c34b9d 16:15:55 Removing intermediate container 49e6f7c34b9d 16:15:55 ---> 0deb394f3621 16:15:55 Step 24/26 : LABEL arch=arm64 16:15:55 ---> Running in 615a22936634 16:15:56 Removing intermediate container 615a22936634 16:15:56 ---> cad7332eb5dc 16:15:56 Step 25/26 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:15:56 ---> Running in 4b3fe21a1d0f 16:15:57 Removing intermediate container 4b3fe21a1d0f 16:15:57 ---> b816fb95d112 16:15:57 Step 26/26 : LABEL version=0.0.0 16:15:57 ---> Running in d6de54dddfee 16:15:57 Removing intermediate container d6de54dddfee 16:15:57 ---> badd032c3088 16:15:57 16:15:58 Successfully built badd032c3088 16:15:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:16:25  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:16:37 Removing intermediate container 31699ee85836 16:16:37 ---> eb19c77cef96 16:16:37 16:16:37 Step 10/22 : FROM scratch 16:16:37 ---> 16:16:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:16:37 ---> Using cache 16:16:37 ---> b211cf7d7fa5 16:16:37 Step 12/22 : ENV APP_PORT=48082 16:16:37 ---> Running in d1cf3345843c 16:16:37 Removing intermediate container 3aff271261ad 16:16:37 ---> 97673a984e55 16:16:37 16:16:37 Step 10/24 : FROM alpine:3.12 16:16:37 ---> afeebe901d6b 16:16:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:16:37 ---> Using cache 16:16:37 ---> a5775b3bffa5 16:16:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:16:37 ---> Running in 27ba9691a9a2 16:16:38 Removing intermediate container d1cf3345843c 16:16:38 ---> cfec5880e9b3 16:16:38 Step 13/22 : EXPOSE $APP_PORT 16:16:38 ---> Running in ba9f33827b40 16:16:38 Removing intermediate container 27ba9691a9a2 16:16:38 ---> c67f3c6083d7 16:16:38 Step 13/24 : WORKDIR / 16:16:39 ---> Running in 2efa79867c3a 16:16:39 Removing intermediate container ba9f33827b40 16:16:39 ---> 3aa88598c170 16:16:39 Step 14/22 : WORKDIR / 16:16:39 ---> Running in a223af071a33 16:16:39 Removing intermediate container 2efa79867c3a 16:16:39 ---> 3661356ded89 16:16:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:16:39 Removing intermediate container a223af071a33 16:16:39 ---> 41318433081f 16:16:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:16:41 ---> c9f01f79560e 16:16:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:16:41 ---> bedb1fd92747 16:16:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:16:42 ---> 4ed81dcd225a 16:16:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:16:43 ---> 833d3a99dee0 16:16:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:16:43 ---> f186b2d8ed80 16:16:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:16:44 ---> 2e03254767b6 16:16:44 Step 18/22 : ENTRYPOINT ["/core-command"] 16:16:45 ---> Running in 8410bfd8c408 16:16:45 ---> 099356cfe0e4 16:16:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:16:46 Removing intermediate container 8410bfd8c408 16:16:46 ---> 793254a6d92c 16:16:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:46 ---> Running in 912713151fec 16:16:47 Removing intermediate container 912713151fec 16:16:47 ---> d1a7ea2dac16 16:16:47 Step 20/22 : LABEL arch=arm64 16:16:47 ---> 67634204d3cb 16:16:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:16:47 ---> Running in ccc0b5c268b0 16:16:48 Removing intermediate container ccc0b5c268b0 16:16:48 ---> 7ef0f3748789 16:16:48 Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:16:48 ---> Running in e6423099f2ab 16:16:49 ---> 71e3ac1f74c7 16:16:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:16:49 ---> Running in b797e265d774 16:16:50 Removing intermediate container e6423099f2ab 16:16:50 ---> c221ed54e715 16:16:50 Step 22/22 : LABEL version=0.0.0 16:16:50 ---> Running in 87ecd70251fe 16:16:52 Removing intermediate container 87ecd70251fe 16:16:52 ---> 743c2bc77247 16:16:52 16:16:53 Successfully built 743c2bc77247 16:16:53 Successfully tagged docker-core-command-go-arm64:latest 16:16:53  Building docker-core-command-go ... done Removing intermediate container 5bffc108f030 16:16:53 ---> 18258332f7d5 16:16:53 16:16:53 Step 10/24 : FROM scratch 16:16:53 ---> 16:16:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:16:53 Removing intermediate container b797e265d774 16:16:53 ---> b7ef5f9340d5 16:16:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:16:54 ---> Running in a04435e85156 16:16:54 ---> Running in 6d84ee5664b6 16:16:54 Removing intermediate container 6d84ee5664b6 16:16:54 ---> 593f8277d096 16:16:54 Step 12/24 : ENV APP_PORT=48060Removing intermediate container a04435e85156 16:16:54 16:16:54 ---> f27727a7f1e5 16:16:54 Step 22/24 : LABEL arch=arm64 16:16:54 ---> Running in b5314450307c 16:16:54 ---> Running in 9daf354e3fa2 16:16:55 Removing intermediate container b5314450307c 16:16:55 ---> ec1938bc96f1 16:16:55 Step 13/24 : EXPOSE $APP_PORT 16:16:55 ---> Running in 2a6f016a24fd 16:16:55 Removing intermediate container 9daf354e3fa2 16:16:55 ---> e5a7f9e508c1 16:16:55 Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:16:56 ---> Running in c51fbad79c4a 16:16:56 Removing intermediate container 2a6f016a24fd 16:16:56 ---> 683561c66d22 16:16:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:16:56 Removing intermediate container c51fbad79c4a 16:16:56 ---> 8a8d6bdf163c 16:16:56 Step 24/24 : LABEL version=0.0.0 16:16:56 ---> Running in 8d60adf68b90 16:16:57 Removing intermediate container 8d60adf68b90 16:16:57 ---> 4ef9ba8c3ea9 16:16:57 16:16:57 ---> 0ea11f0ecf55 16:16:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:16:58 Successfully built 4ef9ba8c3ea9 16:16:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:16:59  Building docker-security-secretstore-setup-go ... done  ---> 6d97d53bc359 16:16:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:17:00 ---> 152532fe03c6 16:17:00 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:01 ---> e3cfcbc9457d 16:17:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:17:02 ---> d19f2d4596b4 16:17:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:17:04 ---> d8fba5f43a6e 16:17:04 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:17:04 ---> Running in 1d18cfef27dd 16:17:04 Removing intermediate container 1d18cfef27dd 16:17:04 ---> d3f6eb7246ed 16:17:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:04 ---> Running in 5cd25224b69e 16:17:05 Removing intermediate container 5cd25224b69e 16:17:05 ---> dbca748f5422 16:17:05 Step 22/24 : LABEL arch=arm64 16:17:05 ---> Running in e3690264589c 16:17:06 Removing intermediate container e3690264589c 16:17:06 ---> c79b1ad6d903 16:17:06 Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:17:07 ---> Running in 8a2d2af1f8d4 16:17:08 Removing intermediate container 8a2d2af1f8d4 16:17:08 ---> 458fa5667039 16:17:08 Step 24/24 : LABEL version=0.0.0 16:17:09 ---> Running in 586ea003b173 16:17:10 Removing intermediate container 586ea003b173 16:17:10 ---> a4d49cecc82e 16:17:10 16:17:10 Successfully built a4d49cecc82e 16:17:10 Successfully tagged docker-support-notifications-go-arm64:latest 16:17:13  Building docker-support-notifications-go ... done Removing intermediate container 6c2866899137 16:17:13 ---> 60ec6212f8ed 16:17:13 16:17:13 Step 10/23 : FROM alpine:3.12 16:17:13 ---> afeebe901d6b 16:17:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:17:13 ---> Running in e14bf05f461a 16:17:13 Removing intermediate container e14bf05f461a 16:17:13 ---> 1b3269a9570d 16:17:13 Step 12/23 : ENV APP_PORT=48080 16:17:13 ---> Running in 45bf6c91d1fd 16:17:14 Removing intermediate container 45bf6c91d1fd 16:17:14 ---> 33d0c4b53b39 16:17:14 Step 13/23 : EXPOSE $APP_PORT 16:17:14 ---> Running in c45d02589f0e 16:17:14 Removing intermediate container c45d02589f0e 16:17:14 ---> 7530bafee775 16:17:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:17:14 ---> Running in e3931c1af74d 16:17:16 Removing intermediate container e3931c1af74d 16:17:16 ---> 607a2c35f322 16:17:16 Step 15/23 : RUN apk add --update --no-cache zeromq 16:17:16 ---> Running in 1ada225659fc 16:17:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:19 (1/5) Installing libgcc (9.3.0-r2) 16:17:19 (2/5) Installing libsodium (1.0.18-r0) 16:17:19 (3/5) Installing libstdc++ (9.3.0-r2) 16:17:20 (4/5) Installing libzmq (4.3.3-r0) 16:17:20 (5/5) Installing zeromq (4.3.3-r0) 16:17:20 Executing busybox-1.31.1-r19.trigger 16:17:20 OK: 8 MiB in 19 packages 16:17:21 Removing intermediate container 1ada225659fc 16:17:21 ---> 4c12efa51447 16:17:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:22 ---> 7e39ff235c2a 16:17:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:17:23 ---> 9cfa43f014e9 16:17:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:17:24 ---> 09e2fe0b1ce5 16:17:24 Step 19/23 : ENTRYPOINT ["/core-data"] 16:17:24 ---> Running in 63191014c7af 16:17:24 Removing intermediate container 63191014c7af 16:17:24 ---> 53f886d4d90a 16:17:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:24 ---> Running in 84e8357d6302 16:17:25 Removing intermediate container 84e8357d6302 16:17:25 ---> c2443996d01d 16:17:25 Step 21/23 : LABEL arch=arm64 16:17:25 ---> Running in 2ddf5a01f345 16:17:26 Removing intermediate container 2ddf5a01f345 16:17:26 ---> dfbe31ce95b4 16:17:26 Step 22/23 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b 16:17:26 ---> Running in 1271b7b04760 16:17:26 Removing intermediate container 1271b7b04760 16:17:26 ---> b8bb4c78c76d 16:17:26 Step 23/23 : LABEL version=0.0.0 16:17:26 ---> Running in 66849fc97515 16:17:26 Removing intermediate container 66849fc97515 16:17:26 ---> 8d395d4dd161 16:17:26 16:17:27 Successfully built 8d395d4dd161 16:17:27 Successfully tagged docker-core-data-go-arm64:latest 16:17:27  Building docker-core-data-go ... done  [Pipeline] } 16:17:27 $ docker stop --time=1 ccefca4f3d471914540d26cc16bb69fd57a9db6680f6046661c5e1b1369e93f6 16:17:29 $ docker rm -f ccefca4f3d471914540d26cc16bb69fd57a9db6680f6046661c5e1b1369e93f6 [Pipeline] // withDockerContainer [Pipeline] sh 16:17:30 + docker images 16:17:30 + grep docker 16:17:30 docker-core-data-go-arm64 latest 8d395d4dd161 4 seconds ago 21MB 16:17:30 docker-support-notifications-go-arm64 latest a4d49cecc82e 21 seconds ago 11.4MB 16:17:30 docker-security-secretstore-setup-go-arm64 latest 4ef9ba8c3ea9 33 seconds ago 23.4MB 16:17:30 docker-core-command-go-arm64 latest 743c2bc77247 39 seconds ago 9.98MB 16:17:30 docker-sys-mgmt-agent-go-arm64 latest badd032c3088 About a minute ago 300MB 16:17:30 docker-core-metadata-go-arm64 latest 05d4857fda20 3 minutes ago 12.3MB 16:17:30 docker-security-proxy-setup-go-arm64 latest b89a41863244 3 minutes ago 23.2MB 16:17:30 docker-security-bootstrap-redis-go-arm64 latest a462516f53a5 3 minutes ago 15.1MB 16:17:30 docker-support-scheduler-go-arm64 latest 5b04601b1b59 3 minutes ago 10MB 16:17:30 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 16:17:33 provisioning config files... 16:17:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config5178844428192062351tmp [Pipeline] { [Pipeline] sh 16:17:34 + set +x 16:17:34 + curl -s https://codecov.io/bash 16:17:34 + bash -s -- 16:17:35 16:17:35 _____ _ 16:17:35 / ____| | | 16:17:35 | | ___ __| | ___ ___ _____ __ 16:17:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:17:35 | |___| (_) | (_| | __/ (_| (_) \ V / 16:17:35 \_____\___/ \__,_|\___|\___\___/ \_/ 16:17:35 Bash-20210115-cec3c92 16:17:35 16:17:35 16:17:35 ==> git version 2.24.3 found 16:17:35 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:17:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:17:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:17:35 ==> Jenkins CI detected. 16:17:35 project root: . 16:17:35 --> token set from env 16:17:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:17:35 ==> Running gcov in . (disable via -X gcov) 16:17:35 ==> Python coveragepy not found 16:17:35 ==> Searching for coverage reports in: 16:17:35 + . 16:17:35 -> Found 1 reports 16:17:35 ==> Detecting git/mercurial file structure 16:17:35 ==> Reading reports 16:17:35 + ./coverage.out bytes=550280 16:17:35 ==> Appending adjustments 16:17:35 https://docs.codecov.io/docs/fixing-reports 16:17:38 + Found adjustments 16:17:38 ==> Gzipping contents 16:17:38 84K /tmp/codecov.gxL9Cz.gz 16:17:38 ==> Uploading reports 16:17:38 url: https://codecov.io 16:17:38 query: branch=PR-3040&commit=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 16:17:38 -> Pinging Codecov 16:17:38 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= 16:17:38 -> Uploading to 16:17:38 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b/8f3969ce-8ba0-40c8-8739-5251e25b46bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T161738Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bfd7bfcbf4430cfec3e38349ab15750860af2b316ad83fa3bfade96cec0cef0f 16:17:38 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:38 Dload Upload Total Spent Left Speed 16:17:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83278 0 0 100 83278 0 127k --:--:-- --:--:-- --:--:-- 127k 16:17:39 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [Pipeline] } 16:17:39 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:17:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:17:42 ---> package-listing.sh 16:17:42 ++ facter osfamily 16:17:42 ++ tr '[:upper:]' '[:lower:]' 16:17:42 + OS_FAMILY=redhat 16:17:42 + workspace=/w/workspace/edgex-go/8 16:17:42 + START_PACKAGES=/tmp/packages_start.txt 16:17:42 + END_PACKAGES=/tmp/packages_end.txt 16:17:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:17:42 + PACKAGES=/tmp/packages_start.txt 16:17:42 + '[' /w/workspace/edgex-go/8 ']' 16:17:42 + PACKAGES=/tmp/packages_end.txt 16:17:42 + case "${OS_FAMILY}" in 16:17:42 + rpm -qa 16:17:42 + sort 16:17:48 + '[' -f /tmp/packages_start.txt ']' 16:17:48 + '[' -f /tmp/packages_end.txt ']' 16:17:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:17:48 + '[' /w/workspace/edgex-go/8 ']' 16:17:48 + mkdir -p /w/workspace/edgex-go/8/archives/ 16:17:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 16:17:48 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/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:17:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:17:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:17:48 16:17:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:17:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:17:49 alpine: Pulling from edgex-lftools-log-publisher 16:17:49 df20fa9351a1: Pulling fs layer 16:17:49 36b3adc4ff6f: Pulling fs layer 16:17:49 8ad3a11d3b57: Pulling fs layer 16:17:49 46f8f816bc3b: Pulling fs layer 16:17:49 93b61091891f: Pulling fs layer 16:17:49 93b9cdb0e59b: Pulling fs layer 16:17:49 5e14af77c1be: Pulling fs layer 16:17:49 01666e4c0597: Pulling fs layer 16:17:49 aa168da1d23b: Pulling fs layer 16:17:49 46f8f816bc3b: Waiting 16:17:49 93b61091891f: Waiting 16:17:49 93b9cdb0e59b: Waiting 16:17:49 5e14af77c1be: Waiting 16:17:49 01666e4c0597: Waiting 16:17:49 aa168da1d23b: Waiting 16:17:49 36b3adc4ff6f: Verifying Checksum 16:17:49 36b3adc4ff6f: Download complete 16:17:49 46f8f816bc3b: Download complete 16:17:49 df20fa9351a1: Verifying Checksum 16:17:49 df20fa9351a1: Download complete 16:17:49 93b9cdb0e59b: Verifying Checksum 16:17:49 93b9cdb0e59b: Download complete 16:17:49 5e14af77c1be: Verifying Checksum 16:17:49 5e14af77c1be: Download complete 16:17:49 93b61091891f: Verifying Checksum 16:17:49 93b61091891f: Download complete 16:17:49 01666e4c0597: Verifying Checksum 16:17:49 01666e4c0597: Download complete 16:17:49 df20fa9351a1: Pull complete 16:17:49 36b3adc4ff6f: Pull complete 16:17:50 8ad3a11d3b57: Verifying Checksum 16:17:50 8ad3a11d3b57: Download complete 16:17:50 8ad3a11d3b57: Pull complete 16:17:50 46f8f816bc3b: Pull complete 16:17:51 aa168da1d23b: Verifying Checksum 16:17:51 aa168da1d23b: Download complete 16:17:53 93b61091891f: Pull complete 16:17:53 93b9cdb0e59b: Pull complete 16:17:53 5e14af77c1be: Pull complete 16:17:53 01666e4c0597: Pull complete 16:18:01 aa168da1d23b: Pull complete 16:18:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:18:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:18:01 prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container 16:18:01 $ 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/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:18:11 $ docker top e2651f7337d37334aef6acd288e5ed0ff92e973cf89afb3ee7570ff6df8a617a -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:12 + touch /tmp/pre-build-complete [Pipeline] sh 16:18:12 + mkdir -p /var/log/sa [Pipeline] sh 16:18:12 + ls /var/log/sa-host 16:18:12 + sadf -c /var/log/sa-host/sa19 16:18:12 file_magic: OK 16:18:12 HZ: Using current value: 100 16:18:12 file_header: OK 16:18:12 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 16:18:12 Statistics: 16:18:12 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:18:12 File successfully converted to sysstat format version 12.2.1 16:18:12 + sadf -c /var/log/sa-host/sa23 16:18:12 file_magic: OK 16:18:12 HZ: Using current value: 100 16:18:12 file_header: OK 16:18:12 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 16:18:12 Statistics: 16:18:12 Hnuu...uuuununununu... 16:18:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:13 provisioning config files... 16:18:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5343623568679877656tmp [Pipeline] { [Pipeline] echo 16:18:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:13 ---> create-netrc.sh [Pipeline] } 16:18:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:18:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:13 ---> python-tools-install.sh [Pipeline] echo 16:18:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:18:14 ---> sudo-logs.sh 16:18:14 Archiving 'sudo' log.. [Pipeline] echo 16:18:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:18:14 ---> job-cost.sh 16:18:14 lf-activate-venv: SKIPPING 16:18:14 INFO: No Stack... 16:18:15 INFO: Retrieving Pricing Info for: v1-standard-2 16:18:15 INFO: Archiving Costs [Pipeline] echo 16:18:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:16 ---> logs-deploy.sh 16:18:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/8 16:18:16 INFO: archiving workspace using pattern(s): 16:18:17 Archives upload complete. 16:18:17 INFO: archiving logs to Nexus