Pull request #3028 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 2b3b35234ca4d176f48cd80ec47a189bba6340e2 Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-20285 in /w/workspace/edgexfoundry_edgex-go_PR-3028 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > 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 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 2b3b35234ca4d176f48cd80ec47a189bba6340e2 Merge succeeded, producing 2b3b35234ca4d176f48cd80ec47a189bba6340e2 Checking out Revision 2b3b35234ca4d176f48cd80ec47a189bba6340e2 (PR-3028) > 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/3028/head:refs/remotes/origin/PR-3028 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 Commit message: "Merge branch 'master' into issue-3020" > git rev-list --no-walk 7e277564f4d5b5740e7f6ba0447a2dbe0211b197 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:49:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:49:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:49:13 ========================================================= 18:49:13 EdgeX Global Pipelines Version Info 18:49:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:49:15 ------------------- 18:49:15 stable info: 18:49:15 ------------------- 18:49:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:49:15 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:49:15 Message: update stable to v1.0.177 18:49:16 ------------------- 18:49:16 experimental info: 18:49:16 ------------------- 18:49:16 Commited By: **** collab-it+edgex@linuxfoundation.org 18:49:16 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:49:16 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:49:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:49:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:49:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3028 [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3028 [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3028 [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b3b35234ca4d176f48cd80ec47a189bba6340e2 [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b3b352 [Pipeline] echo 18:49:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:49:20 provisioning config files... 18:49:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config569176632584996819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:49:20 ---> docker-login.sh 18:49:20 nexus3.edgexfoundry.org:10001 18:49:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:21 Configure a credential helper to remove this warning. See 18:49:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:21 18:49:21 Login Succeeded 18:49:21 nexus3.edgexfoundry.org:10002 18:49:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:21 Configure a credential helper to remove this warning. See 18:49:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:21 18:49:21 Login Succeeded 18:49:21 nexus3.edgexfoundry.org:10003 18:49:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:22 Configure a credential helper to remove this warning. See 18:49:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:22 18:49:22 Login Succeeded 18:49:22 nexus3.edgexfoundry.org:10004 18:49:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:22 Configure a credential helper to remove this warning. See 18:49:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:22 18:49:22 Login Succeeded 18:49:22 docker.io 18:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:23 Configure a credential helper to remove this warning. See 18:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:23 18:49:23 Login Succeeded 18:49:23 ---> docker-login.sh ends [Pipeline] } 18:49:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:49:23 ++ 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 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ dirname cmd/core-command/Dockerfile 18:49:23 ++ cut -d/ -f2 18:49:23 + echo core-command,cmd/core-command/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ cut -d/ -f2 18:49:23 ++ dirname cmd/core-data/Dockerfile 18:49:23 + echo core-data,cmd/core-data/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ dirname cmd/core-metadata/Dockerfile 18:49:23 ++ cut -d/ -f2 18:49:23 + echo core-metadata,cmd/core-metadata/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ cut -d/ -f2 18:49:23 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:49:23 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ cut -d/ -f2 18:49:23 ++ dirname cmd/security-proxy-setup/Dockerfile 18:49:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ cut -d/ -f2 18:49:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:49:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ cut -d/ -f2 18:49:23 ++ dirname cmd/support-notifications/Dockerfile 18:49:23 + echo support-notifications,cmd/support-notifications/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ dirname cmd/support-scheduler/Dockerfile 18:49:23 ++ cut -d/ -f2 18:49:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:49:23 + for file in '`ls cmd/**/Dockerfile`' 18:49:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:49:23 ++ cut -d/ -f2 18:49:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:49:24 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 18:49:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:25 18:49:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:49:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:26 latest: Pulling from edgex-devops/git-semver 18:49:26 31603596830f: Pulling fs layer 18:49:26 2a8b12db71e7: Pulling fs layer 18:49:26 6ca5941a6612: Pulling fs layer 18:49:26 ecc8261a40a4: Pulling fs layer 18:49:26 ecc8261a40a4: Waiting 18:49:26 2a8b12db71e7: Download complete 18:49:26 31603596830f: Verifying Checksum 18:49:26 31603596830f: Download complete 18:49:27 ecc8261a40a4: Verifying Checksum 18:49:27 ecc8261a40a4: Download complete 18:49:27 31603596830f: Pull complete 18:49:27 6ca5941a6612: Verifying Checksum 18:49:27 6ca5941a6612: Download complete 18:49:27 2a8b12db71e7: Pull complete 18:49:29 6ca5941a6612: Pull complete 18:49:29 ecc8261a40a4: Pull complete 18:49:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:49:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:49:30 prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container 18:49:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:49:32 $ docker top 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:49:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:49:33 [ssh-agent] Looking for ssh-agent implementation... 18:49:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:49:33 $ docker exec 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent 18:49:33 SSH_AUTH_SOCK=/tmp/ssh-Xh67DMmT4FGM/agent.12 18:49:33 SSH_AGENT_PID=17 18:49:34 Running ssh-add (command line suppressed) 18:49:34 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1537755416123799480.key (/w/workspace/edgex-go/2@tmp/private_key_1537755416123799480.key) 18:49:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:49:34 + git tag --points-at HEAD [Pipeline] } 18:49:34 $ docker exec --env ******** --env ******** 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent -k 18:49:34 unset SSH_AUTH_SOCK; 18:49:34 unset SSH_AGENT_PID; 18:49:34 echo Agent pid 17 killed; 18:49:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:49:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:49:35 [ssh-agent] Looking for ssh-agent implementation... 18:49:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:49:35 $ docker exec 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent 18:49:35 SSH_AUTH_SOCK=/tmp/ssh-bNJ6CxF9T4oA/agent.47 18:49:35 SSH_AGENT_PID=52 18:49:35 Running ssh-add (command line suppressed) 18:49:36 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4260254084735306771.key (/w/workspace/edgex-go/2@tmp/private_key_4260254084735306771.key) 18:49:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:49:36 + git semver init 18:49:36 # -> Open(): unable to determine branch for HEAD 18:49:36 # $GIT_DIR = /w/workspace/edgex-go/2/.git 18:49:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 18:49:36 # $SEMVER_REMOTE_NAME = origin 18:49:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:49:36 # $SEMVER_USER_NAME = edgex-jenkins 18:49:36 # $SEMVER_BRANCH = PR-3028 18:49:36 # $SEMVER_TEMP = /tmp/semver-531657510 18:49:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:50:03 # '/tmp/semver-531657510' -> '/w/workspace/edgex-go/2/.semver' 18:50:03 # -> Force: false 18:50:03 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 18:50:03 $ docker exec --env ******** --env ******** 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent -k 18:50:04 unset SSH_AUTH_SOCK; 18:50:04 unset SSH_AGENT_PID; 18:50:04 echo Agent pid 52 killed; 18:50:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:04 + git semver [Pipeline] } 18:50:04 $ docker stop --time=1 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac 18:50:06 $ docker rm -f 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac [Pipeline] // withDockerContainer [Pipeline] sh 18:50:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:50:08 Stashed 1 file(s) [Pipeline] echo 18:50:08 [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 18:50:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:50:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:50:09 + sudo service docker restart 18:50:09 + true 18:50:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:50:10 ========================================================= 18:50:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:50:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:50:11 + 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 . 18:50:16 Sending build context to Docker daemon 326.6MB 18:50:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:50:16 Step 2/6 : FROM ${BASE} 18:50:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:50:16 188c0c94c7c5: Pulling fs layer 18:50:16 0ef7d3d256c8: Pulling fs layer 18:50:16 de9db76c5a1d: Pulling fs layer 18:50:16 bca2f99d35d6: Pulling fs layer 18:50:16 93359f2a8cfa: Pulling fs layer 18:50:16 7c6f9722023f: Pulling fs layer 18:50:16 a35cf1a2eb13: Pulling fs layer 18:50:16 93359f2a8cfa: Waiting 18:50:16 bca2f99d35d6: Waiting 18:50:16 7c6f9722023f: Waiting 18:50:16 a35cf1a2eb13: Waiting 18:50:16 de9db76c5a1d: Verifying Checksum 18:50:16 de9db76c5a1d: Download complete 18:50:16 0ef7d3d256c8: Verifying Checksum 18:50:16 0ef7d3d256c8: Download complete 18:50:16 93359f2a8cfa: Verifying Checksum 18:50:16 93359f2a8cfa: Download complete 18:50:16 7c6f9722023f: Verifying Checksum 18:50:16 7c6f9722023f: Download complete 18:50:17 188c0c94c7c5: Verifying Checksum 18:50:17 188c0c94c7c5: Download complete 18:50:19 188c0c94c7c5: Pull complete 18:50:20 0ef7d3d256c8: Pull complete 18:50:20 de9db76c5a1d: Pull complete 18:50:23 a35cf1a2eb13: Verifying Checksum 18:50:23 a35cf1a2eb13: Download complete 18:50:23 Still waiting to schedule task 18:50:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:50:24 bca2f99d35d6: Verifying Checksum 18:50:24 bca2f99d35d6: Download complete 18:50:34 bca2f99d35d6: Pull complete 18:50:34 93359f2a8cfa: Pull complete 18:50:34 7c6f9722023f: Pull complete 18:50:39 a35cf1a2eb13: Pull complete 18:50:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:50:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:50:39 ---> a62c8e92a672 18:50:39 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 18:50:39 ---> Running in 55522c7f641b 18:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:41 (1/12) Installing libmagic (5.38-r0) 18:50:41 (2/12) Installing file (5.38-r0) 18:50:41 (3/12) Installing libc-dev (0.7.2-r3) 18:50:41 (4/12) Installing g++ (9.3.0-r2) 18:50:46 (5/12) Installing fortify-headers (1.1-r0) 18:50:46 (6/12) Installing patch (2.7.6-r6) 18:50:46 (7/12) Installing build-base (0.5-r2) 18:50:46 (8/12) Installing libsodium (1.0.18-r0) 18:50:46 (9/12) Installing pkgconf (1.7.2-r0) 18:50:46 (10/12) Installing libsodium-dev (1.0.18-r0) 18:50:46 (11/12) Installing libzmq (4.3.3-r0) 18:50:46 (12/12) Installing zeromq-dev (4.3.3-r0) 18:50:46 Executing busybox-1.31.1-r19.trigger 18:50:46 OK: 233 MiB in 51 packages 18:50:50 Removing intermediate container 55522c7f641b 18:50:50 ---> c96aa873358c 18:50:50 Step 4/6 : WORKDIR /edgex-go 18:50:50 ---> Running in a731860d3640 18:50:51 Removing intermediate container a731860d3640 18:50:51 ---> 3f75c02589bb 18:50:51 Step 5/6 : COPY go.mod . 18:50:51 ---> d75af538a0ea 18:50:51 Step 6/6 : RUN go mod download 18:50:51 ---> Running in ad540b263347 18:51:18 Removing intermediate container ad540b263347 18:51:18 ---> f15e59338911 18:51:18 Successfully built f15e59338911 18:51:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:51:18 + docker inspect -f . ci-base-image-x86_64 18:51:19 . [Pipeline] withDockerContainer 18:51:19 prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container 18:51:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:22 $ docker top 21110c703d0d385ec89dbe05c921fe4a65427f3c0f2c33c1ac6c58784085afc2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:23 + go version 18:51:23 go version go1.15.5 linux/amd64 [Pipeline] } 18:51:23 $ docker stop --time=1 21110c703d0d385ec89dbe05c921fe4a65427f3c0f2c33c1ac6c58784085afc2 18:51:24 $ docker rm -f 21110c703d0d385ec89dbe05c921fe4a65427f3c0f2c33c1ac6c58784085afc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:25 + docker inspect -f . ci-base-image-x86_64 18:51:25 . [Pipeline] withDockerContainer 18:51:26 prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container 18:51:26 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:27 $ docker top 3375b074ccf143e29a9f192b07bd282bf6f1a3734e4f711c61e1339d7d936628 -eo pid,comm [Pipeline] { [Pipeline] echo 18:51:28 ========================================================= 18:51:28 [edgeXBuildGoParallel] Running Tests and Build... 18:51:28 ========================================================= [Pipeline] sh 18:51:28 + make test 18:51:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:51:44 ? github.com/edgexfoundry/edgex-go [no test files] 18:52:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20286 in /w/workspace/edgexfoundry_edgex-go_PR-3028 [Pipeline] { [Pipeline] ws 18:52:00 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:52:05 using credential edgex-jenkins-ssh 18:52:05 Cloning the remote Git repository 18:52:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:52:05 > git init /w/workspace/edgex-go/2 # timeout=10 18:52:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:52:05 > git --version # timeout=10 18:52:05 > git --version # 'git version 2.17.1' 18:52:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:52:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:52:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:52:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:52:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:52:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:52:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:52:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:52:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:52:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:52:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:52:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3028/head:refs/remotes/origin/PR-3028 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:52:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:52:23 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:52:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:52:23 Merge succeeded, producing 2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:52:23 Checking out Revision 2b3b35234ca4d176f48cd80ec47a189bba6340e2 (PR-3028) 18:52:23 > git config core.sparsecheckout # timeout=10 18:52:23 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 18:52:23 > git remote # timeout=10 18:52:23 > git config --get remote.origin.url # timeout=10 18:52:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:52:23 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 18:52:23 > git rev-parse HEAD^{commit} # timeout=10 18:52:23 > git config core.sparsecheckout # timeout=10 18:52:23 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 18:52:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:52:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:52:28 Commit message: "Merge branch 'master' into issue-3020" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:52:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:52:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:52:30 + sudo service docker restart 18:52:30 + true 18:52:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:52:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:52:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:52:32 provisioning config files... 18:52:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1444081754633367259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:33 ---> docker-login.sh 18:52:33 nexus3.edgexfoundry.org:10001 18:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:34 Configure a credential helper to remove this warning. See 18:52:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:34 18:52:34 Login Succeeded 18:52:34 nexus3.edgexfoundry.org:10002 18:52:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:35 Configure a credential helper to remove this warning. See 18:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:35 18:52:35 Login Succeeded 18:52:35 nexus3.edgexfoundry.org:10003 18:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:35 Configure a credential helper to remove this warning. See 18:52:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:35 18:52:35 Login Succeeded 18:52:35 nexus3.edgexfoundry.org:10004 18:52:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:36 Configure a credential helper to remove this warning. See 18:52:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:36 18:52:36 Login Succeeded 18:52:36 docker.io 18:52:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:37 Configure a credential helper to remove this warning. See 18:52:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:37 18:52:37 Login Succeeded 18:52:37 ---> docker-login.sh ends [Pipeline] } 18:52:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:52:37 ========================================================= 18:52:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:52:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:52:37 + 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 . 18:52:40 Sending build context to Docker daemon 165.6MB 18:52:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:52:40 Step 2/6 : FROM ${BASE} 18:52:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:52:40 5f621e34cdf4: Pulling fs layer 18:52:40 a4357932f1b6: Pulling fs layer 18:52:40 18c013af1878: Pulling fs layer 18:52:40 00ac8860ef70: Pulling fs layer 18:52:40 63d7cb157983: Pulling fs layer 18:52:40 b116817d02f9: Pulling fs layer 18:52:40 745a02a5169b: Pulling fs layer 18:52:40 b116817d02f9: Waiting 18:52:40 745a02a5169b: Waiting 18:52:40 63d7cb157983: Waiting 18:52:40 00ac8860ef70: Waiting 18:52:40 18c013af1878: Verifying Checksum 18:52:40 18c013af1878: Download complete 18:52:40 a4357932f1b6: Download complete 18:52:40 63d7cb157983: Verifying Checksum 18:52:40 63d7cb157983: Download complete 18:52:40 b116817d02f9: Verifying Checksum 18:52:40 b116817d02f9: Download complete 18:52:40 5f621e34cdf4: Download complete 18:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.256s coverage: 27.0% of statements 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.182s coverage: 100.0% of statements 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.204s coverage: 67.9% of statements 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.366s coverage: 82.3% of statements 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:52:41 5f621e34cdf4: Pull complete 18:52:41 a4357932f1b6: Pull complete 18:52:42 18c013af1878: Pull complete 18:52:43 745a02a5169b: Verifying Checksum 18:52:43 745a02a5169b: Download complete 18:52:44 00ac8860ef70: Verifying Checksum 18:52:44 00ac8860ef70: Download complete 18:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.656s coverage: 28.6% of statements 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements 18:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:52:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.270s coverage: 97.5% of statements 18:52:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:52:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements 18:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:52:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.765s coverage: 93.5% of statements 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 75.5% of statements 18:52:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 18:52:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements 18:52:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.2% of statements 18:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.133s coverage: 91.4% of statements 18:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.322s coverage: 63.5% of statements 18:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements 18:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements 18:52:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 18:52:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 18:52:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements 18:52:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.703s coverage: 68.9% of statements 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:52:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.244s coverage: 37.0% of statements 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:52:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:52:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.590s coverage: 84.0% of statements 18:52:56 00ac8860ef70: Pull complete 18:52:56 63d7cb157983: Pull complete 18:52:56 b116817d02f9: Pull complete 18:52:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements 18:52:59 745a02a5169b: Pull complete 18:52:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:52:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:52:59 ---> b7e6874047d6 18:52:59 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 18:53:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.1% of statements 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:53:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:53:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements 18:53:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:53:02 ---> Running in 83a2b8878d5b 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.163s coverage: 29.1% of statements 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:53:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 18:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:53:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 18:53:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 100.0% of statements 18:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:53:04 GO111MODULE=on go vet ./... 18:53:05 (1/12) Installing libmagic (5.38-r0) 18:53:05 (2/12) Installing file (5.38-r0) 18:53:05 (3/12) Installing libc-dev (0.7.2-r3) 18:53:05 (4/12) Installing g++ (9.3.0-r2) 18:53:11 (5/12) Installing fortify-headers (1.1-r0) 18:53:11 (6/12) Installing patch (2.7.6-r6) 18:53:11 (7/12) Installing build-base (0.5-r2) 18:53:11 (8/12) Installing libsodium (1.0.18-r0) 18:53:11 (9/12) Installing pkgconf (1.7.2-r0) 18:53:11 (10/12) Installing libsodium-dev (1.0.18-r0) 18:53:11 (11/12) Installing libzmq (4.3.3-r0) 18:53:11 (12/12) Installing zeromq-dev (4.3.3-r0) 18:53:11 Executing busybox-1.31.1-r19.trigger 18:53:11 OK: 217 MiB in 51 packages 18:53:15 Removing intermediate container 83a2b8878d5b 18:53:15 ---> 6b68784162d9 18:53:15 Step 4/6 : WORKDIR /edgex-go 18:53:15 ---> Running in 09fdcf2d827e 18:53:15 Removing intermediate container 09fdcf2d827e 18:53:15 ---> 92dc975b5b77 18:53:15 Step 5/6 : COPY go.mod . 18:53:16 ---> 4a0323ae4c15 18:53:16 Step 6/6 : RUN go mod download 18:53:16 ---> Running in f7b713f51111 18:53:43 Removing intermediate container f7b713f51111 18:53:43 ---> 7488b6c90c7b 18:53:43 Successfully built 7488b6c90c7b 18:53:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:53:43 + docker inspect -f . ci-base-image-arm64 18:53:43 . [Pipeline] withDockerContainer 18:53:44 prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container 18:53:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:53:45 $ docker top ef8294ab9dd2e3d84808b5501b659ee9ce8398318b64e39d6500a35bc39791ce -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:46 + go version 18:53:46 go version go1.15.5 linux/arm64 [Pipeline] } 18:53:46 $ docker stop --time=1 ef8294ab9dd2e3d84808b5501b659ee9ce8398318b64e39d6500a35bc39791ce 18:53:48 $ docker rm -f ef8294ab9dd2e3d84808b5501b659ee9ce8398318b64e39d6500a35bc39791ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:53:49 + docker inspect -f . ci-base-image-arm64 18:53:49 . [Pipeline] withDockerContainer 18:53:50 prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container 18:53:50 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:53:51 $ docker top 87442fb8dbbfc4c04b1ef33ec18e8f48599e27cdbfdb6aabd6c36eb8a0b24cf3 -eo pid,comm [Pipeline] { [Pipeline] echo 18:53:51 ========================================================= 18:53:51 [edgeXBuildGoParallel] Running Tests and Build... 18:53:51 ========================================================= [Pipeline] sh 18:53:52 gofmt -l . 18:53:52 [ "`gofmt -l .`" = "" ] 18:53:52 + make test 18:53:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:53:52 ./bin/test-go-mod-tidy.sh 18:53:54 ./bin/test-attribution-txt.sh [Pipeline] sh 18:53:56 + ls -al . 18:53:56 total 656 18:53:56 drwxrwxr-x 10 1001 1001 4096 Jan 14 18:53 . 18:53:56 drwxr-xr-x 4 root root 28 Jan 14 18:51 .. 18:53:56 -rw-rw-r-- 1 1001 1001 11 Jan 14 18:49 .dockerignore 18:53:56 drwxrwxr-x 8 1001 1001 179 Jan 14 18:49 .git 18:53:56 drwxrwxr-x 3 1001 1001 125 Jan 14 18:49 .github 18:53:56 -rw-rw-r-- 1 1001 1001 824 Jan 14 18:49 .gitignore 18:53:56 drwx------ 3 1001 1001 47 Jan 14 18:50 .semver 18:53:56 -rw-rw-r-- 1 1001 1001 166 Jan 14 18:49 .sonarcloud.properties 18:53:56 -rw-rw-r-- 1 1001 1001 7741 Jan 14 18:49 Attribution.txt 18:53:56 -rw-rw-r-- 1 1001 1001 3804 Jan 14 18:49 CONTRIBUTING.md 18:53:56 -rw-rw-r-- 1 1001 1001 931 Jan 14 18:49 Dockerfile.build 18:53:56 -rw-rw-r-- 1 1001 1001 863 Jan 14 18:49 Jenkinsfile 18:53:56 -rw-rw-r-- 1 1001 1001 10775 Jan 14 18:49 LICENSE 18:53:56 -rw-rw-r-- 1 1001 1001 5750 Jan 14 18:49 Makefile 18:53:56 -rw-rw-r-- 1 1001 1001 6524 Jan 14 18:49 README.md 18:53:56 -rw-rw-r-- 1 1001 1001 6744 Jan 14 18:49 SECURITY.md 18:53:56 -rw-rw-r-- 1 1001 1001 5 Jan 14 18:50 VERSION 18:53:56 -rw-rw-r-- 1 1001 1001 4131 Jan 14 18:49 ZMQWindows.md 18:53:56 drwxrwxr-x 2 1001 1001 117 Jan 14 18:49 bin 18:53:56 drwxrwxr-x 14 1001 1001 4096 Jan 14 18:49 cmd 18:53:56 -rw-r--r-- 1 root root 552176 Jan 14 18:53 coverage.out 18:53:56 -rw-r--r-- 1 root root 979 Jan 14 18:53 go.mod 18:53:56 -rw-r--r-- 1 root root 19036 Jan 14 18:53 go.sum 18:53:56 drwxrwxr-x 8 1001 1001 127 Jan 14 18:49 internal 18:53:56 drwxrwxr-x 4 1001 1001 26 Jan 14 18:49 openapi 18:53:56 drwxrwxr-x 4 1001 1001 71 Jan 14 18:49 snap 18:53:56 -rw-rw-r-- 1 1001 1001 168 Jan 14 18:49 version.go [Pipeline] sh 18:53:56 + '[' -e coverage.out ] 18:53:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:53:57 Stashed 1 file(s) [Pipeline] sh 18:53:57 + make build 18:53:57 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 18:54:03 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 18:54:14 ? github.com/edgexfoundry/edgex-go [no test files] 18:54: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 18:54:20 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 18:54: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 18:54: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 18:54:27 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 18:54:30 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 18:54:32 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 18:54:35 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 18:54:37 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 18:54:39 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] } 18:54:42 $ docker stop --time=1 3375b074ccf143e29a9f192b07bd282bf6f1a3734e4f711c61e1339d7d936628 18:54:44 $ docker rm -f 3375b074ccf143e29a9f192b07bd282bf6f1a3734e4f711c61e1339d7d936628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:54:48 18:54:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:54:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:54:48 latest: Pulling from edgex-devops/edgex-compose 18:54:48 cbdbe7a5bc2a: Pulling fs layer 18:54:48 ca9280d653b3: Pulling fs layer 18:54:48 7e9c9ca2126c: Pulling fs layer 18:54:48 cbdbe7a5bc2a: Verifying Checksum 18:54:48 cbdbe7a5bc2a: Download complete 18:54:49 cbdbe7a5bc2a: Pull complete 18:54:49 ca9280d653b3: Verifying Checksum 18:54:49 ca9280d653b3: Download complete 18:54:51 7e9c9ca2126c: Verifying Checksum 18:54:51 7e9c9ca2126c: Download complete 18:54:51 ca9280d653b3: Pull complete 18:54:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:55:02 7e9c9ca2126c: Pull complete 18:55:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:55:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:55:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:55:02 prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container 18:55:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:55:05 $ docker top b44f1d3f2e2bd5e39d64182226df27ebcb27d04685af9bd0aea787db3e9ae130 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:05 + docker-compose build --help 18:55:05 + grep parallel 18:55:07 --parallel Build images in parallel. [Pipeline] } 18:55:07 $ docker stop --time=1 b44f1d3f2e2bd5e39d64182226df27ebcb27d04685af9bd0aea787db3e9ae130 18:55:08 $ docker rm -f b44f1d3f2e2bd5e39d64182226df27ebcb27d04685af9bd0aea787db3e9ae130 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:55:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:55:09 . [Pipeline] withDockerContainer 18:55:09 prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container 18:55:10 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:55:11 $ docker top c2e1fd1355901867c11acf77da83690b03c0635ccc2563ad561c8f3519e07fe1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:12 + docker-compose -f ./docker-compose-build.yml build --parallel 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:55:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:55:14 Building docker-core-command-go ... 18:55:14 Building docker-core-data-go ... 18:55:14 Building docker-core-metadata-go ... 18:55:14 Building docker-security-bootstrap-redis-go ... 18:55:14 Building docker-security-proxy-setup-go ... 18:55:14 Building docker-security-secretstore-setup-go ... 18:55:14 Building docker-support-notifications-go ... 18:55:14 Building docker-support-scheduler-go ... 18:55:14 Building docker-sys-mgmt-agent-go ... 18:55:14 Building docker-security-secretstore-setup-go 18:55:14 Building docker-core-metadata-go 18:55:14 Building docker-core-command-go 18:55:14 Building docker-support-scheduler-go 18:55:14 Building docker-security-bootstrap-redis-go 18:55:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:55:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:55:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:55:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.0% of statements 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 67.9% of statements 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:55:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 82.3% of statements 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:55:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.183s coverage: 28.6% of statements 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:55:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:55:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.118s coverage: 100.0% of statements 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:55:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:55:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:55:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:55:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.191s coverage: 93.5% of statements 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements 18:55:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.109s coverage: 80.8% of statements 18:55:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 18:55:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements 18:55:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 18:55:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 63.5% of statements 18:55:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:55:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements 18:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 91.3% of statements 18:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 18:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 18:55:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 18:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.997s coverage: 68.9% of statements 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.352s coverage: 37.0% of statements 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:56:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.667s coverage: 84.0% of statements 18:56:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements 18:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.1% of statements 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.163s coverage: 100.0% of statements 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:56:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 18:56:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:56:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:56:11 ---> f15e59338911 18:56:11 Step 3/22 : WORKDIR /edgex-go 18:56:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:56:11 ---> f15e59338911 18:56:11 Step 3/24 : WORKDIR /edgex-go 18:56:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:56:11 ---> f15e59338911 18:56:11 Step 3/22 : WORKDIR /edgex-go 18:56:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:56:11 ---> f15e59338911 18:56:11 Step 3/21 : WORKDIR /edgex-go 18:56:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:56:11 ---> f15e59338911 18:56:11 Step 3/22 : WORKDIR /edgex-go 18:56:11 ---> Running in 35d1676b8643 18:56:11 ---> Running in a77f6a72cc08 18:56:11 ---> Running in 445378201bb7 18:56:11 ---> Running in 5727edcc1b9d 18:56:11 ---> Running in 2a9588857655 18:56:11 Removing intermediate container 5727edcc1b9d 18:56:11 ---> 3972fd9cc32c 18:56:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:11 Removing intermediate container 2a9588857655 18:56:11 ---> d6a1aa5c2bf3 18:56:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:11 Removing intermediate container a77f6a72cc08 18:56:11 ---> b90ded7168d4 18:56:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:11 Removing intermediate container 445378201bb7 18:56:11 ---> 34daaee883fd 18:56:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:11 Removing intermediate container 35d1676b8643 18:56:11 ---> fc12b401d7e3 18:56:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:11 ---> Running in edc95540ed4e 18:56:11 ---> Running in cd577769141b 18:56:11 ---> Running in 691e4bd7a136 18:56:11 ---> Running in 751cf04a5eac 18:56:11 ---> Running in 7178d5b61b89 18:56:11 Removing intermediate container cd577769141b 18:56:11 ---> 39467f09f27f 18:56:11 Step 5/22 : RUN apk add --update --no-cache make git 18:56:11 Removing intermediate container 691e4bd7a136 18:56:11 ---> b0245184364a 18:56:11 Step 5/24 : RUN apk add --update --no-cache make git 18:56:11 ---> Running in 8ea97f573074 18:56:11 Removing intermediate container edc95540ed4e 18:56:11 ---> daccbbdb2e4d 18:56:11 Step 5/21 : RUN apk add --update --no-cache make git 18:56:11 ---> Running in 40010ffd5d34 18:56:11 Removing intermediate container 7178d5b61b89 18:56:11 ---> 36eb63c19bcc 18:56:11 Step 5/22 : RUN apk add --update --no-cache make git 18:56:11 Removing intermediate container 751cf04a5eac 18:56:11 ---> 9b89634681a4 18:56:11 Step 5/22 : RUN apk add --update --no-cache make git 18:56:11 ---> Running in 7bbd905fb225 18:56:11 ---> Running in 3bc0099efbd8 18:56:11 ---> Running in 78631f1bf825 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:56:12 OK: 233 MiB in 51 packages 18:56:12 OK: 233 MiB in 51 packages 18:56:12 OK: 233 MiB in 51 packages 18:56:12 OK: 233 MiB in 51 packages 18:56:13 OK: 233 MiB in 51 packages 18:56:13 Removing intermediate container 8ea97f573074 18:56:13 ---> ba39058371bb 18:56:13 Step 6/22 : COPY go.mod . 18:56:13 Removing intermediate container 40010ffd5d34 18:56:13 ---> cf4796614358 18:56:13 Step 6/24 : COPY go.mod . 18:56:13 Removing intermediate container 3bc0099efbd8 18:56:13 ---> 51466af0e2f2 18:56:13 Step 6/22 : COPY go.mod . 18:56:14 ---> 8778c00eed8f 18:56:14 Step 7/22 : RUN go mod download 18:56:14 ---> bf279bd47650 18:56:14 Step 7/24 : RUN go mod download 18:56:14 ---> Running in d5b052b2e41f 18:56:14 ---> Running in 43237a0617c0 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.983s coverage: 29.1% of statements 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.257s coverage: 99.0% of statements 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 18:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 18:56:14 Removing intermediate container 78631f1bf825 18:56:14 ---> 9b02abfc148a 18:56:14 Step 6/22 : COPY go.mod . 18:56:14 Removing intermediate container 7bbd905fb225 18:56:14 ---> 03651228b28b 18:56:14 Step 6/21 : COPY go.mod . 18:56:14 ---> adf992d87fe3 18:56:14 Step 7/22 : RUN go mod download 18:56:14 ---> Running in a3c7383015df 18:56:15 ---> d54f274b32ea 18:56:15 Step 7/22 : RUN go mod download 18:56:15 ---> 5c0e28b9ac5d 18:56:15 Step 7/21 : RUN go mod download 18:56:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:56:15 ---> Running in 2f70773f3fe4 18:56:15 ---> Running in 91dd7cb79704 18:56:16 GO111MODULE=on go vet ./... 18:56:17 Removing intermediate container 91dd7cb79704 18:56:17 ---> 4934c5ccb883 18:56:17 Step 8/21 : COPY . . 18:56:18 Removing intermediate container 43237a0617c0 18:56:18 ---> 70a7f649b215 18:56:18 Step 8/22 : COPY . . 18:56:18 Removing intermediate container d5b052b2e41f 18:56:18 ---> c866700f1437 18:56:18 Step 8/24 : COPY . . 18:56:18 Removing intermediate container 2f70773f3fe4 18:56:18 ---> 0b965ef34e31 18:56:18 Step 8/22 : COPY . . 18:56:19 Removing intermediate container a3c7383015df 18:56:19 ---> dc7962d21be9 18:56:19 Step 8/22 : COPY . . 18:57:16 ---> 8ce70e235d08 18:57:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:57:16 ---> d9f56fd43475 18:57:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:57:16 ---> bf610d4deb8e 18:57:16 Step 9/22 : RUN make cmd/core-command/core-command 18:57:16 ---> 05381e3ea9db 18:57:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:57:16 ---> Running in 7c61e74de4eb 18:57:16 ---> 3525d5b73697 18:57:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:57:16 ---> Running in 5f874efd2b1f 18:57:16 ---> Running in 3ab17838078d 18:57:16 ---> Running in 24767923626b 18:57:16 ---> Running in bfd348c1a1cf 18:57:16 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 18:57:16 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 18:57:16 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 18:57:16 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 18:57:16 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 18:57:24 gofmt -l . 18:57:24 [ "`gofmt -l .`" = "" ] 18:57:24 ./bin/test-go-mod-tidy.sh 18:57:24 ./bin/test-attribution-txt.sh [Pipeline] sh 18:57:25 + ls -al . 18:57:25 total 684 18:57:25 drwxrwxr-x 9 1001 1001 4096 Jan 14 18:57 . 18:57:25 drwxr-xr-x 4 root root 4096 Jan 14 18:53 .. 18:57:25 -rw-rw-r-- 1 1001 1001 11 Jan 14 18:52 .dockerignore 18:57:25 drwxrwxr-x 8 1001 1001 4096 Jan 14 18:52 .git 18:57:25 drwxrwxr-x 3 1001 1001 4096 Jan 14 18:52 .github 18:57:25 -rw-rw-r-- 1 1001 1001 824 Jan 14 18:52 .gitignore 18:57:25 -rw-rw-r-- 1 1001 1001 166 Jan 14 18:52 .sonarcloud.properties 18:57:25 -rw-rw-r-- 1 1001 1001 7741 Jan 14 18:52 Attribution.txt 18:57:25 -rw-rw-r-- 1 1001 1001 3804 Jan 14 18:52 CONTRIBUTING.md 18:57:25 -rw-rw-r-- 1 1001 1001 931 Jan 14 18:52 Dockerfile.build 18:57:25 -rw-rw-r-- 1 1001 1001 863 Jan 14 18:52 Jenkinsfile 18:57:25 -rw-rw-r-- 1 1001 1001 10775 Jan 14 18:52 LICENSE 18:57:25 -rw-rw-r-- 1 1001 1001 5750 Jan 14 18:52 Makefile 18:57:25 -rw-rw-r-- 1 1001 1001 6524 Jan 14 18:52 README.md 18:57:25 -rw-rw-r-- 1 1001 1001 6744 Jan 14 18:52 SECURITY.md 18:57:25 -rw-rw-r-- 1 1001 1001 5 Jan 14 18:50 VERSION 18:57:25 -rw-rw-r-- 1 1001 1001 4131 Jan 14 18:52 ZMQWindows.md 18:57:25 drwxrwxr-x 2 1001 1001 4096 Jan 14 18:52 bin 18:57:25 drwxrwxr-x 14 1001 1001 4096 Jan 14 18:52 cmd 18:57:25 -rw-r--r-- 1 root root 552176 Jan 14 18:56 coverage.out 18:57:25 -rw-r--r-- 1 root root 979 Jan 14 18:57 go.mod 18:57:25 -rw-r--r-- 1 root root 19036 Jan 14 18:57 go.sum 18:57:25 drwxrwxr-x 8 1001 1001 4096 Jan 14 18:52 internal 18:57:25 drwxrwxr-x 4 1001 1001 4096 Jan 14 18:52 openapi 18:57:25 drwxrwxr-x 4 1001 1001 4096 Jan 14 18:52 snap 18:57:25 -rw-rw-r-- 1 1001 1001 168 Jan 14 18:52 version.go [Pipeline] sh 18:57:26 + '[' -e coverage.out ] 18:57:26 + chown 1001:1001 coverage.out [Pipeline] stash 18:57:26 Warning: overwriting stash ‘coverage-report’ 18:57:27 Stashed 1 file(s) [Pipeline] sh 18:57:28 + make build 18:57: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 18:57:38 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 18:57:49 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 18:57:58 Removing intermediate container 24767923626b 18:57:58 ---> 7701c1a94d95 18:57:58 18:57:58 Step 10/22 : FROM alpine:3.12 18:57:58 3.12: Pulling from library/alpine 18:57:59 Removing intermediate container 3ab17838078d 18:57:59 ---> b62b8deaa4e9 18:57:59 18:57:59 Step 10/21 : FROM scratch 18:57:59 ---> 18:57:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:58:00 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 18:58:02 ---> Running in a71e4bb2038f 18:58:02 Removing intermediate container 5f874efd2b1f 18:58:02 ---> ca1fa7422bf1 18:58:02 18:58:02 Step 10/22 : FROM scratch 18:58:02 ---> 18:58:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:58:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:58:03 Status: Downloaded newer image for alpine:3.12 18:58:03 ---> 389fef711851 18:58:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:58:03 ---> Running in f4906b409cd2 18:58:03 Removing intermediate container 7c61e74de4eb 18:58:03 ---> c46d079caaaa 18:58:03 18:58:03 Step 10/24 : FROM alpine:3.12 18:58:03 ---> 389fef711851 18:58:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:58:03 ---> Running in dea1c966cf79 18:58:03 Removing intermediate container a71e4bb2038f 18:58:03 ---> bf0b50477793 18:58:03 Step 12/21 : ENV APP_PORT=48085 18:58:03 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 18:58:04 ---> Running in 858ee6d42f11 18:58:04 ---> Running in 2dc7bf2b3b64 18:58:04 Removing intermediate container f4906b409cd2 18:58:04 ---> 6d763b0be3fe 18:58:04 Step 12/22 : ENV APP_PORT=48082 18:58:04 ---> Running in b9123a9b240b 18:58:05 Removing intermediate container 2dc7bf2b3b64 18:58:05 ---> d4bf676b0e4e 18:58:05 Step 13/21 : EXPOSE $APP_PORT 18:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:05 Removing intermediate container b9123a9b240b 18:58:05 ---> ae643761fd77 18:58:05 Step 13/22 : EXPOSE $APP_PORT 18:58:05 (1/5) Installing ca-certificates (20191127-r4) 18:58:05 ---> Running in ab66c7a2cc34 18:58:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:58:05 (3/5) Installing libcurl (7.69.1-r3) 18:58:05 (4/5) Installing curl (7.69.1-r3) 18:58:05 (5/5) Installing dumb-init (1.2.2-r1) 18:58:05 Executing busybox-1.31.1-r19.trigger 18:58:05 Executing ca-certificates-20191127-r4.trigger 18:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:05 OK: 7 MiB in 19 packages 18:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:06 (1/5) Installing ca-certificates (20191127-r4) 18:58:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:58:06 (3/5) Installing libcurl (7.69.1-r3) 18:58:06 (4/5) Installing curl (7.69.1-r3) 18:58:06 (5/5) Installing dumb-init (1.2.2-r1) 18:58:06 Executing busybox-1.31.1-r19.trigger 18:58:06 Executing ca-certificates-20191127-r4.trigger 18:58:06 ---> Running in a2c72539f180 18:58:06 OK: 7 MiB in 19 packages 18:58:06 Removing intermediate container ab66c7a2cc34 18:58:06 ---> df5e79ac49cf 18:58:06 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:07 Removing intermediate container bfd348c1a1cf 18:58:07 ---> ee42a8746af8 18:58:07 18:58:07 Step 10/22 : FROM scratch 18:58:07 ---> 18:58:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:58:07 Removing intermediate container a2c72539f180 18:58:07 ---> 6058e4f1cb3a 18:58:07 Step 14/22 : WORKDIR / 18:58:07 ---> Using cache 18:58:07 ---> 6d763b0be3fe 18:58:07 Step 12/22 : ENV APP_PORT=48081 18:58:07 ---> Running in 403d3c941fd8 18:58:07 ---> Running in 7e9d1e37cbea 18:58:07 ---> a8c09a8d9447 18:58:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:58:07 Removing intermediate container dea1c966cf79 18:58:07 ---> c35867237844 18:58:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:58:08 ---> Running in 5e09c9f6093e 18:58:08 Removing intermediate container 7e9d1e37cbea 18:58:08 ---> bdf3d2692d5c 18:58:08 Step 13/22 : EXPOSE $APP_PORT 18:58:08 Removing intermediate container 403d3c941fd8 18:58:08 ---> e1d877c26506 18:58:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:08 Removing intermediate container 858ee6d42f11 18:58:08 ---> 4723aa2c9e21 18:58:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:58:08 ---> Running in d3cfdf00d55b 18:58:08 ---> Running in 6078b132c8d2 18:58:08 Removing intermediate container 5e09c9f6093e 18:58:08 ---> 942567d6f00b 18:58:08 Step 13/22 : WORKDIR / 18:58:08 ---> 004785451b10 18:58:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:58:08 Removing intermediate container d3cfdf00d55b 18:58:08 ---> 5f18014e0e36 18:58:08 Step 14/22 : WORKDIR / 18:58:09 ---> c619b58304dd 18:58:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:58:09 ---> Running in 2402b1f0fadd 18:58:09 ---> Running in cb88907578cd 18:58:09 Removing intermediate container 6078b132c8d2 18:58:09 ---> 63036d18350a 18:58:09 Step 13/24 : WORKDIR / 18:58:09 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 18:58:09 ---> Running in 10e4296f8700 18:58:09 Removing intermediate container 2402b1f0fadd 18:58:09 ---> eb0492ae011b 18:58:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:09 Removing intermediate container cb88907578cd 18:58:09 ---> 14a8f382fe48 18:58:09 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:09 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 18:58:10 ---> 9d040c6485a3 18:58:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:58:10 ---> Running in 3acfce7ea61c 18:58:10 Removing intermediate container 10e4296f8700 18:58:10 ---> f226cbfddb80 18:58:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:58:10 ---> a40c3adb1769 18:58:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:58:10 ---> 329a9c9dc811 18:58:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:58:10 ---> 766eaabfd4a9 18:58:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:58:11 Removing intermediate container 3acfce7ea61c 18:58:11 ---> 16eaa19c53cc 18:58:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:11 ---> ef88773fb516 18:58:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:58:11 ---> 7c0279ca6791 18:58:11 Step 18/22 : ENTRYPOINT ["/core-command"] 18:58:11 ---> Running in 860d79ca13ed 18:58:11 ---> Running in 4722ed4cdbf9 18:58:11 ---> 73f4c36b004a 18:58:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:58:11 ---> 33fd897400c2 18:58:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:58:12 Removing intermediate container 860d79ca13ed 18:58:12 ---> 1f29353741e8 18:58:12 Step 19/21 : LABEL arch=x86_64 18:58:12 ---> 407cde05bd8d 18:58:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:58:12 Removing intermediate container 4722ed4cdbf9 18:58:12 ---> a47ca4038ac9 18:58:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:12 ---> Running in d9af6aa270cc 18:58:12 ---> e88616d67553 18:58:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:58:12 ---> 61f7a09214ca 18:58:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:58:12 ---> Running in 6a4700e44797 18:58:12 ---> Running in 4856c8e0dd6a 18:58:12 ---> a69218017498 18:58:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:58:12 Removing intermediate container d9af6aa270cc 18:58:12 ---> 1c4f3f7eb5b4 18:58:12 Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:58:12 ---> 58f28ff70024 18:58:12 Step 18/22 : RUN chmod +x entrypoint.sh 18:58:12 Removing intermediate container 6a4700e44797 18:58:12 ---> 397192327651 18:58:12 Step 20/22 : LABEL arch=x86_64 18:58:12 ---> Running in b3287b5285aa 18:58:13 ---> Running in 972ad553b84c 18:58:13 ---> Running in a0f7defbe48f 18:58:13 Removing intermediate container 4856c8e0dd6a 18:58:13 ---> 71451e580254 18:58:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:13 ---> Running in e36665105db6 18:58:13 Removing intermediate container a0f7defbe48f 18:58:13 ---> 373043262583 18:58:13 Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:58:13 Removing intermediate container b3287b5285aa 18:58:13 ---> e8e1c9ca4efa 18:58:13 Step 21/21 : LABEL version=0.0.0 18:58:13 ---> 11044171b4c4 18:58:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:58:14 ---> Running in b8ef527504be 18:58:14 ---> Running in cb98a3d1ff60 18:58:14 Removing intermediate container e36665105db6 18:58:14 ---> a4507fa8520c 18:58:14 Step 20/22 : LABEL arch=x86_64 18:58:15 Removing intermediate container b8ef527504be 18:58:15 ---> 7645d890b3b7 18:58:15 Step 22/22 : LABEL version=0.0.0 18:58:15 ---> Running in 73db8954aeb2 18:58:15 Removing intermediate container cb98a3d1ff60 18:58:15 ---> eb25d3eac0f5 18:58:15 18:58:15 ---> Running in e26e0ab128f9 18:58:15 ---> 5aca373568a3 18:58:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:58:15 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 18:58:15 Removing intermediate container 73db8954aeb2 18:58:15 ---> 853dc0d18f7a 18:58:15 Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:58:15 Removing intermediate container e26e0ab128f9 18:58:15 ---> 774b3c0c1a0c 18:58:15 18:58:15 ---> Running in b0f01282d49f 18:58:15 Successfully built eb25d3eac0f5 18:58:15 Successfully tagged docker-support-scheduler-go:latest 18:58:16 Building docker-support-notifications-go 18:58:16  Building docker-support-scheduler-go ... done Successfully built 774b3c0c1a0c 18:58:16 ---> 679bed02806f 18:58:16 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/ 18:58:16 Successfully tagged docker-core-command-go:latest 18:58:16  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 18:58:16 Removing intermediate container 972ad553b84c 18:58:16 ---> 5d36b3d153a8 18:58:16 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:58:16 ---> Running in 9261ef34a57a 18:58:16 ---> Running in 1d22468799a8 18:58:16 Removing intermediate container b0f01282d49f 18:58:16 ---> a7214e42b2be 18:58:16 Step 22/22 : LABEL version=0.0.0 18:58:16 ---> Running in 70d227eb00b7 18:58:16 Removing intermediate container 1d22468799a8 18:58:16 ---> ce0a9316d74b 18:58:16 Step 20/22 : LABEL arch=x86_64 18:58:16 ---> Running in 9af217db31c8 18:58:17 Removing intermediate container 70d227eb00b7 18:58:17 ---> 7474f88b753a 18:58:17 18:58:17 Successfully built 7474f88b753a 18:58:17 Successfully tagged docker-core-metadata-go:latest 18:58:17  Building docker-core-metadata-go ... done Building docker-core-data-go 18:58:17 Removing intermediate container 9af217db31c8 18:58:18 ---> ecfbc0d2d40b 18:58:18 Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:58:18 ---> Running in 7d6f8861ab59 18:58:19 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 18:58:19 Removing intermediate container 7d6f8861ab59 18:58:19 ---> 2e9afbec3f08 18:58:19 Step 22/22 : LABEL version=0.0.0 18:58:19 Removing intermediate container 9261ef34a57a 18:58:19 ---> 918f063a4cd1 18:58:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:58:21 ---> Running in 2ab57a64dba0 18:58:21 ---> Running in 50ea5311923f 18:58:21 Removing intermediate container 2ab57a64dba0 18:58:21 ---> 23d1f08882cc 18:58:21 18:58:21 Removing intermediate container 50ea5311923f 18:58:21 ---> 568bcacc86ec 18:58:21 Step 22/24 : LABEL arch=x86_64 18:58:22 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 18:58:22 ---> Running in 3730842a5713 18:58:22 Successfully built 23d1f08882cc 18:58:23 Successfully tagged docker-security-bootstrap-redis-go:latest 18:58:23 Building docker-sys-mgmt-agent-go 18:58:24  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3730842a5713 18:58:24 ---> 8d561ab65fff 18:58:24 Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:58:24 ---> Running in d862d83fa56a 18:58:24 Removing intermediate container d862d83fa56a 18:58:24 ---> 3f8256489a93 18:58:24 Step 24/24 : LABEL version=0.0.0 18:58:25 ---> Running in dd2a904f79e5 18:58:26 Removing intermediate container dd2a904f79e5 18:58:26 ---> 26dd10b7fe35 18:58:26 18:58:26 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 18:58:27 Successfully built 26dd10b7fe35 18:58:27 Successfully tagged docker-security-secretstore-setup-go:latest 18:58:30 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 18:58:33 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] } 18:58:37 $ docker stop --time=1 87442fb8dbbfc4c04b1ef33ec18e8f48599e27cdbfdb6aabd6c36eb8a0b24cf3 18:58:40 $ docker rm -f 87442fb8dbbfc4c04b1ef33ec18e8f48599e27cdbfdb6aabd6c36eb8a0b24cf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:42 18:58:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:58:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:42 latest: Pulling from edgex-devops/edgex-compose-arm64 18:58:42 29e5d40040c1: Pulling fs layer 18:58:42 1ce36da41761: Pulling fs layer 18:58:42 25b303627fd3: Pulling fs layer 18:58:42 29e5d40040c1: Download complete 18:58:43 29e5d40040c1: Pull complete 18:58:43 1ce36da41761: Verifying Checksum 18:58:43 1ce36da41761: Download complete 18:58:44 1ce36da41761: Pull complete 18:58:45 25b303627fd3: Verifying Checksum 18:58:45 25b303627fd3: Download complete 18:58:54  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:58:54 ---> f15e59338911 18:58:54 Step 3/23 : WORKDIR /edgex-go 18:58:54 ---> Using cache 18:58:54 ---> fc12b401d7e3 18:58:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:54 ---> Using cache 18:58:54 ---> 36eb63c19bcc 18:58:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:58:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:58:54 ---> f15e59338911 18:58:54 Step 3/24 : WORKDIR /edgex-go 18:58:54 ---> Using cache 18:58:54 ---> fc12b401d7e3 18:58:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:54 ---> Using cache 18:58:54 ---> 36eb63c19bcc 18:58:54 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:58:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:58:54 ---> f15e59338911 18:58:54 Step 3/21 : WORKDIR /edgex-go 18:58:54 ---> Using cache 18:58:54 ---> fc12b401d7e3 18:58:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:54 ---> Using cache 18:58:54 ---> 36eb63c19bcc 18:58:54 Step 5/21 : RUN apk add --update --no-cache make git 18:58:54 ---> Using cache 18:58:54 ---> 51466af0e2f2 18:58:54 Step 6/21 : COPY go.mod . 18:58:54 ---> Using cache 18:58:54 ---> adf992d87fe3 18:58:54 Step 7/21 : RUN go mod download 18:58:54 ---> Using cache 18:58:54 ---> dc7962d21be9 18:58:54 Step 8/21 : COPY . . 18:58:54 ---> Using cache 18:58:54 ---> 3525d5b73697 18:58:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:58:54 ---> Running in 305d7a910f26 18:58:54 ---> Running in 7e81285f1ec7 18:58:54 ---> Running in d08e8eb752f0 18:58:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:58:54 ---> f15e59338911 18:58:54 Step 3/26 : WORKDIR /edgex-go 18:58:54 ---> Using cache 18:58:54 ---> fc12b401d7e3 18:58:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:54 ---> Using cache 18:58:54 ---> 36eb63c19bcc 18:58:54 Step 5/26 : RUN apk add --update --no-cache make bash git 18:58:55 25b303627fd3: Pull complete 18:58:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:58:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:58:55 prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container 18:58:55 ---> Running in 2cc2528c1474 18:58:55 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 18:58:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:58:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:57 OK: 233 MiB in 51 packages 18:58:57 OK: 233 MiB in 51 packages 18:58:58 OK: 233 MiB in 51 packages 18:58:58 $ docker top 0bc6b1b931e39f27a35e2d452082661876d9af5fff175dd316423fceef97625b -eo pid,comm [Pipeline] { 18:58:59 Removing intermediate container 7e81285f1ec7 18:58:59 ---> 9723db766ec2 18:58:59 Step 6/24 : COPY go.mod . 18:58:59 Removing intermediate container d08e8eb752f0 18:58:59 ---> a24d6cd6c894 18:58:59 Step 6/23 : COPY go.mod . [Pipeline] sh 18:58:59 Removing intermediate container 2cc2528c1474 18:58:59 ---> 3928011fdb73 18:58:59 Step 6/26 : COPY go.mod . 18:58:59 ---> 33ad435d09ea 18:58:59 Step 7/24 : RUN go mod download 18:58:59 ---> 0c61047d6041 18:58:59 Step 7/23 : RUN go mod download 18:58:59 + docker-compose build --help 18:58:59 + grep parallel 18:58:59 ---> Running in b0b13c0df5be 18:58:59 ---> Running in 40e6873d7fe3 18:59:00 ---> 9beb7c814ad6 18:59:00 Step 7/26 : RUN go mod download 18:59:00 ---> Running in 62b61307c3ae 18:59:03 --parallel Build images in parallel. [Pipeline] } 18:59:03 $ docker stop --time=1 0bc6b1b931e39f27a35e2d452082661876d9af5fff175dd316423fceef97625b 18:59:04 Removing intermediate container 62b61307c3ae 18:59:04 ---> fe9d19a2df6a 18:59:04 Step 8/26 : COPY . . 18:59:04 Removing intermediate container 40e6873d7fe3 18:59:04 ---> 02616d5700b0 18:59:04 Step 8/24 : COPY . . 18:59:05 Removing intermediate container b0b13c0df5be 18:59:05 ---> 025dec12a0e9 18:59:05 Step 8/23 : COPY . . 18:59:05 $ docker rm -f 0bc6b1b931e39f27a35e2d452082661876d9af5fff175dd316423fceef97625b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:59:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:59:05 . [Pipeline] withDockerContainer 18:59:06 prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container 18:59:06 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:59:07 $ docker top a3b5387aabcee65621879699d574a3c7d146881e9ca5fb6794fa2dff31863a09 -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:08 + docker-compose -f ./docker-compose-build.yml build --parallel 18:59:13 Building docker-core-command-go ... 18:59:13 Building docker-core-data-go ... 18:59:13 Building docker-core-metadata-go ... 18:59:13 Building docker-security-bootstrap-redis-go ... 18:59:13 Building docker-security-proxy-setup-go ... 18:59:13 Building docker-security-secretstore-setup-go ... 18:59:13 Building docker-support-notifications-go ... 18:59:13 Building docker-support-scheduler-go ... 18:59:13 Building docker-sys-mgmt-agent-go ... 18:59:13 Building docker-security-secretstore-setup-go 18:59:13 Building docker-core-command-go 18:59:13 Building docker-support-notifications-go 18:59:13 Building docker-support-scheduler-go 18:59:13 Building docker-core-metadata-go 18:59:21 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 18:59:41 Removing intermediate container 305d7a910f26 18:59:41 ---> 5b07e90133bd 18:59:41 18:59:41 Step 10/21 : FROM alpine:3.12 18:59:41 ---> 389fef711851 18:59:41 Step 11/21 : RUN apk add --update --no-cache curl 18:59:41 ---> Running in dcf973c55d3c 18:59:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:42 (1/4) Installing ca-certificates (20191127-r4) 18:59:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:59:42 (3/4) Installing libcurl (7.69.1-r3) 18:59:42 (4/4) Installing curl (7.69.1-r3) 18:59:42 Executing busybox-1.31.1-r19.trigger 18:59:42 Executing ca-certificates-20191127-r4.trigger 18:59:42 OK: 7 MiB in 18 packages 18:59:46 ---> 89512660ca24 18:59:46 Step 9/23 : RUN make cmd/core-data/core-data 18:59:46 Removing intermediate container dcf973c55d3c 18:59:46 ---> ab135863012a 18:59:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:59:46 ---> 58bf333c9047 18:59:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:59:46 ---> 83ba880eddfa 18:59:46 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:59:46 ---> Running in 8244a91de9f2 18:59:46 ---> Running in 0c37dc74cb8d 18:59:46 ---> Running in 7a4c708022bb 18:59:46 ---> Running in b197e705493f 18:59:46 Removing intermediate container 8244a91de9f2 18:59:46 ---> 758c19da9469 18:59:46 Step 13/21 : WORKDIR /edgex 18:59:46 ---> Running in 1f660ad3be42 18:59:47 Removing intermediate container 1f660ad3be42 18:59:47 ---> 0467bad48764 18:59:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:59:47 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 18:59:47 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 18:59:47 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 18:59:47 ---> 6d19cd7c47ea 18:59:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:59:48 ---> 3fb5778c9e30 18:59:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:59:50 ---> 54945769f441 18:59:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:59:51 ---> Running in a2a6fefac1c1 18:59:51 Removing intermediate container a2a6fefac1c1 18:59:51 ---> a8733262f3bd 18:59:51 Step 18/21 : CMD ["--init=true"] 18:59:51 ---> Running in f72c254a8c2a 18:59:52 Removing intermediate container f72c254a8c2a 18:59:52 ---> efd55b3c6ea2 18:59:52 Step 19/21 : LABEL arch=x86_64 18:59:52 ---> Running in 7bd3af9e14c9 18:59:53 Removing intermediate container 7bd3af9e14c9 18:59:53 ---> 83bef23a495b 18:59:53 Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 18:59:53 ---> Running in c0493563d223 18:59:53 Removing intermediate container c0493563d223 18:59:53 ---> 3e6dc6ac2bef 18:59:53 Step 21/21 : LABEL version=0.0.0 18:59:54 ---> Running in 9e71d61d8495 18:59:54 Removing intermediate container 9e71d61d8495 18:59:54 ---> fe7cb06077d5 18:59:54 18:59:56 Successfully built fe7cb06077d5 18:59:56 Successfully tagged docker-security-proxy-setup-go:latest 19:00:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:21 ---> 7488b6c90c7b 19:00:21 Step 3/22 : WORKDIR /edgex-go 19:00:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:00:21 ---> 7488b6c90c7b 19:00:21 Step 3/24 : WORKDIR /edgex-go 19:00:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:00:21 ---> 7488b6c90c7b 19:00:21 Step 3/21 : WORKDIR /edgex-go 19:00:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:00:21 ---> 7488b6c90c7b 19:00:21 Step 3/24 : WORKDIR /edgex-go 19:00:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:21 ---> 7488b6c90c7b 19:00:21 Step 3/22 : WORKDIR /edgex-go 19:00:22 ---> Running in d915457675e2 19:00:22 ---> Running in 3ac700937b6c 19:00:22 ---> Running in 62edae58172c 19:00:22 ---> Running in 67a7701e5a3f 19:00:22 ---> Running in 55cf7e318f06 19:00:23 Removing intermediate container 55cf7e318f06 19:00:23 ---> ac70e00a9613 19:00:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:23 Removing intermediate container 62edae58172c 19:00:23 ---> 06f232156b5f 19:00:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:23 Removing intermediate container 67a7701e5a3f 19:00:23 ---> 4ab29e7c6fc0 19:00:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:23 Removing intermediate container d915457675e2 19:00:23 ---> 1a8b873fb34e 19:00:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:23 Removing intermediate container 3ac700937b6c 19:00:23 ---> b7b8d93787b6 19:00:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:23 ---> Running in 68070542826a 19:00:23 ---> Running in 52d5f8e3a67b 19:00:23 ---> Running in 99f5009d55f6 19:00:23 ---> Running in 3551917dd091 19:00:23 ---> Running in 9fd061a2f4ec 19:00:27 Removing intermediate container 68070542826a 19:00:27 ---> 1e58df89c0bc 19:00:27 Step 5/24 : RUN apk add --update --no-cache make git 19:00:27 ---> Running in 676d25b16860 19:00:27 Removing intermediate container 99f5009d55f6 19:00:27 ---> 8e5da7fb602b 19:00:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:00:27 ---> Running in cb4f803c52e9 19:00:27 Removing intermediate container 3551917dd091 19:00:27 ---> ca6a867ce4e4 19:00:27 Step 5/21 : RUN apk add --update --no-cache make git 19:00:28 Removing intermediate container 9fd061a2f4ec 19:00:28 ---> b7e31e69bd9c 19:00:28 Step 5/22 : RUN apk add --update --no-cache make git 19:00:28 ---> Running in bd4aadba897b 19:00:28 ---> Running in 2527cda4954a 19:00:28 Removing intermediate container 52d5f8e3a67b 19:00:28 ---> dfb16ab10f59 19:00:28 Step 5/22 : RUN apk add --update --no-cache make git 19:00:28 ---> Running in c10261a39573 19:00:28  Building docker-security-proxy-setup-go ... done Removing intermediate container 7a4c708022bb 19:00:28 ---> c1933c04c52b 19:00:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:00:28 ---> Running in f4aebd9bd3f5 19:00:28 Removing intermediate container b197e705493f 19:00:28 ---> 1932cb43821b 19:00:28 19:00:28 Step 10/24 : FROM scratch 19:00:28 ---> 19:00:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:00:28 ---> Running in 28de66638173 19:00:28 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 19:00:28 Removing intermediate container 28de66638173 19:00:28 ---> 932beeff0d60 19:00:28 Step 12/24 : ENV APP_PORT=48060 19:00:28 ---> Running in 34da2b809e14 19:00:28 Removing intermediate container 34da2b809e14 19:00:28 ---> fdc7e404f923 19:00:28 Step 13/24 : EXPOSE $APP_PORT 19:00:28 ---> Running in 7f94788e2334 19:00:28 Removing intermediate container 0c37dc74cb8d 19:00:28 ---> 581928c79b5b 19:00:28 19:00:28 Step 10/23 : FROM alpine:3.12 19:00:28 ---> 389fef711851 19:00:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:00:28 Removing intermediate container 7f94788e2334 19:00:28 ---> db31e748f8e9 19:00:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:00:28 ---> Running in 9931d3a1f3d1 19:00:28 Removing intermediate container f4aebd9bd3f5 19:00:28 ---> 7ea70f39304e 19:00:28 19:00:28 Step 11/26 : FROM docker:20.10.0 19:00:28 Removing intermediate container 9931d3a1f3d1 19:00:28 ---> ae826dadbad3 19:00:28 Step 12/23 : ENV APP_PORT=48080 19:00:28 20.10.0: Pulling from library/docker 19:00:28 ---> d754e6f311f6 19:00:28 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:00:28 ---> Running in 6d6d1c194f80 19:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:29 Removing intermediate container 6d6d1c194f80 19:00:29 ---> ff0dc23cdee7 19:00:29 Step 13/23 : EXPOSE $APP_PORT 19:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:29 ---> Running in ab2c013ea0fc 19:00:30 ---> a0c9cf9cb855 19:00:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:00:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:30 Removing intermediate container ab2c013ea0fc 19:00:30 ---> 831cd806fbbd 19:00:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:30 ---> Running in 59cf5448bcf0 19:00:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:31 ---> 81925244805b 19:00:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:32 OK: 217 MiB in 51 packages 19:00:32 OK: 217 MiB in 51 packages 19:00:32 OK: 217 MiB in 51 packages 19:00:32 OK: 217 MiB in 51 packages 19:00:32 OK: 217 MiB in 51 packages 19:00:33 ---> d69fc0e9b5c5 19:00:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:00:33 Removing intermediate container 676d25b16860 19:00:33 ---> 03e43be5117d 19:00:33 Step 6/24 : COPY go.mod . 19:00:34 Removing intermediate container cb4f803c52e9 19:00:34 ---> 0b16d68f8725 19:00:34 Step 6/24 : COPY go.mod . 19:00:34 ---> ecc94ba38407 19:00:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:00:34 Removing intermediate container 59cf5448bcf0 19:00:34 ---> 2aef08bf4217 19:00:34 Step 15/23 : RUN apk add --update --no-cache zeromq 19:00:34 Removing intermediate container 2527cda4954a 19:00:34 ---> 8e3da5a5dac7 19:00:34 Step 6/22 : COPY go.mod . 19:00:34 ---> Running in 7c693dc15ed8 19:00:34 Removing intermediate container c10261a39573 19:00:34 ---> b775dcb9bbb7 19:00:34 Step 6/22 : COPY go.mod . 19:00:34 ---> 69de384bdc72 19:00:34 Step 7/24 : RUN go mod download 19:00:34 ---> f187c534c0c2 19:00:34 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:00:35 Removing intermediate container bd4aadba897b 19:00:35 ---> d678ce41de5b 19:00:35 Step 6/21 : COPY go.mod . 19:00:35 ---> Running in 1eb17e5cd3a2 19:00:35 ---> Running in 43ea1a6aa3b1 19:00:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:35 ---> 22e04df8fe3e 19:00:35 Step 7/24 : RUN go mod download 19:00:35 ---> 8e5c2047a790 19:00:35 Step 7/22 : RUN go mod download 19:00:35 Removing intermediate container 43ea1a6aa3b1 19:00:35 ---> 8d1dba79d465 19:00:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:35 ---> Running in a371c124bbf3 19:00:35 ---> Running in 2bc2ee7b9253 19:00:35 ---> f2734ee78fac 19:00:35 Step 7/22 : RUN go mod download ---> 0db96241d7e4 19:00:35 19:00:35 Step 7/21 : RUN go mod download 19:00:36 ---> Running in ba276d3bdc6e 19:00:36 ---> Running in a72b818d939f 19:00:36 ---> Running in e228439fcd7d 19:00:36 Removing intermediate container ba276d3bdc6e 19:00:36 ---> 15f6d96d81f4 19:00:36 Step 22/24 : LABEL arch=x86_64 19:00:36 ---> Running in 73da05964f11 19:00:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:36 Removing intermediate container 73da05964f11 19:00:36 ---> 60e4fbab0a5d 19:00:36 Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:00:37 ---> Running in 918c5bee316b 19:00:37 Removing intermediate container 918c5bee316b 19:00:37 ---> 4e7257190cb1 19:00:37 Step 24/24 : LABEL version=0.0.0 19:00:37 (1/5) Installing libgcc (9.3.0-r2) 19:00:37 ---> Running in 91c50bdc6fe3 19:00:37 (2/5) Installing libsodium (1.0.18-r0) 19:00:37 (3/5) Installing libstdc++ (9.3.0-r2) 19:00:38 Removing intermediate container 91c50bdc6fe3 19:00:38 ---> 3218ebb495ee 19:00:38 19:00:38 (4/5) Installing libzmq (4.3.3-r0) 19:00:38 Successfully built 3218ebb495ee 19:00:38 Successfully tagged docker-support-notifications-go:latest 19:00:38  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:00:38 Status: Downloaded newer image for docker:20.10.0 19:00:38 ---> aefe523efa57 19:00:38 Step 12/26 : RUN apk add --no-cache bash 19:00:38 ---> Running in ba10a22c38e4 19:00:38 (5/5) Installing zeromq (4.3.3-r0) 19:00:38 Executing busybox-1.31.1-r19.trigger 19:00:38 OK: 8 MiB in 19 packages 19:00:39 Removing intermediate container 1eb17e5cd3a2 19:00:39 ---> d62c3614ee87 19:00:39 Step 8/24 : COPY . . 19:00:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:40 Removing intermediate container 7c693dc15ed8 19:00:40 ---> 562db8734348 19:00:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:40 Removing intermediate container a371c124bbf3 19:00:40 ---> 960ded8f4168 19:00:40 Step 8/24 : COPY . . 19:00:40 (1/2) Installing readline (8.0.4-r0) 19:00:40 (2/2) Installing bash (5.0.17-r0) 19:00:40 Executing bash-5.0.17-r0.post-install 19:00:40 Executing busybox-1.31.1-r19.trigger 19:00:40 OK: 12 MiB in 22 packages 19:00:40 ---> 01fb10e31c2c 19:00:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:00:40 Removing intermediate container 2bc2ee7b9253 19:00:40 ---> c83ee2ba9989 19:00:40 Step 8/22 : COPY . . 19:00:41 Removing intermediate container e228439fcd7d 19:00:41 ---> f849277b8c60 19:00:41 Step 8/22 : COPY . . 19:00:41 Removing intermediate container ba10a22c38e4 19:00:41 ---> f59dc05bb63f 19:00:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:00:41 ---> f7cbc89950f4 19:00:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:00:41 ---> Running in ac9c9c51883a 19:00:41 Removing intermediate container a72b818d939f 19:00:41 ---> 334dc374ed89 19:00:41 Step 8/21 : COPY . . 19:00:42 Removing intermediate container ac9c9c51883a 19:00:42 ---> ac645d06bf21 19:00:42 Step 14/26 : ENV APP_PORT=48090 19:00:42 ---> 14ec3b2eeebd 19:00:42 Step 19/23 : ENTRYPOINT ["/core-data"] 19:00:42 ---> Running in aeef948f8902 19:00:42 ---> Running in 2d137ab40152 19:00:42 Removing intermediate container aeef948f8902 19:00:42 ---> 4dae216345db 19:00:42 Step 15/26 : EXPOSE $APP_PORT 19:00:42 Removing intermediate container 2d137ab40152 19:00:42 ---> 6e380540cd30 19:00:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:42 ---> Running in fea2023b963d 19:00:42 ---> Running in fc6618cb9d50 19:00:43 Removing intermediate container fea2023b963d 19:00:43 ---> 8f28a2bcc3bf 19:00:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:00:43 Removing intermediate container fc6618cb9d50 19:00:43 ---> 225bb2ff2686 19:00:43 Step 21/23 : LABEL arch=x86_64 19:00:43 ---> Running in d9aec63fd107 19:00:43 Removing intermediate container d9aec63fd107 19:00:43 ---> 4b8259b2b573 19:00:43 Step 22/23 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:00:44 ---> Running in 81109b792a0e 19:00:44 ---> e0704b5278ca 19:00:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:00:44 Removing intermediate container 81109b792a0e 19:00:44 ---> e37894f6a111 19:00:44 Step 23/23 : LABEL version=0.0.0 19:00:44 ---> Running in f452dddd04c9 19:00:44 ---> 6e5e64dcd113 19:00:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:00:44 Removing intermediate container f452dddd04c9 19:00:44 ---> 96a827dea567 19:00:44 19:00:45 Successfully built 96a827dea567 19:00:45 Successfully tagged docker-core-data-go:latest 19:00:45  Building docker-core-data-go ... done  ---> c0fd930cbb1c 19:00:45 Step 19/26 : RUN apk --no-cache add py3-pip 19:00:45 ---> Running in 16e026b5bb85 19:00:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:47 (1/33) Installing libbz2 (1.0.8-r1) 19:00:47 (2/33) Installing expat (2.2.9-r1) 19:00:47 (3/33) Installing libffi (3.3-r2) 19:00:47 (4/33) Installing gdbm (1.13-r1) 19:00:47 (5/33) Installing xz-libs (5.2.5-r0) 19:00:47 (6/33) Installing sqlite-libs (3.32.1-r0) 19:00:47 (7/33) Installing python3 (3.8.5-r0) 19:00:49 (8/33) Installing py3-appdirs (1.4.4-r1) 19:00:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:00:49 (10/33) Installing py3-parsing (2.4.7-r0) 19:00:49 (11/33) Installing py3-six (1.15.0-r0) 19:00:49 (12/33) Installing py3-packaging (20.4-r0) 19:00:49 (13/33) Installing py3-setuptools (47.0.0-r0) 19:00:49 (14/33) Installing py3-chardet (3.0.4-r4) 19:00:49 (15/33) Installing py3-idna (2.9-r0) 19:00:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:00:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:00:49 (18/33) Installing py3-requests (2.23.0-r0) 19:00:49 (19/33) Installing py3-msgpack (1.0.0-r0) 19:00:49 (20/33) Installing py3-lockfile (0.12.2-r3) 19:00:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:00:49 (22/33) Installing py3-colorama (0.4.3-r0) 19:00:49 (23/33) Installing py3-distlib (0.3.0-r0) 19:00:49 (24/33) Installing py3-distro (1.5.0-r1) 19:00:49 (25/33) Installing py3-webencodings (0.5.1-r3) 19:00:49 (26/33) Installing py3-html5lib (1.0.1-r4) 19:00:49 (27/33) Installing py3-pytoml (0.1.21-r0) 19:00:49 (28/33) Installing py3-pep517 (0.8.2-r0) 19:00:49 (29/33) Installing py3-progress (1.5-r0) 19:00:49 (30/33) Installing py3-toml (0.10.1-r0) 19:00:49 (31/33) Installing py3-retrying (1.3.3-r0) 19:00:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:00:49 (33/33) Installing py3-pip (20.1.1-r0) 19:00:49 Executing busybox-1.31.1-r19.trigger 19:00:49 OK: 71 MiB in 55 packages 19:01:00 Removing intermediate container 16e026b5bb85 19:01:00 ---> 20b8a3b12732 19:01:00 Step 20/26 : RUN pip install docker-compose==1.23.2 19:01:00 ---> Running in 767d7dc46e70 19:01:01 Collecting docker-compose==1.23.2 19:01:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:01:03 Collecting docopt<0.7,>=0.6.1 19:01:03 Downloading docopt-0.6.2.tar.gz (25 kB) 19:01:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:01:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:01:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:01:04 Collecting texttable<0.10,>=0.9.0 19:01:04 Downloading texttable-0.9.1.tar.gz (11 kB) 19:01:05 Collecting PyYAML<4,>=3.10 19:01:05 Downloading PyYAML-3.13.tar.gz (270 kB) 19:01:06 Collecting jsonschema<3,>=2.5.1 19:01:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:01:06 Collecting websocket-client<1.0,>=0.32.0 19:01:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:01:07 Collecting docker<4.0,>=3.6.0 19:01:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:01:07 Collecting dockerpty<0.5,>=0.4.1 19:01:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:01:08 Collecting cached-property<2,>=1.2.0 19:01:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:01:08 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) 19:01:08 Collecting urllib3<1.25,>=1.21.1 19:01:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:01:08 Collecting idna<2.8,>=2.5 19:01:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:01:08 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) 19:01:08 ---> 3a702e74a7a6 19:01:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:01:08 ---> e1a3c97e0473 19:01:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:01:08 ---> 0359e961ce3a 19:01:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:01:08 ---> fb3cfdefe476 19:01:08 Step 9/22 : RUN make cmd/core-command/core-command 19:01:08 ---> 2bad048a043b 19:01:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:01:08 ---> Running in 566c9caef5db 19:01:08 ---> Running in 43f7b2fdd9d2 19:01:08 ---> Running in 0a80d3ebf17d 19:01:08 ---> Running in 464f44e134c5 19:01:08 ---> Running in 20c3dd5223c1 19:01:08 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 19:01:08 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 19:01:08 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 19:01:08 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 19:01:08 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 19:01:08 Collecting docker-pycreds>=0.4.0 19:01:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:01:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:01:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:01:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:01:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:01:09 Installing collected packages: docopt, urllib3, idna, requests, texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose 19:01:09 Running setup.py install for docopt: started 19:01:09 Running setup.py install for docopt: finished with status 'done' 19:01:09 Attempting uninstall: urllib3 19:01:09 Found existing installation: urllib3 1.25.9 19:01:09 Uninstalling urllib3-1.25.9: 19:01:09 Successfully uninstalled urllib3-1.25.9 19:01:10 Attempting uninstall: idna 19:01:10 Found existing installation: idna 2.9 19:01:10 Uninstalling idna-2.9: 19:01:10 Successfully uninstalled idna-2.9 19:01:10 Attempting uninstall: requests 19:01:10 Found existing installation: requests 2.23.0 19:01:10 Uninstalling requests-2.23.0: 19:01:10 Successfully uninstalled requests-2.23.0 19:01:10 Running setup.py install for texttable: started 19:01:11 Running setup.py install for texttable: finished with status 'done' 19:01:11 Running setup.py install for PyYAML: started 19:01:12 Running setup.py install for PyYAML: finished with status 'done' 19:01:12 Running setup.py install for dockerpty: started 19:01:13 Running setup.py install for dockerpty: finished with status 'done' 19:01:13 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 19:01:17 Removing intermediate container 767d7dc46e70 19:01:17 ---> 2fe70ea03985 19:01:17 Step 21/26 : RUN apk --no-cache add curl 19:01:17 ---> Running in 51bc8815d2a9 19:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:01:18 (2/3) Installing libcurl (7.69.1-r3) 19:01:18 (3/3) Installing curl (7.69.1-r3) 19:01:18 Executing busybox-1.31.1-r19.trigger 19:01:18 OK: 72 MiB in 58 packages 19:01:18 Removing intermediate container 51bc8815d2a9 19:01:18 ---> 1b0c2ee6ab52 19:01:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:01:18 ---> Running in 9a1b33308ffc 19:01:19 Removing intermediate container 9a1b33308ffc 19:01:19 ---> af36d5c07065 19:01:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:19 ---> Running in 63381df38bd3 19:01:19 Removing intermediate container 63381df38bd3 19:01:19 ---> 2475be091bd8 19:01:19 Step 24/26 : LABEL arch=x86_64 19:01:19 ---> Running in a5da34058784 19:01:20 Removing intermediate container a5da34058784 19:01:20 ---> 641f419f0897 19:01:20 Step 25/26 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:01:20 ---> Running in c72f49630b08 19:01:20 Removing intermediate container c72f49630b08 19:01:20 ---> ef3c9f000b75 19:01:20 Step 26/26 : LABEL version=0.0.0 19:01:20 ---> Running in 8e0dce75ddaa 19:01:20 Removing intermediate container 8e0dce75ddaa 19:01:20 ---> ae72c38f51e7 19:01:20 19:01:21 Successfully built ae72c38f51e7 19:01:21 Successfully tagged docker-sys-mgmt-agent-go:latest 19:01:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:01:22 $ docker stop --time=1 c2e1fd1355901867c11acf77da83690b03c0635ccc2563ad561c8f3519e07fe1 19:01:24 $ docker rm -f c2e1fd1355901867c11acf77da83690b03c0635ccc2563ad561c8f3519e07fe1 [Pipeline] // withDockerContainer [Pipeline] sh 19:01:25 + docker images 19:01:25 + grep docker 19:01:25 docker-sys-mgmt-agent-go latest ae72c38f51e7 5 seconds ago 313MB 19:01:25 docker-core-data-go latest 96a827dea567 41 seconds ago 22.3MB 19:01:25 docker-support-notifications-go latest 3218ebb495ee 48 seconds ago 12MB 19:01:25 docker-security-proxy-setup-go latest fe7cb06077d5 About a minute ago 24.4MB 19:01:25 docker-security-secretstore-setup-go latest 26dd10b7fe35 3 minutes ago 24.6MB 19:01:25 docker-security-bootstrap-redis-go latest 23d1f08882cc 3 minutes ago 15.8MB 19:01:25 docker-core-metadata-go latest 7474f88b753a 3 minutes ago 13.1MB 19:01:25 docker-core-command-go latest 774b3c0c1a0c 3 minutes ago 10.6MB 19:01:25 docker-support-scheduler-go latest eb25d3eac0f5 3 minutes ago 10.7MB 19:01:25 docker 20.10.0 aefe523efa57 4 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 19:01:41 Still waiting to schedule task 19:01:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:02:30 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 19:02:32 Running on prd-ubuntu18.04-docker-8c-8g-20294 in /w/workspace/edgexfoundry_edgex-go_PR-3028 [Pipeline] { [Pipeline] ws 19:02:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 19:02:34 using credential edgex-jenkins-ssh 19:02:34 Cloning the remote Git repository 19:02:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:02:34 > git init /w/workspace/edgex-go/2 # timeout=10 19:02:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:02:34 > git --version # timeout=10 19:02:34 > git --version # 'git version 2.17.1' 19:02:34 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:02:40 Removing intermediate container 0a80d3ebf17d 19:02:40 ---> 530a8a94fcc0 19:02:40 19:02:40 Step 10/24 : FROM alpine:3.12 19:02:40 3.12: Pulling from library/alpine 19:02:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:02:43 Status: Downloaded newer image for alpine:3.12 19:02:43 ---> afeebe901d6b 19:02:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:02:44 Removing intermediate container 566c9caef5db 19:02:44 ---> 93dde08c62d9 19:02:44 19:02:44 Step 10/24 : FROM scratch 19:02:44 ---> 19:02:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:02:44 ---> Running in 7aa221eb1a23 19:02:45 Removing intermediate container 464f44e134c5 19:02:45 ---> b253d2deef77 19:02:45 19:02:45 Step 10/21 : FROM scratch 19:02:45 ---> 19:02:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:45 ---> Running in 39cdd23ede76 19:02:45 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:02:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:02:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:02:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:02:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:02:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3028/head:refs/remotes/origin/PR-3028 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:02:45 > git config core.sparsecheckout # timeout=10 19:02:45 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 19:02:45 ---> Running in 9e2c955dc839 19:02:45 Merge succeeded, producing 2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:02:45 Checking out Revision 2b3b35234ca4d176f48cd80ec47a189bba6340e2 (PR-3028) 19:02:45 Removing intermediate container 20c3dd5223c1 19:02:45 ---> 66ed80c01354 19:02:45 19:02:45 Step 10/22 : FROM scratch 19:02:45 ---> 19:02:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:46 ---> Running in 0d4d75f65e59 19:02:46 Removing intermediate container 39cdd23ede76 19:02:46 ---> 887465bf52e8 19:02:46 Step 12/24 : ENV APP_PORT=48060 19:02:46 ---> Running in 28c12e1548af 19:02:46 Removing intermediate container 9e2c955dc839 19:02:46 ---> cff647d0a0af 19:02:46 Step 12/21 : ENV APP_PORT=48085 19:02:46 ---> Running in d1694509915e 19:02:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:46 Removing intermediate container 0d4d75f65e59 19:02:46 ---> a5f59d20dceb 19:02:46 Step 12/22 : ENV APP_PORT=48082 19:02:47 ---> Running in 4b5582156465 19:02:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:47 Removing intermediate container 28c12e1548af 19:02:47 ---> 2da749208d93 19:02:47 Step 13/24 : EXPOSE $APP_PORT 19:02:45 > git remote # timeout=10 19:02:45 > git config --get remote.origin.url # timeout=10 19:02:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:45 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 19:02:45 > git rev-parse HEAD^{commit} # timeout=10 19:02:45 > git config core.sparsecheckout # timeout=10 19:02:45 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 19:02:47 ---> Running in 987bbea943a0 19:02:47 Removing intermediate container d1694509915e 19:02:47 ---> fce8d027f360 19:02:47 Step 13/21 : EXPOSE $APP_PORT 19:02:47 ---> Running in 04b2a27137d4 19:02:47 Removing intermediate container 4b5582156465 19:02:47 ---> 2e5911eb7c44 19:02:47 Step 13/22 : EXPOSE $APP_PORT 19:02:47 (1/5) Installing ca-certificates (20191127-r4) 19:02:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:02:47 (3/5) Installing libcurl (7.69.1-r3) 19:02:47 (4/5) Installing curl (7.69.1-r3) 19:02:47 (5/5) Installing dumb-init (1.2.2-r1) 19:02:47 Executing busybox-1.31.1-r19.trigger 19:02:47 Executing ca-certificates-20191127-r4.trigger 19:02:47 ---> Running in 4accf2d31f57 19:02:47 Removing intermediate container 987bbea943a0 19:02:47 ---> 245518811d44 19:02:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:02:48 OK: 7 MiB in 19 packages 19:02:48 Removing intermediate container 04b2a27137d4 19:02:48 ---> 6f4db91a87e9 19:02:48 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:48 Removing intermediate container 4accf2d31f57 19:02:48 ---> c8478520f385 19:02:48 Step 14/22 : WORKDIR / 19:02:48 ---> Running in 5818957bcade 19:02:49 ---> ab05164a71bb 19:02:49 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:02:49 Commit message: "Merge branch 'master' into issue-3020" 19:02:49 ---> 154c92061d71 19:02:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:02:49 Removing intermediate container 5818957bcade 19:02:49 ---> 685494ebca8f 19:02:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:02:50 + echo snap-build.sh 19:02:50 snap-build.sh 19:02:50 + SNAP_BASE_DIR=. 19:02:50 + '[' '!' -z /w/workspace/edgex-go/2 ']' 19:02:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 19:02:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 19:02:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 19:02:50 + cd /w/workspace/edgex-go/2 19:02:50 + sudo apt-get remove -qy --purge lxd lxd-client 19:02:50 Reading package lists... 19:02:50 Building dependency tree... 19:02:50 Reading state information... 19:02:50 The following packages were automatically installed and are no longer required: 19:02:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:02:50 uidmap xdelta3 19:02:50 Use 'sudo apt autoremove' to remove them. 19:02:50 The following packages will be REMOVED: 19:02:50 lxd* lxd-client* 19:02:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:02:51 After this operation, 31.7 MB disk space will be freed. 19:02:51 Removing intermediate container 7aa221eb1a23 19:02:51 ---> c1727fc8e8ac 19:02:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:02:51 ---> 88a923c85c4b 19:02:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:02:51 ---> 9770af576ff7 19:02:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:02:51 ---> fdf9cef30793 19:02:51 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:02:51 ---> Running in f5479ca461e3 19:02:52 (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.) 19:02:52 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:02:52 Removing intermediate container f5479ca461e3 19:02:52 ---> 28695de7087f 19:02:52 Step 13/24 : WORKDIR / 19:02:53 ---> 0e1096d61902 19:02:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:02:53 ---> Running in 8319422857a3 19:02:53 Removing lxd dnsmasq configuration 19:02:53 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:02:53 ---> Running in 4acbeb5a358a 19:02:53 ---> a05c58af0246 19:02:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:02:53 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:02:54 ---> 3a4717576a9b 19:02:54 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:54 Removing intermediate container 8319422857a3 19:02:54 ---> 3ed874230b01 19:02:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:02:54 Removing intermediate container 4acbeb5a358a 19:02:54 ---> bbd8fdd48d62 19:02:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:54 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:02:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 19:02:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:02:54 Removing intermediate container 43f7b2fdd9d2 19:02:54 ---> 9bec44a58ff4 19:02:54 19:02:54 Step 10/22 : FROM scratch 19:02:54 ---> 19:02:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:54 ---> 98976c79114c 19:02:54 Step 18/22 : ENTRYPOINT ["/core-command"] 19:02:54 ---> Using cache 19:02:54 ---> a5f59d20dceb 19:02:54 Step 12/22 : ENV APP_PORT=48081 19:02:54 ---> Running in 7a3ab4daeca2 19:02:55 ---> Running in 33794f846856 19:02:55 ---> Running in 4eb300ad0bae 19:02:55 ---> 2517deb420e2 19:02:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:02:55 ---> e13847aa4ec8 19:02:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:02:55 Removing intermediate container 7a3ab4daeca2 19:02:55 ---> d0a5b6d82988 19:02:55 Step 19/21 : LABEL arch=arm64 19:02:56 ---> Running in 532398541b3a 19:02:56 Removing intermediate container 33794f846856 19:02:56 ---> 5a73243f84f7 19:02:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:56 Removing intermediate container 4eb300ad0bae 19:02:56 ---> 7dd9b44006af 19:02:56 Step 13/22 : EXPOSE $APP_PORT 19:02:56 Processing triggers for systemd (237-3ubuntu10.42) ... 19:02:56 Processing triggers for ureadahead (0.100.0-21) ... 19:02:56 ---> Running in f36b4545613a 19:02:56 ---> Running in 7ced5189268e 19:02:56 ---> 8dcf6a3ec642 19:02:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:02:56 Removing intermediate container 532398541b3a 19:02:56 ---> a4f8164551ac 19:02:56 Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:02:57 ---> Running in 6f447380698f 19:02:57 ---> b2a7d7ccccd7 19:02:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:02:57 Removing intermediate container f36b4545613a 19:02:57 ---> d3cdb6d1a8e1 19:02:57 Step 14/22 : WORKDIR / 19:02:57 Removing intermediate container 7ced5189268e 19:02:57 ---> d32c8eb55061 19:02:57 Step 20/22 : LABEL arch=arm64 19:02:57 + sudo snap remove --purge lxd 19:02:57 snap "lxd" is not installed 19:02:57 + sudo groupadd --force --system lxd 19:02:57 ++ whoami 19:02:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:02:57 + newgrp - lxd 19:02:57 ---> Running in e6362e0ace2a 19:02:57 ---> Running in 92a82843503d 19:02:57 + sudo snap install lxd 19:02:57 Removing intermediate container 6f447380698f 19:02:57 ---> e3fd8dedceb0 19:02:57 Step 21/21 : LABEL version=0.0.0 19:02:58 ---> Running in ff231c6d4f66 19:02:58 ---> e519dbc943aa 19:02:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:02:58 Removing intermediate container e6362e0ace2a 19:02:58 ---> 2211c0158209 19:02:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:58 ---> 47200dc006f5 19:02:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:02:58 Removing intermediate container 92a82843503d 19:02:58 ---> a2ec1bd42ce7 19:02:58 Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:02:58 ---> Running in 6f360d9139ed 19:02:58 ---> Running in 9547c7699f76 19:02:58 Removing intermediate container ff231c6d4f66 19:02:59 ---> fb4363e88868 19:02:59 19:02:59 Successfully built fb4363e88868 19:02:59 Successfully tagged docker-support-scheduler-go-arm64:latest 19:02:59  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 19:02:59 Removing intermediate container 6f360d9139ed 19:02:59 ---> 9f54f730995b 19:02:59 Step 22/22 : LABEL version=0.0.0 19:02:59 ---> afd75d35dd88 19:02:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:02:59 Removing intermediate container 9547c7699f76 19:02:59 ---> 44d59b1182cc 19:02:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:59 ---> 1c51f19bd709 19:02:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:02:59 ---> Running in 10afd2b23380 19:02:59 ---> Running in c094edc10a3f 19:03:00 Removing intermediate container 10afd2b23380 19:03:00 ---> 3b1f451847e1 19:03:00 19:03:01 Removing intermediate container c094edc10a3f 19:03:01 ---> 21f164047d06 19:03:01 Step 22/24 : LABEL arch=arm64 19:03:01 Successfully built 3b1f451847e1 19:03:01 Successfully tagged docker-core-command-go-arm64:latest 19:03:01 Building docker-security-proxy-setup-go 19:03:01  Building docker-core-command-go ... done  ---> Running in 3a74954b193a 19:03:02 ---> da669a1aecb8 19:03:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:03:02 ---> 1e55208dd1ee 19:03:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:03:02 Removing intermediate container 3a74954b193a 19:03:02 ---> 2792535207dc 19:03:02 Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:03:03 ---> Running in 0a7dd0147cb8 19:03:04 ---> 54f127213d3c 19:03:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:03:04 ---> 18f1cb1e933a 19:03:04 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/ 19:03:04 ---> Running in 18e08056554b 19:03:04 Removing intermediate container 0a7dd0147cb8 19:03:04 ---> Running in e3f852059e3e 19:03:04 ---> 7d981ff38f29 19:03:04 Step 24/24 : LABEL version=0.0.0 19:03:05 ---> Running in 6d76760af71b 19:03:06 Removing intermediate container 18e08056554b 19:03:06 ---> 65c0ee00eeb6 19:03:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:06 Removing intermediate container 6d76760af71b 19:03:06 ---> fd6d29fa4811 19:03:06 19:03:06 ---> Running in 3834cab6ba4c 19:03:07 Successfully built fd6d29fa4811 19:03:07 Successfully tagged docker-support-notifications-go-arm64:latest 19:03:07  Building docker-support-notifications-go ... done Building docker-core-data-go 19:03:07 Removing intermediate container 3834cab6ba4c 19:03:07 ---> 2070f7b7c5c6 19:03:07 Step 20/22 : LABEL arch=arm64 19:03:07 2021-01-14T19:03:05Z INFO Waiting for automatic snapd restart... 19:03:07 ---> Running in e522151a95cc 19:03:08 Removing intermediate container e522151a95cc 19:03:08 ---> 3e70b491f864 19:03:08 Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:03:08 Removing intermediate container e3f852059e3e 19:03:08 ---> 3819a714a34b 19:03:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:03:08 ---> Running in 9da014bf703c 19:03:09 ---> Running in 82e7c0db14e4 19:03:09 Removing intermediate container 9da014bf703c 19:03:09 ---> cdf2c7188e67 19:03:09 Step 22/22 : LABEL version=0.0.0 19:03:09 Removing intermediate container 82e7c0db14e4 19:03:09 ---> 4df1672c49e1 19:03:09 Step 22/24 : LABEL arch=arm64 19:03:09 ---> Running in dd8d7920f48e 19:03:10 ---> Running in 6c27076a9de9 19:03:10 Removing intermediate container dd8d7920f48e 19:03:10 ---> 5fac79a72c4b 19:03:10 19:03:10 Successfully built 5fac79a72c4b 19:03:10 Successfully tagged docker-core-metadata-go-arm64:latest 19:03:10 Building docker-sys-mgmt-agent-go 19:03:10  Building docker-core-metadata-go ... done Removing intermediate container 6c27076a9de9 19:03:10 ---> 91a71c97d9fa 19:03:10 Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:03:11 ---> Running in a1fef40ee3a1 19:03:12 Removing intermediate container a1fef40ee3a1 19:03:12 ---> 05d1a53b7ddd 19:03:12 Step 24/24 : LABEL version=0.0.0 19:03:12 ---> Running in 44c0f8b6bdab 19:03:13 Removing intermediate container 44c0f8b6bdab 19:03:13 ---> e0e2dab1f49e 19:03:13 19:03:13 Successfully built e0e2dab1f49e 19:03:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:03:22 lxd 4.10 from Canonical* installed 19:03:22 + sudo lxd init --auto 19:03:32 + sudo snap install --classic snapcraft 19:03:39 snapcraft 4.4.4 from Canonical* installed 19:03:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:03:39 + patch --verbose -p1 19:03:39 Hmm... Looks like a unified diff to me... 19:03:39 The text leading up to this was: 19:03:39 -------------------------- 19:03:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:03:39 |From: Tony Espy 19:03:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:03:39 |Subject: [PATCH] optimize snap build for pipeline CI check 19:03:39 | 19:03:39 |This patch is used by the EdgeX CI pipeline builds to 19:03:39 |optimize the snap CI check run for pull requests. When 19:03:39 |applied, it essentially strips out everything (apps and 19:03:39 |parts) from the snapcraft.yaml file except those required 19:03:39 |to build edgex-go, as the whole idea of the CI check is to 19:03:39 |catch changes to edgex-go that break the snap build. 19:03:39 | 19:03:39 |In general, anyone updating snapcraft.yaml will also need 19:03:39 |to update this patch file, otherwise it may fail to apply, 19:03:39 |resulting in a failed snap build CI check in the associated 19:03:39 |pull request. 19:03:39 | 19:03:39 |Note - in addition to applying this patch, the pipeline also 19:03:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:03:39 |need to build the finally binary .snap file (and it won't 19:03:39 |work with the patch applied). This further reduces the build 19:03:39 |time. 19:03:39 |--- 19:03:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:03:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:03:39 | 19:03:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:03:39 |index 1e537489..faf42425 100644 19:03:39 |--- a/snap/snapcraft.yaml 19:03:39 |+++ b/snap/snapcraft.yaml 19:03:39 -------------------------- 19:03:39 patching file snap/snapcraft.yaml 19:03:39 Using Plan A... 19:03:39 Hunk #1 succeeded at 73. 19:03:39 Hunk #2 succeeded at 202 with fuzz 1. 19:03:39 Hunk #3 succeeded at 214 (offset -3 lines). 19:03:39 Hunk #4 succeeded at 222 (offset -3 lines). 19:03:39 Hunk #5 succeeded at 229 (offset -3 lines). 19:03:39 Hunk #6 succeeded at 256 (offset -3 lines). 19:03:39 Hunk #7 succeeded at 290 (offset -3 lines). 19:03:39 Hunk #8 succeeded at 342 (offset -2 lines). 19:03:39 Hmm... Ignoring the trailing garbage. 19:03:39 done 19:03:39 + sudo snapcraft prime --use-lxd 19:03:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:03:40 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: 19:03:40 - README.md 19:03:40 - snapcraft.yaml.orig 19:03:40 19:03:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:03:41 Launching a container. 19:03:46  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:46 ---> 7488b6c90c7b 19:03:46 Step 3/22 : WORKDIR /edgex-go 19:03:46 ---> Using cache 19:03:46 ---> b7b8d93787b6 19:03:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:46 ---> Using cache 19:03:46 ---> b7e31e69bd9c 19:03:46 Step 5/22 : RUN apk add --update --no-cache make git 19:03:46 ---> Using cache 19:03:46 ---> 8e3da5a5dac7 19:03:46 Step 6/22 : COPY go.mod . 19:03:46 ---> Using cache 19:03:46 ---> 8e5c2047a790 19:03:46 Step 7/22 : RUN go mod download 19:03:46 ---> Using cache 19:03:46 ---> c83ee2ba9989 19:03:46 Step 8/22 : COPY . . 19:03:46 ---> Using cache 19:03:46 ---> 3a702e74a7a6 19:03:46 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:03:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:03:48 ---> 7488b6c90c7b 19:03:48 Step 3/21 : WORKDIR /edgex-go 19:03:48 ---> Using cache 19:03:48 ---> b7b8d93787b6 19:03:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:48 ---> Using cache 19:03:48 ---> b7e31e69bd9c 19:03:48 Step 5/21 : RUN apk add --update --no-cache make git 19:03:48 ---> Using cache 19:03:48 ---> 8e3da5a5dac7 19:03:48 Step 6/21 : COPY go.mod . 19:03:48 ---> Using cache 19:03:48 ---> 8e5c2047a790 19:03:48 Step 7/21 : RUN go mod download 19:03:48 ---> Using cache 19:03:48 ---> c83ee2ba9989 19:03:48 Step 8/21 : COPY . . 19:03:48 ---> Using cache 19:03:48 ---> 3a702e74a7a6 19:03:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:03:52 ---> Running in 875c4f525896 19:03:52 ---> Running in 6e1de88c22f1 19:03:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:03:53 ---> 7488b6c90c7b 19:03:53 Step 3/23 : WORKDIR /edgex-go 19:03:53 ---> Using cache 19:03:53 ---> b7b8d93787b6 19:03:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:53 ---> Using cache 19:03:53 ---> b7e31e69bd9c 19:03:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:03:53 Waiting for container to be ready 19:03:53 To start your first instance, try: lxc launch ubuntu:18.04 19:03:53 19:03:53 ---> Running in de843a0a403e 19:03:53 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 19:03:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:03:54 ---> 7488b6c90c7b 19:03:54 Step 3/26 : WORKDIR /edgex-go 19:03:54 ---> Using cache 19:03:54 ---> b7b8d93787b6 19:03:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:54 ---> Using cache 19:03:54 ---> b7e31e69bd9c 19:03:54 Step 5/26 : RUN apk add --update --no-cache make bash git 19:03:54 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 19:03:54 ---> Running in cb8c99e9b224 19:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:56 Waiting for network to be ready... 19:03:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:03:57 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:03:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:03:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 19:03:57 OK: 217 MiB in 51 packages 19:03:57 OK: 217 MiB in 51 packages 19:03:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:03:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:03:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:03:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:03:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:03:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:03:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:03:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 19:03:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:03:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:03:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 19:03:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 19:03:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 19:03:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:03:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:03:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 19:03:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 19:03:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 19:03:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 19:03:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 19:03:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 19:03:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:03:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:03:59 Removing intermediate container de843a0a403e 19:03:59 ---> 84b15dc08018 19:03:59 Step 6/23 : COPY go.mod . 19:03:59 Removing intermediate container cb8c99e9b224 19:03:59 ---> 8af92b1b02db 19:03:59 Step 6/26 : COPY go.mod . 19:04:00 ---> 103dde30c200 19:04:00 Step 7/23 : RUN go mod download 19:04:00 ---> 437cefcb6de4 19:04:00 Step 7/26 : RUN go mod download 19:04:01 ---> Running in f1d075eb5969 19:04:01 ---> Running in 3dda7c207daa 19:04:01 Fetched 23.7 MB in 4s (5502 kB/s) 19:04:02 Reading package lists... 19:04:02 Reading package lists... 19:04:02 Building dependency tree... 19:04:02 Reading state information... 19:04:02 The following additional packages will be installed: 19:04:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:04:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:04:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:04:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:04:02 Suggested packages: 19:04:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:04:02 Recommended packages: 19:04:02 gnupg libsasl2-modules 19:04:02 The following NEW packages will be installed: 19:04:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:04:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:04:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:04:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:04:02 The following packages will be upgraded: 19:04:02 gpg gpg-agent gpgconf libudev1 19:04:03 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 19:04:03 Need to get 3532 kB of archives. 19:04:03 After this operation, 13.3 MB of additional disk space will be used. 19:04:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:04:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 19:04:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 19:04:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:04:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:04:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 19:04:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 19:04:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:04:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:04:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:04:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:04:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:04:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:04:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:04:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:04:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:04:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:04:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:04:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:04:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:04:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:04:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:04:04 debconf: delaying package configuration, since apt-utils is not installed 19:04:04 Fetched 3532 kB in 1s (2899 kB/s) 19:04:04 (Reading database ... 12511 files and directories currently installed.) 19:04:04 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 19:04:04 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:04:04 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 19:04:04 Selecting previously unselected package udev. 19:04:04 (Reading database ... 12511 files and directories currently installed.) 19:04:04 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 19:04:04 Unpacking udev (237-3ubuntu10.43) ... 19:04:04 Selecting previously unselected package libfuse2:amd64. 19:04:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:04:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:04:04 Selecting previously unselected package fuse. 19:04:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:04:04 Unpacking fuse (2.9.7-1ubuntu1) ... 19:04:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:05 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:05 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:05 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:05 Selecting previously unselected package libksba8:amd64. 19:04:05 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:04:05 Unpacking libksba8:amd64 (1.3.5-2) ... 19:04:05 Selecting previously unselected package libroken18-heimdal:amd64. 19:04:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:04:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:04:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:04:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:05 Selecting previously unselected package libwind0-heimdal:amd64. 19:04:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:06 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:06 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:04:06 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:06 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:06 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:04:06 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:06 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:04:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:04:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:06 Selecting previously unselected package libsasl2-modules-db:amd64. 19:04:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:04:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:06 Selecting previously unselected package libsasl2-2:amd64. 19:04:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:04:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:06 Selecting previously unselected package libldap-common. 19:04:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 19:04:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:04:06 Removing intermediate container 3dda7c207daa 19:04:06 ---> 4c4c542a7294 19:04:06 Step 8/26 : COPY . . 19:04:06 Removing intermediate container f1d075eb5969 19:04:06 ---> 70b9d6757b33 19:04:06 Step 8/23 : COPY . . 19:04:06 Selecting previously unselected package libldap-2.4-2:amd64. 19:04:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 19:04:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:04:06 Selecting previously unselected package dirmngr. 19:04:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:04:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:04:07 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:04:07 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:04:07 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:07 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:07 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:04:07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:07 Setting up libksba8:amd64 (1.3.5-2) ... 19:04:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:07 Setting up udev (237-3ubuntu10.43) ... 19:04:07 invoke-rc.d: policy-rc.d denied execution of start. 19:04:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:07 Processing triggers for systemd (237-3ubuntu10) ... 19:04:07 Setting up fuse (2.9.7-1ubuntu1) ... 19:04:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:04:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:08 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:04:08 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:04:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:04:08 settings in the [Install] section, and DefaultInstance for template units). 19:04:08 This means they are not meant to be enabled using systemctl. 19:04:08 Possible reasons for having this kind of units are: 19:04:08 1) A unit may be statically enabled by being symlinked from another unit's 19:04:08 .wants/ or .requires/ directory. 19:04:08 2) A unit's purpose may be to act as a helper for some other unit which has 19:04:08 a requirement dependency on it. 19:04:08 3) A unit may be started when needed via activation (socket, path, timer, 19:04:08 D-Bus, udev, scripted systemctl call, ...). 19:04:08 4) In case of template units, the unit is meant to be enabled with some 19:04:08 instance name specified. 19:04:08 Reading package lists... 19:04:09 Building dependency tree... 19:04:09 Reading state information... 19:04:09 The following additional packages will be installed: 19:04:09 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:04:09 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:04:09 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:04:09 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:04:09 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:04:09 Suggested packages: 19:04:09 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:04:09 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:04:09 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:04:09 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:04:09 systemd-container policykit-1 19:04:09 Recommended packages: 19:04:09 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:04:09 The following NEW packages will be installed: 19:04:09 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:04:09 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:04:09 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:04:09 multiarch-support openssh-client python3 python3-minimal python3.6 19:04:09 python3.6-minimal snapd squashfs-tools sudo 19:04:09 The following packages will be upgraded: 19:04:09 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:04:09 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 19:04:09 Need to get 35.2 MB of archives. 19:04:09 After this operation, 141 MB of additional disk space will be used. 19:04:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:04:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 19:04:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:04:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:04:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:04:10 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 19:04:10 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:04:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:04:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:04:10 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:04:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:04:10 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:04:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:04:10 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 19:04:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:04:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:04:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:04:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:04:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:04:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:04:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:04:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:04:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:04:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 19:04:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:04:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:04:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:04:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:04:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:04:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:04:11 debconf: delaying package configuration, since apt-utils is not installed 19:04:11 Fetched 35.2 MB in 2s (16.3 MB/s) 19:04:11 (Reading database ... 12757 files and directories currently installed.) 19:04:11 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 19:04:11 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:04:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 19:04:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:04:12 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 19:04:12 (Reading database ... 12757 files and directories currently installed.) 19:04:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:04:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:04:12 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:04:13 (Reading database ... 12757 files and directories currently installed.) 19:04:13 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:04:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:04:13 Setting up apt (1.6.12ubuntu0.2) ... 19:04:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:04:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:04:13 (Reading database ... 12764 files and directories currently installed.) 19:04:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:04:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:04:14 Selecting previously unselected package libpython3.6-minimal:amd64. 19:04:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:14 Selecting previously unselected package libexpat1:amd64. 19:04:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:04:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:04:14 Selecting previously unselected package python3.6-minimal. 19:04:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:04:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:04:14 Checking for services that may need to be restarted...done. 19:04:14 Checking for services that may need to be restarted...done. 19:04:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:04:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:04:15 Selecting previously unselected package python3-minimal. 19:04:15 (Reading database ... 13012 files and directories currently installed.) 19:04:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:04:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:04:15 Selecting previously unselected package mime-support. 19:04:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:04:15 Unpacking mime-support (3.60ubuntu1) ... 19:04:15 Selecting previously unselected package libmpdec2:amd64. 19:04:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:04:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:04:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:04:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:16 Selecting previously unselected package python3.6. 19:04:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:04:16 Selecting previously unselected package libpython3-stdlib:amd64. 19:04:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:04:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:04:16 Setting up python3-minimal (3.6.7-1~18.04) ... 19:04:16 Selecting previously unselected package python3. 19:04:16 (Reading database ... 13442 files and directories currently installed.) 19:04:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:04:16 Unpacking python3 (3.6.7-1~18.04) ... 19:04:16 Selecting previously unselected package multiarch-support. 19:04:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:04:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:04:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:04:16 Selecting previously unselected package liblzo2-2:amd64. 19:04:16 (Reading database ... 13479 files and directories currently installed.) 19:04:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:04:16 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:04:16 Selecting previously unselected package libbsd0:amd64. 19:04:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:04:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:04:16 Selecting previously unselected package sudo. 19:04:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 19:04:17 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 19:04:17 Selecting previously unselected package apparmor. 19:04:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:04:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:04:17 Selecting previously unselected package libedit2:amd64. 19:04:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:04:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:04:17 Selecting previously unselected package libkrb5support0:amd64. 19:04:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:04:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:04:17 Selecting previously unselected package libk5crypto3:amd64. 19:04:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:04:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:04:17 Selecting previously unselected package libkeyutils1:amd64. 19:04:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:04:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:04:17 Selecting previously unselected package libkrb5-3:amd64. 19:04:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:04:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:04:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:04:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:04:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:04:17 Selecting previously unselected package libssl1.0.0:amd64. 19:04:17 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:04:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:04:18 Selecting previously unselected package openssh-client. 19:04:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:04:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:04:18 Selecting previously unselected package squashfs-tools. 19:04:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:04:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:04:18 Selecting previously unselected package snapd. 19:04:18 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:04:18 Unpacking snapd (2.48+18.04) ... 19:04:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:04:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:04:20 Setting up mime-support (3.60ubuntu1) ... 19:04:20 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 19:04:20 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:04:20 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:04:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:20 Setting up systemd (237-3ubuntu10.43) ... 19:04:20 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:04:21 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:04:21 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:04:21 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:04:21 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:04:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:04:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:04:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:04:22 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:04:22 Setting up python3 (3.6.7-1~18.04) ... 19:04:22 running python rtupdate hooks for python3.6... 19:04:22 running python post-rtupdate hooks for python3.6... 19:04:22 Setting up apparmor (2.12-4ubuntu5.1) ... 19:04:24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:04:24 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:04:24 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:04:24 Setting up snapd (2.48+18.04) ... 19:04:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:04:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:04:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:04:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:04:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:04:25 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:04:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:04:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:04:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:04:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:04:26 /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' 19:04:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:26 Processing triggers for systemd (237-3ubuntu10.43) ... 19:04:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:04:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:04:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:04:28 Reading package lists... 19:04:29 Reading package lists... 19:04:29 Building dependency tree... 19:04:29 Reading state information... 19:04:29 Calculating upgrade... 19:04:29 The following packages will be upgraded: 19:04:29 advancecomp base-files bash binutils binutils-common 19:04:29 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:04:29 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:04:29 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 19:04:29 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 19:04:29 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 19:04:29 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 19:04:29 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 19:04:29 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:04:29 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:04:29 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:04:29 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:04:29 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:04:29 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:04:29 ubuntu-keyring util-linux 19:04:29 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:04:29 Need to get 63.7 MB of archives. 19:04:29 After this operation, 5203 kB of additional disk space will be used. 19:04:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 19:04:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:04:29 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:04:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:04:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:04:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:04:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:04:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:04:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:04:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:04:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:04:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:04:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:04:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:04:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:04:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:04:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:04:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:04:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:04:29 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:04:29 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:04:29 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:04:29 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:04:29 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:04:29 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:04:29 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:04:29 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:04:29 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:04:29 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:04:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:04:29 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:04:29 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:04:29 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:04:29 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:04:29 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:04:29 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:04:29 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:04:29 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:04:29 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:04:29 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:04:29 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:04:29 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 19:04:29 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:04:29 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:04:29 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:04:29 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 19:04:29 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:04:29 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:04:29 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:04:29 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:04:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:04:29 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:04:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:04:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:04:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:04:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:04:30 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:04:30 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:04:30 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:04:30 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:04:30 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:04:30 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:04:30 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:04:30 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:04:30 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:04:30 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:04:30 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:04:30 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:04:30 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:04:30 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:04:30 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:04:30 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:04:30 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:04:30 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:04:30 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:04:30 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:04:30 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:04:30 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:04:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:04:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:04:30 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:04:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:04:30 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 19:04:30 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:04:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:04:31 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:04:31 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:04:31 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:04:31 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:04:31 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:04:31 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:04:31 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:04:31 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:04:31 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:04:31 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:04:31 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:04:31 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:04:31 debconf: delaying package configuration, since apt-utils is not installed 19:04:31 Fetched 63.7 MB in 2s (33.7 MB/s) 19:04:31 (Reading database ... 13912 files and directories currently installed.) 19:04:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:04:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:04:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:04:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:04:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 19:04:32 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 19:04:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:34 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:34 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:34 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:04:34 (Reading database ... 13911 files and directories currently installed.) 19:04:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:04:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:04:34 (Reading database ... 13911 files and directories currently installed.) 19:04:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:35 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:04:35 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:04:35 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:04:35 (Reading database ... 13911 files and directories currently installed.) 19:04:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:04:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:04:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:04:36 (Reading database ... 13911 files and directories currently installed.) 19:04:36 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:04:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:04:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:04:36 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:04:36 Setting up base-files (10.1ubuntu2.10) ... 19:04:36 Installing new version of config file /etc/issue ... 19:04:36 Installing new version of config file /etc/issue.net ... 19:04:36 Installing new version of config file /etc/lsb-release ... 19:04:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:04:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:04:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:04:36 Removing obsolete conffile /etc/default/motd-news ... 19:04:36 (Reading database ... 13912 files and directories currently installed.) 19:04:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:04:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:04:37 Setting up bash (4.4.18-2ubuntu1.2) ... 19:04:37 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 19:04:37 (Reading database ... 13912 files and directories currently installed.) 19:04:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:04:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:04:37 (Reading database ... 13912 files and directories currently installed.) 19:04:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:04:37 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:04:37 Setting up tar (1.29b-2ubuntu0.2) ... 19:04:37 (Reading database ... 13912 files and directories currently installed.) 19:04:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:04:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:04:38 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:04:38 (Reading database ... 13912 files and directories currently installed.) 19:04:38 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:04:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:04:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:04:38 (Reading database ... 13912 files and directories currently installed.) 19:04:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:04:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:04:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:04:38 (Reading database ... 13912 files and directories currently installed.) 19:04:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:04:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:04:38 Setting up grep (3.1-2build1) ... 19:04:39 ---> 200a29eecca5 19:04:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:04:39 ---> ddc9acfbbfa2 19:04:39 Step 9/23 : RUN make cmd/core-data/core-data 19:04:39 ---> Running in cce4a591740a 19:04:39 ---> Running in f1d2de274eac 19:04:39 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 19:04:39 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 19:04:39 (Reading database ... 13912 files and directories currently installed.) 19:04:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:04:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:04:39 Setting up login (1:4.5-1ubuntu2) ... 19:04:39 (Reading database ... 13912 files and directories currently installed.) 19:04:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:04:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:04:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:04:39 (Reading database ... 13912 files and directories currently installed.) 19:04:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:04:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:04:39 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:04:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:04:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:04:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:04:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:04:40 (Reading database ... 13912 files and directories currently installed.) 19:04:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:04:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:04:40 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 19:04:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:04:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:04:42 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:04:42 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:04:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:04:42 (Reading database ... 13912 files and directories currently installed.) 19:04:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:04:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:04:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:04:42 (Reading database ... 13912 files and directories currently installed.) 19:04:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:04:42 (Reading database ... 13912 files and directories currently installed.) 19:04:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:04:42 (Reading database ... 13912 files and directories currently installed.) 19:04:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:04:42 (Reading database ... 13912 files and directories currently installed.) 19:04:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:04:43 (Reading database ... 13912 files and directories currently installed.) 19:04:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:04:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:04:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:04:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:04:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:04:43 (Reading database ... 13912 files and directories currently installed.) 19:04:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:04:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:04:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:04:43 (Reading database ... 13912 files and directories currently installed.) 19:04:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:04:43 (Reading database ... 13912 files and directories currently installed.) 19:04:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:04:44 (Reading database ... 13912 files and directories currently installed.) 19:04:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:04:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:04:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:04:45 (Reading database ... 13912 files and directories currently installed.) 19:04:45 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:04:45 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:04:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:04:45 (Reading database ... 13912 files and directories currently installed.) 19:04:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:04:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:04:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:04:45 (Reading database ... 13914 files and directories currently installed.) 19:04:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:04:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:04:46 Setting up debconf (1.5.66ubuntu1) ... 19:04:46 (Reading database ... 13914 files and directories currently installed.) 19:04:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:04:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:04:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:04:46 (Reading database ... 13914 files and directories currently installed.) 19:04:46 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:04:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:04:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:04:46 (Reading database ... 13914 files and directories currently installed.) 19:04:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:04:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:04:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:04:47 (Reading database ... 13914 files and directories currently installed.) 19:04:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:04:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:04:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 19:04:47 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 19:04:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:04:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:04:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:04:47 (Reading database ... 13914 files and directories currently installed.) 19:04:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:04:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:04:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:04:48 (Reading database ... 13914 files and directories currently installed.) 19:04:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:04:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:04:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:04:48 (Reading database ... 13914 files and directories currently installed.) 19:04:48 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:04:48 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:04:48 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:04:48 (Reading database ... 13914 files and directories currently installed.) 19:04:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:04:48 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:04:48 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:04:49 (Reading database ... 13914 files and directories currently installed.) 19:04:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:04:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:04:49 Removing intermediate container 875c4f525896 19:04:49 ---> 000bceb9b7a2 19:04:49 19:04:49 Step 10/22 : FROM alpine:3.12 19:04:49 ---> afeebe901d6b 19:04:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:04:49 ---> Using cache 19:04:49 ---> c1727fc8e8ac 19:04:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:04:49 ---> Running in 6e4fe831b3e6 19:04:49 Setting up passwd (1:4.5-1ubuntu2) ... 19:04:49 (Reading database ... 13914 files and directories currently installed.) 19:04:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:49 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:49 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:04:49 Removing intermediate container 6e4fe831b3e6 19:04:49 ---> 461e451c91b4 19:04:49 Step 13/22 : WORKDIR / 19:04:49 ---> Running in dcb0b233a5cc 19:04:49 (Reading database ... 13914 files and directories currently installed.) 19:04:49 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:04:49 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:04:49 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:04:50 (Reading database ... 13914 files and directories currently installed.) 19:04:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:04:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:04:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:04:50 (Reading database ... 13914 files and directories currently installed.) 19:04:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:04:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:04:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:04:50 (Reading database ... 13914 files and directories currently installed.) 19:04:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:04:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:04:50 Removing intermediate container dcb0b233a5cc 19:04:50 ---> cd5fe0d947c6 19:04:50 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:04:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:04:50 (Reading database ... 13914 files and directories currently installed.) 19:04:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:04:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:04:50 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:04:50 (Reading database ... 13914 files and directories currently installed.) 19:04:50 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:04:50 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:04:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:04:51 (Reading database ... 13915 files and directories currently installed.) 19:04:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:04:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:04:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:04:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:04:51 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:04:51 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:04:51 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 19:04:51 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 19:04:51 ---> 37a996f3f43c 19:04:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:04:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:04:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:04:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:04:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:04:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:04:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:04:52 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:04:52 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:04:52 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:04:52 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:04:52 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:04:52 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:04:52 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:04:52 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:04:53 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 19:04:53 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 19:04:53 ---> 92936241a651 19:04:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:04:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:04:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:04:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:04:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:04:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:04:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:04:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:04:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:04:54 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:04:54 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:04:54 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:04:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:04:55 ---> 358edef60fb9 19:04:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:04:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:04:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:04:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:04:56 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:56 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:04:57 ---> 384fa3bd20ac 19:04:57 Step 18/22 : RUN chmod +x entrypoint.sh 19:04:57 ---> Running in f2d206366920 19:04:57 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:04:58 Removing intermediate container 6e1de88c22f1 19:04:58 ---> bb5bfce87289 19:04:58 19:04:58 Step 10/21 : FROM alpine:3.12 19:04:58 ---> afeebe901d6b 19:04:58 Step 11/21 : RUN apk add --update --no-cache curl 19:04:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:04:58 ---> Running in a569a1b39e17 19:04:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:04:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:05:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:01 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:05:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:01 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:05:01 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:05:01 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:01 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:01 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:05:01 Removing intermediate container f2d206366920 19:05:01 ---> 9b7398e5069e 19:05:01 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:05:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:05:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:01 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:02 (1/4) Installing ca-certificates (20191127-r4) 19:05:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:05:02 (3/4) Installing libcurl (7.69.1-r3) 19:05:02 (4/4) Installing curl (7.69.1-r3) 19:05:02 ---> Running in 7d50d995eeee 19:05:02 Executing busybox-1.31.1-r19.trigger 19:05:02 Executing ca-certificates-20191127-r4.trigger 19:05:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:05:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:05:02 Setting up tzdata (2020f-0ubuntu0.18.04) ... 19:05:02 19:05:02 Current default time zone: 'Etc/UTC' 19:05:02 Local time is now: Thu Jan 14 19:05:02 UTC 2021. 19:05:02 Universal Time is now: Thu Jan 14 19:05:02 UTC 2021. 19:05:02 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:05:02 19:05:02 Setting up systemd-sysv (237-3ubuntu10.43) ... 19:05:02 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:02 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 19:05:02 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:05:02 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:05:02 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:05:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:05:02 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:05:02 OK: 7 MiB in 18 packages 19:05:02 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:05:02 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:05:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:05:02 Removing intermediate container 7d50d995eeee 19:05:02 ---> fc2f289e78a8 19:05:02 Step 20/22 : LABEL arch=arm64 19:05:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:05:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:02 Setting up patch (2.7.6-2ubuntu1.1) ... 19:05:02 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:05:02 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:05:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:05:03 ---> Running in 4f870fa2ecd4 19:05:03 Installing new version of config file /etc/ssl/openssl.cnf ... 19:05:03 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:05:03 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:05:03 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 19:05:04 Removing intermediate container 4f870fa2ecd4 19:05:04 ---> 6879a9ea18e8 19:05:04 Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:05:04 ---> Running in 00cd54f8fc94 19:05:05 Removing intermediate container a569a1b39e17 19:05:05 ---> 514424e42d9f 19:05:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:05:05 Removing intermediate container 00cd54f8fc94 19:05:05 ---> 826e6dd066d1 19:05:05 Step 22/22 : LABEL version=0.0.0 19:05:05 Updating certificates in /etc/ssl/certs... 19:05:05 ---> Running in f38d29807d9b 19:05:05 ---> Running in d7663e4b4a0a 19:05:05 22 added, 17 removed; done. 19:05:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:05:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:05 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:05:05 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:05:05 Setting up pkgbinarymangler (138.18.04.1) ... 19:05:05 Removing intermediate container f38d29807d9b 19:05:05 ---> 11c9a8fe3709 19:05:05 Step 13/21 : WORKDIR /edgex 19:05:05 ---> Running in a93c00dbcfe2 19:05:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:05:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up perl (5.26.1-6ubuntu0.5) ... 19:05:06 Removing intermediate container d7663e4b4a0a 19:05:06 ---> 50f181d6d704 19:05:06 19:05:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:05:06 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:05:06 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:05:06 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:05:06 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:05:06 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:05:06 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:05:06 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:05:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:05:06 Successfully built 50f181d6d704 19:05:06 Removing intermediate container a93c00dbcfe2 19:05:06 ---> 30903ce38fc6 19:05:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:05:06 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 19:05:06 Processing triggers for systemd (237-3ubuntu10.43) ... 19:05:06 Processing triggers for mime-support (3.60ubuntu1) ... 19:05:06 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 19:05:06 Updating certificates in /etc/ssl/certs... 19:05:07 0 added, 0 removed; done. 19:05:07 Running hooks in /etc/ca-certificates/update.d... 19:05:07 done. 19:05:08 Reading package lists... 19:05:08 Building dependency tree... 19:05:08 Reading state information... 19:05:08  Building docker-security-bootstrap-redis-go ... done  ---> 1c176aa32f63 19:05:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:05:08 The following NEW packages will be installed: 19:05:08 apt-transport-https 19:05:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:05:08 Need to get 1696 B of archives. 19:05:08 After this operation, 153 kB of additional disk space will be used. 19:05:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:05:08 debconf: delaying package configuration, since apt-utils is not installed 19:05:08 Fetched 1696 B in 0s (8455 B/s) 19:05:08 Selecting previously unselected package apt-transport-https. 19:05:08 (Reading database ... 13929 files and directories currently installed.) 19:05:08 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:05:08 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:05:08 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:05:09 Waiting for network to be ready... 19:05:09 ---> 436b5e5f58d0 19:05:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:05:11 ---> 83a262a974d6 19:05:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:05:11 ---> Running in 854a98067481 19:05:12 Removing intermediate container 854a98067481 19:05:12 ---> 0cfd7fb1a2a3 19:05:12 Step 18/21 : CMD ["--init=true"] 19:05:12 ---> Running in b12afb4b940f 19:05:13 Removing intermediate container b12afb4b940f 19:05:13 ---> 154052702abf 19:05:13 Step 19/21 : LABEL arch=arm64 19:05:13 ---> Running in c3120b01bd4f 19:05:13 Removing intermediate container c3120b01bd4f 19:05:13 ---> b3ed1eb9535b 19:05:13 Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:05:14 ---> Running in d4be3958651e 19:05:14 Removing intermediate container d4be3958651e 19:05:14 ---> 99b0cb60af49 19:05:14 Step 21/21 : LABEL version=0.0.0 19:05:15 ---> Running in 72cda0816e27 19:05:15 Removing intermediate container 72cda0816e27 19:05:15 ---> 5b6d1870a24b 19:05:15 19:05:15 2021-01-14T19:05:11Z INFO Waiting for automatic snapd restart... 19:05:15 snapd 2.48.2 from Canonical* installed 19:05:16 Successfully built 5b6d1870a24b 19:05:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:05:16 "snapd" switched to the "latest/stable" channel 19:05:16 19:05:18 core18 20201210 from Canonical* installed 19:05:19 "core18" switched to the "latest/stable" channel 19:05:19 19:05:22 snapcraft 4.4.4 from Canonical* installed 19:05:22 "snapcraft" switched to the "latest/stable" channel 19:05:22 19:05:25 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: 19:05:25 - README.md 19:05:25 - snapcraft.yaml.orig 19:05:25 19:05:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:05:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:05:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:05:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:05:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:05:33 Reading package lists... 19:05:33 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 19:05:34  Building docker-security-proxy-setup-go ... done Removing intermediate container cce4a591740a 19:05:34 ---> ebaa9080c05d 19:05:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:05:34 ---> Running in 25e1fcc36712 19:05:35 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 19:05:38 Removing intermediate container 25e1fcc36712 19:05:38 ---> b0a5887b3226 19:05:38 19:05:38 Step 11/26 : FROM docker:20.10.0 19:05:38 20.10.0: Pulling from library/docker 19:05:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:05:40 Reading package lists... 19:05:40 Building dependency tree... 19:05:40 Reading state information... 19:05:40 Suggested packages: 19:05:40 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:05:40 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:05:40 Recommended packages: 19:05:40 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:05:40 The following NEW packages will be installed: 19:05:40 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:05:40 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:05:40 pkg-config zip 19:05:40 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:05:40 Need to get 7655 kB of archives. 19:05:40 After this operation, 43.7 MB of additional disk space will be used. 19:05:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:05:40 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:05:40 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:05:40 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:05:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:05:40 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:05:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:05:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:05:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:05:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:05:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:05:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:05:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:05:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:05:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:05:41 debconf: delaying package configuration, since apt-utils is not installed 19:05:41 Fetched 7655 kB in 1s (6473 kB/s) 19:05:41 Selecting previously unselected package libglib2.0-0:amd64. 19:05:41 (Reading database ... 13933 files and directories currently installed.) 19:05:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:05:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:05:41 Selecting previously unselected package libpsl5:amd64. 19:05:41 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:05:41 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:05:41 Selecting previously unselected package libnghttp2-14:amd64. 19:05:41 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:05:41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:05:41 Selecting previously unselected package librtmp1:amd64. 19:05:41 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:05:41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:05:42 Selecting previously unselected package libcurl3-gnutls:amd64. 19:05:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:05:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:05:42 Selecting previously unselected package liberror-perl. 19:05:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:05:42 Unpacking liberror-perl (0.17025-1) ... 19:05:42 Selecting previously unselected package git-man. 19:05:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:05:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:05:42 Selecting previously unselected package git. 19:05:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:05:42 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:05:43 Selecting previously unselected package libnorm1:amd64. 19:05:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:05:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:05:43 Selecting previously unselected package libpgm-5.2-0:amd64. 19:05:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:05:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:05:43 Selecting previously unselected package libsodium23:amd64. 19:05:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:05:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:05:43 Selecting previously unselected package libzmq5:amd64. 19:05:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:05:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:05:43 Selecting previously unselected package libzmq3-dev:amd64. 19:05:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:05:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:05:43 Selecting previously unselected package pkg-config. 19:05:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:05:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:05:43 Selecting previously unselected package zip. 19:05:43 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:05:43 Unpacking zip (3.0-11build1) ... 19:05:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:05:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:05:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:05:43 Setting up liberror-perl (0.17025-1) ... 19:05:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:05:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:05:44 No schema files found: doing nothing. 19:05:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:05:44 Setting up zip (3.0-11build1) ... 19:05:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:05:44 Setting up libsodium23:amd64 (1.0.16-2) ... 19:05:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:05:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:05:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:05:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:05:44 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:05:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:05:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:05:49 Status: Downloaded newer image for docker:20.10.0 19:05:49 ---> eeaf43b92773 19:05:49 Step 12/26 : RUN apk add --no-cache bash 19:05:49 Removing intermediate container f1d2de274eac 19:05:49 ---> ecf7b8c58117 19:05:49 19:05:49 Step 10/23 : FROM alpine:3.12 19:05:49 ---> afeebe901d6b 19:05:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:05:49 ---> Running in cc1ef03f0369 19:05:49 ---> Running in c45e8d5e8502 19:05:49 Removing intermediate container c45e8d5e8502 19:05:49 ---> 71c29039b991 19:05:49 Step 12/23 : ENV APP_PORT=48080 19:05:49 ---> Running in 84bf145ccd22 19:05:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:49 Removing intermediate container 84bf145ccd22 19:05:49 ---> 5f3d066e9a47 19:05:49 Step 13/23 : EXPOSE $APP_PORT 19:05:49 ---> Running in a769334d7d15 19:05:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:49 Removing intermediate container a769334d7d15 19:05:49 ---> 63edb522c640 19:05:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:49 ---> Running in 1f21040e764b 19:05:49 (1/2) Installing readline (8.0.4-r0) 19:05:49 (2/2) Installing bash (5.0.17-r0) 19:05:49 Executing bash-5.0.17-r0.post-install 19:05:49 Executing busybox-1.31.1-r19.trigger 19:05:49 OK: 12 MiB in 22 packages 19:05:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:05:51 git set to automatically installed. 19:05:51 git-man set to automatically installed. 19:05:51 libcurl3-gnutls set to automatically installed. 19:05:51 liberror-perl set to automatically installed. 19:05:51 libglib2.0-0 set to automatically installed. 19:05:51 libnghttp2-14 set to automatically installed. 19:05:51 libnorm1 set to automatically installed. 19:05:51 libpgm-5.2-0 set to automatically installed. 19:05:51 libpsl5 set to automatically installed. 19:05:51 librtmp1 set to automatically installed. 19:05:51 libsodium23 set to automatically installed. 19:05:51 libzmq3-dev set to automatically installed. 19:05:51 libzmq5 set to automatically installed. 19:05:51 pkg-config set to automatically installed. 19:05:51 zip set to automatically installed. 19:05:51 Removing intermediate container cc1ef03f0369 19:05:51 ---> b1ab86e9a044 19:05:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:05:51 ---> Running in 48f3ecbba61c 19:05:51 Removing intermediate container 48f3ecbba61c 19:05:51 ---> 736e136d7afd 19:05:51 Step 14/26 : ENV APP_PORT=48090 19:05:51 Removing intermediate container 1f21040e764b 19:05:51 ---> 3a8359204379 19:05:51 Step 15/23 : RUN apk add --update --no-cache zeromq 19:05:51 ---> Running in 0b2315bb8c41 19:05:52 ---> Running in 5c121f87099e 19:05:52 Removing intermediate container 0b2315bb8c41 19:05:52 ---> cb0e4c19209d 19:05:52 Step 15/26 : EXPOSE $APP_PORT 19:05:52 ---> Running in 1ee5cf9378a2 19:05:53 Removing intermediate container 1ee5cf9378a2 19:05:53 ---> 193c2c99f849 19:05:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:05:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:53 snapd is not logged in, snap install commands will use sudo 19:05:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:54 ---> 7f00aa752020 19:05:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:05:54 (1/5) Installing libgcc (9.3.0-r2) 19:05:54 (2/5) Installing libsodium (1.0.18-r0) 19:05:54 ---> 8067589f8141 19:05:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:05:54 (3/5) Installing libstdc++ (9.3.0-r2) 19:05:54 (4/5) Installing libzmq (4.3.3-r0) 19:05:55 (5/5) Installing zeromq (4.3.3-r0) 19:05:55 Executing busybox-1.31.1-r19.trigger 19:05:55 OK: 8 MiB in 19 packages 19:05:55 ---> 7d6672253ddb 19:05:55 Step 19/26 : RUN apk --no-cache add py3-pip 19:05:55 ---> Running in 5bb6dfaaa8f4 19:05:56 Removing intermediate container 5c121f87099e 19:05:56 ---> a6690bc82e0b 19:05:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:57 ---> bfad1b568384 19:05:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:05:57 (1/33) Installing libbz2 (1.0.8-r1) 19:05:57 (2/33) Installing expat (2.2.9-r1) 19:05:57 (3/33) Installing libffi (3.3-r2) 19:05:57 (4/33) Installing gdbm (1.13-r1) 19:05:57 (5/33) Installing xz-libs (5.2.5-r0) 19:05:57 (6/33) Installing sqlite-libs (3.32.1-r0) 19:05:57 (7/33) Installing python3 (3.8.5-r0) 19:05:58 ---> 3f5f47574743 19:05:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:05:59 (8/33) Installing py3-appdirs (1.4.4-r1) 19:05:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:05:59 (10/33) Installing py3-parsing (2.4.7-r0) 19:05:59 (11/33) Installing py3-six (1.15.0-r0) 19:05:59 (12/33) Installing py3-packaging (20.4-r0) 19:05:59 (13/33) Installing py3-setuptools (47.0.0-r0) 19:05:59 (14/33) Installing py3-chardet (3.0.4-r4) 19:05:59 (15/33) Installing py3-idna (2.9-r0) 19:05:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:06:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:06:00 (18/33) Installing py3-requests (2.23.0-r0) 19:06:00 (19/33) Installing py3-msgpack (1.0.0-r0) 19:06:00 (20/33) Installing py3-lockfile (0.12.2-r3) 19:06:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:06:00 (22/33) Installing py3-colorama (0.4.3-r0) 19:06:00 (23/33) Installing py3-distlib (0.3.0-r0) 19:06:00 (24/33) Installing py3-distro (1.5.0-r1) 19:06:00 (25/33) Installing py3-webencodings (0.5.1-r3) 19:06:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:00 snap "core18" has no updates available 19:06:00 (26/33) Installing py3-html5lib (1.0.1-r4) 19:06:00 (27/33) Installing py3-pytoml (0.1.21-r0) 19:06:00 (28/33) Installing py3-pep517 (0.8.2-r0) 19:06:00 (29/33) Installing py3-progress (1.5-r0) 19:06:00 (30/33) Installing py3-toml (0.10.1-r0) 19:06:00 (31/33) Installing py3-retrying (1.3.3-r0) 19:06:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:06:00 (33/33) Installing py3-pip (20.1.1-r0) 19:06:00 ---> 3301805f3d1f 19:06:00 Step 19/23 : ENTRYPOINT ["/core-data"] 19:06:00 Pulling config-common 19:06:00 Executing busybox-1.31.1-r19.trigger 19:06:00 OK: 71 MiB in 55 packages 19:06:00 ---> Running in 431f3ed74e3d 19:06:01 Removing intermediate container 431f3ed74e3d 19:06:01 ---> 28385e3cc7af 19:06:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:01 ---> Running in 39fc12e511e2 19:06:01 Pulling go-build-helper 19:06:02 Removing intermediate container 39fc12e511e2 19:06:02 ---> fd264489309b 19:06:02 Step 21/23 : LABEL arch=arm64 19:06:02 ---> Running in e2aec508c1f2 19:06:03 Removing intermediate container e2aec508c1f2 19:06:03 ---> ac247821d32d 19:06:03 Step 22/23 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:06:03 ---> Running in cb4b897515d5 19:06:03 Removing intermediate container cb4b897515d5 19:06:03 ---> 25889d6eda2c 19:06:03 Step 23/23 : LABEL version=0.0.0 19:06:03 ---> Running in 01a084efd782 19:06:04 Removing intermediate container 01a084efd782 19:06:04 ---> 5317ac26563c 19:06:04 19:06:04 Successfully built 5317ac26563c 19:06:05 Successfully tagged docker-core-data-go-arm64:latest 19:06:06  Building docker-core-data-go ... done Removing intermediate container 5bb6dfaaa8f4 19:06:06 ---> a95ecbecf995 19:06:06 Step 20/26 : RUN pip install docker-compose==1.23.2 19:06:06 ---> Running in 27777508f4c6 19:06:11 Collecting docker-compose==1.23.2 19:06:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:06:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:06:11 Collecting docopt<0.7,>=0.6.1 19:06:11 Downloading docopt-0.6.2.tar.gz (25 kB) 19:06:13 Collecting jsonschema<3,>=2.5.1 19:06:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:06:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:06:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:06:15 Collecting cached-property<2,>=1.2.0 19:06:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:06:15 Collecting texttable<0.10,>=0.9.0 19:06:15 Downloading texttable-0.9.1.tar.gz (11 kB) 19:06:17 Collecting websocket-client<1.0,>=0.32.0 19:06:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:06:17 Collecting dockerpty<0.5,>=0.4.1 19:06:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:06:20 Collecting PyYAML<4,>=3.10 19:06:20 Downloading PyYAML-3.13.tar.gz (270 kB) 19:06:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:06:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:06:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 19:06:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 19:06:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 19:06:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 19:06:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 19:06:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 19:06:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 19:06:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 19:06:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:06:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:06:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:06:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:06:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:06:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:06:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:06:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:06:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:06:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 19:06:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 19:06:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 19:06:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 19:06:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 19:06:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 19:06:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 19:06:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 19:06:23 Fetched 23.7 MB in 0s (0 B/s) 19:06:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:06:23 Fetched 96.5 kB in 0s (0 B/s) 19:06:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:06:23 Fetched 279 kB in 0s (0 B/s) 19:06:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:06:23 Fetched 122 kB in 0s (0 B/s) 19:06:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:06:23 Fetched 77.8 kB in 0s (0 B/s) 19:06:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:06:23 Fetched 8848 B in 0s (0 B/s) 19:06:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:06:23 Fetched 47.8 kB in 0s (0 B/s) 19:06:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:06:23 Fetched 45.6 kB in 0s (0 B/s) 19:06:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:06:23 Fetched 15.0 kB in 0s (0 B/s) 19:06:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:06:23 Fetched 214 kB in 0s (0 B/s) 19:06:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 19:06:23 Fetched 155 kB in 0s (0 B/s) 19:06:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:06:23 Fetched 50.6 kB in 0s (0 B/s) 19:06:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:06:23 Fetched 14.8 kB in 0s (0 B/s) 19:06:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:06:23 Fetched 41.8 kB in 0s (0 B/s) 19:06:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:06:23 Fetched 499 kB in 0s (0 B/s) 19:06:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:06:23 Fetched 111 kB in 0s (0 B/s) 19:06:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:06:23 Fetched 240 kB in 0s (0 B/s) 19:06:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:06:23 Fetched 29.3 kB in 0s (0 B/s) 19:06:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:06:23 Fetched 85.5 kB in 0s (0 B/s) 19:06:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:06:23 Fetched 24.5 kB in 0s (0 B/s) 19:06:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:06:23 Fetched 49.2 kB in 0s (0 B/s) 19:06:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:06:23 Fetched 54.2 kB in 0s (0 B/s) 19:06:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:06:23 Fetched 30.8 kB in 0s (0 B/s) 19:06:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 19:06:23 Fetched 17.0 kB in 0s (0 B/s) 19:06:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:06:23 Fetched 85.9 kB in 0s (0 B/s) 19:06:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:06:23 Fetched 8720 B in 0s (0 B/s) 19:06:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:06:23 Fetched 137 kB in 0s (0 B/s) 19:06:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:06:23 Fetched 119 kB in 0s (0 B/s) 19:06:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:06:23 Fetched 109 kB in 0s (0 B/s) 19:06:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:06:23 Fetched 11.1 kB in 0s (0 B/s) 19:06:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:06:23 Fetched 645 kB in 0s (0 B/s) 19:06:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:06:23 Fetched 41.3 kB in 0s (0 B/s) 19:06:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:06:23 Fetched 17.9 kB in 0s (0 B/s) 19:06:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:06:23 Fetched 368 kB in 0s (0 B/s) 19:06:23 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:06:23 Fetched 187 kB in 0s (0 B/s) 19:06:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:06:23 Fetched 175 kB in 0s (0 B/s) 19:06:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:06:24 Collecting docker<4.0,>=3.6.0 19:06:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:06:24 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) 19:06:24 Collecting urllib3<1.25,>=1.21.1 19:06:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:06:25 Collecting idna<2.8,>=2.5 19:06:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:06:25 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) 19:06:25 Collecting docker-pycreds>=0.4.0 19:06:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:06:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:06:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:06:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:06:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:06:25 Fetched 206 kB in 0s (0 B/s) 19:06:25 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 19:06:25 Fetched 1301 kB in 0s (0 B/s) 19:06:25 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:06:25 Fetched 36.2 kB in 0s (0 B/s) 19:06:25 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:06:25 Fetched 159 kB in 0s (0 B/s) 19:06:25 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:06:25 Fetched 107 kB in 0s (0 B/s) 19:06:25 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:06:25 Fetched 48.7 kB in 0s (0 B/s) 19:06:25 Pulling static-packages 19:06:26 Installing collected packages: docopt, jsonschema, urllib3, idna, requests, cached-property, texttable, websocket-client, dockerpty, PyYAML, docker-pycreds, docker, docker-compose 19:06:26 Running setup.py install for docopt: started 19:06:26 'go115' has dependencies that need to be staged: go-build-helper static-packages 19:06:26 Skipping pull go-build-helper (already ran) 19:06:26 Skipping pull static-packages (already ran) 19:06:26 Building go-build-helper 19:06:28 Running setup.py install for docopt: finished with status 'done' 19:06:28 Attempting uninstall: urllib3 19:06:28 Found existing installation: urllib3 1.25.9 19:06:28 Uninstalling urllib3-1.25.9: 19:06:28 Successfully uninstalled urllib3-1.25.9 19:06:29 Attempting uninstall: idna 19:06:29 Found existing installation: idna 2.9 19:06:29 Uninstalling idna-2.9: 19:06:29 Successfully uninstalled idna-2.9 19:06:29 Attempting uninstall: requests 19:06:29 Found existing installation: requests 2.23.0 19:06:29 Uninstalling requests-2.23.0: 19:06:29 Successfully uninstalled requests-2.23.0 19:06:30 Running setup.py install for texttable: started 19:06:30 Building static-packages 19:06:32 Running setup.py install for texttable: finished with status 'done' 19:06:32 Running setup.py install for dockerpty: started 19:06:32 Staging go-build-helper 19:06:32 Staging static-packages 19:06:33 Pulling go115 19:06:34 Running setup.py install for dockerpty: finished with status 'done' 19:06:34 Running setup.py install for PyYAML: started 19:06:34 'edgex-go' has dependencies that need to be staged: go115 19:06:34 Skipping pull go115 (already ran) 19:06:34 Building go115 19:06:34 % Total % Received % Xferd Average Speed Time Time Time Current 19:06:34 Dload Upload Total Spent Left Speed 19:06:36 Running setup.py install for PyYAML: finished with status 'done' 19:06:37 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 19:06:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 13.2M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.5M 47 115M 47 55.3M 0 0 34.9M 0 0:00:03 0:00:01 0:00:02 34.8M 81 115M 81 94.6M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.6M 100 115M 100 115M 0 0 36.3M 0 0:00:03 0:00:03 --:--:-- 36.3M 19:06:38 go1.15.2.linux-amd64.tar.gz: OK 19:06:41 Removing intermediate container 27777508f4c6 19:06:41 ---> 04605efd5055 19:06:41 Step 21/26 : RUN apk --no-cache add curl 19:06:41 ---> Running in f5b5fa096284 19:06:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:42 Staging go115 19:06:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:06:42 (2/3) Installing libcurl (7.69.1-r3) 19:06:42 (3/3) Installing curl (7.69.1-r3) 19:06:43 Executing busybox-1.31.1-r19.trigger 19:06:43 OK: 71 MiB in 58 packages 19:06:44 Removing intermediate container f5b5fa096284 19:06:44 ---> 837a80e6b60f 19:06:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:06:44 ---> Running in bd781ea91157 19:06:44 Removing intermediate container bd781ea91157 19:06:44 ---> e8ec6b13d919 19:06:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:45 ---> Running in 1095bfe86f19 19:06:45 Removing intermediate container 1095bfe86f19 19:06:45 ---> 04c9bba2f5ab 19:06:45 Step 24/26 : LABEL arch=arm64 19:06:45 ---> Running in 67dfe9993aa7 19:06:45 Removing intermediate container 67dfe9993aa7 19:06:45 ---> d0e730477896 19:06:45 Step 25/26 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 19:06:46 ---> Running in 81ed1453e64f 19:06:46 Removing intermediate container 81ed1453e64f 19:06:46 ---> 2ffb2263f425 19:06:46 Step 26/26 : LABEL version=0.0.0 19:06:46 ---> Running in 30ca8d0bda55 19:06:47 Removing intermediate container 30ca8d0bda55 19:06:47 ---> fb08ea9e218a 19:06:47 19:06:47 Successfully built fb08ea9e218a 19:06:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:06:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:06:47 $ docker stop --time=1 a3b5387aabcee65621879699d574a3c7d146881e9ca5fb6794fa2dff31863a09 19:06:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:06:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:06:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:06:48 Fetched 0 B in 0s (0 B/s) 19:06:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:06:48 Fetched 224 kB in 0s (0 B/s) 19:06:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:06:48 Fetched 157 kB in 0s (0 B/s) 19:06:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:06:48 Fetched 221 kB in 0s (0 B/s) 19:06:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:06:48 Fetched 143 kB in 0s (0 B/s) 19:06:48 Pulling edgex-go 19:06:48 Pulling version 19:06:49 Building config-common 19:06:49 $ docker rm -f a3b5387aabcee65621879699d574a3c7d146881e9ca5fb6794fa2dff31863a09 [Pipeline] // withDockerContainer [Pipeline] sh 19:06:50 + docker images 19:06:50 + grep docker 19:06:50 docker-sys-mgmt-agent-go-arm64 latest fb08ea9e218a 4 seconds ago 300MB 19:06:50 docker-core-data-go-arm64 latest 5317ac26563c 46 seconds ago 21MB 19:06:50 docker-security-proxy-setup-go-arm64 latest 5b6d1870a24b About a minute ago 23.2MB 19:06:50 docker-security-bootstrap-redis-go-arm64 latest 50f181d6d704 About a minute ago 15.1MB 19:06:50 docker-security-secretstore-setup-go-arm64 latest e0e2dab1f49e 3 minutes ago 23.4MB 19:06:50 docker-core-metadata-go-arm64 latest 5fac79a72c4b 3 minutes ago 12.3MB 19:06:50 docker-support-notifications-go-arm64 latest fd6d29fa4811 3 minutes ago 11.4MB 19:06:50 docker-core-command-go-arm64 latest 3b1f451847e1 3 minutes ago 9.98MB 19:06:50 docker-support-scheduler-go-arm64 latest fb4363e88868 3 minutes ago 10MB 19:06:50 docker 20.10.0 eeaf43b92773 4 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] } 19:06:51 Skipping build go-build-helper (already ran) 19:06:51 Skipping build static-packages (already ran) 19:06:51 Skipping build go115 (already ran) 19:06:51 Building edgex-go [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:06:51 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:06:53 go: downloading github.com/gorilla/mux v1.8.0 19:06:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 19:06:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 19:06:53 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:06:53 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 19:06:53 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 19:06:53 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:06:53 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 19:06:53 go: downloading github.com/google/uuid v1.1.4 19:06:53 go: downloading github.com/pelletier/go-toml v1.2.0 19:06:53 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:06:53 go: downloading github.com/BurntSushi/toml v0.3.1 19:06:53 go: downloading github.com/x448/float16 v0.8.4 19:06:53 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:06:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:06:53 go: downloading gopkg.in/yaml.v2 v2.4.0 19:06:53 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:06:53 go: downloading github.com/hashicorp/consul/api v1.1.0 19:06:53 go: downloading github.com/imdario/mergo v0.3.11 19:06:53 go: downloading github.com/pkg/errors v0.8.1 19:06:53 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 19:06:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:06:53 go: downloading github.com/go-kit/kit v0.8.0 19:06:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:06:53 go: downloading github.com/mitchellh/copystructure v1.0.0 19:06:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:06:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:06:53 go: downloading github.com/hashicorp/serf v0.8.2 19:06:53 go: downloading github.com/go-playground/universal-translator v0.17.0 19:06:53 go: downloading github.com/leodido/go-urn v1.2.0 19:06:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:06:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:06:53 go: downloading github.com/pebbe/zmq4 v1.2.2 19:06:53 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:06:53 go: downloading github.com/go-playground/locales v0.13.0 19:06:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:06:53 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:06:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:06:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:06:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:06:59 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 19:07:04 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 19:07:04 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 19:07:05 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 19:07:05 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 19:07:05 go: downloading github.com/stretchr/testify v1.6.1 19:07:06 go: downloading github.com/pmezard/go-difflib v1.0.0 19:07:06 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:07:06 go: downloading github.com/davecgh/go-spew v1.1.1 19:07:07 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 19:07:07 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:07:07 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:07:08 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 19:07:09 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 19:07:09 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:07:10 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 19:07:11 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 19:07:12 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 19:07:12 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:07:14 Building version 19:07:16 Staging config-common 19:07:17 Skipping stage go-build-helper (already ran) 19:07:17 Skipping stage static-packages (already ran) 19:07:17 Skipping stage go115 (already ran) 19:07:17 Staging edgex-go 19:07:18 Staging version 19:07:19 Priming config-common 19:07:20 Priming go-build-helper 19:07:20 Priming static-packages 19:07:22 Priming go115 19:07:23 Priming edgex-go 19:07:25 Priming version 19:07:25 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:07:29 provisioning config files... 19:07:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8227363482587159560tmp [Pipeline] { [Pipeline] sh 19:07:29 + set +x 19:07:29 + bash -s -- 19:07:29 + curl -s https://codecov.io/bash 19:07:30 19:07:30 _____ _ 19:07:30 / ____| | | 19:07:30 | | ___ __| | ___ ___ _____ __ 19:07:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:07:30 | |___| (_) | (_| | __/ (_| (_) \ V / 19:07:30 \_____\___/ \__,_|\___|\___\___/ \_/ 19:07:30 Bash-20201231-23d4836 19:07:30 19:07:30 19:07:30 ==> git version 2.24.3 found 19:07:30 ==> 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 19:07:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:07:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:07:30 ==> Jenkins CI detected. 19:07:30 project root: . 19:07:30 --> token set from env 19:07:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:07:30 ==> Running gcov in . (disable via -X gcov) 19:07:30 ==> Python coveragepy not found 19:07:30 ==> Searching for coverage reports in: 19:07:30 + . 19:07:30 -> Found 1 reports 19:07:30 ==> Detecting git/mercurial file structure 19:07:30 ==> Reading reports 19:07:30 + ./coverage.out bytes=552176 19:07:30 ==> Appending adjustments 19:07:30 https://docs.codecov.io/docs/fixing-reports 19:07:34 + Found adjustments 19:07:34 ==> Gzipping contents 19:07:34 84K /tmp/codecov.YGAdas.gz 19:07:34 ==> Uploading reports 19:07:34 url: https://codecov.io 19:07:34 query: branch=PR-3028&commit=2b3b35234ca4d176f48cd80ec47a189bba6340e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3028%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3028&job=&cmd_args= 19:07:35 -> Pinging Codecov 19:07:35 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3028&commit=2b3b35234ca4d176f48cd80ec47a189bba6340e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3028%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3028&job=&cmd_args= 19:07:35 -> Uploading to 19:07:35 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/2b3b35234ca4d176f48cd80ec47a189bba6340e2/a46c6ba6-564c-455a-a516-054a59be1f69.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T190735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42b42dc92305b98f4ccfd409c5a5c9fb669bfbe60f5c397ea9dfa2eaed7d5454 19:07:35 % Total % Received % Xferd Average Speed Time Time Time Current 19:07:35 Dload Upload Total Spent Left Speed 19:07:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83461 0 0 100 83461 0 123k --:--:-- --:--:-- --:--:-- 123k 19:07:36 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b3b35234ca4d176f48cd80ec47a189bba6340e2 [Pipeline] } 19:07:36 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 19:07:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:07:39 ---> package-listing.sh 19:07:39 ++ facter osfamily 19:07:39 ++ tr '[:upper:]' '[:lower:]' 19:07:40 + OS_FAMILY=redhat 19:07:40 + workspace=/w/workspace/edgex-go/2 19:07:40 + START_PACKAGES=/tmp/packages_start.txt 19:07:40 + END_PACKAGES=/tmp/packages_end.txt 19:07:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:07:40 + PACKAGES=/tmp/packages_start.txt 19:07:40 + '[' /w/workspace/edgex-go/2 ']' 19:07:40 + PACKAGES=/tmp/packages_end.txt 19:07:40 + case "${OS_FAMILY}" in 19:07:40 + rpm -qa 19:07:40 + sort 19:07:46 + '[' -f /tmp/packages_start.txt ']' 19:07:46 + '[' -f /tmp/packages_end.txt ']' 19:07:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:07:46 + '[' /w/workspace/edgex-go/2 ']' 19:07:46 + mkdir -p /w/workspace/edgex-go/2/archives/ 19:07:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 19:07:47 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:07:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:07:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:07:48 19:07:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:07:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:07:48 alpine: Pulling from edgex-lftools-log-publisher 19:07:48 df20fa9351a1: Pulling fs layer 19:07:48 36b3adc4ff6f: Pulling fs layer 19:07:48 8ad3a11d3b57: Pulling fs layer 19:07:48 46f8f816bc3b: Pulling fs layer 19:07:48 93b61091891f: Pulling fs layer 19:07:48 93b9cdb0e59b: Pulling fs layer 19:07:48 5e14af77c1be: Pulling fs layer 19:07:48 01666e4c0597: Pulling fs layer 19:07:48 aa168da1d23b: Pulling fs layer 19:07:48 93b61091891f: Waiting 19:07:48 01666e4c0597: Waiting 19:07:48 aa168da1d23b: Waiting 19:07:48 93b9cdb0e59b: Waiting 19:07:48 5e14af77c1be: Waiting 19:07:48 46f8f816bc3b: Waiting 19:07:48 36b3adc4ff6f: Verifying Checksum 19:07:48 36b3adc4ff6f: Download complete 19:07:48 46f8f816bc3b: Download complete 19:07:48 df20fa9351a1: Download complete 19:07:49 93b9cdb0e59b: Download complete 19:07:49 5e14af77c1be: Verifying Checksum 19:07:49 5e14af77c1be: Download complete 19:07:49 01666e4c0597: Verifying Checksum 19:07:49 01666e4c0597: Download complete 19:07:49 93b61091891f: Verifying Checksum 19:07:49 93b61091891f: Download complete 19:07:49 df20fa9351a1: Pull complete 19:07:50 36b3adc4ff6f: Pull complete 19:07:50 8ad3a11d3b57: Verifying Checksum 19:07:50 8ad3a11d3b57: Download complete 19:07:51 8ad3a11d3b57: Pull complete 19:07:52 46f8f816bc3b: Pull complete 19:07:53 93b61091891f: Pull complete 19:07:54 93b9cdb0e59b: Pull complete 19:07:54 aa168da1d23b: Download complete 19:07:55 5e14af77c1be: Pull complete 19:07:55 01666e4c0597: Pull complete 19:08:10 aa168da1d23b: Pull complete 19:08:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:08:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:08:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:08:10 prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container 19:08:11 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:08:14 $ docker top 9d2a3d037b1577b0325a6417ef4d2de30bac1793f18df8e6e6c33f0344451c9b -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:15 + touch /tmp/pre-build-complete [Pipeline] sh 19:08:16 + mkdir -p /var/log/sa [Pipeline] sh 19:08:17 + ls /var/log/sa-host 19:08:17 + sadf -c /var/log/sa-host/sa14 19:08:17 file_magic: OK 19:08:17 HZ: Using current value: 100 19:08:17 file_header: OK 19:08:17 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 19:08:17 Statistics: 19:08:17 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... 19:08:17 File successfully converted to sysstat format version 12.2.1 19:08:17 + sadf -c /var/log/sa-host/sa23 19:08:17 file_magic: OK 19:08:17 HZ: Using current value: 100 19:08:17 file_header: OK 19:08:17 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 19:08:17 Statistics: 19:08:17 Hnuu...uuuununununu... 19:08:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:17 provisioning config files... 19:08:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5384735449744269425tmp [Pipeline] { [Pipeline] echo 19:08:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:08:18 ---> create-netrc.sh [Pipeline] } 19:08:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:08:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:08:19 ---> python-tools-install.sh [Pipeline] echo 19:08:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:08:19 ---> sudo-logs.sh 19:08:19 Archiving 'sudo' log.. [Pipeline] echo 19:08:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:08:20 ---> job-cost.sh 19:08:20 lf-activate-venv: SKIPPING 19:08:20 INFO: No Stack... 19:08:20 INFO: Retrieving Pricing Info for: v1-standard-2 19:08:21 INFO: Archiving Costs [Pipeline] echo 19:08:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:08:21 ---> logs-deploy.sh 19:08:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3028/2 19:08:21 INFO: archiving workspace using pattern(s): 19:08:23 Archives upload complete. 19:08:23 INFO: archiving logs to Nexus