Pull request #3292 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from aec761c3b459d68dc3d29fa74b986b105aeae991+18e95d4ea95ce5d359f78633ddc21696924e37f4 (68d1693592d0d3156abafa9b13deae459b7cb17d) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31215’ Running on prd-centos7-docker-4c-2g-31217 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit aec761c3b459d68dc3d29fa74b986b105aeae991 Merge succeeded, producing aec761c3b459d68dc3d29fa74b986b105aeae991 Checking out Revision aec761c3b459d68dc3d29fa74b986b105aeae991 (PR-3292) > git config core.sparsecheckout # timeout=10 > git checkout -f aec761c3b459d68dc3d29fa74b986b105aeae991 # 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 18e95d4ea95ce5d359f78633ddc21696924e37f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aec761c3b459d68dc3d29fa74b986b105aeae991 # timeout=10 Commit message: "fix: Removed exec of consul entrypont scripts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:47:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:47:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:47:44 ========================================================= 15:47:44 EdgeX Global Pipelines Version Info 15:47:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4ff24e27371373e50a5d351116a3af9ab0e0a64c # timeout=10 15:47:46 ------------------- 15:47:46 stable info: 15:47:46 ------------------- 15:47:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:47:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:47:46 Message: update stable to v1.0.186 15:47:46 ------------------- 15:47:46 experimental info: 15:47:46 ------------------- 15:47:46 Commited By: **** collab-it+edgex@linuxfoundation.org 15:47:46 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 15:47:46 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:47:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:47:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3292 [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3292 [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3292 [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aec761c3b459d68dc3d29fa74b986b105aeae991 [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aec761c [Pipeline] echo 15:47:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:47:50 provisioning config files... 15:47:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6724377334519125280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:47:50 ---> docker-login.sh 15:47:50 nexus3.edgexfoundry.org:10001 15:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:50 Configure a credential helper to remove this warning. See 15:47:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:50 15:47:50 Login Succeeded 15:47:50 nexus3.edgexfoundry.org:10002 15:47:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:51 Configure a credential helper to remove this warning. See 15:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:51 15:47:51 Login Succeeded 15:47:51 nexus3.edgexfoundry.org:10003 15:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:51 Configure a credential helper to remove this warning. See 15:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:51 15:47:51 Login Succeeded 15:47:51 nexus3.edgexfoundry.org:10004 15:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:51 Configure a credential helper to remove this warning. See 15:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:51 15:47:51 Login Succeeded 15:47:51 docker.io 15:47:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:51 Configure a credential helper to remove this warning. See 15:47:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:51 15:47:51 Login Succeeded 15:47:51 ---> docker-login.sh ends [Pipeline] } 15:47:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:47:52 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/core-command/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo core-command,cmd/core-command/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/core-data/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo core-data,cmd/core-data/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/core-metadata/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo core-metadata,cmd/core-metadata/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/security-bootstrapper/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/security-proxy-setup/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/support-notifications/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo support-notifications,cmd/support-notifications/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/support-scheduler/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:47:52 + for file in '`ls cmd/**/Dockerfile`' 15:47:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:47:52 ++ cut -d/ -f2 15:47:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:47:52 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:47:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:53 15:47:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:47:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:53 latest: Pulling from edgex-devops/git-semver 15:47:53 31603596830f: Pulling fs layer 15:47:53 2a8b12db71e7: Pulling fs layer 15:47:53 6ca5941a6612: Pulling fs layer 15:47:53 ecc8261a40a4: Pulling fs layer 15:47:53 ecc8261a40a4: Waiting 15:47:53 2a8b12db71e7: Verifying Checksum 15:47:53 2a8b12db71e7: Download complete 15:47:53 31603596830f: Verifying Checksum 15:47:53 31603596830f: Download complete 15:47:54 ecc8261a40a4: Verifying Checksum 15:47:54 ecc8261a40a4: Download complete 15:47:54 6ca5941a6612: Verifying Checksum 15:47:54 6ca5941a6612: Download complete 15:47:54 31603596830f: Pull complete 15:47:54 2a8b12db71e7: Pull complete 15:47:55 6ca5941a6612: Pull complete 15:47:55 ecc8261a40a4: Pull complete 15:47:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:47:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:47:55 prd-centos7-docker-4c-2g-31217 does not seem to be running inside a container 15:47:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:47:57 $ docker top 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:47:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:47:57 [ssh-agent] Looking for ssh-agent implementation... 15:47:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:47:58 $ docker exec 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 ssh-agent 15:47:58 SSH_AUTH_SOCK=/tmp/ssh-h6iYvtkS3BgZ/agent.12 15:47:58 SSH_AGENT_PID=17 15:47:58 Running ssh-add (command line suppressed) 15:47:58 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8569129774336647235.key (/w/workspace/edgex-go/3@tmp/private_key_8569129774336647235.key) 15:47:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:47:58 + git tag --points-at HEAD [Pipeline] } 15:47:58 $ docker exec --env ******** --env ******** 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 ssh-agent -k 15:47:58 unset SSH_AUTH_SOCK; 15:47:58 unset SSH_AGENT_PID; 15:47:58 echo Agent pid 17 killed; 15:47:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:47:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:47:59 [ssh-agent] Looking for ssh-agent implementation... 15:47:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:47:59 $ docker exec 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 ssh-agent 15:47:59 SSH_AUTH_SOCK=/tmp/ssh-Ku5RnRFjpTrB/agent.45 15:47:59 SSH_AGENT_PID=50 15:47:59 Running ssh-add (command line suppressed) 15:47:59 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1092500947084305170.key (/w/workspace/edgex-go/3@tmp/private_key_1092500947084305170.key) 15:47:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:00 + git semver init 15:48:00 # -> Open(): unable to determine branch for HEAD 15:48:00 # $GIT_DIR = /w/workspace/edgex-go/3/.git 15:48:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 15:48:00 # $SEMVER_REMOTE_NAME = origin 15:48:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:48:00 # $SEMVER_USER_NAME = edgex-jenkins 15:48:00 # $SEMVER_BRANCH = PR-3292 15:48:00 # $SEMVER_TEMP = /tmp/semver-112887778 15:48:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:48:18 # '/tmp/semver-112887778' -> '/w/workspace/edgex-go/3/.semver' 15:48:18 # -> Force: false 15:48:18 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 15:48:18 $ docker exec --env ******** --env ******** 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 ssh-agent -k 15:48:18 unset SSH_AUTH_SOCK; 15:48:18 unset SSH_AGENT_PID; 15:48:18 echo Agent pid 50 killed; 15:48:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:19 + git semver [Pipeline] } 15:48:19 $ docker stop --time=1 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 15:48:20 $ docker rm -f 137048d74468ea086d84770cc91df1d9d456805a05e42a00700bf145135f2453 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:48:22 Stashed 1 file(s) [Pipeline] echo 15:48:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:48:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:48:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:48:23 + sudo service docker restart 15:48:23 + true 15:48:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:48:24 ========================================================= 15:48:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:48:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:48:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:48:28 Sending build context to Docker daemon 328.8MB 15:48:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:48:28 Step 2/6 : FROM ${BASE} 15:48:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:48:28 188c0c94c7c5: Pulling fs layer 15:48:28 0ef7d3d256c8: Pulling fs layer 15:48:28 de9db76c5a1d: Pulling fs layer 15:48:28 bca2f99d35d6: Pulling fs layer 15:48:28 93359f2a8cfa: Pulling fs layer 15:48:28 7c6f9722023f: Pulling fs layer 15:48:28 a35cf1a2eb13: Pulling fs layer 15:48:28 93359f2a8cfa: Waiting 15:48:28 7c6f9722023f: Waiting 15:48:28 a35cf1a2eb13: Waiting 15:48:28 bca2f99d35d6: Waiting 15:48:28 de9db76c5a1d: Verifying Checksum 15:48:28 de9db76c5a1d: Download complete 15:48:28 0ef7d3d256c8: Verifying Checksum 15:48:28 0ef7d3d256c8: Download complete 15:48:28 93359f2a8cfa: Verifying Checksum 15:48:28 93359f2a8cfa: Download complete 15:48:28 188c0c94c7c5: Verifying Checksum 15:48:28 188c0c94c7c5: Download complete 15:48:28 7c6f9722023f: Verifying Checksum 15:48:28 7c6f9722023f: Download complete 15:48:28 188c0c94c7c5: Pull complete 15:48:28 0ef7d3d256c8: Pull complete 15:48:28 de9db76c5a1d: Pull complete 15:48:30 a35cf1a2eb13: Verifying Checksum 15:48:30 a35cf1a2eb13: Download complete 15:48:30 bca2f99d35d6: Verifying Checksum 15:48:30 bca2f99d35d6: Download complete 15:48:36 bca2f99d35d6: Pull complete 15:48:36 93359f2a8cfa: Pull complete 15:48:36 7c6f9722023f: Pull complete 15:48:37 Still waiting to schedule task 15:48:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:48:40 a35cf1a2eb13: Pull complete 15:48:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:48:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:48:40 ---> a62c8e92a672 15:48:40 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 15:48:40 ---> Running in 5d940707bdb3 15:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:42 (1/12) Installing libmagic (5.38-r0) 15:48:42 (2/12) Installing file (5.38-r0) 15:48:42 (3/12) Installing libc-dev (0.7.2-r3) 15:48:42 (4/12) Installing g++ (9.3.0-r2) 15:48:46 (5/12) Installing fortify-headers (1.1-r0) 15:48:46 (6/12) Installing patch (2.7.6-r6) 15:48:46 (7/12) Installing build-base (0.5-r2) 15:48:46 (8/12) Installing libsodium (1.0.18-r0) 15:48:46 (9/12) Installing pkgconf (1.7.2-r0) 15:48:46 (10/12) Installing libsodium-dev (1.0.18-r0) 15:48:46 (11/12) Installing libzmq (4.3.3-r0) 15:48:46 (12/12) Installing zeromq-dev (4.3.3-r0) 15:48:46 Executing busybox-1.31.1-r19.trigger 15:48:46 OK: 233 MiB in 51 packages 15:48:49 Removing intermediate container 5d940707bdb3 15:48:49 ---> 9889de8ed35a 15:48:49 Step 4/6 : WORKDIR /edgex-go 15:48:50 ---> Running in e2044155b580 15:48:50 Removing intermediate container e2044155b580 15:48:50 ---> 7880f4ecd122 15:48:50 Step 5/6 : COPY go.mod . 15:48:50 ---> e854432faf4d 15:48:50 Step 6/6 : RUN go mod download 15:48:50 ---> Running in 450a0335ea7e 15:49:17 Removing intermediate container 450a0335ea7e 15:49:17 ---> b0253f673323 15:49:17 Successfully built b0253f673323 15:49:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:49:17 + docker inspect -f . ci-base-image-x86_64 15:49:17 . [Pipeline] withDockerContainer 15:49:17 prd-centos7-docker-4c-2g-31217 does not seem to be running inside a container 15:49:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 15:49:18 $ docker top 034ab7c2d6e83fd17139e384d52a4a80e85983a27843417ec48261e0cfc53d39 -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:18 + go version 15:49:18 go version go1.15.5 linux/amd64 [Pipeline] } 15:49:19 $ docker stop --time=1 034ab7c2d6e83fd17139e384d52a4a80e85983a27843417ec48261e0cfc53d39 15:49:20 $ docker rm -f 034ab7c2d6e83fd17139e384d52a4a80e85983a27843417ec48261e0cfc53d39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:49:21 + docker inspect -f . ci-base-image-x86_64 15:49:21 . [Pipeline] withDockerContainer 15:49:21 prd-centos7-docker-4c-2g-31217 does not seem to be running inside a container 15:49:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 15:49:22 $ docker top 8702fa975dd25a8faf64bf45113e986ef6c4a783fa2a6b68a71c1c25970ae542 -eo pid,comm [Pipeline] { [Pipeline] echo 15:49:22 ========================================================= 15:49:22 [edgeXBuildGoParallel] Running Tests and Build... 15:49:22 ========================================================= [Pipeline] sh 15:49:22 + make test 15:49:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:49:32 ? github.com/edgexfoundry/edgex-go [no test files] 15:49:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:49:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:49:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:49:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:49:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:49:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:49:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:49:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:49:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:49:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:49:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:49:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:50:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements 15:50:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:50:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:50:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.9% of statements 15:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.088s coverage: 78.9% of statements 15:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:50:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.300s coverage: 28.6% of statements 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:50:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:50:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:50:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:50:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:50:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:50:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 15:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 15:50:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31218 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws 15:50:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.038s coverage: 94.4% of statements 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 15:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.168s coverage: 82.6% of statements 15:50:27 using credential edgex-jenkins-ssh 15:50:27 Cloning the remote Git repository 15:50:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:50:28 > git init /w/workspace/edgex-go/3 # timeout=10 15:50:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:50:28 > git --version # timeout=10 15:50:28 > git --version # 'git version 2.17.1' 15:50:28 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.4% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 69.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.156s coverage: 87.1% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.766s coverage: 29.1% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.122s coverage: 94.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:50:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 15:50:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 15:50:36 GO111MODULE=on go vet ./... 15:50:44 Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit aec761c3b459d68dc3d29fa74b986b105aeae991 15:50:44 Merge succeeded, producing aec761c3b459d68dc3d29fa74b986b105aeae991 15:50:44 Checking out Revision aec761c3b459d68dc3d29fa74b986b105aeae991 (PR-3292) 15:50:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:50:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:50:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:50:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:50:44 > git config core.sparsecheckout # timeout=10 15:50:44 > git checkout -f aec761c3b459d68dc3d29fa74b986b105aeae991 # timeout=10 15:50:44 > git remote # timeout=10 15:50:44 > git config --get remote.origin.url # timeout=10 15:50:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:44 > git merge 18e95d4ea95ce5d359f78633ddc21696924e37f4 # timeout=10 15:50:44 > git rev-parse HEAD^{commit} # timeout=10 15:50:44 > git config core.sparsecheckout # timeout=10 15:50:44 > git checkout -f aec761c3b459d68dc3d29fa74b986b105aeae991 # timeout=10 15:50:49 Commit message: "fix: Removed exec of consul entrypont scripts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:50:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:50:51 + true 15:50:51 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:50:53 provisioning config files... 15:50:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7531728088657053534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:50:54 ---> docker-login.sh 15:50:54 nexus3.edgexfoundry.org:10001 15:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:55 Configure a credential helper to remove this warning. See 15:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:55 15:50:55 Login Succeeded 15:50:55 nexus3.edgexfoundry.org:10002 15:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:55 Configure a credential helper to remove this warning. See 15:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:55 15:50:55 Login Succeeded 15:50:56 nexus3.edgexfoundry.org:10003 15:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:56 Configure a credential helper to remove this warning. See 15:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:56 15:50:56 Login Succeeded 15:50:56 nexus3.edgexfoundry.org:10004 15:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:56 Configure a credential helper to remove this warning. See 15:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:56 15:50:56 Login Succeeded 15:50:56 docker.io 15:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:57 Configure a credential helper to remove this warning. See 15:50:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:57 15:50:57 Login Succeeded 15:50:57 ---> docker-login.sh ends [Pipeline] } 15:50:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:50:58 ========================================================= 15:50:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:50:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:50:58 + 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 . 15:51:01 Sending build context to Docker daemon 166.9MB 15:51:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:51:01 Step 2/6 : FROM ${BASE} 15:51:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:51:01 5f621e34cdf4: Pulling fs layer 15:51:01 a4357932f1b6: Pulling fs layer 15:51:01 18c013af1878: Pulling fs layer 15:51:01 00ac8860ef70: Pulling fs layer 15:51:01 63d7cb157983: Pulling fs layer 15:51:01 b116817d02f9: Pulling fs layer 15:51:01 745a02a5169b: Pulling fs layer 15:51:01 63d7cb157983: Waiting 15:51:01 00ac8860ef70: Waiting 15:51:01 b116817d02f9: Waiting 15:51:01 745a02a5169b: Waiting 15:51:01 18c013af1878: Download complete 15:51:01 a4357932f1b6: Verifying Checksum 15:51:01 a4357932f1b6: Download complete 15:51:01 63d7cb157983: Verifying Checksum 15:51:01 b116817d02f9: Verifying Checksum 15:51:01 b116817d02f9: Download complete 15:51:02 5f621e34cdf4: Verifying Checksum 15:51:02 5f621e34cdf4: Download complete 15:51:02 5f621e34cdf4: Pull complete 15:51:03 a4357932f1b6: Pull complete 15:51:03 gofmt -l . 15:51:03 18c013af1878: Pull complete 15:51:03 [ "`gofmt -l .`" = "" ] 15:51:04 745a02a5169b: Verifying Checksum 15:51:04 745a02a5169b: Download complete 15:51:04 ./bin/test-go-mod-tidy.sh 15:51:04 ./bin/test-attribution-txt.sh [Pipeline] sh 15:51:05 + ls -al . 15:51:05 total 776 15:51:05 drwxrwxr-x 10 1001 1001 4096 Mar 24 15:51 . 15:51:05 drwxr-xr-x 4 root root 28 Mar 24 15:49 .. 15:51:05 -rw-rw-r-- 1 1001 1001 11 Mar 24 15:47 .dockerignore 15:51:05 drwxrwxr-x 8 1001 1001 179 Mar 24 15:47 .git 15:51:05 drwxrwxr-x 3 1001 1001 125 Mar 24 15:47 .github 15:51:05 -rw-rw-r-- 1 1001 1001 818 Mar 24 15:47 .gitignore 15:51:05 drwx------ 3 1001 1001 60 Mar 24 15:48 .semver 15:51:05 -rw-rw-r-- 1 1001 1001 166 Mar 24 15:47 .sonarcloud.properties 15:51:05 -rw-rw-r-- 1 1001 1001 8607 Mar 24 15:47 Attribution.txt 15:51:05 -rw-rw-r-- 1 1001 1001 3804 Mar 24 15:47 CONTRIBUTING.md 15:51:05 -rw-rw-r-- 1 1001 1001 931 Mar 24 15:47 Dockerfile.build 15:51:05 -rw-rw-r-- 1 1001 1001 863 Mar 24 15:47 Jenkinsfile 15:51:05 -rw-rw-r-- 1 1001 1001 10775 Mar 24 15:47 LICENSE 15:51:05 -rw-rw-r-- 1 1001 1001 5774 Mar 24 15:47 Makefile 15:51:05 -rw-rw-r-- 1 1001 1001 6548 Mar 24 15:47 README.md 15:51:05 -rw-rw-r-- 1 1001 1001 6755 Mar 24 15:47 SECURITY.md 15:51:05 -rw-rw-r-- 1 1001 1001 5 Mar 24 15:48 VERSION 15:51:05 -rw-rw-r-- 1 1001 1001 4131 Mar 24 15:47 ZMQWindows.md 15:51:05 drwxrwxr-x 2 1001 1001 117 Mar 24 15:47 bin 15:51:05 drwxrwxr-x 14 1001 1001 4096 Mar 24 15:47 cmd 15:51:05 -rw-r--r-- 1 root root 666600 Mar 24 15:50 coverage.out 15:51:05 -rw-r--r-- 1 root root 1056 Mar 24 15:51 go.mod 15:51:05 -rw-r--r-- 1 root root 22211 Mar 24 15:51 go.sum 15:51:05 drwxrwxr-x 8 1001 1001 127 Mar 24 15:47 internal 15:51:05 drwxrwxr-x 4 1001 1001 26 Mar 24 15:47 openapi 15:51:05 drwxrwxr-x 4 1001 1001 71 Mar 24 15:47 snap 15:51:05 -rw-rw-r-- 1 1001 1001 168 Mar 24 15:47 version.go [Pipeline] sh 15:51:06 + '[' -e coverage.out ] 15:51:06 + chown 1001:1001 coverage.out [Pipeline] stash 15:51:06 00ac8860ef70: Verifying Checksum 15:51:06 00ac8860ef70: Download complete 15:51:06 Stashed 1 file(s) [Pipeline] sh 15:51:06 + make build 15:51:06 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 15:51:10 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 15:51:16 00ac8860ef70: Pull complete 15:51:16 63d7cb157983: Pull complete 15:51:16 b116817d02f9: Pull complete 15:51:19 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 15:51:19 745a02a5169b: Pull complete 15:51:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:51:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:51:20 ---> b7e6874047d6 15:51:20 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 15:51: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 15:51:22 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 15:51:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:51:23 ---> Running in 6951570d61c5 15:51:24 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 15:51:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:51:25 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 15:51:26 (1/12) Installing libmagic (5.38-r0) 15:51:26 (2/12) Installing file (5.38-r0) 15:51:26 (3/12) Installing libc-dev (0.7.2-r3) 15:51:26 (4/12) Installing g++ (9.3.0-r2) 15:51:26 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 15:51:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:51:29 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 15:51:29 (5/12) Installing fortify-headers (1.1-r0) 15:51:29 (6/12) Installing patch (2.7.6-r6) 15:51:29 (7/12) Installing build-base (0.5-r2) 15:51:29 (8/12) Installing libsodium (1.0.18-r0) 15:51:30 (9/12) Installing pkgconf (1.7.2-r0) 15:51:30 (10/12) Installing libsodium-dev (1.0.18-r0) 15:51:30 (11/12) Installing libzmq (4.3.3-r0) 15:51:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:51:30 (12/12) Installing zeromq-dev (4.3.3-r0) 15:51:30 Executing busybox-1.31.1-r19.trigger 15:51:30 OK: 217 MiB in 51 packages [Pipeline] } 15:51:32 $ docker stop --time=1 8702fa975dd25a8faf64bf45113e986ef6c4a783fa2a6b68a71c1c25970ae542 15:51:34 $ docker rm -f 8702fa975dd25a8faf64bf45113e986ef6c4a783fa2a6b68a71c1c25970ae542 15:51:34 Removing intermediate container 6951570d61c5 15:51:34 ---> 79775f7fddd9 15:51:34 Step 4/6 : WORKDIR /edgex-go 15:51:34 ---> Running in 1e5785744b55 15:51:34 Removing intermediate container 1e5785744b55 15:51:34 ---> 3b153884137c 15:51:34 Step 5/6 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:51:35 ---> 39fb90cb2ceb 15:51:35 Step 6/6 : RUN go mod download 15:51:35 ---> Running in 35f9ec2260c8 [Pipeline] isUnix [Pipeline] sh 15:51:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:51:36 15:51:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:51:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:51:36 latest: Pulling from edgex-devops/edgex-compose 15:51:36 cbdbe7a5bc2a: Pulling fs layer 15:51:36 ca9280d653b3: Pulling fs layer 15:51:36 7e9c9ca2126c: Pulling fs layer 15:51:36 cbdbe7a5bc2a: Verifying Checksum 15:51:36 cbdbe7a5bc2a: Download complete 15:51:37 cbdbe7a5bc2a: Pull complete 15:51:37 ca9280d653b3: Verifying Checksum 15:51:37 ca9280d653b3: Download complete 15:51:38 7e9c9ca2126c: Verifying Checksum 15:51:38 7e9c9ca2126c: Download complete 15:51:38 ca9280d653b3: Pull complete 15:51:45 7e9c9ca2126c: Pull complete 15:51:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:51:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:51:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:51:45 prd-centos7-docker-4c-2g-31217 does not seem to be running inside a container 15:51:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:51:48 $ docker top 4c0763aa63b153f388442f6ba43ee21ec3a998c809159633530b74bff291de90 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:49 + + docker-compose buildgrep --help parallel 15:51:49 15:51:50 --parallel Build images in parallel. [Pipeline] } 15:51:50 $ docker stop --time=1 4c0763aa63b153f388442f6ba43ee21ec3a998c809159633530b74bff291de90 15:51:51 $ docker rm -f 4c0763aa63b153f388442f6ba43ee21ec3a998c809159633530b74bff291de90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:51:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:51:52 . [Pipeline] withDockerContainer 15:51:52 prd-centos7-docker-4c-2g-31217 does not seem to be running inside a container 15:51:52 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:51:53 $ docker top bc26e14b1d4d51e1a298f4726d3193245d6b7d1de528a41306772cbc8afc08f5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:53 + docker-compose -f ./docker-compose-build.yml build --parallel 15:51:55 Building docker-core-command-go ... 15:51:55 Building docker-core-data-go ... 15:51:55 Building docker-core-metadata-go ... 15:51:55 Building docker-security-bootstrapper-go ... 15:51:55 Building docker-security-proxy-setup-go ... 15:51:55 Building docker-security-secretstore-setup-go ... 15:51:55 Building docker-support-notifications-go ... 15:51:55 Building docker-support-scheduler-go ... 15:51:55 Building docker-sys-mgmt-agent-go ... 15:51:55 Building docker-security-proxy-setup-go 15:51:55 Building docker-security-secretstore-setup-go 15:51:55 Building docker-support-scheduler-go 15:51:55 Building docker-core-command-go 15:51:55 Building docker-support-notifications-go 15:52:02 Removing intermediate container 35f9ec2260c8 15:52:02 ---> 7bc3d94c6588 15:52:02 Successfully built 7bc3d94c6588 15:52:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:52:03 + docker inspect -f . ci-base-image-arm64 15:52:03 . [Pipeline] withDockerContainer 15:52:03 prd-ubuntu18.04-docker-arm64-4c-16g-31218 does not seem to be running inside a container 15:52:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:52:04 $ docker top 5ce490d1edc2b06968311a50c592d548e04b0c83c6ae0ee02e54ba0b87a2cd68 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:05 + go version 15:52:05 go version go1.15.5 linux/arm64 [Pipeline] } 15:52:05 $ docker stop --time=1 5ce490d1edc2b06968311a50c592d548e04b0c83c6ae0ee02e54ba0b87a2cd68 15:52:07 $ docker rm -f 5ce490d1edc2b06968311a50c592d548e04b0c83c6ae0ee02e54ba0b87a2cd68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:52:08 + docker inspect -f . ci-base-image-arm64 15:52:08 . [Pipeline] withDockerContainer 15:52:08 prd-ubuntu18.04-docker-arm64-4c-16g-31218 does not seem to be running inside a container 15:52:09 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:52:10 $ docker top bfb7f826beb3c2d02c9006b42a79260aad2ce1c3a0f1c65afc6d25e1100670c3 -eo pid,comm [Pipeline] { [Pipeline] echo 15:52:10 ========================================================= 15:52:10 [edgeXBuildGoParallel] Running Tests and Build... 15:52:10 ========================================================= [Pipeline] sh 15:52:11 + make test 15:52:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:52:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:52:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:52:27 ---> b0253f673323 15:52:27 Step 3/22 : WORKDIR /edgex-go 15:52:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:52:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:52:27 ---> b0253f673323 15:52:27 Step 3/23 : WORKDIR /edgex-go 15:52:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:52:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:52:27 ---> b0253f673323 15:52:27 Step 3/21 : WORKDIR /edgex-go 15:52:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:52:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:52:27 ---> b0253f673323 15:52:27 Step 3/22 : WORKDIR /edgex-go 15:52:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:52:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:52:27 ---> b0253f673323 15:52:27 Step 3/24 : WORKDIR /edgex-go 15:52:27 ---> Running in 3830013de07f 15:52:27 ---> Running in 5f2f1b495f12 15:52:27 ---> Running in 3a3a1a555db1 15:52:27 ---> Running in 535b12c72a1d 15:52:27 ---> Running in 8205580dede0 15:52:27 Removing intermediate container 3830013de07f 15:52:27 ---> a2a34e3cf53c 15:52:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:27 Removing intermediate container 8205580dede0 15:52:27 ---> 88b2d346e564 15:52:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:27 Removing intermediate container 3a3a1a555db1 15:52:27 ---> 71a3c01eb627 15:52:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:27 Removing intermediate container 5f2f1b495f12 15:52:27 ---> 13b73a76d6ed 15:52:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:27 Removing intermediate container 535b12c72a1d 15:52:27 ---> 645d69cf8663 15:52:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:27 ---> Running in c8b04d9d21b0 15:52:27 ---> Running in a3c530b3068a 15:52:27 ---> Running in ca974904e827 15:52:27 ---> Running in 7b4e6a20d327 15:52:27 ---> Running in e2939294e8f3 15:52:29 Removing intermediate container ca974904e827 15:52:29 ---> ca7f9b473e61 15:52:29 Step 5/23 : RUN apk add --update --no-cache make git 15:52:30 Removing intermediate container c8b04d9d21b0 15:52:30 ---> de2bd947c6d7 15:52:30 Step 5/24 : RUN apk add --update --no-cache make git 15:52:30 Removing intermediate container a3c530b3068a 15:52:30 ---> c3e8e264fed4 15:52:30 Step 5/22 : RUN apk add --update --no-cache make git 15:52:30 ---> Running in 9716908ac3e3 15:52:30 ---> Running in 0acf53b84379 15:52:30 ---> Running in a1b99bcb3995 15:52:30 Removing intermediate container 7b4e6a20d327 15:52:30 ---> 4a65384aeee4 15:52:30 Step 5/21 : RUN apk add --update --no-cache make git 15:52:30 Removing intermediate container e2939294e8f3 15:52:30 ---> de78a0419476 15:52:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:52:30 ---> Running in 3be9d009f9ac 15:52:30 ---> Running in f3cedc5eccf4 15:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:32 OK: 233 MiB in 51 packages 15:52:32 OK: 233 MiB in 51 packages 15:52:32 OK: 233 MiB in 51 packages 15:52:33 OK: 233 MiB in 51 packages 15:52:33 ? github.com/edgexfoundry/edgex-go [no test files] 15:52:33 OK: 233 MiB in 51 packages 15:52:34 Removing intermediate container a1b99bcb3995 15:52:34 ---> 7c4569482380 15:52:34 Step 6/22 : COPY go.mod . 15:52:34 Removing intermediate container 3be9d009f9ac 15:52:34 ---> f1ffd7ee4f82 15:52:34 Step 6/21 : COPY go.mod . 15:52:34 Removing intermediate container 9716908ac3e3 15:52:34 ---> 64a00e7ab761 15:52:34 Step 6/23 : COPY go.mod . 15:52:34 Removing intermediate container f3cedc5eccf4 15:52:34 ---> c5a2c9f2d4dc 15:52:34 Step 6/22 : COPY go.mod . 15:52:34 ---> a709dc9e8458 15:52:34 Step 7/22 : RUN go mod download 15:52:34 ---> Running in c2555e963319 15:52:34 Removing intermediate container 0acf53b84379 15:52:34 ---> 1fb8858b4d5b 15:52:34 Step 6/24 : COPY go.mod . 15:52:34 ---> 99257d1830d3 15:52:34 Step 7/21 : RUN go mod download 15:52:34 ---> 0f2e853c5839 15:52:34 Step 7/23 : RUN go mod download 15:52:34 ---> 2c16741aa8f4 15:52:34 Step 7/22 : RUN go mod download 15:52:34 ---> Running in bcbe710526f9 15:52:34 ---> Running in 4008dad10ec7 15:52:34 ---> Running in 510b87c04fec 15:52:34 ---> 84ea48733d11 15:52:34 Step 7/24 : RUN go mod download 15:52:35 ---> Running in c086dc685816 15:52:37 Removing intermediate container 4008dad10ec7 15:52:37 ---> 0d1a983b0cf7 15:52:37 Step 8/23 : COPY . . 15:52:38 Removing intermediate container bcbe710526f9 15:52:38 ---> a04ef9623728 15:52:38 Step 8/21 : COPY . . 15:52:38 Removing intermediate container c2555e963319 15:52:38 ---> 32e7b4dc7d11 15:52:38 Step 8/22 : COPY . . 15:52:39 Removing intermediate container 510b87c04fec 15:52:39 ---> 93320dd5c413 15:52:39 Step 8/22 : COPY . . 15:52:43 Removing intermediate container c086dc685816 15:52:43 ---> b312cf37ed83 15:52:43 Step 8/24 : COPY . . 15:53:16 ---> 7204ee26f91f 15:53:16 Step 9/23 : RUN make cmd/core-command/core-command 15:53:16 ---> 807a141d5040 15:53:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:53:17 ---> 8a92bbd25e3e 15:53:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:53:17 ---> Running in b10e06b754d9 15:53:17 ---> Running in fd6dab1c93b5 15:53:17 ---> fff8eb147f2f 15:53:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:53:17 ---> ead10c2c22a7 15:53:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:53:17 ---> Running in eb87edd82e7e 15:53:17 ---> Running in 9098e2c15897 15:53:17 ---> Running in afd9bb3a2cb6 15:53:19 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 15:53: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 15:53:19 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 15:53:19 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 15:53:19 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 15:53:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:53:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:53:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:53:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:53:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:53:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:53:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:53:51 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 15:53:51 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 15:53:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.410s coverage: 45.9% of statements 15:53:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:53:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:53:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:53:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:53:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:53:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:53:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.150s coverage: 19.8% of statements 15:53:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements 15:54:01 Removing intermediate container fd6dab1c93b5 15:54:01 ---> e7219fec3626 15:54:01 15:54:01 Step 10/24 : FROM alpine:3.12 15:54:01 Removing intermediate container b10e06b754d9 15:54:01 ---> 263729161fe5 15:54:01 15:54:01 Step 10/23 : FROM alpine:3.12 15:54:01 Removing intermediate container eb87edd82e7e 15:54:01 ---> eab45c3460e0 15:54:01 15:54:01 Step 10/21 : FROM alpine:3.12 15:54:01 Removing intermediate container afd9bb3a2cb6 15:54:01 ---> 5525e00911a9 15:54:01 15:54:01 Step 10/22 : FROM alpine:3.12 15:54:01 Removing intermediate container 9098e2c15897 15:54:01 ---> 539d96b76393 15:54:01 15:54:01 Step 10/22 : FROM alpine:3.12 15:54:01 3.12: Pulling from library/alpine 15:54:01 3.12: Pulling from library/alpine 15:54:01 3.12: Pulling from library/alpine 15:54:01 3.12: Pulling from library/alpine 15:54:01 3.12: Pulling from library/alpine 15:54:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:54:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:54:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:54:01 Status: Downloaded newer image for alpine:3.12 15:54:01 Status: Downloaded newer image for alpine:3.12 15:54:01 Status: Image is up to date for alpine:3.12 15:54:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:54:01 Status: Image is up to date for alpine:3.12 15:54:01 ---> 88dd2752d2ea 15:54:01 Step 11/21 : RUN apk add --update --no-cache curl 15:54:01 ---> 88dd2752d2ea 15:54:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:54:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:54:01 Status: Image is up to date for alpine:3.12 15:54:01 ---> 88dd2752d2ea 15:54:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:54:01 ---> 88dd2752d2ea 15:54:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:54:01 ---> 88dd2752d2ea 15:54:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:54:01 ---> Running in c91d5cf224b8 15:54:01 ---> Running in c1a275e2ef1b 15:54:01 ---> Running in b07f9c90fd45 15:54:01 ---> Running in 8227c10720a4 15:54:01 ---> Running in 8d825cc73e27 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:02 (1/1) Installing dumb-init (1.2.2-r1) 15:54:02 Executing busybox-1.31.1-r19.trigger 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:02 OK: 6 MiB in 15 packages 15:54:02 (1/6) Installing ca-certificates (20191127-r4) 15:54:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:02 (3/6) Installing libcurl (7.69.1-r3) 15:54:02 (4/6) Installing curl (7.69.1-r3) 15:54:02 (5/6) Installing dumb-init (1.2.2-r1) 15:54:02 (6/6) Installing su-exec (0.2-r1) 15:54:02 Executing busybox-1.31.1-r19.trigger 15:54:02 Executing ca-certificates-20191127-r4.trigger 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:02 (1/2) Installing ca-certificates (20191127-r4) 15:54:02 OK: 7 MiB in 20 packages 15:54:02 (2/2) Installing dumb-init (1.2.2-r1) 15:54:02 Executing busybox-1.31.1-r19.trigger 15:54:02 Executing ca-certificates-20191127-r4.trigger 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:02 OK: 6 MiB in 16 packages 15:54:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:02 (1/4) Installing ca-certificates (20191127-r4) 15:54:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:54:03 (3/4) Installing libcurl (7.69.1-r3) 15:54:03 (4/4) Installing curl (7.69.1-r3) 15:54:03 Executing busybox-1.31.1-r19.trigger 15:54:03 Executing ca-certificates-20191127-r4.trigger 15:54:03 OK: 7 MiB in 18 packages 15:54:03 (1/1) Installing dumb-init (1.2.2-r1) 15:54:03 Executing busybox-1.31.1-r19.trigger 15:54:03 OK: 6 MiB in 15 packages 15:54:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.1% of statements 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:54:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:54:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:54:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.535s coverage: 82.9% of statements 15:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.207s coverage: 78.9% of statements 15:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:54:05 Removing intermediate container c91d5cf224b8 15:54:05 ---> c0c4abbf1158 15:54:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:54:06 ---> Running in 23b1218fc7d8 15:54:06 Removing intermediate container c1a275e2ef1b 15:54:06 ---> 29a8722a604d 15:54:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:54:06 Removing intermediate container b07f9c90fd45 15:54:06 ---> 993dcfabb890 15:54:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:54:06 ---> Running in 8478f46c51db 15:54:06 ---> Running in bbf92afda0e5 15:54:07 Removing intermediate container 8227c10720a4 15:54:07 ---> 81d35e486666 15:54:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:54:07 Removing intermediate container 23b1218fc7d8 15:54:07 ---> 41bb2c398f93 15:54:07 Step 13/23 : ENV APP_PORT=48082 15:54:07 Removing intermediate container 8d825cc73e27 15:54:07 ---> 5e6972928c0c 15:54:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:54:07 ---> Running in cd5348ba0232 15:54:07 ---> Running in 924d7cfcfbd2 15:54:07 ---> Running in 25f8d0518c17 15:54:07 Removing intermediate container 8478f46c51db 15:54:07 ---> a78b128b278f 15:54:07 Step 13/24 : WORKDIR / 15:54:07 Removing intermediate container bbf92afda0e5 15:54:07 ---> 5fe9d394941f 15:54:07 Step 13/22 : ENV APP_PORT=48060 15:54:07 ---> Running in ed7c54240255 15:54:07 ---> Running in cef8c96ea373 15:54:07 Removing intermediate container 924d7cfcfbd2 15:54:07 ---> e0f2c10c4d59 15:54:07 Step 14/23 : EXPOSE $APP_PORT 15:54:07 Removing intermediate container cd5348ba0232 15:54:07 ---> b93f3578b6dd 15:54:07 Step 13/22 : ENV APP_PORT=48085 15:54:07 Removing intermediate container 25f8d0518c17 15:54:07 ---> 1408ecb1647d 15:54:07 Step 13/21 : WORKDIR /edgex 15:54:08 ---> Running in ae60798392fb 15:54:08 ---> Running in 807b8235f16e 15:54:08 ---> Running in e791fb05ee15 15:54:08 Removing intermediate container cef8c96ea373 15:54:08 ---> 4c23b2953e3a 15:54:08 Step 14/22 : EXPOSE $APP_PORT 15:54:08 Removing intermediate container ed7c54240255 15:54:08 ---> 55e4a869642b 15:54:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:54:08 ---> Running in d34d58167ca5 15:54:08 Removing intermediate container ae60798392fb 15:54:08 ---> 1f354a7915ed 15:54:08 Step 15/23 : WORKDIR / 15:54:08 Removing intermediate container e791fb05ee15 15:54:08 ---> 02d1fff7da2f 15:54:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:54:08 Removing intermediate container 807b8235f16e 15:54:08 ---> f35996b36846 15:54:08 Step 14/22 : EXPOSE $APP_PORT 15:54:08 ---> f045db824792 15:54:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:54:08 ---> Running in 13181a4321d7 15:54:08 Removing intermediate container d34d58167ca5 15:54:08 ---> 4494cb263de9 15:54:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:08 ---> Running in 883ac0fb4143 15:54:08 ---> f3f5d530c0c7 15:54:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:54:08 ---> 9b158bdc44cc 15:54:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:54:09 Removing intermediate container 13181a4321d7 15:54:09 ---> 6220857d83ce 15:54:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:09 Removing intermediate container 883ac0fb4143 15:54:09 ---> d15fda3a1577 15:54:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:09 ---> 68ae5530d0b0 15:54:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:54:09 ---> 4ca0a7b2360c 15:54:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:54:09 ---> 20a44a1f3cf5 15:54:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:54:09 ---> e92b1dbb19da 15:54:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:54:10 ---> ef27d7b351d1 15:54:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:54:10 ---> 9c12ee5ecdd9 15:54:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:54:10 ---> 72c9251ea874 15:54:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:54:10 ---> 16e343cdd5dd 15:54:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:54:10 ---> d6da37094df7 15:54:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:54:10 ---> 74db558fc735 15:54:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:54:10 ---> Running in bb7f7f59e512 15:54:10 ---> 1fe1fce62f3a 15:54:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:54:10 ---> Running in 6b484d570045 15:54:11 Removing intermediate container bb7f7f59e512 15:54:11 ---> e07d84ecf20a 15:54:11 Step 18/21 : CMD ["--init=true"] 15:54:11 ---> 88e4257afbd0 15:54:11 Step 19/23 : ENTRYPOINT ["/core-command"] 15:54:11 ---> b1f51843736c 15:54:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:54:11 ---> Running in 059dd42bf887 15:54:11 ---> Running in 3146ba9a3b11 15:54:11 ---> 94361e579ceb 15:54:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:54:11 Removing intermediate container 6b484d570045 15:54:11 ---> 3b733f5e6f89 15:54:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:11 ---> Running in 19a96a034bb5 15:54:11 ---> Running in da89db91a337 15:54:11 Removing intermediate container 3146ba9a3b11 15:54:11 ---> 872e6e6668d3 15:54:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:11 Removing intermediate container 059dd42bf887 15:54:11 ---> bd9aadf7b710 15:54:11 Step 19/21 : LABEL arch=x86_64 15:54:11 ---> Running in 32bd9ebee8ca 15:54:11 Removing intermediate container 19a96a034bb5 15:54:11 ---> 20d8cbd77b77 15:54:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:11 ---> e3f998d5effe 15:54:11 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/ 15:54:12 ---> Running in 1d1700e03937 15:54:12 Removing intermediate container da89db91a337 15:54:12 ---> 23664f38d823 15:54:12 Step 20/22 : LABEL arch=x86_64 15:54:12 ---> Running in 25c194991fe8 15:54:12 ---> Running in c0b1a1fced61 15:54:12 Removing intermediate container 32bd9ebee8ca 15:54:12 ---> 39288ae69c65 15:54:12 Step 21/23 : LABEL arch=x86_64 15:54:12 ---> Running in fe260d2140ec 15:54:12 Removing intermediate container 1d1700e03937 15:54:12 ---> 468d9a4dc416 15:54:12 Step 20/21 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:54:12 ---> Running in ce51edf51618 15:54:12 ---> Running in 3ac82bac8e01 15:54:12 Removing intermediate container 25c194991fe8 15:54:12 ---> 40bfa501b114 15:54:12 Step 20/22 : LABEL arch=x86_64 15:54:12 Removing intermediate container fe260d2140ec 15:54:12 ---> 015b9d5f1df5 15:54:12 Step 21/22 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:54:12 ---> Running in 2473bdf6e120 15:54:12 ---> Running in 4f725a6456c5 15:54:12 Removing intermediate container ce51edf51618 15:54:12 ---> 829dae7ed544 15:54:12 Step 22/23 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:54:13 Removing intermediate container 3ac82bac8e01 15:54:13 ---> 5ff5dcc7bcae 15:54:13 Step 21/21 : LABEL version=0.0.0 15:54:13 ---> Running in c9c83c8f4ffd 15:54:13 Removing intermediate container 2473bdf6e120 15:54:13 ---> 94896e523be9 15:54:13 Step 21/22 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:54:13 ---> Running in b3023f2a7637 15:54:13 Removing intermediate container 4f725a6456c5 15:54:13 ---> a7893205fe2d 15:54:13 Step 22/22 : LABEL version=0.0.0 15:54:13 ---> Running in b27b83e0309e 15:54:13 ---> Running in caaec5335b88 15:54:13 Removing intermediate container c9c83c8f4ffd 15:54:13 ---> 0834dc4b2104 15:54:13 Step 23/23 : LABEL version=0.0.0 15:54:13 Removing intermediate container b3023f2a7637 15:54:13 ---> 81ed0a8f7c61 15:54:13 15:54:14 ---> Running in e39eee57be4b 15:54:14 Removing intermediate container c0b1a1fced61 15:54:14 ---> f9eec0e1624d 15:54:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:54:14 Removing intermediate container b27b83e0309e 15:54:14 ---> c9146bfc0cc4 15:54:14 Step 22/22 : LABEL version=0.0.0 15:54:14 Removing intermediate container caaec5335b88 15:54:14 ---> e4bb384d9f6e 15:54:14 15:54:14 Successfully built 81ed0a8f7c61 15:54:14 Successfully built e4bb384d9f6e 15:54:14 Successfully tagged docker-security-proxy-setup-go:latest 15:54:14  Building docker-security-proxy-setup-go ... done  ---> Running in 3f8135509fb0 15:54:14 Building docker-sys-mgmt-agent-go 15:54:14 Successfully tagged docker-support-notifications-go:latest 15:54:14 Building docker-core-data-go 15:54:14  Building docker-support-notifications-go ... done  ---> Running in ae7e557eb690 15:54:14 Removing intermediate container e39eee57be4b 15:54:14 ---> 9ca2894ab8b6 15:54:14 15:54:14 Removing intermediate container 3f8135509fb0 15:54:14 ---> 98d213882155 15:54:14 Step 22/24 : LABEL arch=x86_64 15:54:14 Removing intermediate container ae7e557eb690 15:54:14 ---> c5ff8f1ff0ed 15:54:14 15:54:14 Successfully built 9ca2894ab8b6 15:54:14 Successfully tagged docker-core-command-go:latest 15:54:14 Building docker-core-metadata-go 15:54:14  Building docker-core-command-go ... done  ---> Running in bdff66bbcab5 15:54:14 Successfully built c5ff8f1ff0ed 15:54:14 Successfully tagged docker-support-scheduler-go:latest 15:54:14  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 15:54:14 Removing intermediate container bdff66bbcab5 15:54:14 ---> c59f86e03ab4 15:54:14 Step 23/24 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:54:15 ---> Running in d07e046b6fd5 15:54:15 Removing intermediate container d07e046b6fd5 15:54:15 ---> ea018ac0c6bf 15:54:15 Step 24/24 : LABEL version=0.0.0 15:54:15 ---> Running in 4798295e7bf7 15:54:15 Removing intermediate container 4798295e7bf7 15:54:15 ---> e6c58b1a7080 15:54:15 15:54:15 Successfully built e6c58b1a7080 15:54:15 Successfully tagged docker-security-secretstore-setup-go:latest 15:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.391s coverage: 86.7% of statements 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.1% of statements 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 15:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 15:54:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 15:54:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 15:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.417s coverage: 82.6% of statements 15:54:42  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:54:42 ---> b0253f673323 15:54:42 Step 3/26 : WORKDIR /edgex-go 15:54:42 ---> Using cache 15:54:42 ---> 645d69cf8663 15:54:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:42 ---> Using cache 15:54:42 ---> de78a0419476 15:54:42 Step 5/26 : RUN apk add --update --no-cache make bash git 15:54:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:42 ---> b0253f673323 15:54:42 Step 3/23 : WORKDIR /edgex-go 15:54:42 ---> Using cache 15:54:42 ---> 645d69cf8663 15:54:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:42 ---> Using cache 15:54:42 ---> de78a0419476 15:54:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:54:42 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:42 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:54:42 ---> b0253f673323 15:54:42 Step 3/31 : WORKDIR /edgex-go 15:54:42 ---> Using cache 15:54:42 ---> 645d69cf8663 15:54:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:42 ---> Using cache 15:54:42 ---> de78a0419476 15:54:42 Step 5/31 : RUN apk add --update --no-cache make git 15:54:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:42 ---> b0253f673323 15:54:42 Step 3/23 : WORKDIR /edgex-go 15:54:42 ---> Using cache 15:54:42 ---> 645d69cf8663 15:54:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:42 ---> Using cache 15:54:42 ---> de78a0419476 15:54:42 Step 5/23 : RUN apk add --update --no-cache make git 15:54:42 ---> Running in 1dc9a7d90baf 15:54:42 ---> Running in 86b8c511e7e8 15:54:42 ---> Running in 17241339dfe1 15:54:42 ---> Running in 08fc23df184d 15:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:44 OK: 233 MiB in 51 packages 15:54:44 OK: 233 MiB in 51 packages 15:54:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:44 OK: 233 MiB in 51 packages 15:54:44 Removing intermediate container 1dc9a7d90baf 15:54:44 ---> 708205703c62 15:54:44 Step 6/23 : COPY go.mod . 15:54:44 Removing intermediate container 86b8c511e7e8 15:54:44 ---> 071d9338bdd8 15:54:44 Step 6/31 : COPY go.mod . 15:54:44 OK: 233 MiB in 51 packages 15:54:45 ---> 4e4ddc2e7009 15:54:45 Step 7/23 : RUN go mod download 15:54:45 ---> 0ac5f8f7fc0b 15:54:45 Step 7/31 : RUN go mod download 15:54:45 ---> Running in c8cd52922557 15:54:45 ---> Running in b04da931a91c 15:54:45 Removing intermediate container 08fc23df184d 15:54:45 ---> a309b42d080b 15:54:45 Step 6/23 : COPY go.mod . 15:54:45 Removing intermediate container 17241339dfe1 15:54:45 ---> 4e0f3b270a0e 15:54:45 Step 6/26 : COPY go.mod . 15:54:46 ---> 2cfd3f264754 15:54:46 Step 7/23 : RUN go mod download 15:54:46 ---> 8f716bfb0c11 15:54:46 Step 7/26 : RUN go mod download 15:54:46 ---> Running in b19a5a0b89c7 15:54:46 ---> Running in 605e89e5e14e 15:54:47 Removing intermediate container c8cd52922557 15:54:47 ---> 089f672c3517 15:54:47 Step 8/31 : COPY . . 15:54:47 Removing intermediate container b04da931a91c 15:54:47 ---> 456fe7becb1d 15:54:47 Step 8/23 : COPY . . 15:54:47 Removing intermediate container 605e89e5e14e 15:54:47 ---> e90db5420a42 15:54:47 Step 8/23 : COPY . . 15:54:47 Removing intermediate container b19a5a0b89c7 15:54:47 ---> 93bc4dbd0b1e 15:54:47 Step 8/26 : COPY . . 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.6% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.571s coverage: 64.4% of statements 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 15:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 15:54:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.110s coverage: 73.7% of statements 15:54:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 15:54:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 69.0% of statements 15:54:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:54:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:54:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:54:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 38.4% of statements 15:54:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:54:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:54:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 15:54:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:54:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 15:55:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:55:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:55:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:55:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.435s coverage: 87.1% of statements 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:55:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.158s coverage: 29.1% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.283s coverage: 94.0% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:55:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 15:55:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 15:55:13 GO111MODULE=on go vet ./... 15:55:20 ---> 2d483d227787 15:55:20 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:55:20 ---> b0ce86ba83e8 15:55:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:55:20 ---> 50059fa814e1 15:55:20 Step 9/23 : RUN make cmd/core-data/core-data 15:55:20 ---> 18a01d377d10 15:55:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:55:20 ---> Running in 2cd5adfa2609 15:55:20 ---> Running in ff05b7c033c1 15:55:20 ---> Running in 4bd677602cf5 15:55:20 ---> Running in 451f1ff9cf77 15:55:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:55:21 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 15:55:21 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 15:55:21 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 15:55:53 Removing intermediate container ff05b7c033c1 15:55:53 ---> 297ac9990ee4 15:55:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:55:53 Removing intermediate container 4bd677602cf5 15:55:53 ---> 4f957c59e1ff 15:55:53 15:55:53 Step 10/31 : FROM alpine:3.12 15:55:53 ---> 88dd2752d2ea 15:55:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:55:53 ---> Running in 05f5f3826aca 15:55:53 ---> Running in 67682a500189 15:55:53 Removing intermediate container 05f5f3826aca 15:55:53 ---> bae2e6c4fb02 15:55:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:55:53 ---> Running in 691198bfadd1 15:55:53 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 15:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:55:54 (1/2) Installing dumb-init (1.2.2-r1) 15:55:54 (2/2) Installing su-exec (0.2-r1) 15:55:54 Executing busybox-1.31.1-r19.trigger 15:55:55 OK: 6 MiB in 16 packages 15:55:57 Removing intermediate container 2cd5adfa2609 15:55:57 ---> 0cbeeff40372 15:55:57 15:55:57 Step 10/23 : FROM alpine:3.12 15:55:57 ---> 88dd2752d2ea 15:55:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:55:57 ---> Using cache 15:55:57 ---> 81d35e486666 15:55:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:55:57 ---> Using cache 15:55:57 ---> b93f3578b6dd 15:55:57 Step 13/23 : ENV APP_PORT=48081 15:55:57 ---> Running in dcc0fbc98a92 15:55:58 Removing intermediate container 691198bfadd1 15:55:58 ---> 03ef60ff2c11 15:55:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:55:58 Removing intermediate container dcc0fbc98a92 15:55:58 ---> e59668639a20 15:55:58 Step 14/23 : EXPOSE $APP_PORT 15:55:58 Removing intermediate container 67682a500189 15:55:58 ---> 742637b55cf7 15:55:58 15:55:58 Step 11/26 : FROM docker:20.10.0 15:55:58 20.10.0: Pulling from library/docker 15:55:59 ---> Running in 44d345ab8a88 15:55:59 ---> Running in f222e8f6430f 15:56:01 Removing intermediate container 451f1ff9cf77 15:56:01 ---> 25644bf60e24 15:56:01 15:56:01 Step 10/23 : FROM alpine:3.12 15:56:01 ---> 88dd2752d2ea 15:56:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:56:01 Removing intermediate container f222e8f6430f 15:56:01 ---> 43b2eb71d33c 15:56:01 Step 15/23 : WORKDIR / 15:56:01 Removing intermediate container 44d345ab8a88 15:56:01 ---> d5812eb9f69b 15:56:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:56:01 ---> Running in ee0b468c5ff4 15:56:01 ---> Running in 7216263d38a1 15:56:01 ---> Running in ebf020f47f97 15:56:01 Removing intermediate container ee0b468c5ff4 15:56:01 ---> 5fdf7519e12c 15:56:01 Step 12/23 : ENV APP_PORT=48080 15:56:02 Removing intermediate container ebf020f47f97 15:56:02 ---> 852e535749a3 15:56:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:56:02 Removing intermediate container 7216263d38a1 15:56:02 ---> 3543caa8ac29 15:56:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:02 ---> Running in 9733f24e22b9 15:56:02 ---> Running in 295f5dd61072 15:56:02 Removing intermediate container 9733f24e22b9 15:56:02 ---> 2c1e7ee1cfaf 15:56:02 Step 13/23 : EXPOSE $APP_PORT 15:56:02 ---> Running in 2d52ab1eb52c 15:56:02 ---> 3617cc092808 15:56:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:56:02 Removing intermediate container 2d52ab1eb52c 15:56:02 ---> 2250318d02f6 15:56:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:56:03 ---> Running in 91ab27aff574 15:56:04 ---> 9d10837dbd5a 15:56:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:56:04 Removing intermediate container 295f5dd61072 15:56:04 ---> 7ce2eb8bbfa4 15:56:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:56:04 ---> Running in ffb23247b615 15:56:04 ---> 8cea7a2c2025 15:56:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:56:04 ---> Running in 28eed2d63602 15:56:04 Removing intermediate container ffb23247b615 15:56:04 ---> 3bcac14a38ea 15:56:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:56:05 Removing intermediate container 28eed2d63602 15:56:05 ---> 0ea6ae8a774e 15:56:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:05 ---> Running in 16ea5ff0d5f1 15:56:05 ---> eb79a88fde09 15:56:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:56:05 Removing intermediate container 91ab27aff574 15:56:05 ---> e6857a9350fc 15:56:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:56:05 ---> Running in 07b9391d0bb7 15:56:05 ---> Running in 0ec18160e193 15:56:05 Removing intermediate container 16ea5ff0d5f1 15:56:05 ---> 7e9e51305dd0 15:56:05 Step 21/23 : LABEL arch=x86_64 15:56:05 ---> Running in c57539d09c22 15:56:06 Removing intermediate container c57539d09c22 15:56:06 ---> 5718c3a8f6b7 15:56:06 Step 22/23 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:56:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:56:06 Status: Downloaded newer image for docker:20.10.0 15:56:06 ---> aefe523efa57 15:56:06 Step 12/26 : RUN apk add --no-cache bash 15:56:06 ---> Running in 2a371f96a7d8 15:56:06 ---> Running in bdabad23a8e3 15:56:06 Removing intermediate container 2a371f96a7d8 15:56:06 ---> c025a37fe429 15:56:06 Step 23/23 : LABEL version=0.0.0 15:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:06 ---> Running in 8b7126bfd309 15:56:07 Removing intermediate container 8b7126bfd309 15:56:07 ---> 7b92f8d05dcd 15:56:07 15:56:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:07 (1/2) Installing readline (8.0.4-r0) 15:56:07 (2/2) Installing bash (5.0.17-r0) 15:56:07 Successfully built 7b92f8d05dcd 15:56:07 Executing bash-5.0.17-r0.post-install 15:56:07 Executing busybox-1.31.1-r19.trigger 15:56:07 OK: 12 MiB in 22 packages 15:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:07 Successfully tagged docker-core-metadata-go:latest 15:56:07  Building docker-core-metadata-go ... done Removing intermediate container 07b9391d0bb7 15:56:07 ---> ad75280dfee5 15:56:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:07 ---> 8b5cc26518fd 15:56:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:56:07 Removing intermediate container bdabad23a8e3 15:56:07 ---> b156331b5e33 15:56:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:56:07 ---> Running in fe5b34323d3c 15:56:08 (1/6) Installing dumb-init (1.2.2-r1) 15:56:08 Removing intermediate container fe5b34323d3c 15:56:08 ---> 5480a712de00 15:56:08 Step 14/26 : ENV APP_PORT=48090 15:56:08 (2/6) Installing libgcc (9.3.0-r2) 15:56:08 (3/6) Installing libsodium (1.0.18-r0) 15:56:08 ---> Running in 8fdb4831e59b 15:56:08 (4/6) Installing libstdc++ (9.3.0-r2) 15:56:08 ---> b9d72eaefa91 15:56:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:56:08 Removing intermediate container 8fdb4831e59b 15:56:08 ---> ba9e7f18c59e 15:56:08 Step 15/26 : EXPOSE $APP_PORT 15:56:08 ---> Running in b322497ef478 15:56:08 (5/6) Installing libzmq (4.3.3-r0) 15:56:08 ---> 40abd8341148 15:56:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:56:08 Removing intermediate container b322497ef478 15:56:08 ---> 1e9f40dd5879 15:56:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:56:08 (6/6) Installing zeromq (4.3.3-r0) 15:56:08 Executing busybox-1.31.1-r19.trigger 15:56:08 OK: 8 MiB in 20 packages 15:56:09 ---> 841f14d89e87 15:56:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:56:09 ---> de3e775960c7 15:56:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:56:09 ---> 287b1f62aca5 15:56:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:56:09 ---> Running in 6099c98f3e81 15:56:09 Removing intermediate container 0ec18160e193 15:56:09 ---> 178209383864 15:56:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:09 ---> da8dc3640445 15:56:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:56:10 Removing intermediate container 6099c98f3e81 15:56:10 ---> 5cf38978f2eb 15:56:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:56:10 ---> d957da54a7a3 15:56:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:56:10 ---> 38b18541fcbf 15:56:10 Step 19/26 : RUN apk --no-cache add py3-pip 15:56:10 ---> 9c211578f415 15:56:10 Step 26/31 : RUN chmod +x /entrypoint.sh 15:56:10 ---> Running in d1232fab5a86 15:56:10 ---> Running in a9a6bdb2b9d8 15:56:10 ---> 3d5fddd80bac 15:56:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:12 ---> 41afd22dc9f7 15:56:12 Step 19/23 : ENTRYPOINT ["/core-data"] 15:56:12 ---> Running in e7d37f390ec3 15:56:12 (1/33) Installing libbz2 (1.0.8-r1) 15:56:12 (2/33) Installing expat (2.2.9-r1) 15:56:12 (3/33) Installing libffi (3.3-r2) 15:56:12 (4/33) Installing gdbm (1.13-r1) 15:56:12 (5/33) Installing xz-libs (5.2.5-r0) 15:56:12 (6/33) Installing sqlite-libs (3.32.1-r0) 15:56:12 (7/33) Installing python3 (3.8.8-r0) 15:56:12 Removing intermediate container e7d37f390ec3 15:56:12 ---> 718d67fd796e 15:56:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:12 ---> Running in 1e7029e9383e 15:56:13 Removing intermediate container a9a6bdb2b9d8 15:56:13 ---> 9590aa3ba823 15:56:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:56:15 Removing intermediate container 1e7029e9383e 15:56:15 ---> a043ad44a0b2 15:56:15 Step 21/23 : LABEL arch=x86_64 15:56:15 (8/33) Installing py3-appdirs (1.4.4-r1) 15:56:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:56:15 (10/33) Installing py3-parsing (2.4.7-r0) 15:56:15 (11/33) Installing py3-six (1.15.0-r0) 15:56:15 ---> Running in 4dc264f5c981 15:56:15 (12/33) Installing py3-packaging (20.4-r0) 15:56:15 (13/33) Installing py3-setuptools (47.0.0-r0) 15:56:15 ---> Running in f7f50e884052 15:56:15 (14/33) Installing py3-chardet (3.0.4-r4) 15:56:15 (15/33) Installing py3-idna (2.9-r0) 15:56:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:56:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:56:15 (18/33) Installing py3-requests (2.23.0-r0) 15:56:15 (19/33) Installing py3-msgpack (1.0.0-r0) 15:56:16 (20/33) Installing py3-lockfile (0.12.2-r3) 15:56:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:56:16 (22/33) Installing py3-colorama (0.4.3-r0) 15:56:16 (23/33) Installing py3-distlib (0.3.0-r0) 15:56:16 Removing intermediate container 4dc264f5c981 15:56:16 ---> 7189fdfa09a7 15:56:16 Step 28/31 : CMD ["gate"] 15:56:17 Removing intermediate container f7f50e884052 15:56:17 ---> d261cbb4d730 15:56:17 Step 22/23 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:56:17 (24/33) Installing py3-distro (1.5.0-r1) 15:56:17 (25/33) Installing py3-webencodings (0.5.1-r3) 15:56:17 (26/33) Installing py3-html5lib (1.0.1-r4) 15:56:17 (27/33) Installing py3-pytoml (0.1.21-r0) 15:56:17 (28/33) Installing py3-pep517 (0.8.2-r0) 15:56:17 (29/33) Installing py3-progress (1.5-r0) 15:56:17 (30/33) Installing py3-toml (0.10.1-r0) 15:56:17 (31/33) Installing py3-retrying (1.3.3-r0) 15:56:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:56:17 ---> Running in 7425941011fe 15:56:17 (33/33) Installing py3-pip (20.1.1-r0) 15:56:17 ---> Running in a8c539c69a08 15:56:17 Executing busybox-1.31.1-r19.trigger 15:56:17 OK: 71 MiB in 55 packages 15:56:18 Removing intermediate container 7425941011fe 15:56:18 ---> 88d0bafd1e21 15:56:18 Step 23/23 : LABEL version=0.0.0 15:56:18 Removing intermediate container a8c539c69a08 15:56:18 ---> fa8a1196ae31 15:56:18 Step 29/31 : LABEL arch=x86_64 15:56:18 ---> Running in 50506aea17cb 15:56:18 ---> Running in ec1c41c81a5c 15:56:18 Removing intermediate container 50506aea17cb 15:56:18 ---> e4863d3eb146 15:56:18 15:56:18 Successfully built e4863d3eb146 15:56:19 Successfully tagged docker-core-data-go:latest 15:56:19  Building docker-core-data-go ... done Removing intermediate container ec1c41c81a5c 15:56:19 ---> 82c090cdf876 15:56:19 Step 30/31 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:56:23 ---> Running in 22ab89c638f8 15:56:23 Removing intermediate container d1232fab5a86 15:56:23 ---> 9e87fa07b48b 15:56:23 Step 20/26 : RUN pip install docker-compose==1.23.2 15:56:23 ---> Running in b1d08d4b2553 15:56:23 Removing intermediate container 22ab89c638f8 15:56:23 ---> 999f98007705 15:56:23 Step 31/31 : LABEL version=0.0.0 15:56:24 ---> Running in b9ef6d57c903 15:56:24 Removing intermediate container b9ef6d57c903 15:56:24 ---> 71194678203e 15:56:24 15:56:24 Successfully built 71194678203e 15:56:24 Successfully tagged docker-security-bootstrapper-go:latest 15:56:25  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 15:56:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:56:25 Collecting docker<4.0,>=3.6.0 15:56:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:56:27 Collecting cached-property<2,>=1.2.0 15:56:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:56:27 Collecting jsonschema<3,>=2.5.1 15:56:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:56:27 Collecting docopt<0.7,>=0.6.1 15:56:27 Downloading docopt-0.6.2.tar.gz (25 kB) 15:56:27 Collecting texttable<0.10,>=0.9.0 15:56:27 Downloading texttable-0.9.1.tar.gz (11 kB) 15:56:28 Collecting websocket-client<1.0,>=0.32.0 15:56:28 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:56:28 Collecting dockerpty<0.5,>=0.4.1 15:56:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:56:29 Collecting PyYAML<4,>=3.10 15:56:29 Downloading PyYAML-3.13.tar.gz (270 kB) 15:56:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:56:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:56:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:56:30 Collecting docker-pycreds>=0.4.0 15:56:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:56:30 Collecting urllib3<1.25,>=1.21.1 15:56:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:56:30 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) 15:56:30 Collecting idna<2.8,>=2.5 15:56:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:56:30 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) 15:56:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:56:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:56:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:56:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:56:30 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, texttable, dockerpty, PyYAML, docker-compose 15:56:30 Attempting uninstall: urllib3 15:56:30 Found existing installation: urllib3 1.25.9 15:56:30 Uninstalling urllib3-1.25.9: 15:56:30 Successfully uninstalled urllib3-1.25.9 15:56:30 Attempting uninstall: idna 15:56:30 Found existing installation: idna 2.9 15:56:30 Uninstalling idna-2.9: 15:56:30 Successfully uninstalled idna-2.9 15:56:31 Attempting uninstall: requests 15:56:31 Found existing installation: requests 2.23.0 15:56:31 Uninstalling requests-2.23.0: 15:56:31 Successfully uninstalled requests-2.23.0 15:56:31 Running setup.py install for docopt: started 15:56:32 Running setup.py install for docopt: finished with status 'done' 15:56:32 Running setup.py install for texttable: started 15:56:32 Running setup.py install for texttable: finished with status 'done' 15:56:32 Running setup.py install for dockerpty: started 15:56:33 Running setup.py install for dockerpty: finished with status 'done' 15:56:33 Running setup.py install for PyYAML: started 15:56:33 Running setup.py install for PyYAML: finished with status 'done' 15:56:33 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.58.0 15:56:35 gofmt -l . 15:56:35 [ "`gofmt -l .`" = "" ] 15:56:35 ./bin/test-go-mod-tidy.sh 15:56:35 ./bin/test-attribution-txt.sh [Pipeline] sh 15:56:36 + ls -al . 15:56:36 total 804 15:56:36 drwxrwxr-x 9 1001 1001 4096 Mar 24 15:56 . 15:56:36 drwxr-xr-x 4 root root 4096 Mar 24 15:52 .. 15:56:36 -rw-rw-r-- 1 1001 1001 11 Mar 24 15:50 .dockerignore 15:56:36 drwxrwxr-x 8 1001 1001 4096 Mar 24 15:50 .git 15:56:36 drwxrwxr-x 3 1001 1001 4096 Mar 24 15:50 .github 15:56:36 -rw-rw-r-- 1 1001 1001 818 Mar 24 15:50 .gitignore 15:56:36 -rw-rw-r-- 1 1001 1001 166 Mar 24 15:50 .sonarcloud.properties 15:56:36 -rw-rw-r-- 1 1001 1001 8607 Mar 24 15:50 Attribution.txt 15:56:36 -rw-rw-r-- 1 1001 1001 3804 Mar 24 15:50 CONTRIBUTING.md 15:56:36 -rw-rw-r-- 1 1001 1001 931 Mar 24 15:50 Dockerfile.build 15:56:36 -rw-rw-r-- 1 1001 1001 863 Mar 24 15:50 Jenkinsfile 15:56:36 -rw-rw-r-- 1 1001 1001 10775 Mar 24 15:50 LICENSE 15:56:36 -rw-rw-r-- 1 1001 1001 5774 Mar 24 15:50 Makefile 15:56:36 -rw-rw-r-- 1 1001 1001 6548 Mar 24 15:50 README.md 15:56:36 -rw-rw-r-- 1 1001 1001 6755 Mar 24 15:50 SECURITY.md 15:56:36 -rw-rw-r-- 1 1001 1001 5 Mar 24 15:48 VERSION 15:56:36 -rw-rw-r-- 1 1001 1001 4131 Mar 24 15:50 ZMQWindows.md 15:56:36 drwxrwxr-x 2 1001 1001 4096 Mar 24 15:50 bin 15:56:36 drwxrwxr-x 14 1001 1001 4096 Mar 24 15:50 cmd 15:56:36 -rw-r--r-- 1 root root 666600 Mar 24 15:55 coverage.out 15:56:36 -rw-r--r-- 1 root root 1056 Mar 24 15:56 go.mod 15:56:36 -rw-r--r-- 1 root root 22211 Mar 24 15:56 go.sum 15:56:36 drwxrwxr-x 8 1001 1001 4096 Mar 24 15:50 internal 15:56:36 drwxrwxr-x 4 1001 1001 4096 Mar 24 15:50 openapi 15:56:36 drwxrwxr-x 4 1001 1001 4096 Mar 24 15:50 snap 15:56:36 -rw-rw-r-- 1 1001 1001 168 Mar 24 15:50 version.go [Pipeline] sh 15:56:36 + '[' -e coverage.out ] 15:56:36 + chown 1001:1001 coverage.out [Pipeline] stash 15:56:36 Warning: overwriting stash ‘coverage-report’ 15:56:37 Removing intermediate container b1d08d4b2553 15:56:37 ---> b3fa7ad59ccf 15:56:37 Step 21/26 : RUN apk --no-cache add curl 15:56:37 ---> Running in a8cb7b5844a7 15:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:56:37 (2/3) Installing libcurl (7.69.1-r3) 15:56:37 (3/3) Installing curl (7.69.1-r3) 15:56:37 Executing busybox-1.31.1-r19.trigger 15:56:37 OK: 72 MiB in 58 packages 15:56:37 Removing intermediate container a8cb7b5844a7 15:56:37 ---> fcc5583d6c2d 15:56:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:56:37 ---> Running in d2d4c825656e 15:56:38 Removing intermediate container d2d4c825656e 15:56:38 ---> c383e2ad2ac7 15:56:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:38 ---> Running in 511744507e73 15:56:38 Stashed 1 file(s) [Pipeline] sh 15:56:38 Removing intermediate container 511744507e73 15:56:38 ---> d19dedba68ff 15:56:38 Step 24/26 : LABEL arch=x86_64 15:56:38 ---> Running in 5fccd0017b03 15:56:38 Removing intermediate container 5fccd0017b03 15:56:38 ---> d00c7ddb99cf 15:56:38 Step 25/26 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 15:56:38 ---> Running in 0050d37a855c 15:56:38 + make build 15:56:38 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 15:56:38 Removing intermediate container 0050d37a855c 15:56:38 ---> 8fd961368268 15:56:38 Step 26/26 : LABEL version=0.0.0 15:56:38 ---> Running in 9372aafbd438 15:56:39 Removing intermediate container 9372aafbd438 15:56:39 ---> 4f44e5f4f756 15:56:39 15:56:39 Successfully built 4f44e5f4f756 15:56:39 Successfully tagged docker-sys-mgmt-agent-go:latest 15:56:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:56:39 $ docker stop --time=1 bc26e14b1d4d51e1a298f4726d3193245d6b7d1de528a41306772cbc8afc08f5 15:56:41 $ docker rm -f bc26e14b1d4d51e1a298f4726d3193245d6b7d1de528a41306772cbc8afc08f5 [Pipeline] // withDockerContainer [Pipeline] sh 15:56:41 + docker images 15:56:41 + grep docker 15:56:41 docker-sys-mgmt-agent-go latest 4f44e5f4f756 3 seconds ago 313MB 15:56:41 docker-security-bootstrapper-go latest 71194678203e 17 seconds ago 18.8MB 15:56:41 docker-core-data-go latest e4863d3eb146 23 seconds ago 22.6MB 15:56:41 docker-core-metadata-go latest 7b92f8d05dcd 35 seconds ago 19.1MB 15:56:41 docker-security-secretstore-setup-go latest e6c58b1a7080 2 minutes ago 25MB 15:56:41 docker-support-scheduler-go latest c5ff8f1ff0ed 2 minutes ago 17.3MB 15:56:41 docker-core-command-go latest 9ca2894ab8b6 2 minutes ago 17.3MB 15:56:41 docker-security-proxy-setup-go latest 81ed0a8f7c61 2 minutes ago 24.7MB 15:56:41 docker-support-notifications-go latest e4bb384d9f6e 2 minutes ago 17.9MB 15:56:41 docker 20.10.0 aefe523efa57 3 months 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 15:56:48 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 15:56:57 Still waiting to schedule task 15:56:57 ‘prd-ubuntu18.04-docker-8c-8g-31219’ is offline 15:57:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:57:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:57:21 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 15:57:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:57:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:57:36 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 15:57:39 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 15:57:43 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 15:57:45 Running on prd-ubuntu18.04-docker-8c-8g-31220 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws 15:57:46 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:57:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:57:48 using credential edgex-jenkins-ssh 15:57:48 Cloning the remote Git repository 15:57:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:57:48 > git init /w/workspace/edgex-go/3 # timeout=10 15:57:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:57:48 > git --version # timeout=10 15:57:48 > git --version # 'git version 2.17.1' 15:57:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:57:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:57:55 Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit aec761c3b459d68dc3d29fa74b986b105aeae991 15:57:55 Merge succeeded, producing aec761c3b459d68dc3d29fa74b986b105aeae991 15:57:55 Checking out Revision aec761c3b459d68dc3d29fa74b986b105aeae991 (PR-3292) 15:57:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:57:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:57:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:57:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:57:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:57:55 > git config core.sparsecheckout # timeout=10 15:57:55 > git checkout -f aec761c3b459d68dc3d29fa74b986b105aeae991 # timeout=10 15:57:55 > git remote # timeout=10 15:57:55 > git config --get remote.origin.url # timeout=10 15:57:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:55 > git merge 18e95d4ea95ce5d359f78633ddc21696924e37f4 # timeout=10 15:57:55 > git rev-parse HEAD^{commit} # timeout=10 15:57:55 > git config core.sparsecheckout # timeout=10 15:57:55 > git checkout -f aec761c3b459d68dc3d29fa74b986b105aeae991 # timeout=10 15:57:59 Commit message: "fix: Removed exec of consul entrypont scripts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:58:00 + echo snap-build.sh 15:58:00 snap-build.sh 15:58:00 + SNAP_BASE_DIR=. 15:58:00 + '[' '!' -z /w/workspace/edgex-go/3 ']' 15:58:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 15:58:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 15:58:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 15:58:00 + cd /w/workspace/edgex-go/3 15:58:00 + sudo apt-get remove -qy --purge lxd lxd-client 15:58:00 Reading package lists... 15:58:00 Building dependency tree... 15:58:00 Reading state information... [Pipeline] } 15:58:00 $ docker stop --time=1 bfb7f826beb3c2d02c9006b42a79260aad2ce1c3a0f1c65afc6d25e1100670c3 15:58:01 The following packages were automatically installed and are no longer required: 15:58:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:58:01 uidmap xdelta3 15:58:01 Use 'sudo apt autoremove' to remove them. 15:58:01 The following packages will be REMOVED: 15:58:01 lxd* lxd-client* 15:58:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:58:01 After this operation, 31.7 MB disk space will be freed. 15:58:02 (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.) 15:58:02 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:58:03 $ docker rm -f bfb7f826beb3c2d02c9006b42a79260aad2ce1c3a0f1c65afc6d25e1100670c3 15:58:03 Removing lxd dnsmasq configuration 15:58:03 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:58:03 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:58:04 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:58:04 (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.) 15:58:04 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:58:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:58:05 15:58:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:58:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:58:06 Processing triggers for systemd (237-3ubuntu10.42) ... 15:58:06 latest: Pulling from edgex-devops/edgex-compose-arm64 15:58:06 29e5d40040c1: Pulling fs layer 15:58:06 1ce36da41761: Pulling fs layer 15:58:06 25b303627fd3: Pulling fs layer 15:58:06 29e5d40040c1: Verifying Checksum 15:58:06 29e5d40040c1: Download complete 15:58:06 Processing triggers for ureadahead (0.100.0-21) ... 15:58:07 29e5d40040c1: Pull complete 15:58:07 1ce36da41761: Verifying Checksum 15:58:07 1ce36da41761: Download complete 15:58:07 + sudo snap remove --purge lxd 15:58:08 snap "lxd" is not installed 15:58:08 + sudo groupadd --force --system lxd 15:58:08 ++ whoami 15:58:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:58:08 + newgrp - lxd 15:58:08 + sudo snap install lxd 15:58:08 1ce36da41761: Pull complete 15:58:08 25b303627fd3: Verifying Checksum 15:58:08 25b303627fd3: Download complete 15:58:16 2021-03-24T15:58:14Z INFO Waiting for automatic snapd restart... 15:58:18 25b303627fd3: Pull complete 15:58:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:58:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:58:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:58:18 prd-ubuntu18.04-docker-arm64-4c-16g-31218 does not seem to be running inside a container 15:58:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:58:22 $ docker top af1fdbc266d2d4ef942cde68f8544b4bc43140c50e95ecdf53e008751a40db3c -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:23 + docker-compose build --help 15:58:23 + grep parallel 15:58:26 --parallel Build images in parallel. [Pipeline] } 15:58:26 $ docker stop --time=1 af1fdbc266d2d4ef942cde68f8544b4bc43140c50e95ecdf53e008751a40db3c 15:58:28 $ docker rm -f af1fdbc266d2d4ef942cde68f8544b4bc43140c50e95ecdf53e008751a40db3c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:58:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:58:29 . [Pipeline] withDockerContainer 15:58:29 prd-ubuntu18.04-docker-arm64-4c-16g-31218 does not seem to be running inside a container 15:58:29 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 15:58:31 $ docker top b7666a5efdb3faa7383a2897d660487c4abeaf8cb809a9fb545c02324ae53b97 -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:32 + docker-compose -f ./docker-compose-build.yml build --parallel 15:58:35 Building docker-core-command-go ... 15:58:35 Building docker-core-data-go ... 15:58:35 Building docker-core-metadata-go ... 15:58:35 Building docker-security-bootstrapper-go ... 15:58:35 Building docker-security-proxy-setup-go ... 15:58:35 Building docker-security-secretstore-setup-go ... 15:58:35 Building docker-support-notifications-go ... 15:58:35 Building docker-support-scheduler-go ... 15:58:35 Building docker-sys-mgmt-agent-go ... 15:58:35 Building docker-core-metadata-go 15:58:35 Building docker-core-data-go 15:58:35 Building docker-security-proxy-setup-go 15:58:35 Building docker-support-scheduler-go 15:58:35 Building docker-core-command-go 15:59:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:59:57 ---> 7bc3d94c6588 15:59:57 Step 3/23 : WORKDIR /edgex-go 15:59:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:59:57 ---> 7bc3d94c6588 15:59:57 Step 3/21 : WORKDIR /edgex-go 15:59:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:59:57 ---> 7bc3d94c6588 15:59:57 Step 3/23 : WORKDIR /edgex-go 15:59:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:59:57 ---> 7bc3d94c6588 15:59:57 Step 3/22 : WORKDIR /edgex-go 15:59:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:59:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:59:57 ---> 7bc3d94c6588 15:59:57 Step 3/23 : WORKDIR /edgex-go 15:59:57 ---> Running in a46957c9f85b 15:59:57 ---> Running in a211c80d059d 15:59:57 ---> Running in 7e786d4582e5 15:59:57 ---> Running in 32aedf733194 15:59:57 ---> Running in 6df9a99bb80b 15:59:57 Removing intermediate container a46957c9f85b 15:59:57 ---> 1561bb41a616 15:59:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:57 Removing intermediate container a211c80d059d 15:59:57 ---> f9322657e7a4 15:59:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:57 Removing intermediate container 32aedf733194 15:59:57 ---> b2c9c803d9f5 15:59:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:57 Removing intermediate container 6df9a99bb80b 15:59:57 ---> a59eb6dfba65 15:59:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:57 Removing intermediate container 7e786d4582e5 15:59:57 ---> 028cbeaaaef4 15:59:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:59:57 ---> Running in b266ff597e5e 15:59:57 ---> Running in 99f530cab640 15:59:57 ---> Running in 21f8cc2a1ac4 15:59:57 ---> Running in 1a54fb957c1f 15:59:57 ---> Running in 32182d7f827f 15:59:57 Removing intermediate container b266ff597e5e 15:59:57 ---> a855bf2eddf4 15:59:57 Step 5/23 : RUN apk add --update --no-cache make git 15:59:57 ---> Running in d90743a637c3 15:59:57 Removing intermediate container 99f530cab640 15:59:57 ---> d3384dc68c62 15:59:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:59:57 Removing intermediate container 21f8cc2a1ac4 15:59:57 ---> b779d22c987e 15:59:57 Step 5/21 : RUN apk add --update --no-cache make git 15:59:57 ---> Running in 2db766e7379d 15:59:57 ---> Running in c3f5a6249a12 15:59:57 Removing intermediate container 32182d7f827f 15:59:57 ---> da7ad490e605 15:59:57 Step 5/22 : RUN apk add --update --no-cache make git 15:59:57 Removing intermediate container 1a54fb957c1f 15:59:57 ---> 5a93cc990ce1 15:59:57 Step 5/23 : RUN apk add --update --no-cache make git 15:59:57 ---> Running in b400c15b14d3 15:59:57 ---> Running in e397c28a8363 15:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:57 OK: 217 MiB in 51 packages 15:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:59 OK: 217 MiB in 51 packages 15:59:59 Removing intermediate container d90743a637c3 15:59:59 ---> ddcabe740ea2 15:59:59 Step 6/23 : COPY go.mod . 15:59:59 OK: 217 MiB in 51 packages 15:59:59 OK: 217 MiB in 51 packages 15:59:59 OK: 217 MiB in 51 packages 16:00:00 ---> 4af456ae5413 16:00:00 Step 7/23 : RUN go mod download 16:00:00 ---> Running in 983cc5011775 16:00:00 Removing intermediate container 2db766e7379d 16:00:00 ---> 31070297a680 16:00:00 Step 6/21 : COPY go.mod . 16:00:01 Removing intermediate container c3f5a6249a12 16:00:01 ---> d71bc74cc4df 16:00:01 Step 6/23 : COPY go.mod . 16:00:01 Removing intermediate container e397c28a8363 16:00:01 ---> c3d97003bc86 16:00:01 Step 6/22 : COPY go.mod . 16:00:01 Removing intermediate container b400c15b14d3 16:00:01 ---> e36791b5c904 16:00:01 Step 6/23 : COPY go.mod . 16:00:02 ---> 9b7b1f930196 16:00:02 Step 7/21 : RUN go mod download 16:00:02 ---> Running in 3e8edd77ad14 16:00:02 ---> cc6256cf9600 16:00:02 ---> c75e1e8897f5 16:00:02 Step 7/23 : RUN go mod download 16:00:02 Step 7/22 : RUN go mod download 16:00:02 ---> Running in ec86969e0e4c 16:00:02 ---> Running in 1c8e4a6647be 16:00:02 ---> 9a1f964d62e9 16:00:02 Step 7/23 : RUN go mod download 16:00:03 ---> Running in 8dba09341372 16:00:04 Removing intermediate container 983cc5011775 16:00:04 ---> 90496f049c2d 16:00:04 Step 8/23 : COPY . . 16:00:06 Removing intermediate container 3e8edd77ad14 16:00:06 ---> 17ccca64a6b4 16:00:06 Step 8/21 : COPY . . 16:00:09 Removing intermediate container 1c8e4a6647be 16:00:09 ---> d759597bcd23 16:00:09 Step 8/22 : COPY . . 16:00:09 Removing intermediate container 8dba09341372 16:00:09 ---> ca5298838459 16:00:09 Step 8/23 : COPY . . 16:00:09 Removing intermediate container ec86969e0e4c 16:00:09 ---> 0b892536f14d 16:00:09 Step 8/23 : COPY . . 16:00:36 ---> 510a1d85c6a9 16:00:36 Step 9/23 : RUN make cmd/core-command/core-command 16:00:36 ---> 39efe5aaa714 16:00:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:00:36 ---> 57551851e114 16:00:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:00:36 ---> 000e65691e3a 16:00:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:00:36 ---> Running in 610ac5a9aeb5 16:00:36 ---> Running in 846a9f078f86 16:00:36 ---> 3d44723b40b0 16:00:36 Step 9/23 : RUN make cmd/core-data/core-data 16:00:36 ---> Running in e31b0c93b752 16:00:36 ---> Running in cd9ea106aef2 16:00:36 ---> Running in d41d9f5c4089 16:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:00:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:00:52 lxd 4.12 from Canonical* installed 16:00:52 + sudo lxd init --auto 16:01:00 + sudo snap install --classic snapcraft 16:01:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:02:16 Removing intermediate container 846a9f078f86 16:02:16 ---> d3e5addb49b9 16:02:16 16:02:16 Step 10/21 : FROM alpine:3.12 16:02:16 3.12: Pulling from library/alpine 16:02:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:02:18 Status: Downloaded newer image for alpine:3.12 16:02:18 ---> d10569e2745f 16:02:18 Step 11/21 : RUN apk add --update --no-cache curl 16:02:18 ---> Running in 60fa8a9e775c 16:02:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:21 (1/4) Installing ca-certificates (20191127-r4) 16:02:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:02:21 (3/4) Installing libcurl (7.69.1-r3) 16:02:21 (4/4) Installing curl (7.69.1-r3) 16:02:21 Executing busybox-1.31.1-r19.trigger 16:02:21 Executing ca-certificates-20191127-r4.trigger 16:02:22 OK: 7 MiB in 18 packages 16:02:25 Removing intermediate container 60fa8a9e775c 16:02:25 ---> 17a4f00930ef 16:02:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:02:25 ---> Running in de9aef31466d 16:02:25 Removing intermediate container de9aef31466d 16:02:25 ---> 5f8ee897430b 16:02:25 Step 13/21 : WORKDIR /edgex 16:02:25 ---> Running in 92843a24c060 16:02:26 Removing intermediate container 92843a24c060 16:02:26 ---> 1297519eb6e3 16:02:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:02:28 ---> 787350b2c7cb 16:02:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:02:30 ---> 5eeeab06d0ec 16:02:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:02:34 ---> 5cb0466114aa 16:02:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:02:34 ---> Running in 6c18deba45c2 16:02:34 Removing intermediate container 610ac5a9aeb5 16:02:34 ---> 43ba23317875 16:02:34 16:02:34 Step 10/23 : FROM alpine:3.12 16:02:34 ---> d10569e2745f 16:02:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:02:34 ---> Running in f264788ae2c7 16:02:35 Removing intermediate container 6c18deba45c2 16:02:35 ---> 4f37123c517e 16:02:35 Step 18/21 : CMD ["--init=true"] 16:02:35 ---> Running in a581f6c5366e 16:02:37 Removing intermediate container a581f6c5366e 16:02:37 ---> 943100437f00 16:02:37 Step 19/21 : LABEL arch=arm64 16:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:37 ---> Running in 101d92772f2f 16:02:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:38 (1/1) Installing dumb-init (1.2.2-r1) 16:02:38 Executing busybox-1.31.1-r19.trigger 16:02:38 OK: 5 MiB in 15 packages 16:02:38 Removing intermediate container e31b0c93b752 16:02:38 ---> 3e00fc7060a5 16:02:38 16:02:38 Step 10/22 : FROM alpine:3.12 16:02:38 ---> d10569e2745f 16:02:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:02:39 Removing intermediate container 101d92772f2f 16:02:39 ---> a472f06909c6 16:02:39 Step 20/21 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:02:39 ---> Running in fad7e1bfd35a 16:02:39 ---> Running in cb58c946bebc 16:02:41 Removing intermediate container cb58c946bebc 16:02:41 ---> 67456721c789 16:02:41 Step 21/21 : LABEL version=0.0.0 16:02:41 Removing intermediate container f264788ae2c7 16:02:41 ---> f8a116d114f1 16:02:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:41 ---> Running in 34f587f0db00 16:02:41 ---> Running in 5b4c280356c3 16:02:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:42 Removing intermediate container 34f587f0db00 16:02:42 ---> 5deeb9b788a2 16:02:42 16:02:43 (1/1) Installing dumb-init (1.2.2-r1) 16:02:43 Executing busybox-1.31.1-r19.trigger 16:02:43 OK: 5 MiB in 15 packages 16:02:43 Removing intermediate container 5b4c280356c3 16:02:43 ---> 62e59dd85969 16:02:43 Step 13/23 : ENV APP_PORT=48082 16:02:43 Successfully built 5deeb9b788a2 16:02:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:02:43  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 16:02:43 ---> Running in 2ba33c5cc658 16:02:45 Removing intermediate container 2ba33c5cc658 16:02:45 ---> 4a971a0f66f6 16:02:45 Step 14/23 : EXPOSE $APP_PORT 16:02:46 ---> Running in b4844f3361a8 16:02:46 Removing intermediate container fad7e1bfd35a 16:02:46 ---> fa4386183ef1 16:02:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:47 ---> Running in e013bc45e36e 16:02:47 Removing intermediate container b4844f3361a8 16:02:47 ---> d81f63e02159 16:02:47 Step 15/23 : WORKDIR / 16:02:48 Removing intermediate container cd9ea106aef2 16:02:48 ---> 5314798f8181 16:02:48 16:02:48 Step 10/23 : FROM alpine:3.12 16:02:48 ---> d10569e2745f 16:02:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:02:48 ---> Using cache 16:02:48 ---> fa4386183ef1 16:02:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:49 ---> Running in 6fa20d42fdfa 16:02:49 ---> Running in cb3673aae5d1 16:02:50 Removing intermediate container e013bc45e36e 16:02:50 ---> 3f531e49ef6f 16:02:50 Step 13/22 : ENV APP_PORT=48085 16:02:50 ---> Running in e5439c9bd7e2 16:02:50 Removing intermediate container cb3673aae5d1 16:02:50 ---> 4079d7788020 16:02:50 Step 13/23 : ENV APP_PORT=48081 16:02:50 Removing intermediate container 6fa20d42fdfa 16:02:50 ---> 0e006d4755b1 16:02:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:51 ---> Running in cc96d8f71f8b 16:02:51 Removing intermediate container e5439c9bd7e2 16:02:51 ---> eaaa0f37c91a 16:02:51 Step 14/22 : EXPOSE $APP_PORT 16:02:52 snapcraft 4.5.4 from Canonical* installed 16:02:52 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:02:52 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:02:52 % Total % Received % Xferd Average Speed Time Time Time Current 16:02:52 Dload Upload Total Spent Left Speed 16:02:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4478 16:02:52 67 3325k 67 2231k 0 0 6469k 0 --:--:-- --:--:-- --:--:-- 6469k 100 3325k 100 3325k 0 0 9313k 0 --:--:-- --:--:-- --:--:-- 97.0M 16:02:52 ./yq_linux_amd64 16:02:52 + sudo snapcraft prime --use-lxd 16:02:52 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:02:52 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:02:52 - README.md 16:02:52 16:02:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:02:52 Launching a container. 16:02:52 ---> 3a397858ffd2 16:02:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:02:53 Removing intermediate container cc96d8f71f8b 16:02:53 ---> 908f0d35961d 16:02:53 Step 14/23 : EXPOSE $APP_PORT 16:02:53 ---> Running in 9dad1737a07b 16:02:54 ---> Running in 70df1abf3830 16:02:54 Removing intermediate container 9dad1737a07b 16:02:54 ---> a978117619d3 16:02:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:54 Removing intermediate container d41d9f5c4089 16:02:54 ---> c5f37cc88d5e 16:02:54 16:02:54 Step 10/23 : FROM alpine:3.12 16:02:54 ---> d10569e2745f 16:02:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:02:55 ---> c6ff76af14cf 16:02:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:02:55 ---> Running in 24fd92bd4dba 16:02:55 Waiting for container to be ready 16:02:55 To start your first instance, try: lxc launch ubuntu:18.04 16:02:55 16:02:56 Removing intermediate container 70df1abf3830 16:02:56 ---> e314dcc5128e 16:02:56 Step 15/23 : WORKDIR / 16:02:56 ---> b56b9afd89d6 16:02:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:02:57 ---> 09953b6869f3 16:02:57 Step 19/23 : ENTRYPOINT ["/core-command"] 16:02:57 ---> Running in d65141fb3843 16:02:57 Removing intermediate container 24fd92bd4dba 16:02:57 ---> 004e6b548181 16:02:57 Step 12/23 : ENV APP_PORT=48080 16:02:58 ---> Running in bbcf12a358c5 16:02:58 ---> Running in 41e312eaefb4 16:02:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:02:58 ---> 7bc3d94c6588 16:02:58 Step 3/31 : WORKDIR /edgex-go 16:02:58 ---> Using cache 16:02:58 ---> 028cbeaaaef4 16:02:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:58 ---> Using cache 16:02:58 ---> da7ad490e605 16:02:58 Step 5/31 : RUN apk add --update --no-cache make git 16:02:58 ---> Using cache 16:02:58 ---> c3d97003bc86 16:02:58 Step 6/31 : COPY go.mod . 16:02:58 ---> Using cache 16:02:58 ---> c75e1e8897f5 16:02:58 Step 7/31 : RUN go mod download 16:02:58 ---> Using cache 16:02:58 ---> d759597bcd23 16:02:58 Step 8/31 : COPY . . 16:02:58 ---> Using cache 16:02:58 ---> 57551851e114 16:02:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:02:58 ---> 259d9bd21a1c 16:02:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:02:58 Removing intermediate container d65141fb3843 16:02:58 ---> c0591c804cda 16:02:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:59 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:02:59 ---> Running in af85fec1ea3e 16:02:59 Waiting for network to be ready... 16:02:59 Removing intermediate container bbcf12a358c5 16:02:59 ---> 919f8f03b63a 16:02:59 Step 13/23 : EXPOSE $APP_PORT 16:02:59 Removing intermediate container 41e312eaefb4 16:02:59 ---> a9cc3e28203f 16:02:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:02:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:03:00 ---> caaf40306631 16:03:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:03:00 ---> Running in 0fe2ef07b065 16:03:00 ---> Running in 11ebadc29020 16:03:00 ---> c13a2c07b4ff 16:03:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:03:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] 16:03:00 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:03:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:03:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:03:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:03:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:03:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:03:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:03:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:03:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] 16:03:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:03:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:03:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] 16:03:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] 16:03:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] 16:03:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 16:03:00 ---> Running in b5cd6c38fc3a 16:03:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:03:00 Removing intermediate container 0fe2ef07b065 16:03:00 ---> 0410fa855c52 16:03:00 Step 21/23 : LABEL arch=arm64 16:03:00 Removing intermediate container 11ebadc29020 16:03:00 ---> 7875d3a86c85 16:03:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] 16:03:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] 16:03:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:03:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:03:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] 16:03:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] 16:03:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] 16:03:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:03:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:03:01 ---> Running in e162e0550a21 16:03:01 ---> Running in f312e5dfaa29 16:03:01 Removing intermediate container b5cd6c38fc3a 16:03:01 ---> 8f9978bf849f 16:03:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:02 ---> Running in 674f1781bae6 16:03:02 ---> 1e412897447b 16:03:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:03:02 Removing intermediate container f312e5dfaa29 16:03:02 ---> f93ba19cf4f8 16:03:02 Step 22/23 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:03:03 ---> Running in 3fe1dc23f7d2 16:03:03 Removing intermediate container 674f1781bae6 16:03:03 ---> 8ab8b372d22b 16:03:03 Step 20/22 : LABEL arch=arm64 16:03:04 ---> Running in b5ed6506dd1a 16:03:04 Removing intermediate container 3fe1dc23f7d2 16:03:04 ---> f7911c1770f9 16:03:04 Step 23/23 : LABEL version=0.0.0 16:03:04 ---> 11888fbbc34e 16:03:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:03:04 ---> Running in cfc5f31d1253 16:03:05 ---> Running in 8caf9a17386c 16:03:05 Removing intermediate container b5ed6506dd1a 16:03:05 ---> 906491944deb 16:03:05 Step 21/22 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:03:05 Fetched 24.2 MB in 6s (4260 kB/s) 16:03:06 Reading package lists... 16:03:06 ---> Running in 81d3106cec70 16:03:06 Removing intermediate container 8caf9a17386c 16:03:06 ---> 4948c00dc062 16:03:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:06 Reading package lists... 16:03:06 Removing intermediate container cfc5f31d1253 16:03:06 ---> 44571347de6e 16:03:06 16:03:06 Building dependency tree... 16:03:06 Reading state information... 16:03:06 The following additional packages will be installed: 16:03:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:03:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:03:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:03:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:03:06 Suggested packages: 16:03:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:03:06 Recommended packages: 16:03:06 gnupg libsasl2-modules 16:03:06 The following NEW packages will be installed: 16:03:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:03:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:03:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:03:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:03:06 The following packages will be upgraded: 16:03:06 gpg gpg-agent gpgconf libudev1 16:03:06 Removing intermediate container e162e0550a21 16:03:06 ---> 246df73e066a 16:03:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:03:06 ---> Running in cc7297cd2ccb 16:03:07 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:03:07 Need to get 3530 kB of archives. 16:03:07 After this operation, 13.3 MB of additional disk space will be used. 16:03:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:03:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:03:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:03:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:03:07 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:03:07 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:03:07 Successfully built 44571347de6e 16:03:07 Successfully tagged docker-core-command-go-arm64:latest 16:03:07 Removing intermediate container 81d3106cec70 16:03:07 Building docker-support-notifications-go 16:03:07  Building docker-core-command-go ... done  ---> b5721a2a8b7a 16:03:07 Step 22/22 : LABEL version=0.0.0 16:03:07 ---> Running in 13e984211423 16:03:07 ---> Running in fc857427581f 16:03:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:03:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:03:07 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:03:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:03:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:03:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:03:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:03:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:03:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:03:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:03:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:03:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:03:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:03:08 Removing intermediate container cc7297cd2ccb 16:03:08 ---> f7edb8ee890e 16:03:08 Step 21/23 : LABEL arch=arm64 16:03:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:03:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:03:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:03:08 debconf: delaying package configuration, since apt-utils is not installed 16:03:08 Fetched 3530 kB in 1s (2923 kB/s) 16:03:08 (Reading database ... 12511 files and directories currently installed.) 16:03:08 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:03:08 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:03:08 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 16:03:08 ---> Running in 6ef380c1f291 16:03:08 Removing intermediate container fc857427581f 16:03:08 ---> 1c4232cd876b 16:03:08 16:03:08 Selecting previously unselected package udev. 16:03:08 (Reading database ... 12511 files and directories currently installed.) 16:03:08 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:03:08 Unpacking udev (237-3ubuntu10.45) ... 16:03:08 Selecting previously unselected package libfuse2:amd64. 16:03:08 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:03:08 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:03:08 Selecting previously unselected package fuse. 16:03:08 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:03:09 Unpacking fuse (2.9.7-1ubuntu1) ... 16:03:09 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:03:09 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:03:09 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:03:09 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:03:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:03:09 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:03:09 Selecting previously unselected package libksba8:amd64. 16:03:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:03:09 Unpacking libksba8:amd64 (1.3.5-2) ... 16:03:09 Selecting previously unselected package libroken18-heimdal:amd64. 16:03:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:09 Successfully built 1c4232cd876b 16:03:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:03:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:03:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:09 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:03:09 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:09 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:09 Successfully tagged docker-support-scheduler-go-arm64:latest 16:03:09  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 16:03:09 Removing intermediate container 6ef380c1f291 16:03:09 ---> 9ae6e8b84c05 16:03:09 Step 22/23 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:03:09 Selecting previously unselected package libwind0-heimdal:amd64. 16:03:09 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:09 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:09 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:03:09 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:09 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:10 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:03:10 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:10 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:10 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:03:10 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:10 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:03:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:03:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:10 ---> Running in ab4a82892d91 16:03:10 Selecting previously unselected package libsasl2-modules-db:amd64. 16:03:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:03:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:03:10 Selecting previously unselected package libsasl2-2:amd64. 16:03:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:03:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:03:10 Selecting previously unselected package libldap-common. 16:03:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:03:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:03:10 Selecting previously unselected package libldap-2.4-2:amd64. 16:03:10 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:03:10 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:03:10 Selecting previously unselected package dirmngr. 16:03:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:03:10 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:03:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:03:11 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:03:11 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:03:11 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:03:11 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:03:11 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:03:11 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libksba8:amd64 (1.3.5-2) ... 16:03:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:03:11 Setting up udev (237-3ubuntu10.45) ... 16:03:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:11 Removing intermediate container ab4a82892d91 16:03:11 ---> 5dd770871f3a 16:03:11 Step 23/23 : LABEL version=0.0.0 16:03:11 invoke-rc.d: policy-rc.d denied execution of start. 16:03:11 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Processing triggers for systemd (237-3ubuntu10) ... 16:03:11 Setting up fuse (2.9.7-1ubuntu1) ... 16:03:11 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:03:11 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:03:11 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:03:11 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:03:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:03:11 (1/6) Installing dumb-init (1.2.2-r1) 16:03:11 (2/6) Installing libgcc (9.3.0-r2) 16:03:11 ---> Running in 8b9367d33d24 16:03:11 (3/6) Installing libsodium (1.0.18-r0) 16:03:12 (4/6) Installing libstdc++ (9.3.0-r2) 16:03:12 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:03:12 settings in the [Install] section, and DefaultInstance for template units). 16:03:12 This means they are not meant to be enabled using systemctl. 16:03:12 Possible reasons for having this kind of units are: 16:03:12 1) A unit may be statically enabled by being symlinked from another unit's 16:03:12 .wants/ or .requires/ directory. 16:03:12 2) A unit's purpose may be to act as a helper for some other unit which has 16:03:12 a requirement dependency on it. 16:03:12 3) A unit may be started when needed via activation (socket, path, timer, 16:03:12 D-Bus, udev, scripted systemctl call, ...). 16:03:12 4) In case of template units, the unit is meant to be enabled with some 16:03:12 instance name specified. 16:03:12 (5/6) Installing libzmq (4.3.3-r0) 16:03:12 Reading package lists... 16:03:12 (6/6) Installing zeromq (4.3.3-r0) 16:03:12 Executing busybox-1.31.1-r19.trigger 16:03:12 OK: 8 MiB in 20 packages 16:03:12 Building dependency tree... 16:03:12 Reading state information... 16:03:12 The following additional packages will be installed: 16:03:12 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:03:12 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:03:12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:03:12 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:03:12 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:03:12 Suggested packages: 16:03:12 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:03:12 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:03:12 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:03:12 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:03:12 systemd-container policykit-1 16:03:12 Recommended packages: 16:03:12 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:03:12 The following NEW packages will be installed: 16:03:12 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:03:12 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:03:12 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:03:12 multiarch-support openssh-client python3 python3-minimal python3.6 16:03:12 python3.6-minimal snapd squashfs-tools sudo 16:03:12 The following packages will be upgraded: 16:03:12 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:03:13 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:03:13 Need to get 35.2 MB of archives. 16:03:13 After this operation, 141 MB of additional disk space will be used. 16:03:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:03:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:03:13 Removing intermediate container 8b9367d33d24 16:03:13 ---> 1a20b4f3de4f 16:03:13 16:03:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:03:14 Successfully built 1a20b4f3de4f 16:03:14 Successfully tagged docker-core-metadata-go-arm64:latest 16:03:14  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 16:03:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 16:03:14 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:03:14 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:03:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:03:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:03:14 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:03:14 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:03:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:03:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:03:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:03:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:03:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:03:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:03:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:03:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:03:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:03:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:03:14 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:03:14 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:03:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:03:14 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:03:14 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:03:14 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:03:14 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:03:14 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:03:14 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:03:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:03:15 Removing intermediate container 13e984211423 16:03:15 ---> 76c623019137 16:03:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:15 debconf: delaying package configuration, since apt-utils is not installed 16:03:15 Fetched 35.2 MB in 2s (14.4 MB/s) 16:03:15 (Reading database ... 12757 files and directories currently installed.) 16:03:15 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:03:15 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:03:16 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:03:16 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:03:16 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:03:16 (Reading database ... 12757 files and directories currently installed.) 16:03:16 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:03:16 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:03:16 ---> 2b72ff8917d6 16:03:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:03:17 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:03:17 (Reading database ... 12757 files and directories currently installed.) 16:03:17 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:03:17 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:03:17 Setting up apt (1.6.12ubuntu0.2) ... 16:03:17 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:03:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:03:17 (Reading database ... 12764 files and directories currently installed.) 16:03:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:03:17 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:03:18 Selecting previously unselected package libpython3.6-minimal:amd64. 16:03:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:03:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:03:18 Selecting previously unselected package libexpat1:amd64. 16:03:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:03:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:03:18 Selecting previously unselected package python3.6-minimal. 16:03:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:03:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:03:18 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 16:03:18 Checking for services that may need to be restarted...done. 16:03:18 Checking for services that may need to be restarted...done. 16:03:18 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:03:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:03:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:03:19 Selecting previously unselected package python3-minimal. 16:03:19 (Reading database ... 13012 files and directories currently installed.) 16:03:19 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:03:19 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:03:19 Selecting previously unselected package mime-support. 16:03:19 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:03:19 Unpacking mime-support (3.60ubuntu1) ... 16:03:19 Selecting previously unselected package libmpdec2:amd64. 16:03:19 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:03:19 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:03:20 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:03:20 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:03:20 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:03:20 ---> 241ef8584046 16:03:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:03:20 Selecting previously unselected package python3.6. 16:03:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:03:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:03:20 Selecting previously unselected package libpython3-stdlib:amd64. 16:03:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:03:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:03:20 Setting up python3-minimal (3.6.7-1~18.04) ... 16:03:20 Selecting previously unselected package python3. 16:03:20 (Reading database ... 13442 files and directories currently installed.) 16:03:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:03:20 Unpacking python3 (3.6.7-1~18.04) ... 16:03:21 Selecting previously unselected package multiarch-support. 16:03:21 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:03:21 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:03:21 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:03:21 Selecting previously unselected package liblzo2-2:amd64. 16:03:21 (Reading database ... 13479 files and directories currently installed.) 16:03:21 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:03:21 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:03:21 Selecting previously unselected package libbsd0:amd64. 16:03:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:03:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:03:21 Selecting previously unselected package sudo. 16:03:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:03:21 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:03:21 Selecting previously unselected package apparmor. 16:03:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:03:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:03:21 ---> 776525c9aa87 16:03:21 Step 19/23 : ENTRYPOINT ["/core-data"] 16:03:21 Selecting previously unselected package libedit2:amd64. 16:03:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:03:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:03:21 Selecting previously unselected package libkrb5support0:amd64. 16:03:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:03:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:03:21 Selecting previously unselected package libk5crypto3:amd64. 16:03:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:03:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:03:21 Selecting previously unselected package libkeyutils1:amd64. 16:03:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:03:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:03:21 Selecting previously unselected package libkrb5-3:amd64. 16:03:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:03:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:03:21 ---> Running in 6b13e4572050 16:03:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:03:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:03:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:03:22 Selecting previously unselected package libssl1.0.0:amd64. 16:03:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:03:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:03:22 Selecting previously unselected package openssh-client. 16:03:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:03:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:03:22 Selecting previously unselected package squashfs-tools. 16:03:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:03:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:03:22 Selecting previously unselected package snapd. 16:03:22 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:03:22 Unpacking snapd (2.48.3+18.04) ... 16:03:22 Removing intermediate container 6b13e4572050 16:03:22 ---> a89309836a6a 16:03:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:23 ---> Running in 444dbaef5c1d 16:03:24 Removing intermediate container 444dbaef5c1d 16:03:24 ---> 77914429cd83 16:03:24 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:03:24 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:03:24 Setting up mime-support (3.60ubuntu1) ... 16:03:24 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:03:24 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:03:24 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:03:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:03:24 Step 21/23 : LABEL arch=arm64 16:03:25 Setting up systemd (237-3ubuntu10.45) ... 16:03:25 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:03:25 ---> Running in 7fdd12179a7a 16:03:26 Removing intermediate container 7fdd12179a7a 16:03:26 ---> 8bbbd1f67b3b 16:03:26 Step 22/23 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:03:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:03:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:03:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:03:27 ---> Running in bc70acd542a9 16:03:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:03:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:03:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:03:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:03:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:03:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:03:28 Setting up python3 (3.6.7-1~18.04) ... 16:03:28 running python rtupdate hooks for python3.6... 16:03:28 running python post-rtupdate hooks for python3.6... 16:03:28 Setting up apparmor (2.12-4ubuntu5.1) ... 16:03:28 Removing intermediate container bc70acd542a9 16:03:28 ---> d7260d71ccd6 16:03:28 Step 23/23 : LABEL version=0.0.0 16:03:29 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:03:29 ---> Running in 17099dfa2347 16:03:29 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:03:29 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:03:29 Setting up snapd (2.48.3+18.04) ... 16:03:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:03:30 Removing intermediate container 17099dfa2347 16:03:30 ---> 6e7cbbfaced7 16:03:30 16:03:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:03:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:03:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:03:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:03:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:03:31 Successfully built 6e7cbbfaced7 16:03:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:03:31 Successfully tagged docker-core-data-go-arm64:latest 16:03:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:03:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:03:31 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:03:32 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:03:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:03:32 Processing triggers for systemd (237-3ubuntu10.45) ... 16:03:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:03:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:03:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:03:34 Reading package lists... 16:03:35 Reading package lists... 16:03:35 Building dependency tree... 16:03:35 Reading state information... 16:03:35 Calculating upgrade... 16:03:35 The following packages will be upgraded: 16:03:35 advancecomp base-files bash binutils binutils-common 16:03:35 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:03:35 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:03:35 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:03:35 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:03:35 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:03:35 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:03:35 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:03:35 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:03:35 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:03:35 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:03:35 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:03:35 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:03:35 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:03:35 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:03:35 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:03:35 Need to get 63.8 MB of archives. 16:03:35 After this operation, 5207 kB of additional disk space will be used. 16:03:35 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:03:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 16:03:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:03:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:03:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:03:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:03:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:03:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:03:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:03:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:03:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:03:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:03:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:03:36 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:03:36 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:03:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:03:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:03:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:03:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:03:36 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:03:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:03:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:03:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:03:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:03:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:03:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:03:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:03:36 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:03:36 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:03:36 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:03:36 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:03:36 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:03:36 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:03:36 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:03:36 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:03:36 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:03:36 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:03:36 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:03:36 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:03:36 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:03:36 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:03:36 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:03:36 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:03:36 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:03:36 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:03:36 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:03:36 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:03:36 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:03:36 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:03:36 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:03:36 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:03:36 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:03:36 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:03:36 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:03:36 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:03:36 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:03:37 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:03:37 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:03:37 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:03:37 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:03:37 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:03:37 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:03:37 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:03:37 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:03:37 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:03:37 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:03:37 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:03:37 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 16:03:37 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:03:37 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:03:37 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:03:37 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:03:37 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:03:37 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:03:37 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:03:37 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:03:37 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:03:37 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:03:37 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:03:37 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:03:37 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:03:37 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:03:37 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:03:37 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:03:37 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:03:37 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:03:37 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:03:37 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:03:37 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:03:37 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:03:38 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:03:38 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:03:38 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:03:38 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:03:38 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:03:38 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:03:38 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:03:38 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:03:38 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:03:38 debconf: delaying package configuration, since apt-utils is not installed 16:03:38 Fetched 63.8 MB in 3s (19.5 MB/s) 16:03:39 (Reading database ... 13912 files and directories currently installed.) 16:03:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:03:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:03:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:03:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:03:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 16:03:39 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 16:03:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:40 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:41 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:41 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:03:41 (Reading database ... 13911 files and directories currently installed.) 16:03:41 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:03:41 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:03:41 (Reading database ... 13911 files and directories currently installed.) 16:03:41 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:41 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:41 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:03:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:03:42 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:03:42 (Reading database ... 13911 files and directories currently installed.) 16:03:42 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:03:42 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:03:42 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:03:43 (Reading database ... 13911 files and directories currently installed.) 16:03:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:03:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:03:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:03:43 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:03:43 Setting up base-files (10.1ubuntu2.10) ... 16:03:43 Installing new version of config file /etc/issue ... 16:03:43 Installing new version of config file /etc/issue.net ... 16:03:43 Installing new version of config file /etc/lsb-release ... 16:03:43 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:03:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:03:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:03:44 Removing obsolete conffile /etc/default/motd-news ... 16:03:44 (Reading database ... 13912 files and directories currently installed.) 16:03:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:03:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:03:44  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:03:44 ---> 7bc3d94c6588 16:03:44 Step 3/22 : WORKDIR /edgex-go 16:03:44 ---> Using cache 16:03:44 ---> 028cbeaaaef4 16:03:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:44 ---> Using cache 16:03:44 ---> da7ad490e605 16:03:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:03:44 Setting up bash (4.4.18-2ubuntu1.2) ... 16:03:44 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:03:44 (Reading database ... 13912 files and directories currently installed.) 16:03:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:03:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:03:44 (Reading database ... 13912 files and directories currently installed.) 16:03:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:03:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:03:44 Setting up tar (1.29b-2ubuntu0.2) ... 16:03:44 (Reading database ... 13912 files and directories currently installed.) 16:03:44 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:03:45 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:03:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:03:45 (Reading database ... 13912 files and directories currently installed.) 16:03:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:03:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:03:45 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:03:45 (Reading database ... 13912 files and directories currently installed.) 16:03:45 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:03:45 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:03:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:03:45 (Reading database ... 13912 files and directories currently installed.) 16:03:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:03:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:03:46 Setting up grep (3.1-2build1) ... 16:03:46 (Reading database ... 13912 files and directories currently installed.) 16:03:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:03:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:03:46 Setting up login (1:4.5-1ubuntu2) ... 16:03:46 (Reading database ... 13912 files and directories currently installed.) 16:03:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:03:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:03:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:03:46 (Reading database ... 13912 files and directories currently installed.) 16:03:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:03:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:03:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:03:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:03:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:03:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:03:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:03:47 (Reading database ... 13912 files and directories currently installed.) 16:03:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:03:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:03:48 ---> Running in ac9555870b06 16:03:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:03:48 ---> 7bc3d94c6588 16:03:48 Step 3/26 : WORKDIR /edgex-go 16:03:48 ---> Using cache 16:03:48 ---> 028cbeaaaef4 16:03:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:48 ---> Using cache 16:03:48 ---> da7ad490e605 16:03:48 Step 5/26 : RUN apk add --update --no-cache make bash git 16:03:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:03:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:03:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:03:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:03:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:03:49 (Reading database ... 13912 files and directories currently installed.) 16:03:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:03:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:03:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:03:49 (Reading database ... 13912 files and directories currently installed.) 16:03:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:03:49 (Reading database ... 13912 files and directories currently installed.) 16:03:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:03:49 (Reading database ... 13912 files and directories currently installed.) 16:03:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:03:49 ---> Running in ab3eee0bdeda 16:03:50 (Reading database ... 13912 files and directories currently installed.) 16:03:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:03:50 (Reading database ... 13912 files and directories currently installed.) 16:03:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:03:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:03:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:03:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:03:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:50 (Reading database ... 13912 files and directories currently installed.) 16:03:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:03:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:03:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:03:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:03:50 ---> 7bc3d94c6588 16:03:50 Step 3/24 : WORKDIR /edgex-go 16:03:50 ---> Using cache 16:03:50 ---> 028cbeaaaef4 16:03:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:50 ---> Using cache 16:03:50 ---> da7ad490e605 16:03:50 Step 5/24 : RUN apk add --update --no-cache make git 16:03:50 ---> Using cache 16:03:50 ---> c3d97003bc86 16:03:50 Step 6/24 : COPY go.mod . 16:03:50 ---> Using cache 16:03:50 ---> c75e1e8897f5 16:03:50 Step 7/24 : RUN go mod download 16:03:50 ---> Using cache 16:03:50 ---> d759597bcd23 16:03:50 Step 8/24 : COPY . . 16:03:50 (Reading database ... 13912 files and directories currently installed.) 16:03:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:50 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:03:50 (Reading database ... 13912 files and directories currently installed.) 16:03:50 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:50 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:51 ---> Using cache 16:03:51 ---> 57551851e114 16:03:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:03:51 Removing intermediate container af85fec1ea3e 16:03:51 ---> 5cac908d24cb 16:03:51 16:03:51 Step 10/31 : FROM alpine:3.12 16:03:51 ---> d10569e2745f 16:03:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:03:51 (Reading database ... 13912 files and directories currently installed.) 16:03:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:51 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:51 ---> Running in 07689a9db667 16:03:51 ---> Running in 9c85310efd6f 16:03:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:03:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:52 OK: 217 MiB in 51 packages 16:03:52 Removing intermediate container 07689a9db667 16:03:52 ---> 3dbffa49e287 16:03:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:03:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:03:52 (Reading database ... 13912 files and directories currently installed.) 16:03:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:03:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:52 ---> Running in 436186b61565 16:03:52 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:03:52 (Reading database ... 13912 files and directories currently installed.) 16:03:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:03:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:03:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:03:53 (Reading database ... 13914 files and directories currently installed.) 16:03:53 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:03:53 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:03:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:03:53 OK: 217 MiB in 51 packages 16:03:53 Setting up debconf (1.5.66ubuntu1) ... 16:03:53 (Reading database ... 13914 files and directories currently installed.) 16:03:53 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:03:53 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:03:53 Removing intermediate container ac9555870b06 16:03:53 ---> c8603607e818 16:03:53 Step 6/22 : COPY go.mod . 16:03:53 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:03:53 (Reading database ... 13914 files and directories currently installed.) 16:03:53 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:03:53 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:03:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:03:54 (Reading database ... 13914 files and directories currently installed.) 16:03:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:03:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:03:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:03:54 (Reading database ... 13914 files and directories currently installed.) 16:03:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:03:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:03:54 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:03:54 (Reading database ... 13914 files and directories currently installed.) 16:03:54 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:03:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:03:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:03:55 (Reading database ... 13914 files and directories currently installed.) 16:03:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:03:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:03:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:03:55 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:03:55 ---> 797a205fd217 16:03:55 Step 7/22 : RUN go mod download 16:03:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:03:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:03:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:03:55 (Reading database ... 13914 files and directories currently installed.) 16:03:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:03:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:03:55 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:03:56 ---> Running in 5509486e38b1 16:03:56 Removing intermediate container ab3eee0bdeda 16:03:56 ---> 1d1e550710fc 16:03:56 Step 6/26 : COPY go.mod . 16:03:56 (Reading database ... 13914 files and directories currently installed.) 16:03:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:03:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:03:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:03:56 (1/2) Installing dumb-init (1.2.2-r1) 16:03:56 (2/2) Installing su-exec (0.2-r1) 16:03:56 Executing busybox-1.31.1-r19.trigger 16:03:56 OK: 5 MiB in 16 packages 16:03:56 (Reading database ... 13914 files and directories currently installed.) 16:03:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:03:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:03:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:03:56 (Reading database ... 13914 files and directories currently installed.) 16:03:56 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:03:56 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:03:56 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:03:57 (Reading database ... 13914 files and directories currently installed.) 16:03:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:03:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:03:57 ---> 12b7e7d3e112 16:03:57 Step 7/26 : RUN go mod download 16:03:57 Setting up passwd (1:4.5-1ubuntu2) ... 16:03:57 (Reading database ... 13914 files and directories currently installed.) 16:03:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:03:57 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:03:57 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:03:58 (Reading database ... 13914 files and directories currently installed.) 16:03:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:03:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:03:58 ---> Running in 94be60e42eb4 16:03:58 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:03:58 (Reading database ... 13914 files and directories currently installed.) 16:03:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:03:58 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:03:58 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:03:58 (Reading database ... 13914 files and directories currently installed.) 16:03:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:03:58 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:03:58 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:03:58 (Reading database ... 13914 files and directories currently installed.) 16:03:58 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:03:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:03:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:03:59 (Reading database ... 13914 files and directories currently installed.) 16:03:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:03:59 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:03:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:03:59 (Reading database ... 13914 files and directories currently installed.) 16:03:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:03:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:03:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:03:59 (Reading database ... 13915 files and directories currently installed.) 16:03:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:03:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:03:59 Removing intermediate container 436186b61565 16:03:59 ---> 1fadeaee0394 16:03:59 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:03:59 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:03:59 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:04:00 ---> Running in 68cf5bcf11e2 16:04:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:04:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:04:00 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:04:00 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:04:00 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:04:00 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:04:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:04:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:04:00 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:04:00 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:04:00 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:04:00 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:04:00 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:04:00 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:04:00 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:04:00 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:04:01 Removing intermediate container 68cf5bcf11e2 16:04:01 ---> 5b437fd4711d 16:04:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:04:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:04:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:04:01 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:04:01 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:04:01 ---> Running in e3bda3205888 16:04:02 Removing intermediate container 5509486e38b1 16:04:02 ---> 72cf3c9d13ca 16:04:02 Step 8/22 : COPY . . 16:04:02 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:04:02 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:04:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:04:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:04:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:04:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:04:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:04:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:04:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:04:03 Removing intermediate container e3bda3205888 16:04:03 ---> e36ced0303d1 16:04:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:04:03 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:04:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:04:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:04:03 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:03 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:03 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:03 ---> Running in d7a7f3b2be24 16:04:03 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:03 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:03 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:03 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:03 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:05 Removing intermediate container 94be60e42eb4 16:04:05 ---> be96ab8004ac 16:04:05 Step 8/26 : COPY . . 16:04:05 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:05 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:06 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:06 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:06 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:06 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:07 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:04:07 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:04:07 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:04:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:04:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:04:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:04:08 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:04:08 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:04:08 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:04:08 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:04:08 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:04:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:04:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:04:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:04:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:04:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:04:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:04:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:09 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:04:09 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:04:09 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:04:09 16:04:09 Current default time zone: 'Etc/UTC' 16:04:09 Local time is now: Wed Mar 24 16:04:09 UTC 2021. 16:04:09 Universal Time is now: Wed Mar 24 16:04:09 UTC 2021. 16:04:09 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:04:09 16:04:09 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:04:09 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:09 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 16:04:09 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:04:09 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:04:09 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:04:09 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:04:09 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:04:09 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:04:09 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:04:09 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:04:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:04:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:04:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:10 Setting up patch (2.7.6-2ubuntu1.1) ... 16:04:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:04:10 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:04:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 16:04:10 Installing new version of config file /etc/ssl/openssl.cnf ... 16:04:10 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:04:10 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:04:10 Setting up ca-certificates (20210119~18.04.1) ... 16:04:10 Removing intermediate container d7a7f3b2be24 16:04:10 ---> 48f9837434ca 16:04:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:04:10 ---> Running in 1e4584c71603 16:04:11 Updating certificates in /etc/ssl/certs... 16:04:12 Removing intermediate container 1e4584c71603 16:04:12 ---> c07017b4aa1b 16:04:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:04:12 23 added, 27 removed; done. 16:04:12 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:04:12 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:04:12 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:04:12 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:04:12 Setting up pkgbinarymangler (138.18.04.1) ... 16:04:12 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:04:12 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up perl (5.26.1-6ubuntu0.5) ... 16:04:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:04:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:04:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:04:12 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:04:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:04:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:04:13 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:04:13 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:04:13 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:04:13 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:04:13 Processing triggers for systemd (237-3ubuntu10.45) ... 16:04:13 Processing triggers for mime-support (3.60ubuntu1) ... 16:04:13 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:04:13 Updating certificates in /etc/ssl/certs... 16:04:13 0 added, 0 removed; done. 16:04:13 Running hooks in /etc/ca-certificates/update.d... 16:04:13 done. 16:04:14 Reading package lists... 16:04:14 Building dependency tree... 16:04:14 Reading state information... 16:04:14 The following NEW packages will be installed: 16:04:14 apt-transport-https 16:04:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:04:14 Need to get 1696 B of archives. 16:04:14 After this operation, 153 kB of additional disk space will be used. 16:04:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:04:14 debconf: delaying package configuration, since apt-utils is not installed 16:04:14 Fetched 1696 B in 0s (27.7 kB/s) 16:04:14 Selecting previously unselected package apt-transport-https. 16:04:14 (Reading database ... 13920 files and directories currently installed.) 16:04:14 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:04:14 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:04:14 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:04:15 ---> 0a8d40597819 16:04:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:04:15 ---> Running in 2d9fd4ceb6d4 16:04:15 Waiting for network to be ready... 16:04:20 Removing intermediate container 2d9fd4ceb6d4 16:04:20 ---> 5d0ca80edfeb 16:04:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:21 2021-03-24T16:04:19Z INFO Waiting for automatic snapd restart... 16:04:22 ---> 81e2945cdcca 16:04:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:04:22 snapd 2.49.1 from Canonical* installed 16:04:24 "snapd" switched to the "latest/stable" channel 16:04:24 16:04:25 ---> 6eee9e905a64 16:04:25 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:04:25 ---> 52eb14c8ddc7 16:04:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:04:26 ---> Running in 132cf952c703 16:04:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:04:27 ---> 1017e4aaf763 16:04:27 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:04:27 core18 20210128 from Canonical* installed 16:04:27 ---> ded0c546294a 16:04:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:04:27 "core18" switched to the "latest/stable" channel 16:04:27 16:04:27 ---> Running in dce675e43c57 16:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:04:28 ---> a1e23d109f2e 16:04:28 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:04:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:04:30 ---> b00894b8af58 16:04:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:04:30 ---> Running in e9191e03b0cc 16:04:31 Removing intermediate container e9191e03b0cc 16:04:31 ---> e1adfb54644e 16:04:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:04:32 ---> b9db60353486 16:04:32 Step 26/31 : RUN chmod +x /entrypoint.sh 16:04:33 ---> Running in a864de0dc827 16:04:33 snapcraft 4.5.4 from Canonical* installed 16:04:33 "snapcraft" switched to the "latest/stable" channel 16:04:33 16:04:36 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:04:36 - README.md 16:04:36 16:04:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:04:37 Removing intermediate container a864de0dc827 16:04:37 ---> e4104da9edf7 16:04:37 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:04:37 ---> Running in 5028742f5829 16:04:39 Removing intermediate container 5028742f5829 16:04:39 ---> f5769caa0eb7 16:04:39 Step 28/31 : CMD ["gate"] 16:04:39 ---> Running in dc4476e07232 16:04:40 Removing intermediate container 9c85310efd6f 16:04:40 ---> 3cb1919649ee 16:04:40 16:04:40 Step 10/24 : FROM alpine:3.12 16:04:40 ---> d10569e2745f 16:04:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:04:40 Removing intermediate container dc4476e07232 16:04:40 ---> b5fdf5dc488d 16:04:40 Step 29/31 : LABEL arch=arm64 16:04:40 ---> Running in cdb768968bbe 16:04:41 ---> Running in 009d295101a1 16:04:42 Removing intermediate container 009d295101a1 16:04:42 ---> b5e4b3c34c95 16:04:42 Step 30/31 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:04:42 ---> Running in 5659749f99f0 16:04:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:04:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:04:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:04:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:43 Removing intermediate container 5659749f99f0 16:04:43 ---> 11b2c5b01382 16:04:43 Step 31/31 : LABEL version=0.0.0 16:04:43 Reading package lists... 16:04:43 ---> Running in 3a6a287652ec 16:04:43 (1/6) Installing ca-certificates (20191127-r4) 16:04:43 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:04:43 (3/6) Installing libcurl (7.69.1-r3) 16:04:43 (4/6) Installing curl (7.69.1-r3) 16:04:43 (5/6) Installing dumb-init (1.2.2-r1) 16:04:43 (6/6) Installing su-exec (0.2-r1) 16:04:43 Executing busybox-1.31.1-r19.trigger 16:04:43 Executing ca-certificates-20191127-r4.trigger 16:04:44 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 16:04:44 OK: 7 MiB in 20 packages 16:04:44 Removing intermediate container 3a6a287652ec 16:04:44 ---> 45e63dd78959 16:04:44 16:04:45 Successfully built 45e63dd78959 16:04:45 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:04:47  Building docker-security-bootstrapper-go ... done Removing intermediate container cdb768968bbe 16:04:47 ---> 038e794c035c 16:04:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:04:47 ---> Running in ada0df46f6b7 16:04:48 Removing intermediate container ada0df46f6b7 16:04:48 ---> 958d50faf8af 16:04:48 Step 13/24 : WORKDIR / 16:04:48 ---> Running in 502dabccdd3c 16:04:49 Removing intermediate container 502dabccdd3c 16:04:49 ---> d285171e033c 16:04:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:04:50 ---> dda4ee7cffe8 16:04:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:04:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:04:51 Reading package lists... 16:04:51 Building dependency tree... 16:04:51 Reading state information... 16:04:51 Suggested packages: 16:04:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:04:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:04:51 Recommended packages: 16:04:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:04:51 The following NEW packages will be installed: 16:04:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:04:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:04:51 pkg-config zip 16:04:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:04:51 Need to get 7657 kB of archives. 16:04:51 After this operation, 43.8 MB of additional disk space will be used. 16:04:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:04:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:04:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:04:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:04:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:04:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:04:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:04:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:04:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:04:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:04:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:04:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:04:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:04:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:04:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:04:51 ---> 07a4bb13d9fb 16:04:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:04:51 debconf: delaying package configuration, since apt-utils is not installed 16:04:51 Fetched 7657 kB in 1s (8581 kB/s) 16:04:51 Selecting previously unselected package libglib2.0-0:amd64. 16:04:52 (Reading database ... 13924 files and directories currently installed.) 16:04:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:04:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:04:52 Selecting previously unselected package libpsl5:amd64. 16:04:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:04:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:04:52 Selecting previously unselected package libnghttp2-14:amd64. 16:04:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:04:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:04:52 Selecting previously unselected package librtmp1:amd64. 16:04:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:04:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:04:52 Selecting previously unselected package libcurl3-gnutls:amd64. 16:04:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:04:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:04:52 Selecting previously unselected package liberror-perl. 16:04:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:04:52 Unpacking liberror-perl (0.17025-1) ... 16:04:52 Selecting previously unselected package git-man. 16:04:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:04:52 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:04:52 Selecting previously unselected package git. 16:04:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:04:52 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:04:53 ---> 239666536187 16:04:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:04:53 Selecting previously unselected package libnorm1:amd64. 16:04:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:04:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:04:53 Selecting previously unselected package libpgm-5.2-0:amd64. 16:04:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:04:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:04:53 Selecting previously unselected package libsodium23:amd64. 16:04:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:04:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:04:53 Selecting previously unselected package libzmq5:amd64. 16:04:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:04:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:04:54 Selecting previously unselected package libzmq3-dev:amd64. 16:04:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:04:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:04:54 Selecting previously unselected package pkg-config. 16:04:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:04:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:04:54 Selecting previously unselected package zip. 16:04:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:04:54 Unpacking zip (3.0-11build1) ... 16:04:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:04:54 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:04:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:04:54 Setting up liberror-perl (0.17025-1) ... 16:04:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:04:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:04:54 No schema files found: doing nothing. 16:04:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:04:54 Setting up zip (3.0-11build1) ... 16:04:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:04:54 Setting up libsodium23:amd64 (1.0.16-2) ... 16:04:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:04:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:04:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:04:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:04:54 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:04:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:04:56 ---> 4d875bbbb98e 16:04:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:04:56 ---> 8d6d05f7c1a2 16:04:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:04:57 ---> 1f537bfdf9f5 16:04:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:04:58 ---> Running in e920284f3001 16:05:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:05:01 git set to automatically installed. 16:05:01 git-man set to automatically installed. 16:05:01 libcurl3-gnutls set to automatically installed. 16:05:01 liberror-perl set to automatically installed. 16:05:01 libglib2.0-0 set to automatically installed. 16:05:01 libnghttp2-14 set to automatically installed. 16:05:01 libnorm1 set to automatically installed. 16:05:01 libpgm-5.2-0 set to automatically installed. 16:05:01 libpsl5 set to automatically installed. 16:05:01 librtmp1 set to automatically installed. 16:05:01 libsodium23 set to automatically installed. 16:05:01 libzmq3-dev set to automatically installed. 16:05:01 libzmq5 set to automatically installed. 16:05:01 pkg-config set to automatically installed. 16:05:01 zip set to automatically installed. 16:05:02 Removing intermediate container e920284f3001 16:05:02 ---> c286eb5cdd2f 16:05:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:05:02 ---> Running in cd6c597ebb08 16:05:02 Removing intermediate container cd6c597ebb08 16:05:02 ---> 4ff8103a29e5 16:05:02 Step 22/24 : LABEL arch=arm64 16:05:03 ---> Running in 99485aad00a3 16:05:03 snapd is not logged in, snap install commands will use sudo 16:05:03 Removing intermediate container 99485aad00a3 16:05:03 ---> 64ee4070f8b0 16:05:03 Step 23/24 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:05:04 ---> Running in f6d3dcef45e1 16:05:04 Removing intermediate container f6d3dcef45e1 16:05:04 ---> 6e4b89fc8f81 16:05:04 Step 24/24 : LABEL version=0.0.0 16:05:05 ---> Running in a42486d30b1b 16:05:05 Removing intermediate container a42486d30b1b 16:05:05 ---> cb375246c5e8 16:05:05 16:05:06 Successfully built cb375246c5e8 16:05:06 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:05:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:05:28  Building docker-security-secretstore-setup-go ... done Removing intermediate container dce675e43c57 16:05:28 ---> efa0891302d5 16:05:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:05:28 ---> Running in 67b042e43243 16:05: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 16:05:28 Removing intermediate container 132cf952c703 16:05:28 ---> 6d81bb8b7685 16:05:28 16:05:28 Step 10/22 : FROM alpine:3.12 16:05:28 ---> d10569e2745f 16:05:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:05:28 ---> Running in f54728165f29 16:05:29 Removing intermediate container 67b042e43243 16:05:29 ---> 19dcd1c9a4fe 16:05:29 16:05:29 Step 11/26 : FROM docker:20.10.0 16:05:29 20.10.0: Pulling from library/docker 16:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:05:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:05:30 (1/2) Installing ca-certificates (20191127-r4) 16:05:30 (2/2) Installing dumb-init (1.2.2-r1) 16:05:30 Executing busybox-1.31.1-r19.trigger 16:05:30 Executing ca-certificates-20191127-r4.trigger 16:05:30 OK: 6 MiB in 16 packages 16:05:33 Removing intermediate container f54728165f29 16:05:33 ---> d20b6197891b 16:05:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:05:33 ---> Running in 9c5efe8e2eda 16:05:33 Removing intermediate container 9c5efe8e2eda 16:05:33 ---> 7d40dc3ad389 16:05:33 Step 13/22 : ENV APP_PORT=48060 16:05:34 ---> Running in 3e179d8b1eb2 16:05:34 Removing intermediate container 3e179d8b1eb2 16:05:34 ---> 6799e5dbbc15 16:05:34 Step 14/22 : EXPOSE $APP_PORT 16:05:35 ---> Running in 19afa3afe831 16:05:35 Removing intermediate container 19afa3afe831 16:05:35 ---> 28af55620c24 16:05:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:37 ---> 09b2bfafdb21 16:05:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:05:38 ---> 838b354c36b2 16:05:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:05:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:05:38 Status: Downloaded newer image for docker:20.10.0 16:05:38 ---> eeaf43b92773 16:05:38 Step 12/26 : RUN apk add --no-cache bash 16:05:38 ---> Running in 84401bdc56b4 16:05:39 ---> 0dbc7caf2211 16:05:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:05:39 ---> Running in 5db61c53417e 16:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:05:39 Removing intermediate container 5db61c53417e 16:05:39 ---> 1e26b38e873b 16:05:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:05:39 ---> Running in b907f2798115 16:05:40 Removing intermediate container b907f2798115 16:05:40 ---> 79a56d87f322 16:05:40 Step 20/22 : LABEL arch=arm64 16:05:40 ---> Running in 265095a6534b 16:05:40 (1/2) Installing readline (8.0.4-r0) 16:05:40 (2/2) Installing bash (5.0.17-r0) 16:05:40 Executing bash-5.0.17-r0.post-install 16:05:40 Executing busybox-1.31.1-r19.trigger 16:05:40 OK: 12 MiB in 22 packages 16:05:41 Removing intermediate container 265095a6534b 16:05:41 ---> 952a00ae5eaa 16:05:41 Step 21/22 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:05:41 ---> Running in e4ba10cef817 16:05:41 Removing intermediate container e4ba10cef817 16:05:41 ---> 15bf01be80c6 16:05:41 Step 22/22 : LABEL version=0.0.0 16:05:41 ---> Running in 8752b529a858 16:05:41 Removing intermediate container 84401bdc56b4 16:05:41 ---> 2e83bccdb625 16:05:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:05:42 ---> Running in a8e860e18c20 16:05:42 Removing intermediate container 8752b529a858 16:05:42 ---> 848bc869f461 16:05:42 16:05:42 Successfully built 848bc869f461 16:05:42 Removing intermediate container a8e860e18c20 16:05:42 ---> 5f3224b5a6d8 16:05:42 Successfully tagged docker-support-notifications-go-arm64:latest 16:05:42 Step 14/26 : ENV APP_PORT=48090 16:05:42  Building docker-support-notifications-go ... done  ---> Running in 7cdc1c88ed86 16:05:43 Removing intermediate container 7cdc1c88ed86 16:05:43 ---> 24e5212506e4 16:05:43 Step 15/26 : EXPOSE $APP_PORT 16:05:43 ---> Running in 073fc94903aa 16:05:43 Removing intermediate container 073fc94903aa 16:05:43 ---> 7c79c9568898 16:05:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:05:45 ---> 7c7ae6279e2f 16:05:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:05:45 ---> 1dd4d458a0f0 16:05:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:05:46 ---> c1699dbcce34 16:05:46 Step 19/26 : RUN apk --no-cache add py3-pip 16:05:46 ---> Running in 1518fc726f59 16:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:05:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:05:48 (1/33) Installing libbz2 (1.0.8-r1) 16:05:48 (2/33) Installing expat (2.2.9-r1) 16:05:48 (3/33) Installing libffi (3.3-r2) 16:05:48 (4/33) Installing gdbm (1.13-r1) 16:05:48 (5/33) Installing xz-libs (5.2.5-r0) 16:05:48 (6/33) Installing sqlite-libs (3.32.1-r0) 16:05:48 (7/33) Installing python3 (3.8.8-r0) 16:05:50 (8/33) Installing py3-appdirs (1.4.4-r1) 16:05:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:05:50 (10/33) Installing py3-parsing (2.4.7-r0) 16:05:50 (11/33) Installing py3-six (1.15.0-r0) 16:05:50 (12/33) Installing py3-packaging (20.4-r0) 16:05:50 (13/33) Installing py3-setuptools (47.0.0-r0) 16:05:50 (14/33) Installing py3-chardet (3.0.4-r4) 16:05:50 (15/33) Installing py3-idna (2.9-r0) 16:05:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:05:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:05:50 (18/33) Installing py3-requests (2.23.0-r0) 16:05:50 (19/33) Installing py3-msgpack (1.0.0-r0) 16:05:50 (20/33) Installing py3-lockfile (0.12.2-r3) 16:05:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:05:50 (22/33) Installing py3-colorama (0.4.3-r0) 16:05:50 (23/33) Installing py3-distlib (0.3.0-r0) 16:05:50 (24/33) Installing py3-distro (1.5.0-r1) 16:05:50 (25/33) Installing py3-webencodings (0.5.1-r3) 16:05:50 (26/33) Installing py3-html5lib (1.0.1-r4) 16:05:50 (27/33) Installing py3-pytoml (0.1.21-r0) 16:05:50 (28/33) Installing py3-pep517 (0.8.2-r0) 16:05:50 (29/33) Installing py3-progress (1.5-r0) 16:05:50 (30/33) Installing py3-toml (0.10.1-r0) 16:05:50 (31/33) Installing py3-retrying (1.3.3-r0) 16:05:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:05:50 (33/33) Installing py3-pip (20.1.1-r0) 16:05:50 Executing busybox-1.31.1-r19.trigger 16:05:50 OK: 71 MiB in 55 packages 16:05:57 Removing intermediate container 1518fc726f59 16:05:57 ---> 4ccc837efdcc 16:05:57 Step 20/26 : RUN pip install docker-compose==1.23.2 16:05:57 ---> Running in 5405ebbc36c9 16:06:01 Collecting docker-compose==1.23.2 16:06:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:06:02 Collecting cached-property<2,>=1.2.0 16:06:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:06:02 Collecting docopt<0.7,>=0.6.1 16:06:02 Downloading docopt-0.6.2.tar.gz (25 kB) 16:06:05 Collecting docker<4.0,>=3.6.0 16:06:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:06:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:06:06 Collecting jsonschema<3,>=2.5.1 16:06:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:06:06 Collecting texttable<0.10,>=0.9.0 16:06:06 Downloading texttable-0.9.1.tar.gz (11 kB) 16:06:09 Collecting PyYAML<4,>=3.10 16:06:09 Downloading PyYAML-3.13.tar.gz (270 kB) 16:06:11 Collecting websocket-client<1.0,>=0.32.0 16:06:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:06:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:06:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:06:13 Collecting dockerpty<0.5,>=0.4.1 16:06:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:06:15 Collecting docker-pycreds>=0.4.0 16:06:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:06:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:06:15 Collecting idna<2.8,>=2.5 16:06:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:06:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:06:16 Collecting urllib3<1.25,>=1.21.1 16:06:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:06:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:06:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:06:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:06:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:06:17 Installing collected packages: cached-property, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, PyYAML, dockerpty, docker-compose 16:06:17 Running setup.py install for docopt: started 16:06:19 Running setup.py install for docopt: finished with status 'done' 16:06:19 Attempting uninstall: idna 16:06:19 Found existing installation: idna 2.9 16:06:19 Uninstalling idna-2.9: 16:06:19 Successfully uninstalled idna-2.9 16:06:19 Attempting uninstall: urllib3 16:06:19 Found existing installation: urllib3 1.25.9 16:06:19 Uninstalling urllib3-1.25.9: 16:06:19 Successfully uninstalled urllib3-1.25.9 16:06:20 Attempting uninstall: requests 16:06:20 Found existing installation: requests 2.23.0 16:06:20 Uninstalling requests-2.23.0: 16:06:20 Successfully uninstalled requests-2.23.0 16:06:22 Running setup.py install for texttable: started 16:06:23 Running setup.py install for texttable: finished with status 'done' 16:06:23 Running setup.py install for PyYAML: started 16:06:25 Running setup.py install for PyYAML: finished with status 'done' 16:06:25 Running setup.py install for dockerpty: started 16:06:27 Running setup.py install for dockerpty: finished with status 'done' 16:06:28 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.58.0 16:06:32 Removing intermediate container 5405ebbc36c9 16:06:32 ---> 7fca5c55ecb8 16:06:32 Step 21/26 : RUN apk --no-cache add curl 16:06:32 ---> Running in f10a7847a3df 16:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:06:33 (2/3) Installing libcurl (7.69.1-r3) 16:06:33 (3/3) Installing curl (7.69.1-r3) 16:06:33 Executing busybox-1.31.1-r19.trigger 16:06:33 OK: 72 MiB in 58 packages 16:06:35 Removing intermediate container f10a7847a3df 16:06:35 ---> 7573c8dcf3e4 16:06:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:06:35 ---> Running in fd37ac851001 16:06:35 Removing intermediate container fd37ac851001 16:06:35 ---> 01249f83ea60 16:06:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:35 ---> Running in d7b11369c011 16:06:36 Removing intermediate container d7b11369c011 16:06:36 ---> 98b9220130ca 16:06:36 Step 24/26 : LABEL arch=arm64 16:06:36 ---> Running in 8809b9e9e3f1 16:06:37 Removing intermediate container 8809b9e9e3f1 16:06:37 ---> 131e412892b1 16:06:37 Step 25/26 : LABEL git_sha=aec761c3b459d68dc3d29fa74b986b105aeae991 16:06:37 ---> Running in 2182459f8d59 16:06:37 Removing intermediate container 2182459f8d59 16:06:37 ---> b3658e881a64 16:06:37 Step 26/26 : LABEL version=0.0.0 16:06:37 ---> Running in 4a7329fa38da 16:06:38 Removing intermediate container 4a7329fa38da 16:06:38 ---> a263404beab3 16:06:38 16:06:38 Successfully built a263404beab3 16:06:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:06:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:06:38 $ docker stop --time=1 b7666a5efdb3faa7383a2897d660487c4abeaf8cb809a9fb545c02324ae53b97 16:06:40 $ docker rm -f b7666a5efdb3faa7383a2897d660487c4abeaf8cb809a9fb545c02324ae53b97 [Pipeline] // withDockerContainer [Pipeline] sh 16:06:41 + grep docker 16:06:41 + docker images 16:06:41 docker-sys-mgmt-agent-go-arm64 latest a263404beab3 4 seconds ago 300MB 16:06:41 docker-support-notifications-go-arm64 latest 848bc869f461 59 seconds ago 16.9MB 16:06:41 docker-security-secretstore-setup-go-arm64 latest cb375246c5e8 About a minute ago 23.7MB 16:06:41 docker-security-bootstrapper-go-arm64 latest 45e63dd78959 About a minute ago 17.8MB 16:06:41 docker-core-data-go-arm64 latest 6e7cbbfaced7 3 minutes ago 21.3MB 16:06:41 docker-core-metadata-go-arm64 latest 1a20b4f3de4f 3 minutes ago 17.9MB 16:06:41 docker-support-scheduler-go-arm64 latest 1c4232cd876b 3 minutes ago 16.3MB 16:06:41 docker-core-command-go-arm64 latest 44571347de6e 3 minutes ago 16.3MB 16:06:41 docker-security-proxy-setup-go-arm64 latest 5deeb9b788a2 4 minutes ago 23.4MB 16:06:41 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:06:43 ---> job-cost.sh 16:06:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qO0h 16:07:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:07:31 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:07:31 snapd is not logged in, snap install commands will use sudo 16:07:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:07:31 snap "core18" has no updates available 16:07:32 Pulling go-build-helper 16:07:32 + snapcraftctl pull 16:07:33 'app-service-config' has dependencies that need to be staged: go-build-helper 16:07:33 Skipping pull go-build-helper (already ran) 16:07:33 Building go-build-helper 16:07:33 + snapcraftctl build 16:07:35 Staging go-build-helper 16:07:35 + snapcraftctl stage 16:07:48 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:07:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:07:48 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:07:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] 16:07:48 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:07:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:07:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:07:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:07:48 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:07:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:07:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:07:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] 16:07:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:07:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:07:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] 16:07:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] 16:07:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] 16:07:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 16:07:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:07:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] 16:07:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] 16:07:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:07:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:07:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] 16:07:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] 16:07:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] 16:07:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:07:48 Fetched 24.2 MB in 0s (0 B/s) 16:07:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:07:48 Fetched 224 kB in 0s (0 B/s) 16:07:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:07:48 Fetched 157 kB in 0s (0 B/s) 16:07:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:07:48 Fetched 221 kB in 0s (0 B/s) 16:07:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:07:48 Fetched 143 kB in 0s (0 B/s) 16:07:48 Pulling app-service-config 16:07:48 + snapcraftctl pull 16:07:48 Cloning into '/root/parts/app-service-config/src'... 16:07:49 Pulling config-common 16:07:49 + snapcraftctl pull 16:07:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:07:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:07:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:07:54 Fetched 0 B in 0s (0 B/s) 16:07:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:07:54 Fetched 0 B in 0s (0 B/s) 16:07:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:07:54 Fetched 0 B in 0s (0 B/s) 16:07:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:07:54 Fetched 0 B in 0s (0 B/s) 16:07:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:07:54 Fetched 0 B in 0s (0 B/s) 16:07:54 Pulling edgex-go 16:07:54 + snapcraftctl pull 16:08:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:08:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:08:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:08:16 Fetched 0 B in 0s (0 B/s) 16:08:16 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:08:16 Fetched 96.5 kB in 0s (0 B/s) 16:08:16 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:08:16 Fetched 279 kB in 0s (0 B/s) 16:08:16 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:08:16 Fetched 122 kB in 0s (0 B/s) 16:08:16 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:08:16 Fetched 77.8 kB in 0s (0 B/s) 16:08:16 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:08:16 Fetched 8848 B in 0s (0 B/s) 16:08:16 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:08:16 Fetched 47.8 kB in 0s (0 B/s) 16:08:16 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:08:16 Fetched 45.6 kB in 0s (0 B/s) 16:08:16 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:08:16 Fetched 15.0 kB in 0s (0 B/s) 16:08:16 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:08:16 Fetched 214 kB in 0s (0 B/s) 16:08:16 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:08:16 Fetched 154 kB in 0s (0 B/s) 16:08:16 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:08:16 Fetched 50.6 kB in 0s (0 B/s) 16:08:16 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:08:16 Fetched 14.8 kB in 0s (0 B/s) 16:08:16 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:08:16 Fetched 41.8 kB in 0s (0 B/s) 16:08:16 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:08:16 Fetched 499 kB in 0s (0 B/s) 16:08:16 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:08:16 Fetched 111 kB in 0s (0 B/s) 16:08:16 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:08:16 Fetched 240 kB in 0s (0 B/s) 16:08:16 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:08:16 Fetched 29.3 kB in 0s (0 B/s) 16:08:16 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:08:16 Fetched 85.5 kB in 0s (0 B/s) 16:08:16 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:08:16 Fetched 24.5 kB in 0s (0 B/s) 16:08:16 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:08:16 Fetched 49.2 kB in 0s (0 B/s) 16:08:16 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:08:16 Fetched 54.2 kB in 0s (0 B/s) 16:08:16 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:08:16 Fetched 30.8 kB in 0s (0 B/s) 16:08:16 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:08:16 Fetched 15.8 kB in 0s (0 B/s) 16:08:16 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:08:16 Fetched 85.9 kB in 0s (0 B/s) 16:08:16 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:08:16 Fetched 8720 B in 0s (0 B/s) 16:08:16 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:08:16 Fetched 137 kB in 0s (0 B/s) 16:08:16 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:08:16 Fetched 119 kB in 0s (0 B/s) 16:08:16 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:08:16 Fetched 109 kB in 0s (0 B/s) 16:08:16 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:08:16 Fetched 11.1 kB in 0s (0 B/s) 16:08:16 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:08:16 Fetched 645 kB in 0s (0 B/s) 16:08:16 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:08:16 Fetched 41.3 kB in 0s (0 B/s) 16:08:16 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:08:16 Fetched 17.9 kB in 0s (0 B/s) 16:08:16 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:08:16 Fetched 368 kB in 0s (0 B/s) 16:08:16 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:08:16 Fetched 187 kB in 0s (0 B/s) 16:08:16 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:08:16 Fetched 175 kB in 0s (0 B/s) 16:08:16 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:08:16 Fetched 206 kB in 0s (0 B/s) 16:08:16 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 16:08:16 Fetched 1301 kB in 0s (0 B/s) 16:08:16 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:08:16 Fetched 36.2 kB in 0s (0 B/s) 16:08:16 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:08:16 Fetched 159 kB in 0s (0 B/s) 16:08:16 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:08:16 Fetched 107 kB in 0s (0 B/s) 16:08:16 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:08:16 Fetched 48.7 kB in 0s (0 B/s) 16:08:16 Pulling static-packages 16:08:16 + snapcraftctl pull 16:08:16 Pulling version 16:08:16 + cd /root/project 16:08:16 + [ -f VERSION ] 16:08:16 + PROJECT_VERSION=local-dev 16:08:16 + git rev-parse --short HEAD 16:08:16 + GIT_REVISION=aec761c3 16:08:16 + snapcraftctl set-version local-dev 16:08:17 Skipping build go-build-helper (already ran) 16:08:17 Building app-service-config 16:08:17 + make build 16:08:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 16:08:19 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 16:08:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 16:08:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 16:08:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 16:08:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 16:08:19 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 16:08:19 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:08:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 16:08:19 go: downloading github.com/go-kit/kit v0.8.0 16:08:20 go: downloading github.com/hashicorp/consul/api v1.8.1 16:08:20 go: downloading github.com/google/uuid v1.2.0 16:08:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:08:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:08:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:08:20 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:08:20 go: downloading github.com/go-playground/universal-translator v0.17.0 16:08:20 go: downloading github.com/pebbe/zmq4 v1.2.5 16:08:20 go: downloading github.com/hashicorp/serf v0.9.5 16:08:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:08:20 go: downloading github.com/leodido/go-urn v1.2.0 16:08:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:08:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:08:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:08:20 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:08:20 go: downloading github.com/gorilla/mux v1.8.0 16:08:20 go: downloading github.com/go-playground/locales v0.13.0 16:08:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:08:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:08:20 go: downloading github.com/x448/float16 v0.8.4 16:08:20 go: downloading github.com/mitchellh/copystructure v1.0.0 16:08:20 go: downloading github.com/fatih/color v1.9.0 16:08:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:08:21 go: downloading github.com/mattn/go-colorable v0.1.6 16:08:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:08:21 go: downloading github.com/BurntSushi/toml v0.3.1 16:08:21 go: downloading github.com/mattn/go-isatty v0.0.12 16:08:21 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 16:08:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:08:21 go: downloading github.com/pelletier/go-toml v1.2.0 16:08:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:08:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:08:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:08:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:08:33 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 16:08:33 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 16:08:33 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 16:08:33 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 16:08:33 Building config-common 16:08:33 + snapcraftctl build 16:08:36 Building edgex-go 16:08:36 + cd /root/parts/edgex-go/src 16:08:36 + make build 16:08:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:08:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 16:08:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.55 16:08:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 16:08:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 16:08:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 16:08:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:08:37 go: downloading github.com/pkg/errors v0.8.1 16:08:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 16:08:37 go: downloading github.com/imdario/mergo v0.3.12 16:08:37 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:08:37 go: downloading github.com/gorilla/websocket v1.4.2 16:08:37 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:08:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:08:42 go: downloading gopkg.in/yaml.v2 v2.4.0 16:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:08:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:08:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:08:52 go: downloading github.com/stretchr/testify v1.7.0 16:08:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:08:52 go: downloading github.com/pmezard/go-difflib v1.0.0 16:08:52 go: downloading github.com/davecgh/go-spew v1.1.1 16:08:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:08:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:08:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:08:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:08:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:08:57 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 16:08:58 lf-activate-venv(): INFO: Adding /tmp/venv-qO0h/bin to PATH 16:08:58 INFO: No Stack... 16:08:58 INFO: Retrieving Pricing Info for: lf-standard-4 16:08:58 INFO: Archiving Costs [Pipeline] sh 16:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:08:59 + cat /w/workspace/edgex-go/3/archives/cost.csv 16:08:59 + cut -d, -f6 [Pipeline] lock 16:08:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3292-3-stack-cost] 16:08:59 Resource [jenkins-edgexfoundry-edgex-go-PR-3292-3-stack-cost] did not exist. Created. 16:08:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3292-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:08:59 + echo total: 0.20999999344348907 [Pipeline] stash 16:08:59 Stashed 1 file(s) [Pipeline] } 16:08:59 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3292-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 16:09:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:09:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:09:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:09:01 go: downloading github.com/lib/pq v1.9.0 16:09:04 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:09:04 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:09:04 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:09:04 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:09:04 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:09:04 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:09:04 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:09:04 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:09:04 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:09:04 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:09:04 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:09:04 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:09:04 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:09:04 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:09:04 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:09:04 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:09:04 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:09:04 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 16:09:04 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:09:04 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:09:04 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:09:04 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:09:04 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:09:04 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:09:04 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:09:04 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:09:06 Building static-packages 16:09:06 + snapcraftctl build 16:09:09 Building version 16:09:09 + snapcraftctl build 16:09:12 Skipping stage go-build-helper (already ran) 16:09:12 Staging app-service-config 16:09:12 + snapcraftctl stage 16:09:12 Staging config-common 16:09:12 + snapcraftctl stage 16:09:13 Staging edgex-go 16:09:13 + snapcraftctl stage 16:09:14 Staging static-packages 16:09:14 + snapcraftctl stage 16:09:16 Staging version 16:09:16 + snapcraftctl stage 16:09:17 Priming go-build-helper 16:09:17 + snapcraftctl prime 16:09:18 Priming app-service-config 16:09:18 + snapcraftctl prime 16:09:19 Priming config-common 16:09:19 + snapcraftctl prime 16:09:20 Priming edgex-go 16:09:20 + snapcraftctl prime 16:09:21 Priming static-packages 16:09:21 + snapcraftctl prime 16:09:23 Priming version 16:09:23 + snapcraftctl prime 16:09:24 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 16:09:28 provisioning config files... 16:09:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8731473680762172123tmp [Pipeline] { [Pipeline] sh 16:09:28 + set +x 16:09:28 + curl -s https://codecov.io/bash 16:09:28 + bash -s -- 16:09:29 16:09:29 _____ _ 16:09:29 / ____| | | 16:09:29 | | ___ __| | ___ ___ _____ __ 16:09:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:09:29 | |___| (_) | (_| | __/ (_| (_) \ V / 16:09:29 \_____\___/ \__,_|\___|\___\___/ \_/ 16:09:29 Bash-20210309-2b87ace 16:09:29 16:09:29 16:09:29 ==> git version 2.24.3 found 16:09:29 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:09:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:09:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:09:29 ==> Jenkins CI detected. 16:09:29 project root: . 16:09:29 --> token set from env 16:09:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:09:29 ==> Running gcov in . (disable via -X gcov) 16:09:29 ==> Python coveragepy not found 16:09:29 ==> Searching for coverage reports in: 16:09:29 + . 16:09:29 -> Found 1 reports 16:09:29 ==> Detecting git/mercurial file structure 16:09:29 ==> Reading reports 16:09:29 + ./coverage.out bytes=666600 16:09:29 ==> Appending adjustments 16:09:29 https://docs.codecov.io/docs/fixing-reports 16:09:33 + Found adjustments 16:09:33 ==> Gzipping contents 16:09:33 96K /tmp/codecov.rf2uue.gz 16:09:33 ==> Uploading reports 16:09:33 url: https://codecov.io 16:09:33 query: branch=PR-3292&commit=aec761c3b459d68dc3d29fa74b986b105aeae991&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3292%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3292&job=&cmd_args= 16:09:33 -> Pinging Codecov 16:09:33 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3292&commit=aec761c3b459d68dc3d29fa74b986b105aeae991&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3292%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3292&job=&cmd_args= 16:09:33 -> Uploading to 16:09:33 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/00271124DB129430A58F1EEE437C3FCB/aec761c3b459d68dc3d29fa74b986b105aeae991/991a81fa-4d4c-4563-9f80-e5acb2a4aa45.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T160933Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dba998a052ae55ec9272f9215398cb53987f7dd55531674f452aaa6e71f45113 16:09:33 % Total % Received % Xferd Average Speed Time Time Time Current 16:09:33 Dload Upload Total Spent Left Speed 16:09:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96669 0 0 100 96669 0 206k --:--:-- --:--:-- --:--:-- 207k 16:09:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/aec761c3b459d68dc3d29fa74b986b105aeae991 [Pipeline] } 16:09:33 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:09:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:09:36 ---> package-listing.sh 16:09:36 ++ facter osfamily 16:09:36 ++ tr '[:upper:]' '[:lower:]' 16:09:36 + OS_FAMILY=redhat 16:09:36 + workspace=/w/workspace/edgex-go/3 16:09:36 + START_PACKAGES=/tmp/packages_start.txt 16:09:36 + END_PACKAGES=/tmp/packages_end.txt 16:09:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:09:36 + PACKAGES=/tmp/packages_start.txt 16:09:36 + '[' /w/workspace/edgex-go/3 ']' 16:09:36 + PACKAGES=/tmp/packages_end.txt 16:09:36 + case "${OS_FAMILY}" in 16:09:36 + rpm -qa 16:09:36 + sort 16:09:42 + '[' -f /tmp/packages_start.txt ']' 16:09:42 + '[' -f /tmp/packages_end.txt ']' 16:09:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:09:42 + '[' /w/workspace/edgex-go/3 ']' 16:09:42 + mkdir -p /w/workspace/edgex-go/3/archives/ 16:09:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 16:09:42 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:09:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:09:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:09:42 16:09:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:09:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:09:43 alpine: Pulling from edgex-lftools-log-publisher 16:09:43 df20fa9351a1: Pulling fs layer 16:09:43 36b3adc4ff6f: Pulling fs layer 16:09:43 8ad3a11d3b57: Pulling fs layer 16:09:43 46f8f816bc3b: Pulling fs layer 16:09:43 93b61091891f: Pulling fs layer 16:09:43 93b9cdb0e59b: Pulling fs layer 16:09:43 5e14af77c1be: Pulling fs layer 16:09:43 01666e4c0597: Pulling fs layer 16:09:43 aa168da1d23b: Pulling fs layer 16:09:43 01666e4c0597: Waiting 16:09:43 93b9cdb0e59b: Waiting 16:09:43 46f8f816bc3b: Waiting 16:09:43 aa168da1d23b: Waiting 16:09:43 5e14af77c1be: Waiting 16:09:43 36b3adc4ff6f: Verifying Checksum 16:09:43 36b3adc4ff6f: Download complete 16:09:43 46f8f816bc3b: Verifying Checksum 16:09:43 46f8f816bc3b: Download complete 16:09:43 df20fa9351a1: Verifying Checksum 16:09:43 df20fa9351a1: Download complete 16:09:43 93b9cdb0e59b: Verifying Checksum 16:09:43 93b9cdb0e59b: Download complete 16:09:43 5e14af77c1be: Verifying Checksum 16:09:43 5e14af77c1be: Download complete 16:09:43 93b61091891f: Verifying Checksum 16:09:43 93b61091891f: Download complete 16:09:43 01666e4c0597: Verifying Checksum 16:09:43 01666e4c0597: Download complete 16:09:43 df20fa9351a1: Pull complete 16:09:43 8ad3a11d3b57: Verifying Checksum 16:09:43 8ad3a11d3b57: Download complete 16:09:43 36b3adc4ff6f: Pull complete 16:09:44 8ad3a11d3b57: Pull complete 16:09:44 46f8f816bc3b: Pull complete 16:09:45 aa168da1d23b: Verifying Checksum 16:09:45 aa168da1d23b: Download complete 16:09:46 93b61091891f: Pull complete 16:09:46 93b9cdb0e59b: Pull complete 16:09:47 5e14af77c1be: Pull complete 16:09:47 01666e4c0597: Pull complete 16:09:55 aa168da1d23b: Pull complete 16:09:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:09:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:09:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:09:55 prd-centos7-docker-4c-2g-31217 does not seem to be running inside a container 16:09:55 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:09:59 $ docker top 857ac14b0ee9fc573401a1833ccfda81ff0b4cddfd67dbf8a5abe3065b90f355 -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:59 + touch /tmp/pre-build-complete [Pipeline] sh 16:10:00 + mkdir -p /var/log/sa [Pipeline] sh 16:10:00 + ls /var/log/sa-host 16:10:00 + sadf -c /var/log/sa-host/sa23 16:10:00 file_magic: OK 16:10:00 HZ: Using current value: 100 16:10:00 file_header: OK 16:10:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:10:00 Statistics: 16:10:00 Hnuu...uuuununununu... 16:10:00 File successfully converted to sysstat format version 12.2.1 16:10:00 + sadf -c /var/log/sa-host/sa24 16:10:00 file_magic: OK 16:10:00 HZ: Using current value: 100 16:10:00 file_header: OK 16:10:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:10:00 Statistics: 16:10:00 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:10:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:10:01 provisioning config files... 16:10:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2624034452074935172tmp [Pipeline] { [Pipeline] echo 16:10:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:10:01 ---> create-netrc.sh [Pipeline] } 16:10:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:10:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:10:02 ---> python-tools-install.sh [Pipeline] echo 16:10:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:10:02 ---> sudo-logs.sh 16:10:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:10:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:10:02 ---> job-cost.sh 16:10:02 lf-activate-venv: SKIPPING 16:10:02 DEBUG: total: 0.20999999344348907 16:10:02 INFO: Retrieving Stack Cost... 16:10:04 INFO: Retrieving Pricing Info for: v1-standard-2 16:10:04 INFO: Archiving Costs [Pipeline] echo 16:10:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:10:05 ---> logs-deploy.sh 16:10:05 lf-activate-venv: SKIPPING 16:10:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3292/3 16:10:05 INFO: archiving workspace using pattern(s): 16:10:07 Archives upload complete. 16:10:07 INFO: archiving logs to Nexus 16:10:08 ---> uname -a: 16:10:08 Linux prd-centos7-docker-4c-2g-31217.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:10:08 16:10:08 16:10:08 ---> lscpu: 16:10:08 Architecture: x86_64 16:10:08 CPU op-mode(s): 32-bit, 64-bit 16:10:08 Byte Order: Little Endian 16:10:08 Address sizes: 40 bits physical, 48 bits virtual 16:10:08 CPU(s): 4 16:10:08 On-line CPU(s) list: 0-3 16:10:08 Thread(s) per core: 1 16:10:08 Core(s) per socket: 1 16:10:08 Socket(s): 4 16:10:08 NUMA node(s): 1 16:10:08 Vendor ID: GenuineIntel 16:10:08 CPU family: 6 16:10:08 Model: 44 16:10:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:10:08 Stepping: 1 16:10:08 CPU MHz: 2933.436 16:10:08 BogoMIPS: 5866.87 16:10:08 Virtualization: VT-x 16:10:08 Hypervisor vendor: KVM 16:10:08 Virtualization type: full 16:10:08 L1d cache: 128 KiB 16:10:08 L1i cache: 128 KiB 16:10:08 L2 cache: 16 MiB 16:10:08 L3 cache: 64 MiB 16:10:08 NUMA node0 CPU(s): 0-3 16:10:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:10:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:10:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:10:08 Vulnerability Meltdown: Mitigation; PTI 16:10:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:10:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:10:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:10:08 Vulnerability Srbds: Not affected 16:10:08 Vulnerability Tsx async abort: Not affected 16:10:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:10:08 16:10:08 16:10:08 ---> nproc: 16:10:08 4 16:10:08 16:10:08 16:10:08 ---> df -h: 16:10:08 Filesystem Size Used Available Use% Mounted on 16:10:08 overlay 50.0G 12.6G 37.4G 25% / 16:10:08 tmpfs 64.0M 0 64.0M 0% /dev 16:10:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:10:08 shm 64.0M 0 64.0M 0% /dev/shm 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3 16:10:08 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3@tmp 16:10:08 16:10:08 16:10:08 ---> free -m: 16:10:08 total used free shared buff/cache available 16:10:08 Mem: 1837 743 214 0 879 1012 16:10:08 Swap: 1023 46 977 16:10:08 16:10:08 16:10:08 ---> ip addr: 16:10:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:10:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:10:08 inet 127.0.0.1/8 scope host lo 16:10:08 valid_lft forever preferred_lft forever 16:10:08 inet6 ::1/128 scope host 16:10:08 valid_lft forever preferred_lft forever 16:10:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:10:08 link/ether fa:16:3e:5e:ba:3a brd ff:ff:ff:ff:ff:ff 16:10:08 inet 10.30.122.171/23 brd 10.30.123.255 scope global dynamic eth0 16:10:08 valid_lft 85017sec preferred_lft 85017sec 16:10:08 inet6 fe80::f816:3eff:fe5e:ba3a/64 scope link 16:10:08 valid_lft forever preferred_lft forever 16:10:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:10:08 link/ether 02:42:e4:fb:6c:f6 brd ff:ff:ff:ff:ff:ff 16:10:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:10:08 valid_lft forever preferred_lft forever 16:10:08 inet6 fe80::42:e4ff:fefb:6cf6/64 scope link 16:10:08 valid_lft forever preferred_lft forever 16:10:08 16:10:08 16:10:08 ---> sar -b -r -n DEV: 16:10:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 16:10:08 16:10:08 15:46:54 LINUX RESTART (4 CPU) 16:10:08 16:10:08 15:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:10:08 15:49:01 266.85 96.59 170.26 0.00 7337.86 55139.47 0.00 16:10:08 15:50:01 239.67 104.92 134.75 0.00 3599.20 15549.93 0.00 16:10:08 15:51:01 111.28 36.54 74.74 0.00 1553.68 7972.63 0.00 16:10:08 15:52:02 194.84 57.98 136.86 0.00 11380.45 64700.22 0.00 16:10:08 15:53:02 2400.57 2049.53 351.04 0.00 177399.03 205994.77 0.00 16:10:08 15:54:01 1250.21 1029.45 220.76 0.00 60198.55 79346.76 0.00 16:10:08 15:55:03 2217.72 1875.89 341.83 0.00 134376.48 183122.31 0.00 16:10:08 15:56:01 1269.37 1040.00 229.37 0.00 64346.79 84628.26 0.00 16:10:08 15:57:01 190.55 21.40 169.14 0.00 3480.18 21258.99 0.00 16:10:08 15:58:01 1.76 0.47 1.30 0.00 15.58 18.12 0.00 16:10:08 15:59:01 0.68 0.33 0.35 0.00 11.86 3.70 0.00 16:10:08 16:00:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 16:10:08 16:01:01 0.27 0.07 0.20 0.00 1.33 1.80 0.00 16:10:08 16:02:01 0.77 0.43 0.33 0.00 29.01 4.79 0.00 16:10:08 16:03:01 2.31 1.52 0.80 0.00 176.52 14.99 0.00 16:10:08 16:04:01 0.20 0.00 0.20 0.00 0.00 1.97 0.00 16:10:08 16:05:01 0.45 0.20 0.25 0.00 4.80 2.37 0.00 16:10:08 16:06:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 16:10:08 16:07:01 0.28 0.02 0.27 0.00 0.27 2.75 0.00 16:10:08 16:08:01 0.23 0.00 0.23 0.00 0.00 2.08 0.00 16:10:08 16:09:01 0.17 0.00 0.17 0.00 0.00 1.68 0.00 16:10:08 Average: 388.66 301.28 87.38 0.00 22155.65 34288.13 0.00 16:10:08 16:10:08 15:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:10:08 15:49:01 72124 0 755968 40.18 1492 1051960 1516748 51.76 597024 939812 13120 16:10:08 15:50:01 154524 0 807924 42.94 736 918360 1637720 55.89 684288 758704 37980 16:10:08 15:51:01 158140 0 799692 42.50 644 923068 1674052 57.13 654376 774180 68384 16:10:08 15:52:02 66812 0 714416 37.97 252 1100064 1252608 42.75 723268 832768 93324 16:10:08 15:53:02 78640 0 840904 44.69 0 962000 2349056 80.17 725740 840480 54860 16:10:08 15:54:01 495720 0 704968 37.47 0 680856 1362440 46.50 421040 710848 12 16:10:08 15:55:03 76184 0 806424 42.86 0 998936 2148988 73.34 776140 798740 91936 16:10:08 15:56:01 420632 0 692060 36.78 0 768852 1356468 46.29 476192 740672 116 16:10:08 15:57:01 128472 0 659152 35.03 0 1093920 1207988 41.23 571816 925876 20 16:10:08 15:58:01 130868 0 656316 34.88 0 1094360 1184128 40.41 570872 924960 16 16:10:08 15:59:01 131712 0 655104 34.82 0 1094728 1176896 40.17 570460 924916 16 16:10:08 16:00:01 131636 0 655172 34.82 0 1094736 1176896 40.17 570540 924920 8 16:10:08 16:01:01 130836 0 655956 34.86 0 1094752 1179232 40.25 571184 924936 8 16:10:08 16:02:01 130324 0 655612 34.84 0 1095608 1177852 40.20 571168 925492 8 16:10:08 16:03:01 122420 0 658920 35.02 0 1100204 1177464 40.18 576736 927416 8 16:10:08 16:04:01 122320 0 659004 35.02 0 1100220 1177452 40.18 576556 927424 8 16:10:08 16:05:01 122000 0 659320 35.04 0 1100224 1177512 40.19 576980 927564 16 16:10:08 16:06:01 122540 0 658772 35.01 0 1100232 1177404 40.18 576476 927572 16 16:10:08 16:07:01 122696 0 658616 35.00 0 1100232 1177404 40.18 576484 927568 8 16:10:08 16:08:01 121988 0 659316 35.04 0 1100240 1177476 40.19 576852 927576 8 16:10:08 16:09:01 122292 0 659000 35.02 0 1100252 1177428 40.18 576620 927576 8 16:10:08 Average: 150613 0 698696 37.13 149 1032086 1363962 46.55 596229 878095 17137 16:10:08 16:10:08 15:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:10:08 15:49:01 eth0 1230.94 1057.85 5903.54 107.85 0.00 0.00 0.00 0.00 16:10:08 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:49:01 docker0 783.50 905.21 61.43 3056.93 0.00 0.00 0.00 0.00 16:10:08 15:50:01 eth0 31.49 18.69 28.79 12.29 0.00 0.00 0.00 0.00 16:10:08 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:50:01 veth4473e1c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:10:08 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:51:01 eth0 39.30 29.77 19.04 80.21 0.00 0.00 0.00 0.00 16:10:08 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:51:01 veth4473e1c 2.45 2.45 0.20 0.20 0.00 0.00 0.00 0.00 16:10:08 15:51:01 docker0 2.45 2.45 0.16 0.20 0.00 0.00 0.00 0.00 16:10:08 15:52:02 vethc4f4068 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:10:08 15:52:02 eth0 211.39 173.39 1706.46 74.17 0.00 0.00 0.00 0.00 16:10:08 15:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:53:02 vethc4f4068 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 16:10:08 15:53:02 eth0 48.76 31.65 162.22 9.72 0.00 0.00 0.00 0.00 16:10:08 15:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:53:02 docker0 21.94 30.37 1.35 147.02 0.00 0.00 0.00 0.00 16:10:08 15:54:01 vethc4f4068 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:54:01 eth0 21.56 14.50 58.83 6.23 0.00 0.00 0.00 0.00 16:10:08 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:55:03 vethc4f4068 0.00 0.58 0.00 0.02 0.00 0.00 0.00 0.00 16:10:08 15:55:03 eth0 73.86 40.21 300.35 13.75 0.00 0.00 0.00 0.00 16:10:08 15:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:55:03 docker0 25.98 46.61 1.46 278.16 0.00 0.00 0.00 0.00 16:10:08 15:56:01 vethc4f4068 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:56:01 eth0 163.06 141.44 1301.38 90.82 0.00 0.00 0.00 0.00 16:10:08 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:56:01 docker0 2.73 5.57 0.15 30.83 0.00 0.00 0.00 0.00 16:10:08 15:57:01 eth0 126.51 64.10 479.59 19.55 0.00 0.00 0.00 0.00 16:10:08 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:57:01 docker0 43.53 87.72 2.64 448.10 0.00 0.00 0.00 0.00 16:10:08 15:58:01 eth0 1.33 0.63 0.82 0.25 0.00 0.00 0.00 0.00 16:10:08 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:59:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 16:10:08 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:00:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:10:08 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:01:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:10:08 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:02:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:10:08 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:03:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:10:08 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:04:01 eth0 0.52 0.17 0.08 0.01 0.00 0.00 0.00 0.00 16:10:08 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:05:01 eth0 0.90 0.32 0.32 0.20 0.00 0.00 0.00 0.00 16:10:08 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:06:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:10:08 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:07:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:08:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 16:10:08 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:09:01 eth0 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 16:10:08 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 Average: eth0 92.89 74.89 473.64 19.69 0.00 0.00 0.00 0.00 16:10:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:10:08 Average: docker0 42.01 51.46 3.21 189.24 0.00 0.00 0.00 0.00 16:10:08 16:10:08 16:10:08 ---> sar -P ALL: 16:10:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) 16:10:08 16:10:08 15:46:54 LINUX RESTART (4 CPU) 16:10:08 16:10:08 15:48:01 CPU %user %nice %system %iowait %steal %idle 16:10:08 15:49:01 all 16.77 0.00 8.43 5.10 0.25 69.46 16:10:08 15:49:01 0 16.12 0.00 9.67 3.85 0.26 70.11 16:10:08 15:49:01 1 18.24 0.00 7.78 4.96 0.19 68.83 16:10:08 15:49:01 2 15.38 0.00 8.72 5.83 0.22 69.84 16:10:08 15:49:01 3 17.34 0.00 7.54 5.74 0.33 69.05 16:10:08 15:50:01 all 41.65 0.00 10.55 4.29 0.32 43.18 16:10:08 15:50:01 0 39.69 0.00 11.02 3.81 0.31 45.17 16:10:08 15:50:01 1 40.16 0.00 10.63 5.50 0.35 43.36 16:10:08 15:50:01 2 44.69 0.00 10.21 3.46 0.31 41.32 16:10:08 15:50:01 3 42.07 0.00 10.35 4.40 0.31 42.87 16:10:08 15:51:01 all 51.40 0.00 11.93 3.88 0.21 32.58 16:10:08 15:51:01 0 51.03 0.00 11.97 3.15 0.19 33.65 16:10:08 15:51:01 1 52.17 0.00 11.89 4.58 0.19 31.17 16:10:08 15:51:01 2 51.11 0.00 11.83 3.30 0.24 33.51 16:10:08 15:51:01 3 51.30 0.00 12.04 4.47 0.19 31.99 16:10:08 15:52:02 all 26.47 0.00 11.38 2.85 0.29 59.01 16:10:08 15:52:02 0 25.45 0.00 10.48 2.67 0.31 61.09 16:10:08 15:52:02 1 27.21 0.00 11.50 3.02 0.28 58.00 16:10:08 15:52:02 2 25.74 0.00 11.39 3.41 0.31 59.15 16:10:08 15:52:02 3 27.48 0.00 12.16 2.31 0.26 57.79 16:10:08 15:53:02 all 21.81 0.00 26.52 21.65 0.58 29.44 16:10:08 15:53:02 0 20.04 0.00 24.96 19.45 0.66 34.90 16:10:08 15:53:02 1 22.22 0.00 27.77 19.80 0.55 29.66 16:10:08 15:53:02 2 21.17 0.00 26.36 25.56 0.60 26.32 16:10:08 15:53:02 3 23.84 0.00 26.99 21.81 0.50 26.86 16:10:08 15:54:01 all 59.15 0.00 17.09 10.35 0.30 13.11 16:10:08 15:54:01 0 58.70 0.00 17.13 8.43 0.32 15.41 16:10:08 15:54:01 1 59.38 0.00 18.06 12.88 0.25 9.43 16:10:08 15:54:01 2 58.72 0.00 15.57 8.68 0.34 16.70 16:10:08 15:54:01 3 59.83 0.00 17.62 11.46 0.27 10.82 16:10:08 15:55:03 all 19.64 0.00 24.10 21.60 0.38 34.28 16:10:08 15:55:03 0 19.46 0.00 23.94 22.11 0.34 34.15 16:10:08 15:55:03 1 19.46 0.00 24.63 22.39 0.44 33.07 16:10:08 15:55:03 2 18.36 0.00 22.90 22.54 0.39 35.80 16:10:08 15:55:03 3 21.29 0.00 24.93 19.33 0.35 34.09 16:10:08 15:56:01 all 54.61 0.00 17.05 11.06 0.33 16.94 16:10:08 15:56:01 0 54.35 0.00 17.29 8.07 0.33 19.96 16:10:08 15:56:01 1 53.59 0.00 16.37 14.47 0.42 15.15 16:10:08 15:56:01 2 55.18 0.00 16.85 12.74 0.33 14.91 16:10:08 15:56:01 3 55.32 0.00 17.69 8.95 0.26 17.78 16:10:08 15:57:01 all 9.33 0.00 6.64 7.71 0.19 76.13 16:10:08 15:57:01 0 13.67 0.00 7.89 3.51 0.20 74.72 16:10:08 15:57:01 1 7.69 0.00 5.96 8.91 0.22 77.21 16:10:08 15:57:01 2 7.68 0.00 6.54 10.06 0.17 75.54 16:10:08 15:57:01 3 8.28 0.00 6.18 8.33 0.17 77.04 16:10:08 15:58:01 all 0.18 0.00 0.04 0.00 0.00 99.78 16:10:08 15:58:01 0 0.52 0.00 0.03 0.00 0.00 99.45 16:10:08 15:58:01 1 0.03 0.00 0.03 0.02 0.00 99.92 16:10:08 15:58:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:10:08 15:58:01 3 0.10 0.00 0.03 0.00 0.00 99.87 16:10:08 15:59:01 all 0.17 0.00 0.10 0.00 0.01 99.72 16:10:08 15:59:01 0 0.53 0.00 0.08 0.00 0.02 99.37 16:10:08 15:59:01 1 0.03 0.00 0.05 0.00 0.02 99.90 16:10:08 15:59:01 2 0.10 0.00 0.18 0.00 0.00 99.72 16:10:08 15:59:01 3 0.03 0.00 0.07 0.00 0.00 99.90 16:10:08 16:10:08 15:59:01 CPU %user %nice %system %iowait %steal %idle 16:10:08 16:00:01 all 0.15 0.00 0.03 0.00 0.00 99.83 16:10:08 16:00:01 0 0.50 0.00 0.03 0.00 0.00 99.47 16:10:08 16:00:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:10:08 16:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:10:08 16:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:10:08 16:01:01 all 0.20 0.00 0.17 0.00 0.01 99.61 16:10:08 16:01:01 0 0.52 0.00 0.03 0.00 0.00 99.45 16:10:08 16:01:01 1 0.08 0.00 0.20 0.00 0.03 99.68 16:10:08 16:01:01 2 0.10 0.00 0.23 0.00 0.02 99.65 16:10:08 16:01:01 3 0.12 0.00 0.22 0.00 0.00 99.67 16:10:08 16:02:01 all 0.05 0.00 0.06 0.02 0.00 99.86 16:10:08 16:02:01 0 0.12 0.00 0.10 0.02 0.02 99.75 16:10:08 16:02:01 1 0.05 0.00 0.07 0.03 0.00 99.85 16:10:08 16:02:01 2 0.02 0.00 0.02 0.02 0.00 99.95 16:10:08 16:02:01 3 0.03 0.00 0.05 0.02 0.00 99.90 16:10:08 16:03:01 all 0.13 0.00 0.06 0.02 0.00 99.80 16:10:08 16:03:01 0 0.38 0.00 0.05 0.00 0.00 99.57 16:10:08 16:03:01 1 0.03 0.00 0.08 0.07 0.00 99.82 16:10:08 16:03:01 2 0.07 0.00 0.07 0.02 0.00 99.85 16:10:08 16:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:10:08 16:04:01 all 0.16 0.00 0.02 0.00 0.00 99.82 16:10:08 16:04:01 0 0.52 0.00 0.03 0.00 0.00 99.45 16:10:08 16:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:10:08 16:04:01 2 0.05 0.00 0.00 0.00 0.02 99.93 16:10:08 16:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:10:08 16:05:01 all 0.15 0.00 0.03 0.01 0.00 99.80 16:10:08 16:05:01 0 0.52 0.00 0.03 0.00 0.00 99.45 16:10:08 16:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:10:08 16:05:01 2 0.03 0.00 0.03 0.03 0.00 99.90 16:10:08 16:05:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:10:08 16:06:01 all 0.15 0.00 0.03 0.00 0.01 99.81 16:10:08 16:06:01 0 0.38 0.00 0.02 0.00 0.02 99.58 16:10:08 16:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 16:10:08 16:06:01 2 0.12 0.00 0.02 0.00 0.00 99.87 16:10:08 16:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:10:08 16:07:01 all 0.11 0.00 0.03 0.00 0.00 99.86 16:10:08 16:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:10:08 16:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:10:08 16:07:01 2 0.40 0.00 0.05 0.00 0.00 99.55 16:10:08 16:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:10:08 16:08:01 all 0.10 0.00 0.03 0.00 0.00 99.88 16:10:08 16:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:10:08 16:08:01 1 0.07 0.00 0.03 0.00 0.00 99.90 16:10:08 16:08:01 2 0.27 0.00 0.03 0.00 0.00 99.70 16:10:08 16:08:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:10:08 16:09:01 all 0.14 0.00 0.02 0.00 0.00 99.84 16:10:08 16:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:10:08 16:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:10:08 16:09:01 2 0.50 0.00 0.00 0.00 0.00 99.50 16:10:08 16:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:10:08 Average: all 13.89 0.00 6.19 4.08 0.13 75.71 16:10:08 Average: 0 13.91 0.00 6.22 3.47 0.14 76.26 16:10:08 Average: 1 13.80 0.00 6.24 4.46 0.14 75.36 16:10:08 Average: 2 13.78 0.00 6.05 4.42 0.14 75.60 16:10:08 Average: 3 14.06 0.00 6.24 3.99 0.12 75.59 16:10:08 16:10:08 16:10:08