Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d2cc59413199022ff059ea8eba032d8f6f812516+74c372326013f994c98436bf4455b6fe21c08430 (429f0b88e2c864d498fa1464cb47ecdcff11ebf5) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24588 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [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 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit d2cc59413199022ff059ea8eba032d8f6f812516 Merge succeeded, producing d2cc59413199022ff059ea8eba032d8f6f812516 Checking out Revision d2cc59413199022ff059ea8eba032d8f6f812516 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:34:42 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 68a7bb9a1f25b8719b0a4707ed505817e4ab8202 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:34:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:34:43 ========================================================= 17:34:43 EdgeX Global Pipelines Version Info 17:34:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:34:45 ------------------- 17:34:45 stable info: 17:34:45 ------------------- 17:34:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:34:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:34:45 Message: update stable to v1.0.179 17:34:46 ------------------- 17:34:46 experimental info: 17:34:46 ------------------- 17:34:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:34:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:34:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:34:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:34:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:34:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2cc59413199022ff059ea8eba032d8f6f812516 [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2cc594 [Pipeline] echo 17:34:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:34:49 provisioning config files... 17:34:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4619239734875533059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:34:50 ---> docker-login.sh 17:34:50 nexus3.edgexfoundry.org:10001 17:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:51 Configure a credential helper to remove this warning. See 17:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:51 17:34:51 Login Succeeded 17:34:51 nexus3.edgexfoundry.org:10002 17:34:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:51 Configure a credential helper to remove this warning. See 17:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:51 17:34:51 Login Succeeded 17:34:51 nexus3.edgexfoundry.org:10003 17:34:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:51 Configure a credential helper to remove this warning. See 17:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:51 17:34:51 Login Succeeded 17:34:51 nexus3.edgexfoundry.org:10004 17:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:52 Configure a credential helper to remove this warning. See 17:34:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:52 17:34:52 Login Succeeded 17:34:52 docker.io 17:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:53 Configure a credential helper to remove this warning. See 17:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:53 17:34:53 Login Succeeded 17:34:53 ---> docker-login.sh ends [Pipeline] } 17:34:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:53 ++ 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 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/core-command/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo core-command,cmd/core-command/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/core-data/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo core-data,cmd/core-data/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/core-metadata/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo core-metadata,cmd/core-metadata/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/security-bootstrapper/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/security-proxy-setup/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ cut -d/ -f2 17:34:53 ++ dirname cmd/support-notifications/Dockerfile 17:34:53 + echo support-notifications,cmd/support-notifications/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/support-scheduler/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:34:53 + for file in '`ls cmd/**/Dockerfile`' 17:34:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:34:53 ++ cut -d/ -f2 17:34:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:34:53 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 17:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:55 17:34:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:34:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:56 latest: Pulling from edgex-devops/git-semver 17:34:56 31603596830f: Pulling fs layer 17:34:56 2a8b12db71e7: Pulling fs layer 17:34:56 6ca5941a6612: Pulling fs layer 17:34:56 ecc8261a40a4: Pulling fs layer 17:34:56 ecc8261a40a4: Waiting 17:34:56 2a8b12db71e7: Verifying Checksum 17:34:56 2a8b12db71e7: Download complete 17:34:56 31603596830f: Verifying Checksum 17:34:56 31603596830f: Download complete 17:34:56 ecc8261a40a4: Verifying Checksum 17:34:56 ecc8261a40a4: Download complete 17:34:56 6ca5941a6612: Verifying Checksum 17:34:56 6ca5941a6612: Download complete 17:34:57 31603596830f: Pull complete 17:34:57 2a8b12db71e7: Pull complete 17:34:59 6ca5941a6612: Pull complete 17:34:59 ecc8261a40a4: Pull complete 17:34:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:34:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:34:59 prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container 17:34:59 $ 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 17:35:03 $ docker top 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:35:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:04 [ssh-agent] Looking for ssh-agent implementation... 17:35:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:04 $ docker exec 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent 17:35:04 SSH_AUTH_SOCK=/tmp/ssh-DMfl0WV2lEgI/agent.12 17:35:04 SSH_AGENT_PID=17 17:35:04 Running ssh-add (command line suppressed) 17:35:05 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6863607862425384664.key (/w/workspace/edgex-go/3@tmp/private_key_6863607862425384664.key) 17:35:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:05 + git tag --points-at HEAD [Pipeline] } 17:35:05 $ docker exec --env ******** --env ******** 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent -k 17:35:05 unset SSH_AUTH_SOCK; 17:35:05 unset SSH_AGENT_PID; 17:35:05 echo Agent pid 17 killed; 17:35:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:35:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:06 [ssh-agent] Looking for ssh-agent implementation... 17:35:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:06 $ docker exec 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent 17:35:06 SSH_AUTH_SOCK=/tmp/ssh-RiWcvcqly3gX/agent.46 17:35:06 SSH_AGENT_PID=51 17:35:06 Running ssh-add (command line suppressed) 17:35:07 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3940547871336257091.key (/w/workspace/edgex-go/3@tmp/private_key_3940547871336257091.key) 17:35:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:07 + git semver init 17:35:07 # -> Open(): unable to determine branch for HEAD 17:35:07 # $GIT_DIR = /w/workspace/edgex-go/3/.git 17:35:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 17:35:07 # $SEMVER_REMOTE_NAME = origin 17:35:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:35:07 # $SEMVER_USER_NAME = edgex-jenkins 17:35:07 # $SEMVER_BRANCH = PR-3109 17:35:07 # $SEMVER_TEMP = /tmp/semver-434454284 17:35:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:35:35 # '/tmp/semver-434454284' -> '/w/workspace/edgex-go/3/.semver' 17:35:35 # -> Force: false 17:35:35 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 17:35:35 $ docker exec --env ******** --env ******** 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 ssh-agent -k 17:35:35 unset SSH_AUTH_SOCK; 17:35:35 unset SSH_AGENT_PID; 17:35:35 echo Agent pid 51 killed; 17:35:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:36 + git semver [Pipeline] } 17:35:36 $ docker stop --time=1 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 17:35:39 $ docker rm -f 88d11cbd00c8c4363c8215457cb0d4713fe0b02e8877d3b83d033796d67f9d28 [Pipeline] // withDockerContainer [Pipeline] sh 17:35:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:35:41 Stashed 1 file(s) [Pipeline] echo 17:35:41 [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 17:35:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:35:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:35:42 + sudo service docker restart 17:35:42 + true 17:35:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:35:44 ========================================================= 17:35:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:35:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:35:44 + 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 . 17:35:53 Sending build context to Docker daemon 327.4MB 17:35:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:35:53 Step 2/6 : FROM ${BASE} 17:35:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:35:53 188c0c94c7c5: Pulling fs layer 17:35:53 0ef7d3d256c8: Pulling fs layer 17:35:53 de9db76c5a1d: Pulling fs layer 17:35:53 bca2f99d35d6: Pulling fs layer 17:35:53 93359f2a8cfa: Pulling fs layer 17:35:53 7c6f9722023f: Pulling fs layer 17:35:53 a35cf1a2eb13: Pulling fs layer 17:35:53 bca2f99d35d6: Waiting 17:35:53 93359f2a8cfa: Waiting 17:35:53 7c6f9722023f: Waiting 17:35:53 a35cf1a2eb13: Waiting 17:35:53 de9db76c5a1d: Verifying Checksum 17:35:53 de9db76c5a1d: Download complete 17:35:53 0ef7d3d256c8: Download complete 17:35:53 93359f2a8cfa: Verifying Checksum 17:35:53 93359f2a8cfa: Download complete 17:35:53 7c6f9722023f: Download complete 17:35:53 188c0c94c7c5: Verifying Checksum 17:35:53 188c0c94c7c5: Download complete 17:35:54 188c0c94c7c5: Pull complete 17:35:56 0ef7d3d256c8: Pull complete 17:35:56 Still waiting to schedule task 17:35:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:35:56 de9db76c5a1d: Pull complete 17:35:58 a35cf1a2eb13: Verifying Checksum 17:35:58 a35cf1a2eb13: Download complete 17:36:01 bca2f99d35d6: Verifying Checksum 17:36:01 bca2f99d35d6: Download complete 17:36:16 bca2f99d35d6: Pull complete 17:36:16 93359f2a8cfa: Pull complete 17:36:16 7c6f9722023f: Pull complete 17:36:20 a35cf1a2eb13: Pull complete 17:36:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:36:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:36:20 ---> a62c8e92a672 17:36: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 17:36:20 ---> Running in 69123414a872 17:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:23 (1/12) Installing libmagic (5.38-r0) 17:36:23 (2/12) Installing file (5.38-r0) 17:36:23 (3/12) Installing libc-dev (0.7.2-r3) 17:36:23 (4/12) Installing g++ (9.3.0-r2) 17:36:34 (5/12) Installing fortify-headers (1.1-r0) 17:36:34 (6/12) Installing patch (2.7.6-r6) 17:36:34 (7/12) Installing build-base (0.5-r2) 17:36:34 (8/12) Installing libsodium (1.0.18-r0) 17:36:34 (9/12) Installing pkgconf (1.7.2-r0) 17:36:34 (10/12) Installing libsodium-dev (1.0.18-r0) 17:36:35 (11/12) Installing libzmq (4.3.3-r0) 17:36:35 (12/12) Installing zeromq-dev (4.3.3-r0) 17:36:35 Executing busybox-1.31.1-r19.trigger 17:36:35 OK: 233 MiB in 51 packages 17:36:41 Removing intermediate container 69123414a872 17:36:41 ---> 78439d860e37 17:36:41 Step 4/6 : WORKDIR /edgex-go 17:36:41 ---> Running in 4832cbb4a46c 17:36:41 Removing intermediate container 4832cbb4a46c 17:36:41 ---> c5855285819b 17:36:41 Step 5/6 : COPY go.mod . 17:36:41 ---> 0e1b57606004 17:36:41 Step 6/6 : RUN go mod download 17:36:41 ---> Running in fd4c4abea9a7 17:37:14 Removing intermediate container fd4c4abea9a7 17:37:14 ---> aef09a26627d 17:37:14 Successfully built aef09a26627d 17:37:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:37:14 + docker inspect -f . ci-base-image-x86_64 17:37:15 . [Pipeline] withDockerContainer 17:37:15 prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container 17:37:15 $ 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 17:37:17 $ docker top dd4504c760d197b520c1079977c56626d82107a182e97d3e383a0db37d5c0456 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:18 + go version 17:37:18 go version go1.15.5 linux/amd64 [Pipeline] } 17:37:18 $ docker stop --time=1 dd4504c760d197b520c1079977c56626d82107a182e97d3e383a0db37d5c0456 17:37:20 $ docker rm -f dd4504c760d197b520c1079977c56626d82107a182e97d3e383a0db37d5c0456 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:37:21 + docker inspect -f . ci-base-image-x86_64 17:37:21 . [Pipeline] withDockerContainer 17:37:21 prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container 17:37: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 17:37:23 $ docker top 79e6bf6ca18c265f66aa988db97302b0e5092053b7375fb45652757f5f1dcf42 -eo pid,comm [Pipeline] { [Pipeline] echo 17:37:23 ========================================================= 17:37:23 [edgeXBuildGoParallel] Running Tests and Build... 17:37:23 ========================================================= [Pipeline] sh 17:37:24 + make test 17:37:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:37:42 ? github.com/edgexfoundry/edgex-go [no test files] 17:38:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:38:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:38:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:38:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:38:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:38:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:38:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:38:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:38:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:38:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:38:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:38:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:38:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.0% of statements 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.168s coverage: 100.0% of statements 17:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.394s coverage: 27.1% of statements 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 65.8% of statements 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.659s coverage: 82.3% of statements 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.992s coverage: 28.6% of statements 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.212s coverage: 100.0% of statements 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements 17:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements 17:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.211s coverage: 97.5% of statements 17:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements 17:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.917s coverage: 92.8% of statements 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.129s coverage: 0.1% of statements 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements 17:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 17:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements 17:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.259s coverage: 44.8% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.287s coverage: 92.9% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.179s coverage: 87.2% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.156s coverage: 75.5% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.2% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.4% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.489s coverage: 63.5% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 91.3% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.798s coverage: 68.9% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 37.0% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.486s coverage: 84.0% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.336s coverage: 47.0% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.195s coverage: 100.0% of statements 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.717s coverage: 29.1% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.091s coverage: 100.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.103s coverage: 100.0% of statements 17:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 17:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.056s coverage: 100.0% of statements 17:39:41 GO111MODULE=on go vet ./... 17:40:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24591 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 17:40:28 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:40:34 using credential edgex-jenkins-ssh 17:40:34 Cloning the remote Git repository 17:40:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:40:34 > git init /w/workspace/edgex-go/3 # timeout=10 17:40:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:40:35 > git --version # timeout=10 17:40:35 > git --version # 'git version 2.17.1' 17:40:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:39 gofmt -l . 17:40:40 [ "`gofmt -l .`" = "" ] 17:40:41 ./bin/test-go-mod-tidy.sh 17:40:42 ./bin/test-attribution-txt.sh [Pipeline] sh 17:40:45 + ls -al . 17:40:45 total 684 17:40:45 drwxrwxr-x 10 1001 1001 4096 Feb 2 17:40 . 17:40:45 drwxr-xr-x 4 root root 28 Feb 2 17:37 .. 17:40:45 -rw-rw-r-- 1 1001 1001 11 Feb 2 17:34 .dockerignore 17:40:45 drwxrwxr-x 8 1001 1001 179 Feb 2 17:34 .git 17:40:45 drwxrwxr-x 3 1001 1001 125 Feb 2 17:34 .github 17:40:45 -rw-rw-r-- 1 1001 1001 872 Feb 2 17:34 .gitignore 17:40:45 drwx------ 3 1001 1001 60 Feb 2 17:35 .semver 17:40:45 -rw-rw-r-- 1 1001 1001 166 Feb 2 17:34 .sonarcloud.properties 17:40:45 -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:34 Attribution.txt 17:40:45 -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:34 CONTRIBUTING.md 17:40:45 -rw-rw-r-- 1 1001 1001 931 Feb 2 17:34 Dockerfile.build 17:40:45 -rw-rw-r-- 1 1001 1001 863 Feb 2 17:34 Jenkinsfile 17:40:45 -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:34 LICENSE 17:40:45 -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:34 Makefile 17:40:45 -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:34 README.md 17:40:45 -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:34 SECURITY.md 17:40:45 -rw-rw-r-- 1 1001 1001 5 Feb 2 17:35 VERSION 17:40:45 -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:34 ZMQWindows.md 17:40:45 drwxrwxr-x 2 1001 1001 117 Feb 2 17:34 bin 17:40:45 drwxrwxr-x 15 1001 1001 4096 Feb 2 17:34 cmd 17:40:45 -rw-r--r-- 1 root root 578674 Feb 2 17:39 coverage.out 17:40:45 -rw-r--r-- 1 root root 1054 Feb 2 17:40 go.mod 17:40:45 -rw-r--r-- 1 root root 19517 Feb 2 17:40 go.sum 17:40:45 drwxrwxr-x 8 1001 1001 127 Feb 2 17:34 internal 17:40:45 drwxrwxr-x 4 1001 1001 26 Feb 2 17:34 openapi 17:40:45 drwxrwxr-x 4 1001 1001 71 Feb 2 17:34 snap 17:40:45 -rw-rw-r-- 1 1001 1001 168 Feb 2 17:34 version.go [Pipeline] sh 17:40:46 + '[' -e coverage.out ] 17:40:46 + chown 1001:1001 coverage.out [Pipeline] stash 17:40:47 Stashed 1 file(s) [Pipeline] sh 17:40:47 + make build 17:40:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:40:54 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 17:41:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:41:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:41:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:41:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:41:01 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:41:03 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit d2cc59413199022ff059ea8eba032d8f6f812516 17:41:03 Merge succeeded, producing d2cc59413199022ff059ea8eba032d8f6f812516 17:41:03 Checking out Revision d2cc59413199022ff059ea8eba032d8f6f812516 (PR-3109) 17:41:03 > git config core.sparsecheckout # timeout=10 17:41:03 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 17:41:03 > git remote # timeout=10 17:41:03 > git config --get remote.origin.url # timeout=10 17:41:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:41:03 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 17:41:03 > git rev-parse HEAD^{commit} # timeout=10 17:41:03 > git config core.sparsecheckout # timeout=10 17:41:03 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 17:41:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:41:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:41:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:41:10 + true 17:41:10 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:41:12 provisioning config files... 17:41:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4224892012763750898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:41:13 ---> docker-login.sh 17:41:13 nexus3.edgexfoundry.org:10001 17:41:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:14 Configure a credential helper to remove this warning. See 17:41:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:14 17:41:14 Login Succeeded 17:41:14 nexus3.edgexfoundry.org:10002 17:41:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:15 Configure a credential helper to remove this warning. See 17:41:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:15 17:41:15 Login Succeeded 17:41:15 nexus3.edgexfoundry.org:10003 17:41:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:15 Configure a credential helper to remove this warning. See 17:41:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:15 17:41:15 Login Succeeded 17:41:15 nexus3.edgexfoundry.org:10004 17:41:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:16 Configure a credential helper to remove this warning. See 17:41:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:16 17:41:16 Login Succeeded 17:41:16 docker.io 17:41:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:17 Configure a credential helper to remove this warning. See 17:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:17 17:41:17 Login Succeeded 17:41:17 ---> docker-login.sh ends [Pipeline] } 17:41:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:41:17 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 [Pipeline] echo 17:41:17 ========================================================= 17:41:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:41:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:41:18 + 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 . 17:41:20 Sending build context to Docker daemon 166.1MB 17:41:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:41:20 Step 2/6 : FROM ${BASE} 17:41:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:41:20 5f621e34cdf4: Pulling fs layer 17:41:20 a4357932f1b6: Pulling fs layer 17:41:20 18c013af1878: Pulling fs layer 17:41:20 00ac8860ef70: Pulling fs layer 17:41:20 63d7cb157983: Pulling fs layer 17:41:20 b116817d02f9: Pulling fs layer 17:41:20 745a02a5169b: Pulling fs layer 17:41:20 00ac8860ef70: Waiting 17:41:20 63d7cb157983: Waiting 17:41:20 b116817d02f9: Waiting 17:41:20 745a02a5169b: Waiting 17:41:20 18c013af1878: Verifying Checksum 17:41:20 18c013af1878: Download complete 17:41:20 a4357932f1b6: Verifying Checksum 17:41:20 a4357932f1b6: Download complete 17:41:20 63d7cb157983: Verifying Checksum 17:41:20 63d7cb157983: Download complete 17:41:20 b116817d02f9: Verifying Checksum 17:41:20 b116817d02f9: Download complete 17:41:20 5f621e34cdf4: Verifying Checksum 17:41:20 5f621e34cdf4: Download complete 17:41: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 17:41:21 5f621e34cdf4: Pull complete 17:41:22 a4357932f1b6: Pull complete 17:41: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 17:41:22 18c013af1878: Pull complete 17:41:23 745a02a5169b: Verifying Checksum 17:41:23 745a02a5169b: Download complete 17:41:24 00ac8860ef70: Verifying Checksum 17:41:24 00ac8860ef70: Download complete 17:41:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:41:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:41:33 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 17:41:34 00ac8860ef70: Pull complete 17:41:34 63d7cb157983: Pull complete 17:41:35 b116817d02f9: Pull complete 17:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:41:38 745a02a5169b: Pull complete 17:41:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:41:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:41:38 ---> b7e6874047d6 17:41:38 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 17:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:41:41 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 17:41:43 ---> Running in b089a4c5764d 17:41:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:44 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 17:41:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:45 (1/12) Installing libmagic (5.38-r0) 17:41:45 (2/12) Installing file (5.38-r0) 17:41:45 (3/12) Installing libc-dev (0.7.2-r3) 17:41:45 (4/12) Installing g++ (9.3.0-r2) 17:41:49 (5/12) Installing fortify-headers (1.1-r0) 17:41:49 (6/12) Installing patch (2.7.6-r6) 17:41:49 (7/12) Installing build-base (0.5-r2) 17:41:49 (8/12) Installing libsodium (1.0.18-r0) 17:41:49 (9/12) Installing pkgconf (1.7.2-r0) 17:41:49 (10/12) Installing libsodium-dev (1.0.18-r0) 17:41:49 (11/12) Installing libzmq (4.3.3-r0) 17:41:49 (12/12) Installing zeromq-dev (4.3.3-r0) 17:41:49 Executing busybox-1.31.1-r19.trigger 17:41:49 OK: 217 MiB in 51 packages [Pipeline] } 17:41:49 $ docker stop --time=1 79e6bf6ca18c265f66aa988db97302b0e5092053b7375fb45652757f5f1dcf42 17:41:52 $ docker rm -f 79e6bf6ca18c265f66aa988db97302b0e5092053b7375fb45652757f5f1dcf42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 17:41:54 Removing intermediate container b089a4c5764d 17:41:54 ---> c221be0dd4d1 17:41:54 Step 4/6 : WORKDIR /edgex-go 17:41:54 ---> Running in 23c15242e210 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 17:41:54 Removing intermediate container 23c15242e210 17:41:54 ---> a034675e6c34 17:41:54 Step 5/6 : COPY go.mod . 17:41:55 ---> e326efd9a21c 17:41:55 Step 6/6 : RUN go mod download 17:41:55 ---> Running in dd0f37fd3537 [Pipeline] isUnix [Pipeline] sh 17:41:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:41:56 17:41:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:41:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:41:56 latest: Pulling from edgex-devops/edgex-compose 17:41:56 cbdbe7a5bc2a: Pulling fs layer 17:41:56 ca9280d653b3: Pulling fs layer 17:41:56 7e9c9ca2126c: Pulling fs layer 17:41:57 cbdbe7a5bc2a: Verifying Checksum 17:41:57 cbdbe7a5bc2a: Download complete 17:41:58 cbdbe7a5bc2a: Pull complete 17:41:58 ca9280d653b3: Verifying Checksum 17:41:58 ca9280d653b3: Download complete 17:42:01 ca9280d653b3: Pull complete 17:42:01 7e9c9ca2126c: Download complete 17:42:13 7e9c9ca2126c: Pull complete 17:42:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:42:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:42:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:42:13 prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container 17:42:14 $ 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 17:42:16 $ docker top 9b466dea8cf191a361c0312a0eb25547dd7b1d9ab9547ef36eddcbc236145a49 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:16 + + docker-compose buildgrep --help 17:42:16 parallel 17:42:18 --parallel Build images in parallel. [Pipeline] } 17:42:18 $ docker stop --time=1 9b466dea8cf191a361c0312a0eb25547dd7b1d9ab9547ef36eddcbc236145a49 17:42:19 $ docker rm -f 9b466dea8cf191a361c0312a0eb25547dd7b1d9ab9547ef36eddcbc236145a49 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:42:20 . [Pipeline] withDockerContainer 17:42:20 prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container 17:42:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 17:42:21 $ docker top bebd2b88f220ff8b6ac293c4f84f986a8dad9061090aeb5198326ed1b07a5f20 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:22 Removing intermediate container dd0f37fd3537 17:42:22 ---> 864136cfa2bf 17:42:22 Successfully built 864136cfa2bf 17:42:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:42:22 + docker-compose -f ./docker-compose-build.yml build --parallel 17:42:22 + docker inspect -f . ci-base-image-arm64 17:42:22 . [Pipeline] withDockerContainer 17:42:22 prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container 17:42:22 $ 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-arm64 cat 17:42:23 Building docker-core-command-go ... 17:42:23 Building docker-core-data-go ... 17:42:23 Building docker-core-metadata-go ... 17:42:23 Building docker-security-bootstrapper-go ... 17:42:23 Building docker-security-proxy-setup-go ... 17:42:23 Building docker-security-secretstore-setup-go ... 17:42:23 Building docker-support-notifications-go ... 17:42:23 Building docker-support-scheduler-go ... 17:42:23 Building docker-sys-mgmt-agent-go ... 17:42:23 Building docker-core-data-go 17:42:23 Building docker-support-scheduler-go 17:42:23 Building docker-security-bootstrapper-go 17:42:23 Building docker-support-notifications-go 17:42:23 Building docker-core-metadata-go 17:42:24 $ docker top 229b5ac10887db50fb965336ccbb0d079b31916f81bc4fbbfca7ee63b01b93a2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:25 + go version 17:42:25 go version go1.15.5 linux/arm64 [Pipeline] } 17:42:25 $ docker stop --time=1 229b5ac10887db50fb965336ccbb0d079b31916f81bc4fbbfca7ee63b01b93a2 17:42:27 $ docker rm -f 229b5ac10887db50fb965336ccbb0d079b31916f81bc4fbbfca7ee63b01b93a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:28 + docker inspect -f . ci-base-image-arm64 17:42:28 . [Pipeline] withDockerContainer 17:42:28 prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container 17:42:29 $ 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-arm64 cat 17:42:30 $ docker top 3d2ca944b12ac71818308aa8ed2d7ce2e563feabaf37c1f350656d5fe905c658 -eo pid,comm [Pipeline] { [Pipeline] echo 17:42:30 ========================================================= 17:42:30 [edgeXBuildGoParallel] Running Tests and Build... 17:42:30 ========================================================= [Pipeline] sh 17:42:31 + make test 17:42:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:42:58 ? github.com/edgexfoundry/edgex-go [no test files] 17:43:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:43:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:43:20 17:43:20 ---> aef09a26627d 17:43:20 Step 3/22 : WORKDIR /edgex-go 17:43:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:43:20 ---> aef09a26627d 17:43:20 Step 3/23 : WORKDIR /edgex-go 17:43:20 ---> aef09a26627d 17:43:20 Step 3/31 : WORKDIR /edgex-go 17:43:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:43:20 ---> aef09a26627d 17:43:20 Step 3/23 : WORKDIR /edgex-go 17:43:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:43:20 ---> aef09a26627d 17:43:20 Step 3/22 : WORKDIR /edgex-go 17:43:20 ---> Running in 6347725b9b21 17:43:20 ---> Running in 4c50b20f6f9c 17:43:20 ---> Running in b4d1eccb6810 17:43:20 ---> Running in 0380e98dd594 17:43:20 ---> Running in 086ec28ebd36 17:43:20 Removing intermediate container 0380e98dd594 17:43:20 ---> 22428fcd74b4 17:43:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:20 Removing intermediate container 4c50b20f6f9c 17:43:20 ---> ea842fe609e5 17:43:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:20 Removing intermediate container 6347725b9b21 17:43:20 ---> fa44c72df062 17:43:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:20 Removing intermediate container b4d1eccb6810 17:43:20 ---> f280e13e8890 17:43:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:20 Removing intermediate container 086ec28ebd36 17:43:20 ---> ad16becf1b19 17:43:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:20 ---> Running in a0f03d19fa27 17:43:20 ---> Running in 481595f7ad53 17:43:20 ---> Running in 3597b49a0d00 17:43:20 ---> Running in 3d9fac78247b 17:43:20 ---> Running in 58c1c9977563 17:43:23 Removing intermediate container 3d9fac78247b 17:43:23 ---> 1c4ee7af06ba 17:43:23 Step 5/31 : RUN apk add --update --no-cache make git 17:43:23 Removing intermediate container 481595f7ad53 17:43:23 ---> a74782380f00 17:43:23 Step 5/22 : RUN apk add --update --no-cache make git 17:43:23 ---> Running in 5255f0b6bd8a 17:43:23 ---> Running in 9008a3bbbc40 17:43:23 Removing intermediate container 3597b49a0d00 17:43:23 ---> 1021d5f3feeb 17:43:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:43:23 Removing intermediate container a0f03d19fa27 17:43:23 ---> 954032c26b86 17:43:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:43:23 Removing intermediate container 58c1c9977563 17:43:23 ---> d0b6a189bc22 17:43:23 Step 5/23 : RUN apk add --update --no-cache make git 17:43:23 ---> Running in 0e1aa3c502cc 17:43:23 ---> Running in cbe53e7161db 17:43:23 ---> Running in 6cc93d744e08 17:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:26 OK: 233 MiB in 51 packages 17:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:27 OK: 233 MiB in 51 packages 17:43:27 Removing intermediate container 5255f0b6bd8a 17:43:27 ---> 1bf898706dac 17:43:27 Step 6/31 : COPY go.mod . 17:43:27 OK: 233 MiB in 51 packages 17:43:27 OK: 233 MiB in 51 packages 17:43:28 OK: 233 MiB in 51 packages 17:43:28 Removing intermediate container 9008a3bbbc40 17:43:28 ---> 31e94b7874b7 17:43:28 Step 6/22 : COPY go.mod . 17:43:28 ---> 3a3d6ebf9183 17:43:28 Step 7/31 : RUN go mod download 17:43:28 ---> Running in 99d71a9de7bb 17:43:28 ---> 91f8223e62d1 17:43:28 Step 7/22 : RUN go mod download 17:43:29 ---> Running in b5a40c672933 17:43:29 Removing intermediate container 0e1aa3c502cc 17:43:29 ---> d60fcc21ec2e 17:43:29 Step 6/22 : COPY go.mod . 17:43:29 Removing intermediate container cbe53e7161db 17:43:29 ---> dfaf9437a848 17:43:29 Step 6/23 : COPY go.mod . 17:43:29 Removing intermediate container 6cc93d744e08 17:43:29 ---> 7aa974984bf8 17:43:29 Step 6/23 : COPY go.mod . 17:43:30 ---> a9d9ba6ccefd 17:43:30 Step 7/22 : RUN go mod download 17:43:30 ---> Running in 0de6338550b9 17:43:30 ---> 9f56b6f7a783 17:43:30 Step 7/23 : RUN go mod download 17:43:31 ---> 348b13e9c4f3 17:43:31 Step 7/23 : RUN go mod download 17:43:31 ---> Running in e27c01cbcb37 17:43:31 ---> Running in 277c0c5ecaff 17:43:34 Removing intermediate container b5a40c672933 17:43:34 ---> a5d81ada957b 17:43:34 Step 8/22 : COPY . . 17:43:34 Removing intermediate container 99d71a9de7bb 17:43:34 ---> 6c65786b95ab 17:43:34 Step 8/31 : COPY . . 17:43:34 Removing intermediate container e27c01cbcb37 17:43:34 ---> 4f0d666ee2d6 17:43:34 Step 8/23 : COPY . . 17:43:34 Removing intermediate container 0de6338550b9 17:43:34 ---> 2129b5974005 17:43:34 Step 8/22 : COPY . . 17:43:34 Removing intermediate container 277c0c5ecaff 17:43:34 ---> b572cdbfb03d 17:43:34 Step 8/23 : COPY . . 17:43:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:44:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:44:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:44:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:44:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:44:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:44:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:44:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:44:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:44:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:44:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:44:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:44:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:44:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:44:31 ---> 84d8bc0b5f21 17:44:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:44:31 ---> 26b605f75f5f 17:44:31 Step 9/23 : RUN make cmd/core-data/core-data 17:44:31 ---> ecc43819f124 17:44:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:44:31 ---> ed8d1b23ea21 17:44:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:44:31 ---> 892f1e994a75 17:44:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 17:44:31 ---> Running in 9801817222c4 17:44:31 ---> Running in e8b033efe5d5 17:44:31 ---> Running in 8a072198cf86 17:44:31 ---> Running in 448325b89bec 17:44:31 ---> Running in 2db58709a16a 17:44:32 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 17:44:32 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 17:44:32 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 17:44:33 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 17:44:33 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 17:44:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.400s coverage: 46.0% of statements 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:44:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:44:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements 17:44:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.553s coverage: 27.1% of statements 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:44:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:44:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:44:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:44:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.318s coverage: 65.8% of statements 17:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:44:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:44:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements 17:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:44:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.369s coverage: 28.6% of statements 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.417s coverage: 86.7% of statements 17:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:44:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.453s coverage: 97.5% of statements 17:44:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:44:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.198s coverage: 78.3% of statements 17:44:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:44:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:44:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:44:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.596s coverage: 92.8% of statements 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.1% of statements 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:45:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.105s coverage: 79.5% of statements 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 17:45:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 17:45:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.112s coverage: 94.4% of statements 17:45:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 17:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:45:35 Removing intermediate container 8a072198cf86 17:45:35 ---> 585926517c06 17:45:35 17:45:35 Step 10/22 : FROM alpine:3.12 17:45:35 Removing intermediate container 2db58709a16a 17:45:35 ---> 52659798b46f 17:45:35 17:45:35 Step 10/22 : FROM alpine:3.12 17:45:35 3.12: Pulling from library/alpine 17:45:35 3.12: Pulling from library/alpine 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.172s coverage: 84.2% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.4% of statements 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.653s coverage: 63.5% of statements 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:45:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 17:45:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 17:45:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:45:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:45:35 Status: Downloaded newer image for alpine:3.12 17:45:35 ---> 389fef711851 17:45:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:45:35 Status: Downloaded newer image for alpine:3.12 17:45:35 ---> 389fef711851 17:45:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:45:37 ---> Running in 363a6e22d58c 17:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.950s coverage: 68.9% of statements 17:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:45:38 ---> Running in 0109712d99ee 17:45:39 Removing intermediate container 448325b89bec 17:45:39 ---> 9141ace57f33 17:45:39 17:45:39 Step 10/31 : FROM alpine:3.12 17:45:39 ---> 389fef711851 17:45:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:45:40 ---> Running in 58fec872d7e6 17:45:40 Removing intermediate container e8b033efe5d5 17:45:40 ---> eb1757c3f876 17:45:40 17:45:40 Step 10/23 : FROM alpine:3.12 17:45:40 ---> 389fef711851 17:45:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:45:40 ---> Running in 432e9fa403b9 17:45:40 Removing intermediate container 9801817222c4 17:45:40 ---> 0317ed19b05a 17:45:40 17:45:40 Step 10/23 : FROM alpine:3.12 17:45:40 ---> 389fef711851 17:45:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:45:41 ---> Running in ae0d4cc9bc2b 17:45:41 Removing intermediate container 58fec872d7e6 17:45:41 ---> 34baff486c75 17:45:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:45:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 37.0% of statements 17:45:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:45:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:45:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.947s coverage: 84.0% of statements 17:45:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.163s coverage: 100.0% of statements 17:45:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:41 ---> Running in 0384d411f0fe 17:45:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:41 Removing intermediate container ae0d4cc9bc2b 17:45:41 ---> 0af6ce1ea3eb 17:45:41 Step 12/23 : ENV APP_PORT=48080 17:45:41 (1/1) Installing dumb-init (1.2.2-r1) 17:45:41 Executing busybox-1.31.1-r19.trigger 17:45:41 OK: 6 MiB in 15 packages 17:45:42 (1/2) Installing ca-certificates (20191127-r4) 17:45:42 ---> Running in ef7299e597a3 17:45:42 (2/2) Installing dumb-init (1.2.2-r1) 17:45:42 Executing busybox-1.31.1-r19.trigger 17:45:42 Executing ca-certificates-20191127-r4.trigger 17:45:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:42 OK: 6 MiB in 16 packages 17:45:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:42 Removing intermediate container ef7299e597a3 17:45:42 ---> c612c5bdeb9b 17:45:42 Step 13/23 : EXPOSE $APP_PORT 17:45:42 (1/1) Installing dumb-init (1.2.2-r1) 17:45:42 Executing busybox-1.31.1-r19.trigger 17:45:42 OK: 6 MiB in 15 packages 17:45:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:43 (1/2) Installing dumb-init (1.2.2-r1) 17:45:43 (2/2) Installing su-exec (0.2-r1) 17:45:43 Executing busybox-1.31.1-r19.trigger 17:45:43 OK: 6 MiB in 16 packages 17:45:43 ---> Running in 9a3346f7837b 17:45:44 Removing intermediate container 9a3346f7837b 17:45:44 ---> 58ba2da2a487 17:45:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:45:44 Removing intermediate container 363a6e22d58c 17:45:44 ---> f6e10ae125d4 17:45:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:45:44 ---> Running in ffb0efd12f0a 17:45:44 ---> Running in f030d1ce8f4f 17:45:45 Removing intermediate container 0384d411f0fe 17:45:45 ---> ca990fe24ffd 17:45:45 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:45:45 Removing intermediate container 432e9fa403b9 17:45:45 ---> 2ee3161b8e00 17:45:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:45:45 Removing intermediate container 0109712d99ee 17:45:45 ---> 22ca033ca3a2 17:45:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:45:45 Removing intermediate container f030d1ce8f4f 17:45:45 ---> 56487b82e75d 17:45:45 Step 13/22 : ENV APP_PORT=48085 17:45:45 ---> Running in 0f8ce31c257c 17:45:45 ---> Running in d36281fb820c 17:45:45 ---> Running in aca5ae5ca981 17:45:45 ---> Running in 74985de22dda 17:45:46 Removing intermediate container d36281fb820c 17:45:46 ---> 1580e37b0afb 17:45:46 Step 13/23 : ENV APP_PORT=48081 17:45:46 Removing intermediate container 74985de22dda 17:45:46 ---> 1f3caf02166d 17:45:46 Step 14/22 : EXPOSE $APP_PORT 17:45:46 Removing intermediate container 0f8ce31c257c 17:45:46 ---> fc6fa85999bc 17:45:46 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:45:46 Removing intermediate container aca5ae5ca981 17:45:46 ---> 495612733dff 17:45:46 Step 13/22 : ENV APP_PORT=48060 17:45:46 ---> Running in a612d937fe10 17:45:46 ---> Running in 27bb8d51ddcb 17:45:46 ---> Running in 8feda9fd44fc 17:45:46 ---> Running in 7daf21f5533f 17:45:47 Removing intermediate container 8feda9fd44fc 17:45:47 ---> e0f9a00d9f5d 17:45:47 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:45:47 Removing intermediate container a612d937fe10 17:45:47 ---> e5e110115832 17:45:47 Step 14/23 : EXPOSE $APP_PORT 17:45:47 Removing intermediate container 27bb8d51ddcb 17:45:47 ---> 732025af107a 17:45:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:47 Removing intermediate container 7daf21f5533f 17:45:47 ---> 1154940c6d4e 17:45:47 Step 14/22 : EXPOSE $APP_PORT 17:45:47 ---> Running in 5f68f2926972 17:45:47 ---> Running in f17ff77ab776 17:45:47 Removing intermediate container ffb0efd12f0a 17:45:47 ---> 7dcd17f84754 17:45:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:45:47 ---> Running in 49a2ba84e0e0 17:45:47 ---> Running in 716d3fb991ee 17:45:48 ---> 66d678e3a7e0 17:45:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:45:48 Removing intermediate container f17ff77ab776 17:45:48 ---> c4de54b8c34e 17:45:48 Step 15/23 : WORKDIR / 17:45:48 Removing intermediate container 49a2ba84e0e0 17:45:48 ---> c338dbf4f695 17:45:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:48 ---> Running in 5f47c6d0702e 17:45:49 Removing intermediate container 5f47c6d0702e 17:45:49 ---> cd06bc006038 17:45:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:45:49 ---> bb592f9bcd36 17:45:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:45:49 ---> 12bab5dfcf63 17:45:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:45:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.475s coverage: 47.0% of statements 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:45:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:45:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:45:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.199s coverage: 100.0% of statements 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:45:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:45:49 ---> f58b7a716c7d 17:45:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:45:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:45:50 Removing intermediate container 5f68f2926972 17:45:50 ---> 380993c7437a 17:45:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:45:50 ---> Running in 847e041a833c 17:45:50 ---> 8f786b4de670 17:45:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:45:50 ---> 4c6680795ab8 17:45:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:45:50 ---> Running in f2c477f4a3e4 17:45:50 ---> f852e2d037a9 17:45:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:45:51 (1/6) Installing dumb-init (1.2.2-r1) 17:45:51 (2/6) Installing libgcc (9.3.0-r2) 17:45:51 Removing intermediate container 847e041a833c 17:45:51 ---> 53b9cfc2ad3a 17:45:51 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:45:51 (3/6) Installing libsodium (1.0.18-r0) 17:45:51 (4/6) Installing libstdc++ (9.3.0-r2) 17:45:51 (5/6) Installing libzmq (4.3.3-r0) 17:45:51 Removing intermediate container f2c477f4a3e4 17:45:51 ---> db5cb5a6b4bb 17:45:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:51 ---> a5274f63afb7 17:45:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:45:51 (6/6) Installing zeromq (4.3.3-r0) 17:45:51 Executing busybox-1.31.1-r19.trigger 17:45:51 OK: 8 MiB in 20 packages 17:45:51 ---> Running in dd48fd9de8db 17:45:51 ---> Running in ef6d73720317 17:45:51 ---> d695b5ab87bd 17:45:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:45:52 ---> 8805ab2abbab 17:45:52 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:45:52 ---> Running in 02a58c65e903 17:45:52 ---> Running in a0ca15e3ca33 17:45:52 Removing intermediate container dd48fd9de8db 17:45:52 ---> 7b19a5ca8f08 17:45:52 Step 20/22 : LABEL arch=x86_64 17:45:52 Removing intermediate container ef6d73720317 17:45:52 ---> 171eeee3a106 17:45:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:52 ---> Running in f548239f3dbe 17:45:52 Removing intermediate container 02a58c65e903 17:45:52 ---> b06018355d7a 17:45:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:52 ---> Running in 9656b46b5803 17:45:53 ---> Running in 95d55fa84a48 17:45:53 Removing intermediate container f548239f3dbe 17:45:53 ---> 2922c3e53dfa 17:45:53 Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:45:53 Removing intermediate container 9656b46b5803 17:45:53 ---> 37b237a78644 17:45:53 Step 20/22 : LABEL arch=x86_64 17:45:53 ---> Running in e232c17cc81d 17:45:53 Removing intermediate container 95d55fa84a48 17:45:53 ---> 1155b7630d4d 17:45:53 Step 21/23 : LABEL arch=x86_64 17:45:53 ---> Running in 116789b64b52 17:45:53 Removing intermediate container 716d3fb991ee 17:45:53 ---> 8b8d86c41167 17:45:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:53 ---> Running in 24d663015763 17:45:54 Removing intermediate container e232c17cc81d 17:45:54 ---> 2b91dac0f48f 17:45:54 Step 22/22 : LABEL version=0.0.0 17:45:54 Removing intermediate container 116789b64b52 17:45:54 ---> c134aec1bf1b 17:45:54 Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:45:54 Removing intermediate container 24d663015763 17:45:54 ---> 65dbdba6ade4 17:45:54 Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:45:54 ---> Running in b2cfe87fac8d 17:45:54 ---> Running in 332cdfd3b244 17:45:54 ---> Running in 82e1a2b34cce 17:45:55 ---> 0e185831cf98 17:45:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:45:55 Removing intermediate container b2cfe87fac8d 17:45:55 ---> 3ca0af9c09ba 17:45:55 17:45:55 Removing intermediate container 82e1a2b34cce 17:45:55 ---> 9602ef19a656 17:45:55 Step 23/23 : LABEL version=0.0.0 17:45:55 Removing intermediate container 332cdfd3b244 17:45:55 ---> 48d883b93304 17:45:55 Step 22/22 : LABEL version=0.0.0 17:45:56 ---> Running in 296deefcd449 17:45:56 ---> Running in 6c0229d66b83 17:45:56 Removing intermediate container a0ca15e3ca33 17:45:56 ---> c67b965461a7 17:45:56 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:57 Successfully built 3ca0af9c09ba 17:45:57 Removing intermediate container 296deefcd449 17:45:57 ---> d9a6f633ae92 17:45:57 17:45:57 Removing intermediate container 6c0229d66b83 17:45:57 ---> 7484b24d96df 17:45:57 17:45:57 Successfully tagged docker-support-scheduler-go:latest 17:45:57 Building docker-security-proxy-setup-go 17:45:57  Building docker-support-scheduler-go ... done  ---> af14785520d2 17:45:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:45:57 ---> cd9258082d44 17:45:57 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:45:57 Successfully built d9a6f633ae92 17:45:58 Successfully built 7484b24d96df 17:45:58 Successfully tagged docker-core-metadata-go:latest 17:45:58 Building docker-security-secretstore-setup-go 17:45:58  Building docker-core-metadata-go ... done Successfully tagged docker-support-notifications-go:latest 17:45:58 Building docker-sys-mgmt-agent-go 17:45:58  Building docker-support-notifications-go ... done  ---> 1138b7728f9f 17:45:58 Step 19/23 : ENTRYPOINT ["/core-data"] 17:45:58 ---> Running in 9c6a4021bdb5 17:45:59 ---> 31dfa997bc64 17:45:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:45:59 Removing intermediate container 9c6a4021bdb5 17:45:59 ---> 83511985a63e 17:45:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:45:59 ---> Running in e1e343e1e5ca 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.873s coverage: 29.1% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.139s coverage: 100.0% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 100.0% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:45:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 17:45:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 17:46:00 GO111MODULE=on go vet ./... 17:46:00 Removing intermediate container e1e343e1e5ca 17:46:00 ---> c983f820f904 17:46:00 Step 21/23 : LABEL arch=x86_64 17:46:00 ---> 74d5b8745bd9 17:46:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:46:00 ---> Running in 32ab66073ec1 17:46:02 Removing intermediate container 32ab66073ec1 17:46:02 ---> ec3cb3b322c5 17:46:02 Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:46:02 ---> 870b28cd97c2 17:46:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:46:03 ---> Running in 7ceccdafcdca 17:46:03 Removing intermediate container 7ceccdafcdca 17:46:03 ---> b54bac1e1d5f 17:46:03 Step 23/23 : LABEL version=0.0.0 17:46:03 ---> e02168e082e5 17:46:03 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:46:03 ---> Running in 1c200bdf5e56 17:46:06 ---> Running in 5eaea8ba7d08 17:46:06 Removing intermediate container 1c200bdf5e56 17:46:06 ---> 9f16ff8fe567 17:46:06 17:46:07 Successfully built 9f16ff8fe567 17:46:07 Successfully tagged docker-core-data-go:latest 17:46:07  Building docker-core-data-go ... done Building docker-core-command-go 17:46:07 Removing intermediate container 5eaea8ba7d08 17:46:07 ---> 0251da0d2a83 17:46:07 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:46:08 ---> e82534dd38d6 17:46:08 Step 26/31 : RUN chmod +x /entrypoint.sh 17:46:09 ---> Running in 05798c6e0322 17:46:15 Removing intermediate container 05798c6e0322 17:46:15 ---> d65aa2de3726 17:46:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:46:15 ---> Running in 3c477bf4a111 17:46:15 Removing intermediate container 3c477bf4a111 17:46:15 ---> 09e511c8e8e1 17:46:15 Step 28/31 : CMD ["gate"] 17:46:15 ---> Running in 788b6cac9d44 17:46:16 Removing intermediate container 788b6cac9d44 17:46:16 ---> a0a79f2ab30f 17:46:16 Step 29/31 : LABEL arch=x86_64 17:46:17 ---> Running in 1f1ef4341082 17:46:17 Removing intermediate container 1f1ef4341082 17:46:17 ---> e4bd1fa14608 17:46:17 Step 30/31 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:46:18 ---> Running in 831b7a9fa94a 17:46:19 Removing intermediate container 831b7a9fa94a 17:46:19 ---> f51708cb8728 17:46:19 Step 31/31 : LABEL version=0.0.0 17:46:19 ---> Running in 403b772b34f0 17:46:20 Removing intermediate container 403b772b34f0 17:46:20 ---> 2d9a075cb33a 17:46:20 17:46:21 Successfully built 2d9a075cb33a 17:46:21 Successfully tagged docker-security-bootstrapper-go:latest 17:46:48  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:46:48 ---> aef09a26627d 17:46:48 Step 3/24 : WORKDIR /edgex-go 17:46:48 ---> Using cache 17:46:48 ---> ad16becf1b19 17:46:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:48 ---> Using cache 17:46:48 ---> d0b6a189bc22 17:46:48 Step 5/24 : RUN apk add --update --no-cache make git 17:46:48 ---> Using cache 17:46:48 ---> 7aa974984bf8 17:46:48 Step 6/24 : COPY go.mod . 17:46:48 ---> Using cache 17:46:48 ---> 348b13e9c4f3 17:46:48 Step 7/24 : RUN go mod download 17:46:48 ---> Using cache 17:46:48 ---> b572cdbfb03d 17:46:48 Step 8/24 : COPY . . 17:46:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:46:48 ---> aef09a26627d 17:46:48 Step 3/26 : WORKDIR /edgex-go 17:46:48 ---> Using cache 17:46:48 ---> ad16becf1b19 17:46:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:48 ---> Using cache 17:46:48 ---> d0b6a189bc22 17:46:48 Step 5/26 : RUN apk add --update --no-cache make bash git 17:46:48 ---> Using cache 17:46:48 ---> ed8d1b23ea21 17:46:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:46:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:46:48 ---> aef09a26627d 17:46:48 Step 3/21 : WORKDIR /edgex-go 17:46:48 ---> Using cache 17:46:48 ---> ad16becf1b19 17:46:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:48 ---> Using cache 17:46:48 ---> d0b6a189bc22 17:46:48 Step 5/21 : RUN apk add --update --no-cache make git 17:46:48 ---> Using cache 17:46:48 ---> 7aa974984bf8 17:46:48 Step 6/21 : COPY go.mod . 17:46:48 ---> Using cache 17:46:48 ---> 348b13e9c4f3 17:46:48 Step 7/21 : RUN go mod download 17:46:48 ---> Using cache 17:46:48 ---> b572cdbfb03d 17:46:48 Step 8/21 : COPY . . 17:46:48 ---> Using cache 17:46:48 ---> ed8d1b23ea21 17:46:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:46:48 ---> Running in f1e1e1911edd 17:46:48 ---> Running in 2fb84fc23693 17:46:48 ---> Running in 4df1ce7a56ff 17:46:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:48 ---> aef09a26627d 17:46:48 Step 3/23 : WORKDIR /edgex-go 17:46:48 ---> Using cache 17:46:48 ---> ad16becf1b19 17:46:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:48 ---> Using cache 17:46:48 ---> d0b6a189bc22 17:46:48 Step 5/23 : RUN apk add --update --no-cache make git 17:46:48 ---> Using cache 17:46:48 ---> 7aa974984bf8 17:46:48 Step 6/23 : COPY go.mod . 17:46:48 ---> Using cache 17:46:48 ---> 348b13e9c4f3 17:46:48 Step 7/23 : RUN go mod download 17:46:48 ---> Using cache 17:46:48 ---> b572cdbfb03d 17:46:48 Step 8/23 : COPY . . 17:46:48 ---> Using cache 17:46:48 ---> ed8d1b23ea21 17:46:48 Step 9/23 : RUN make cmd/core-command/core-command 17:46:49 ---> Running in 5882bf44fd95 17:46:49 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 17:46:49 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 17:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:46:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:46:50 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 17:46:51 OK: 233 MiB in 51 packages 17:46:53 Removing intermediate container 4df1ce7a56ff 17:46:53 ---> c4308d3fa23f 17:46:53 Step 6/26 : COPY go.mod . 17:46:56 ---> 5bb32cbd79e8 17:46:56 Step 7/26 : RUN go mod download 17:46:57 ---> Running in a3f2cf4de773 17:47:06 Removing intermediate container a3f2cf4de773 17:47:06 ---> 6bf64cb58b77 17:47:06 Step 8/26 : COPY . . 17:47:22 gofmt -l . 17:47:23 [ "`gofmt -l .`" = "" ] 17:47:26 ./bin/test-go-mod-tidy.sh 17:47:27 ./bin/test-attribution-txt.sh [Pipeline] sh 17:47:29 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 17:47: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 17:47:29 + ls -al . 17:47:29 total 712 17:47:29 drwxrwxr-x 9 1001 1001 4096 Feb 2 17:47 . 17:47:29 drwxr-xr-x 4 root root 4096 Feb 2 17:42 .. 17:47:29 -rw-rw-r-- 1 1001 1001 11 Feb 2 17:41 .dockerignore 17:47:29 drwxrwxr-x 8 1001 1001 4096 Feb 2 17:41 .git 17:47:29 drwxrwxr-x 3 1001 1001 4096 Feb 2 17:41 .github 17:47:29 -rw-rw-r-- 1 1001 1001 872 Feb 2 17:41 .gitignore 17:47:29 -rw-rw-r-- 1 1001 1001 166 Feb 2 17:41 .sonarcloud.properties 17:47:29 -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:41 Attribution.txt 17:47:29 -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:41 CONTRIBUTING.md 17:47:29 -rw-rw-r-- 1 1001 1001 931 Feb 2 17:41 Dockerfile.build 17:47:29 -rw-rw-r-- 1 1001 1001 863 Feb 2 17:41 Jenkinsfile 17:47:29 -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:41 LICENSE 17:47:29 -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:41 Makefile 17:47:29 -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:41 README.md 17:47:29 -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:41 SECURITY.md 17:47:29 -rw-rw-r-- 1 1001 1001 5 Feb 2 17:35 VERSION 17:47:29 -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:41 ZMQWindows.md 17:47:29 drwxrwxr-x 2 1001 1001 4096 Feb 2 17:41 bin 17:47:29 drwxrwxr-x 15 1001 1001 4096 Feb 2 17:41 cmd 17:47:29 -rw-r--r-- 1 root root 578674 Feb 2 17:45 coverage.out 17:47:29 -rw-r--r-- 1 root root 1054 Feb 2 17:47 go.mod 17:47:29 -rw-r--r-- 1 root root 19517 Feb 2 17:47 go.sum 17:47:29 drwxrwxr-x 8 1001 1001 4096 Feb 2 17:41 internal 17:47:29 drwxrwxr-x 4 1001 1001 4096 Feb 2 17:41 openapi 17:47:29 drwxrwxr-x 4 1001 1001 4096 Feb 2 17:41 snap 17:47:29 -rw-rw-r-- 1 1001 1001 168 Feb 2 17:41 version.go [Pipeline] sh 17:47:30 + '[' -e coverage.out ] 17:47:30 + chown 1001:1001 coverage.out [Pipeline] stash 17:47:30 Warning: overwriting stash ‘coverage-report’ 17:47:31 Stashed 1 file(s) [Pipeline] sh 17:47:32 + make build 17:47:32 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 17:47:41 Removing intermediate container 5882bf44fd95 17:47:41 ---> 9c14d9a4a1c8 17:47:41 17:47:41 Step 10/23 : FROM alpine:3.12 17:47:41 ---> 389fef711851 17:47:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:47:41 ---> Using cache 17:47:41 ---> 2ee3161b8e00 17:47:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:47:41 ---> Using cache 17:47:41 ---> 1580e37b0afb 17:47:41 Step 13/23 : ENV APP_PORT=48082 17:47:41 Removing intermediate container f1e1e1911edd 17:47:41 ---> 9f5365da8384 17:47:41 17:47:41 Step 10/24 : FROM alpine:3.12 17:47:41 ---> 389fef711851 17:47:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:47:41 ---> Running in 9bc1b6d9cd13 17:47:41 Removing intermediate container 2fb84fc23693 17:47:41 ---> 2e788756e671 17:47:41 17:47:41 Step 10/21 : FROM alpine:3.12 17:47:41 ---> 389fef711851 17:47:41 Step 11/21 : RUN apk add --update --no-cache curl 17:47:41 ---> Running in f1a4cffdd2e8 17:47:41 ---> Running in cd730f5dd365 17:47:41 Removing intermediate container 9bc1b6d9cd13 17:47:41 ---> fac234cd7598 17:47:41 Step 14/23 : EXPOSE $APP_PORT 17:47:42 ---> cdbf184d2d4a 17:47:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:47:42 ---> Running in 180663f9109c 17:47:42 ---> Running in d923f4cebba1 17:47:42 Removing intermediate container 180663f9109c 17:47:42 ---> a30e62940013 17:47:42 Step 15/23 : WORKDIR / 17:47:42 ---> Running in 4c33845cc85d 17:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:47:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:47:43 Removing intermediate container 4c33845cc85d 17:47:43 ---> bd70ebc0ef42 17:47:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:47:43 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 17:47:43 (1/4) Installing ca-certificates (20191127-r4) 17:47:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:47:43 (1/5) Installing ca-certificates (20191127-r4) 17:47:43 (3/4) Installing libcurl (7.69.1-r3) 17:47:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:47:43 (4/4) Installing curl (7.69.1-r3) 17:47:43 (3/5) Installing libcurl (7.69.1-r3) 17:47:43 Executing busybox-1.31.1-r19.trigger 17:47:43 (4/5) Installing curl (7.69.1-r3) 17:47:43 (5/5) Installing dumb-init (1.2.2-r1) 17:47:43 Executing busybox-1.31.1-r19.trigger 17:47:43 Executing ca-certificates-20191127-r4.trigger 17:47:43 Executing ca-certificates-20191127-r4.trigger 17:47:43 OK: 7 MiB in 18 packages 17:47:43 OK: 7 MiB in 19 packages 17:47:44 ---> 8bfec37296bf 17:47:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:47:44 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 17:47:46 ---> cb88b541d9e0 17:47:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:47:46 Removing intermediate container f1a4cffdd2e8 17:47:46 ---> ac97a814f48a 17:47:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:47:46 Removing intermediate container cd730f5dd365 17:47:46 ---> 2a04ce9d931d 17:47:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:47:46 ---> Running in 934e2c78ab10 17:47:46 ---> Running in 2011ed7223ce 17:47:47 ---> a3f0bd9658c4 17:47:47 Step 19/23 : ENTRYPOINT ["/core-command"] 17:47:47 Removing intermediate container 2011ed7223ce 17:47:47 ---> 644f72d3016d 17:47:47 Step 13/24 : WORKDIR / 17:47:47 Removing intermediate container 934e2c78ab10 17:47:47 ---> 3cb579580918 17:47:47 Step 13/21 : WORKDIR /edgex 17:47:47 ---> Running in ad2a8631ea70 17:47:47 ---> Running in b8d98f4bc0c3 17:47:47 ---> Running in 26503a969883 17:47:47 Removing intermediate container ad2a8631ea70 17:47:47 ---> f06ced7cddd6 17:47:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:47:47 ---> Running in b26dc10e52af 17:47:47 Removing intermediate container b8d98f4bc0c3 17:47:47 ---> 736de9313eae 17:47:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:47:48 Removing intermediate container 26503a969883 17:47:48 ---> 0f007d403dfd 17:47:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:47:48 Removing intermediate container b26dc10e52af 17:47:48 ---> 7a5ea1e34e9b 17:47:48 Step 21/23 : LABEL arch=x86_64 17:47:48 ---> 4cfc1749107a 17:47:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:47:48 ---> Running in 1aaaef5095fe 17:47:49 ---> 28cd4f2fad1b 17:47:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:47:49 Removing intermediate container 1aaaef5095fe 17:47:49 ---> 5a2ba57dee1c 17:47:49 Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:47:49 ---> 3e27da601c97 17:47:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:47:49 ---> Running in 0a7a5dd6325e 17:47:50 Removing intermediate container 0a7a5dd6325e 17:47:50 ---> 0488fac778c8 17:47:50 Step 23/23 : LABEL version=0.0.0 17:47:50 ---> 062e9ab57e17 17:47:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:47:50 ---> cd2785e160f2 17:47:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:47:50 ---> Running in 5ded41cf9dd0 17:47:51 Removing intermediate container 5ded41cf9dd0 17:47:51 ---> 6cc3d476d66d 17:47:51 17:47:51 ---> 064fd9ee30af 17:47:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:47:51 Successfully built 6cc3d476d66d 17:47:51 ---> d0db0959ef83 17:47:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:47:51 Successfully tagged docker-core-command-go:latest 17:47:51  Building docker-core-command-go ... done  ---> Running in 67e401a02ee1 17:47:52 Removing intermediate container 67e401a02ee1 17:47:52 ---> 9d5476e88be4 17:47:52 Step 18/21 : CMD ["--init=true"] 17:47:53 ---> Running in 294cb8a2cc44 17:47:53 ---> 3483339457d7 17:47:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:47:53 Removing intermediate container 294cb8a2cc44 17:47:53 ---> fc5173d78503 17:47:53 Step 19/21 : LABEL arch=x86_64 17:47:54 ---> b3c66b6ed95e 17:47:54 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/ 17:47:54 ---> Running in 418c40a5c6d2 17:47:54 ---> Running in 91bf317e3ba5 17:47:54 Removing intermediate container 418c40a5c6d2 17:47:54 ---> cd28f6acf240 17:47:54 Step 20/21 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:47:54 ---> Running in 63611285cd25 17:47:55 Removing intermediate container 63611285cd25 17:47:55 ---> d0fdfd841148 17:47:55 Step 21/21 : LABEL version=0.0.0 17:47:55 ---> Running in e31b4323910e 17:47:56 Removing intermediate container e31b4323910e 17:47:56 ---> 18888d00a66b 17:47:56 17:47:56 Removing intermediate container 91bf317e3ba5 17:47:56 ---> 4a4cdb6205df 17:47:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:47:57 Successfully built 18888d00a66b 17:47:57 Successfully tagged docker-security-proxy-setup-go:latest 17:47:57  Building docker-security-proxy-setup-go ... done  ---> Running in eb7d293ccad5 17:47:57 Removing intermediate container eb7d293ccad5 17:47:57 ---> 4f250442c15f 17:47:57 Step 22/24 : LABEL arch=x86_64 17:47:57 ---> Running in adc8990f9251 17:47:57 Removing intermediate container adc8990f9251 17:47:57 ---> 26ad6e62bb29 17:47:57 Step 23/24 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:47:57 ---> Running in d70dc29c04f3 17:47:58 Removing intermediate container d70dc29c04f3 17:47:58 ---> 8411bbee1ad2 17:47:58 Step 24/24 : LABEL version=0.0.0 17:47:58 ---> Running in 0e198efecd95 17:47:58 Removing intermediate container 0e198efecd95 17:47:58 ---> 726335e3c4e1 17:47:58 17:47:59 Successfully built 726335e3c4e1 17:47:59 Successfully tagged docker-security-secretstore-setup-go:latest 17:48:00  Building docker-security-secretstore-setup-go ... done Removing intermediate container d923f4cebba1 17:48:00 ---> cb0b3200884c 17:48:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:48:00 ---> Running in b665f60a6e4e 17:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:48:03 Removing intermediate container b665f60a6e4e 17:48:03 ---> e01234dd4a72 17:48:03 17:48:03 Step 11/26 : FROM docker:20.10.0 17:48:03 20.10.0: Pulling from library/docker 17:48:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:48:11 Status: Downloaded newer image for docker:20.10.0 17:48:11 ---> aefe523efa57 17:48:11 Step 12/26 : RUN apk add --no-cache bash 17:48:11 ---> Running in f4c035f98b86 17:48:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:48:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:48:13 (1/2) Installing readline (8.0.4-r0) 17:48:13 (2/2) Installing bash (5.0.17-r0) 17:48:13 Executing bash-5.0.17-r0.post-install 17:48:13 Executing busybox-1.31.1-r19.trigger 17:48:13 OK: 12 MiB in 22 packages 17:48:13 Removing intermediate container f4c035f98b86 17:48:13 ---> fb57fc2029df 17:48:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:48:13 ---> Running in 19a98bfbae51 17:48:13 Removing intermediate container 19a98bfbae51 17:48:13 ---> 4000a90eb717 17:48:13 Step 14/26 : ENV APP_PORT=48090 17:48:14 ---> Running in af418a63bf50 17:48:14 Removing intermediate container af418a63bf50 17:48:14 ---> 0157e6dde8da 17:48:14 Step 15/26 : EXPOSE $APP_PORT 17:48:14 ---> Running in 0cf92b515704 17:48:14 Removing intermediate container 0cf92b515704 17:48:14 ---> c38fbc89058a 17:48:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:48:15 ---> a54c04484dd0 17:48:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:48:15 ---> 03dcb0063ba2 17:48:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:48:16 ---> 6b07d3bfbffe 17:48:16 Step 19/26 : RUN apk --no-cache add py3-pip 17:48:16 ---> Running in 66c25d2435f2 17:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:48:17 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 17:48:17 (1/33) Installing libbz2 (1.0.8-r1) 17:48:17 (2/33) Installing expat (2.2.9-r1) 17:48:17 (3/33) Installing libffi (3.3-r2) 17:48:17 (4/33) Installing gdbm (1.13-r1) 17:48:17 (5/33) Installing xz-libs (5.2.5-r0) 17:48:17 (6/33) Installing sqlite-libs (3.32.1-r0) 17:48:17 (7/33) Installing python3 (3.8.5-r0) 17:48:17 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 17:48:18 (8/33) Installing py3-appdirs (1.4.4-r1) 17:48:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:48:18 (10/33) Installing py3-parsing (2.4.7-r0) 17:48:18 (11/33) Installing py3-six (1.15.0-r0) 17:48:18 (12/33) Installing py3-packaging (20.4-r0) 17:48:18 (13/33) Installing py3-setuptools (47.0.0-r0) 17:48:18 (14/33) Installing py3-chardet (3.0.4-r4) 17:48:18 (15/33) Installing py3-idna (2.9-r0) 17:48:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:48:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:48:18 (18/33) Installing py3-requests (2.23.0-r0) 17:48:18 (19/33) Installing py3-msgpack (1.0.0-r0) 17:48:19 (20/33) Installing py3-lockfile (0.12.2-r3) 17:48:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:48:19 (22/33) Installing py3-colorama (0.4.3-r0) 17:48:19 (23/33) Installing py3-distlib (0.3.0-r0) 17:48:19 (24/33) Installing py3-distro (1.5.0-r1) 17:48:19 (25/33) Installing py3-webencodings (0.5.1-r3) 17:48:19 (26/33) Installing py3-html5lib (1.0.1-r4) 17:48:19 (27/33) Installing py3-pytoml (0.1.21-r0) 17:48:19 (28/33) Installing py3-pep517 (0.8.2-r0) 17:48:19 (29/33) Installing py3-progress (1.5-r0) 17:48:19 (30/33) Installing py3-toml (0.10.1-r0) 17:48:19 (31/33) Installing py3-retrying (1.3.3-r0) 17:48:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:48:19 (33/33) Installing py3-pip (20.1.1-r0) 17:48:19 Executing busybox-1.31.1-r19.trigger 17:48:19 OK: 71 MiB in 55 packages 17:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:48:29 Removing intermediate container 66c25d2435f2 17:48:29 ---> aba9d78a7918 17:48:29 Step 20/26 : RUN pip install docker-compose==1.23.2 17:48:29 ---> Running in dd8b2143f6c5 17:48:30 Collecting docker-compose==1.23.2 17:48:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:48:30 Collecting jsonschema<3,>=2.5.1 17:48:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:48:31 Collecting cached-property<2,>=1.2.0 17:48:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:48:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:48:31 Collecting dockerpty<0.5,>=0.4.1 17:48:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:48:32 Collecting websocket-client<1.0,>=0.32.0 17:48:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:48:32 Collecting PyYAML<4,>=3.10 17:48:32 Downloading PyYAML-3.13.tar.gz (270 kB) 17:48:32 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 17:48:33 Collecting texttable<0.10,>=0.9.0 17:48:33 Downloading texttable-0.9.1.tar.gz (11 kB) 17:48:33 Collecting docker<4.0,>=3.6.0 17:48:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:48:34 Collecting docopt<0.7,>=0.6.1 17:48:34 Downloading docopt-0.6.2.tar.gz (25 kB) 17:48:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:48:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:48:35 Collecting docker-pycreds>=0.4.0 17:48:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:48:36 Collecting urllib3<1.25,>=1.21.1 17:48:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:48:36 Collecting idna<2.8,>=2.5 17:48:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:48:36 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) 17:48:36 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) 17:48:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:48:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:48:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:48:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:48:36 Installing collected packages: jsonschema, cached-property, dockerpty, websocket-client, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, docopt, docker-compose 17:48:36 Running setup.py install for dockerpty: started 17:48:37 Running setup.py install for dockerpty: finished with status 'done' 17:48:37 Running setup.py install for PyYAML: started 17:48:38 Running setup.py install for PyYAML: finished with status 'done' 17:48:38 Running setup.py install for texttable: started 17:48:38 Running setup.py install for texttable: finished with status 'done' 17:48:38 Attempting uninstall: urllib3 17:48:38 Found existing installation: urllib3 1.25.9 17:48:38 Uninstalling urllib3-1.25.9: 17:48:39 Successfully uninstalled urllib3-1.25.9 17:48:39 Attempting uninstall: idna 17:48:39 Found existing installation: idna 2.9 17:48:39 Uninstalling idna-2.9: 17:48:39 Successfully uninstalled idna-2.9 17:48:39 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 17:48:39 Attempting uninstall: requests 17:48:39 Found existing installation: requests 2.23.0 17:48:39 Uninstalling requests-2.23.0: 17:48:39 Successfully uninstalled requests-2.23.0 17:48:40 Running setup.py install for docopt: started 17:48:40 Running setup.py install for docopt: finished with status 'done' 17:48:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:48:42 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 17:48:44 Removing intermediate container dd8b2143f6c5 17:48:44 ---> ef40c0a47c07 17:48:44 Step 21/26 : RUN apk --no-cache add curl 17:48:44 ---> Running in 6ee9b8234e48 17:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:48:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:48:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:48:46 (2/3) Installing libcurl (7.69.1-r3) 17:48:46 (3/3) Installing curl (7.69.1-r3) 17:48:46 Executing busybox-1.31.1-r19.trigger 17:48:46 OK: 72 MiB in 58 packages 17:48:47 Removing intermediate container 6ee9b8234e48 17:48:47 ---> d3d1e5fdd536 17:48:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:48:47 ---> Running in 9d68a5e2760c 17:48:47 Removing intermediate container 9d68a5e2760c 17:48:47 ---> ea5886c708a1 17:48:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:48:47 ---> Running in 4a6f0dcf3d7d 17:48:47 Removing intermediate container 4a6f0dcf3d7d 17:48:47 ---> 4bff029ee9aa 17:48:47 Step 24/26 : LABEL arch=x86_64 17:48:47 ---> Running in 1efc002460de 17:48:48 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 17:48:48 Removing intermediate container 1efc002460de 17:48:48 ---> 746f4485fe15 17:48:48 Step 25/26 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:48:48 ---> Running in c0364e64b865 17:48:48 Removing intermediate container c0364e64b865 17:48:48 ---> 9863a5b10fdf 17:48:48 Step 26/26 : LABEL version=0.0.0 17:48:48 ---> Running in 5976b2a903df 17:48:48 Removing intermediate container 5976b2a903df 17:48:48 ---> 629dd53218a6 17:48:48 17:48:49 Successfully built 629dd53218a6 17:48:49 Successfully tagged docker-sys-mgmt-agent-go:latest 17:48:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:48:49 $ docker stop --time=1 bebd2b88f220ff8b6ac293c4f84f986a8dad9061090aeb5198326ed1b07a5f20 17:48:51 $ docker rm -f bebd2b88f220ff8b6ac293c4f84f986a8dad9061090aeb5198326ed1b07a5f20 [Pipeline] // withDockerContainer [Pipeline] sh 17:48:52 + docker images 17:48:52 + grep docker 17:48:52 docker-sys-mgmt-agent-go latest 629dd53218a6 4 seconds ago 313MB 17:48:52 docker-security-secretstore-setup-go latest 726335e3c4e1 54 seconds ago 24.6MB 17:48:52 docker-security-proxy-setup-go latest 18888d00a66b 56 seconds ago 24.4MB 17:48:52 docker-core-command-go latest 6cc3d476d66d About a minute ago 16.9MB 17:48:52 docker-security-bootstrapper-go latest 2d9a075cb33a 2 minutes ago 23.8MB 17:48:52 docker-core-data-go latest 9f16ff8fe567 2 minutes ago 22.3MB 17:48:52 docker-core-metadata-go latest d9a6f633ae92 2 minutes ago 18.8MB 17:48:52 docker-support-notifications-go latest 7484b24d96df 2 minutes ago 17.5MB 17:48:52 docker-support-scheduler-go latest 3ca0af9c09ba 2 minutes ago 17MB 17:48:52 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 17:48:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] node 17:48:57 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 17:49:02 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 17:49:08 Still waiting to schedule task 17:49:08 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [Pipeline] } 17:49:09 $ docker stop --time=1 3d2ca944b12ac71818308aa8ed2d7ce2e563feabaf37c1f350656d5fe905c658 17:49:11 $ docker rm -f 3d2ca944b12ac71818308aa8ed2d7ce2e563feabaf37c1f350656d5fe905c658 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:49:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:49:13 17:49:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:49:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:49:13 latest: Pulling from edgex-devops/edgex-compose-arm64 17:49:13 29e5d40040c1: Pulling fs layer 17:49:13 1ce36da41761: Pulling fs layer 17:49:13 25b303627fd3: Pulling fs layer 17:49:14 29e5d40040c1: Download complete 17:49:15 1ce36da41761: Verifying Checksum 17:49:15 1ce36da41761: Download complete 17:49:15 29e5d40040c1: Pull complete 17:49:16 1ce36da41761: Pull complete 17:49:16 25b303627fd3: Verifying Checksum 17:49:16 25b303627fd3: Download complete 17:49:26 25b303627fd3: Pull complete 17:49:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:49:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:49:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:49:27 prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container 17:49:27 $ 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-arm64:latest cat 17:49:30 $ docker top 5ac20f911cbcf5403cc605e5e36e01c07a334d6dc8cb0b18816b628f46949af8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:31 + docker-compose build --help 17:49:31 + grep parallel 17:49:36 --parallel Build images in parallel. [Pipeline] } 17:49:36 $ docker stop --time=1 5ac20f911cbcf5403cc605e5e36e01c07a334d6dc8cb0b18816b628f46949af8 17:49:38 $ docker rm -f 5ac20f911cbcf5403cc605e5e36e01c07a334d6dc8cb0b18816b628f46949af8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:49:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:49:38 . [Pipeline] withDockerContainer 17:49:39 prd-ubuntu18.04-docker-arm64-4c-16g-24591 does not seem to be running inside a container 17:49:39 $ 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-arm64:latest cat 17:49:40 $ docker top 1a44b4f690c9f62daf8a27b8259271cad50af4b6e12e9ca6c1b2867cf696462d -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:41 + docker-compose -f ./docker-compose-build.yml build --parallel 17:49:46 Building docker-core-command-go ... 17:49:46 Building docker-core-data-go ... 17:49:46 Building docker-core-metadata-go ... 17:49:46 Building docker-security-bootstrapper-go ... 17:49:46 Building docker-security-proxy-setup-go ... 17:49:46 Building docker-security-secretstore-setup-go ... 17:49:46 Building docker-support-notifications-go ... 17:49:46 Building docker-support-scheduler-go ... 17:49:46 Building docker-sys-mgmt-agent-go ... 17:49:46 Building docker-core-data-go 17:49:46 Building docker-security-bootstrapper-go 17:49:46 Building docker-core-command-go 17:49:46 Building docker-security-secretstore-setup-go 17:49:46 Building docker-security-proxy-setup-go 17:51:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:51:07 ---> 864136cfa2bf 17:51:07 Step 3/23 : WORKDIR /edgex-go 17:51:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:51:07 ---> 864136cfa2bf 17:51:07 Step 3/21 : WORKDIR /edgex-go 17:51:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:51:07 ---> 864136cfa2bf 17:51:07 Step 3/23 : WORKDIR /edgex-go 17:51:07 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:51:07 ---> 864136cfa2bf 17:51:07 Step 3/31 : WORKDIR /edgex-go 17:51:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:51:07 ---> 864136cfa2bf 17:51:07 Step 3/24 : WORKDIR /edgex-go 17:51:07 ---> Running in 3cc0ee3385a9 17:51:07 ---> Running in 14bb1dcaccf4 17:51:07 ---> Running in 9ceab4097aaa 17:51:07 ---> Running in 2c76f75bceca 17:51:07 ---> Running in 8475f4db0eb1 17:51:07 Removing intermediate container 3cc0ee3385a9 17:51:07 ---> 0d44568e5c67 17:51:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:07 Removing intermediate container 9ceab4097aaa 17:51:07 ---> 32747bc4c887 17:51:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:07 Removing intermediate container 2c76f75bceca 17:51:07 ---> 266a84349271 17:51:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:07 Removing intermediate container 14bb1dcaccf4 17:51:07 ---> 58cb5cd30c04 17:51:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:07 Removing intermediate container 8475f4db0eb1 17:51:07 ---> 14d6281f569b 17:51:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:07 ---> Running in 9c51f5d8f5e1 17:51:07 ---> Running in 3a59f1900ad8 17:51:07 ---> Running in c64eea767ad0 17:51:07 ---> Running in 42f3f55c29a2 17:51:07 ---> Running in 2d9f8a3f540c 17:51:07 Removing intermediate container 9c51f5d8f5e1 17:51:07 ---> c981f6aa9b5a 17:51:07 Step 5/21 : RUN apk add --update --no-cache make git 17:51:07 ---> Running in d346d0ec8791 17:51:07 Removing intermediate container 3a59f1900ad8 17:51:07 ---> 16dc31f90467 17:51:07 Step 5/31 : RUN apk add --update --no-cache make git 17:51:07 Removing intermediate container c64eea767ad0 17:51:07 ---> 21f966732b8a 17:51:07 Step 5/24 : RUN apk add --update --no-cache make git 17:51:07 ---> Running in 14c324ed21d3 17:51:07 ---> Running in c236d49b7e11 17:51:07 Removing intermediate container 2d9f8a3f540c 17:51:07 ---> 42350e2b7d2b 17:51:07 Step 5/23 : RUN apk add --update --no-cache make git 17:51:07 Removing intermediate container 42f3f55c29a2 17:51:07 ---> d23dd5b0e747 17:51:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:51:07 ---> Running in deaf9e774ec7 17:51:07 ---> Running in 0ecbd28db4bd 17:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:51:08 OK: 217 MiB in 51 packages 17:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:51:09 OK: 217 MiB in 51 packages 17:51:09 OK: 217 MiB in 51 packages 17:51:09 OK: 217 MiB in 51 packages 17:51:09 OK: 217 MiB in 51 packages 17:51:10 Removing intermediate container d346d0ec8791 17:51:10 ---> 36ffa6642f75 17:51:10 Step 6/21 : COPY go.mod . 17:51:11 Removing intermediate container c236d49b7e11 17:51:11 ---> eee8a9c20d20 17:51:11 Step 6/24 : COPY go.mod . 17:51:11 ---> 3f5b2f369d16 17:51:11 Step 7/21 : RUN go mod download 17:51:11 Removing intermediate container deaf9e774ec7 17:51:11 ---> 44de4f5e3db7 17:51:11 Step 6/23 : COPY go.mod . 17:51:11 ---> Running in 7b8f2e483c46 17:51:11 Removing intermediate container 14c324ed21d3 17:51:12 ---> 04ec385748c1 17:51:12 Step 6/31 : COPY go.mod . 17:51:12 Removing intermediate container 0ecbd28db4bd 17:51:12 ---> 1176de3fbe17 17:51:12 Step 6/23 : COPY go.mod . 17:51:12 ---> 2223df0a8e12 17:51:12 Step 7/24 : RUN go mod download 17:51:12 ---> Running in cc47e340ad89 17:51:12 ---> bd6d2066da26 17:51:12 Step 7/23 : RUN go mod download 17:51:13 ---> Running in 6c680601f8d7 17:51:13 ---> 8e74f5b10142 17:51:13 Step 7/31 : RUN go mod download 17:51:13 ---> 8227a0699dd5 17:51:13 Step 7/23 : RUN go mod download 17:51:13 ---> Running in 912650a9e869 17:51:13 ---> Running in 44b5dab4b05f 17:51:16 Removing intermediate container 7b8f2e483c46 17:51:16 ---> b49b236803df 17:51:16 Step 8/21 : COPY . . 17:51:17 Removing intermediate container cc47e340ad89 17:51:17 ---> 088169b1cf8d 17:51:17 Step 8/24 : COPY . . 17:51:18 Removing intermediate container 6c680601f8d7 17:51:18 ---> caba97728a8c 17:51:18 Step 8/23 : COPY . . 17:51:20 Removing intermediate container 912650a9e869 17:51:20 ---> c93a904fb0bf 17:51:20 Step 8/31 : COPY . . 17:51:20 Removing intermediate container 44b5dab4b05f 17:51:20 ---> 4a5757d165ca 17:51:20 Step 8/23 : COPY . . 17:51:42 Running on prd-ubuntu18.04-docker-8c-8g-24594 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 17:51:42 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:51:44 using credential edgex-jenkins-ssh 17:51:44 Cloning the remote Git repository 17:51:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:51:44 > git init /w/workspace/edgex-go/3 # timeout=10 17:51:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:51:44 > git --version # timeout=10 17:51:44 > git --version # 'git version 2.17.1' 17:51:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:47 ---> bf35762e3144 17:51:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:51:47 ---> 28be77fa70d7 17:51:47 Step 9/23 : RUN make cmd/core-command/core-command 17:51:47 ---> b5668415f88a 17:51:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:51:47 ---> a4af5274ac69 17:51:47 Step 9/23 : RUN make cmd/core-data/core-data 17:51:47 ---> 79912b83b54c 17:51:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 17:51:47 ---> Running in 46801a1d2ea3 17:51:47 ---> Running in 52c95f893c74 17:51:47 ---> Running in dc2c599c96d3 17:51:47 ---> Running in 776f4cfb78ca 17:51:47 ---> Running in e85ef46801ed 17:51:47 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 17:51:47 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 17:51:47 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 17:51:47 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 17:51:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:51:50 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit d2cc59413199022ff059ea8eba032d8f6f812516 17:51:50 Merge succeeded, producing d2cc59413199022ff059ea8eba032d8f6f812516 17:51:50 Checking out Revision d2cc59413199022ff059ea8eba032d8f6f812516 (PR-3109) 17:51:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:51:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:51:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:51:49 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:51:50 > git config core.sparsecheckout # timeout=10 17:51:50 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 17:51:50 > git remote # timeout=10 17:51:50 > git config --get remote.origin.url # timeout=10 17:51:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:50 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 17:51:50 > git rev-parse HEAD^{commit} # timeout=10 17:51:50 > git config core.sparsecheckout # timeout=10 17:51:50 > git checkout -f d2cc59413199022ff059ea8eba032d8f6f812516 # timeout=10 17:51:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:55 + echo snap-build.sh 17:51:55 snap-build.sh 17:51:55 + SNAP_BASE_DIR=. 17:51:55 + '[' '!' -z /w/workspace/edgex-go/3 ']' 17:51:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 17:51:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 17:51:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 17:51:55 + cd /w/workspace/edgex-go/3 17:51:55 + sudo apt-get remove -qy --purge lxd lxd-client 17:51:55 Reading package lists... 17:51:55 Building dependency tree... 17:51:55 Reading state information... 17:51:55 The following packages were automatically installed and are no longer required: 17:51:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:51:55 uidmap xdelta3 17:51:55 Use 'sudo apt autoremove' to remove them. 17:51:55 The following packages will be REMOVED: 17:51:55 lxd* lxd-client* 17:51:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:51:55 After this operation, 31.7 MB disk space will be freed. 17:51:56 (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.) 17:51:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:51:57 Removing lxd dnsmasq configuration 17:51:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:51:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:51:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:51:58 (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.) 17:51:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:52:00 Processing triggers for systemd (237-3ubuntu10.42) ... 17:52:00 Processing triggers for ureadahead (0.100.0-21) ... 17:52:01 + sudo snap remove --purge lxd 17:52:01 snap "lxd" is not installed 17:52:01 + sudo groupadd --force --system lxd 17:52:01 ++ whoami 17:52:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:52:01 + newgrp - lxd 17:52:01 + sudo snap install lxd 17:52:11 2021-02-02T17:52:08Z INFO Waiting for automatic snapd restart... 17:52:26 lxd 4.10 from Canonical* installed 17:52:26 + sudo lxd init --auto 17:52:34 + sudo snap install --classic snapcraft 17:52:38 snapcraft 4.4.4 from Canonical* installed 17:52:38 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:52:38 + patch --verbose -p1 17:52:38 Hmm... Looks like a unified diff to me... 17:52:38 The text leading up to this was: 17:52:38 -------------------------- 17:52:38 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:52:38 |From: Tony Espy 17:52:38 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:52:38 |Subject: [PATCH] optimize snap build for pipeline CI check 17:52:38 | 17:52:38 |This patch is used by the EdgeX CI pipeline builds to 17:52:38 |optimize the snap CI check run for pull requests. When 17:52:38 |applied, it essentially strips out everything (apps and 17:52:38 |parts) from the snapcraft.yaml file except those required 17:52:38 |to build edgex-go, as the whole idea of the CI check is to 17:52:38 |catch changes to edgex-go that break the snap build. 17:52:38 | 17:52:38 |In general, anyone updating snapcraft.yaml will also need 17:52:38 |to update this patch file, otherwise it may fail to apply, 17:52:38 |resulting in a failed snap build CI check in the associated 17:52:38 |pull request. 17:52:38 | 17:52:38 |Note - in addition to applying this patch, the pipeline also 17:52:38 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:52:38 |need to build the finally binary .snap file (and it won't 17:52:38 |work with the patch applied). This further reduces the build 17:52:38 |time. 17:52:38 |--- 17:52:38 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:52:38 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:52:38 | 17:52:38 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:52:38 |index 1e537489..faf42425 100644 17:52:38 |--- a/snap/snapcraft.yaml 17:52:38 |+++ b/snap/snapcraft.yaml 17:52:38 -------------------------- 17:52:38 patching file snap/snapcraft.yaml 17:52:38 Using Plan A... 17:52:38 Hunk #1 succeeded at 73. 17:52:38 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 17:52:38 Hunk #3 succeeded at 214 (offset -1 lines). 17:52:38 Hunk #4 succeeded at 222 (offset -1 lines). 17:52:38 Hunk #5 succeeded at 229 (offset -1 lines). 17:52:38 Hunk #6 succeeded at 256 (offset -1 lines). 17:52:38 Hunk #7 succeeded at 290 (offset -1 lines). 17:52:38 Hunk #8 succeeded at 342. 17:52:38 Hmm... Ignoring the trailing garbage. 17:52:38 done 17:52:38 + sudo snapcraft prime --use-lxd 17:52:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:52:40 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:52:40 - README.md 17:52:40 - snapcraft.yaml.orig 17:52:40 17:52:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:52:40 Launching a container. 17:52:52 Waiting for container to be ready 17:52:53 To start your first instance, try: lxc launch ubuntu:18.04 17:52:53 17:52:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:52:57 Waiting for network to be ready... 17:52:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:52:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] 17:52:57 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:52:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 17:52:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:52:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:52:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 17:52:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 17:52:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 17:52:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:52:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:52:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:52:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:52:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:52:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:52:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:52:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:52:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:52:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:52:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] 17:52:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 17:52:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:52:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:52:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 17:52:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 17:52:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] 17:52:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 17:53:01 Fetched 23.9 MB in 4s (5604 kB/s) 17:53:02 Reading package lists... 17:53:02 Reading package lists... 17:53:02 Building dependency tree... 17:53:02 Reading state information... 17:53:02 The following additional packages will be installed: 17:53:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:53:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:53:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:53:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:53:02 Suggested packages: 17:53:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:53:02 Recommended packages: 17:53:02 gnupg libsasl2-modules 17:53:02 The following NEW packages will be installed: 17:53:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:53:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:53:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:53:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:53:02 The following packages will be upgraded: 17:53:02 gpg gpg-agent gpgconf libudev1 17:53:02 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:53:02 Need to get 3533 kB of archives. 17:53:02 After this operation, 13.3 MB of additional disk space will be used. 17:53:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:53:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:53:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:53:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:53:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:53:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:53:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:53:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:53:03 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:53:03 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:53:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:53:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:53:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:53:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:53:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:53:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:53:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:53:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:53:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:53:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:53:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:53:04 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:53:04 debconf: delaying package configuration, since apt-utils is not installed 17:53:04 Fetched 3533 kB in 1s (3272 kB/s) 17:53:04 (Reading database ... 12511 files and directories currently installed.) 17:53:04 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:53:04 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:53:04 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:53:04 Selecting previously unselected package udev. 17:53:04 (Reading database ... 12511 files and directories currently installed.) 17:53:04 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:53:04 Unpacking udev (237-3ubuntu10.44) ... 17:53:04 Selecting previously unselected package libfuse2:amd64. 17:53:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:53:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:53:04 Selecting previously unselected package fuse. 17:53:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:53:04 Unpacking fuse (2.9.7-1ubuntu1) ... 17:53:05 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:53:05 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:53:05 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:53:05 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:53:05 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:53:05 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:53:05 Selecting previously unselected package libksba8:amd64. 17:53:05 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:53:05 Unpacking libksba8:amd64 (1.3.5-2) ... 17:53:05 Selecting previously unselected package libroken18-heimdal:amd64. 17:53:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:53:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:53:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:53:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:06 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:06 Selecting previously unselected package libwind0-heimdal:amd64. 17:53:06 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:06 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:06 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:53:06 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:06 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:06 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:53:06 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:06 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:53:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:53:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:53:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:06 Selecting previously unselected package libsasl2-modules-db:amd64. 17:53:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:53:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:53:06 Selecting previously unselected package libsasl2-2:amd64. 17:53:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:53:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:53:06 Selecting previously unselected package libldap-common. 17:53:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:53:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:53:06 Selecting previously unselected package libldap-2.4-2:amd64. 17:53:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:53:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:53:07 Selecting previously unselected package dirmngr. 17:53:07 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:53:07 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:53:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:53:07 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:53:07 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:53:07 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:53:07 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:53:07 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:53:07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:07 Setting up libksba8:amd64 (1.3.5-2) ... 17:53:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:53:07 Setting up udev (237-3ubuntu10.44) ... 17:53:07 invoke-rc.d: policy-rc.d denied execution of start. 17:53:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:07 Processing triggers for systemd (237-3ubuntu10) ... 17:53:08 Setting up fuse (2.9.7-1ubuntu1) ... 17:53:08 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:53:08 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:53:08 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:53:08 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:53:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:53:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:53:08 settings in the [Install] section, and DefaultInstance for template units). 17:53:08 This means they are not meant to be enabled using systemctl. 17:53:08 Possible reasons for having this kind of units are: 17:53:08 1) A unit may be statically enabled by being symlinked from another unit's 17:53:08 .wants/ or .requires/ directory. 17:53:08 2) A unit's purpose may be to act as a helper for some other unit which has 17:53:08 a requirement dependency on it. 17:53:08 3) A unit may be started when needed via activation (socket, path, timer, 17:53:08 D-Bus, udev, scripted systemctl call, ...). 17:53:08 4) In case of template units, the unit is meant to be enabled with some 17:53:08 instance name specified. 17:53:08 Reading package lists... 17:53:09 Building dependency tree... 17:53:09 Reading state information... 17:53:09 The following additional packages will be installed: 17:53:09 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:53:09 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:53:09 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:53:09 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:53:09 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:53:09 Suggested packages: 17:53:09 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:53:09 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:53:09 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:53:09 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:53:09 systemd-container policykit-1 17:53:09 Recommended packages: 17:53:09 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:53:09 The following NEW packages will be installed: 17:53:09 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:53:09 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:53:09 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:53:09 multiarch-support openssh-client python3 python3-minimal python3.6 17:53:09 python3.6-minimal snapd squashfs-tools sudo 17:53:09 The following packages will be upgraded: 17:53:09 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:53:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:53:09 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 17:53:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:53:09 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:53:09 Need to get 35.2 MB of archives. 17:53:09 After this operation, 141 MB of additional disk space will be used. 17:53:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:53:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:53:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:53:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:53:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:53:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:53:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:53:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:53:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:53:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:53:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:53:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:53:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:53:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:53:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:53:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:53:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:53:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:53:10 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:53:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:53:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:53:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:53:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:53:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:53:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:53:10 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:53:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:53:10 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:53:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:53:10 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:53:11 debconf: delaying package configuration, since apt-utils is not installed 17:53:11 Fetched 35.2 MB in 2s (14.8 MB/s) 17:53:11 (Reading database ... 12757 files and directories currently installed.) 17:53:11 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:53:11 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:53:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:53:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:53:12 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:53:12 (Reading database ... 12757 files and directories currently installed.) 17:53:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:53:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:53:13 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:53:13 (Reading database ... 12757 files and directories currently installed.) 17:53:13 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:53:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:53:13 Setting up apt (1.6.12ubuntu0.2) ... 17:53:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:53:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:53:13 (Reading database ... 12764 files and directories currently installed.) 17:53:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:53:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:53:14 Selecting previously unselected package libpython3.6-minimal:amd64. 17:53:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:53:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:53:14 Selecting previously unselected package libexpat1:amd64. 17:53:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:53:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:53:14 Selecting previously unselected package python3.6-minimal. 17:53:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:53:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:53:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:53:14 Checking for services that may need to be restarted...done. 17:53:14 Checking for services that may need to be restarted...done. 17:53:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:53:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:53:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:53:15 Selecting previously unselected package python3-minimal. 17:53:15 (Reading database ... 13012 files and directories currently installed.) 17:53:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:53:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:53:15 Selecting previously unselected package mime-support. 17:53:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:53:15 Unpacking mime-support (3.60ubuntu1) ... 17:53:15 Selecting previously unselected package libmpdec2:amd64. 17:53:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:53:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:53:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:53:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:53:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:53:16 Selecting previously unselected package python3.6. 17:53:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:53:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:53:16 Selecting previously unselected package libpython3-stdlib:amd64. 17:53:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:53:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:53:16 Setting up python3-minimal (3.6.7-1~18.04) ... 17:53:16 Selecting previously unselected package python3. 17:53:16 (Reading database ... 13442 files and directories currently installed.) 17:53:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:53:16 Unpacking python3 (3.6.7-1~18.04) ... 17:53:16 Selecting previously unselected package multiarch-support. 17:53:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:53:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:53:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:53:16 Selecting previously unselected package liblzo2-2:amd64. 17:53:16 (Reading database ... 13479 files and directories currently installed.) 17:53:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:53:16 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:53:16 Selecting previously unselected package libbsd0:amd64. 17:53:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:53:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:53:17 Selecting previously unselected package sudo. 17:53:17 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:53:17 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:53:17 Selecting previously unselected package apparmor. 17:53:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:53:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:53:17 Selecting previously unselected package libedit2:amd64. 17:53:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:53:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:53:17 Selecting previously unselected package libkrb5support0:amd64. 17:53:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:53:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:53:17 Selecting previously unselected package libk5crypto3:amd64. 17:53:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:53:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:53:17 Selecting previously unselected package libkeyutils1:amd64. 17:53:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:53:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:53:17 Removing intermediate container 52c95f893c74 17:53:17 ---> 996e5f433939 17:53:17 17:53:17 Step 10/24 : FROM alpine:3.12 17:53:17 3.12: Pulling from library/alpine 17:53:17 Selecting previously unselected package libkrb5-3:amd64. 17:53:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:53:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:53:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:53:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:53:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:53:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:53:17 Status: Downloaded newer image for alpine:3.12 17:53:17 ---> afeebe901d6b 17:53:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:53:18 Selecting previously unselected package libssl1.0.0:amd64. 17:53:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:53:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:53:18 Selecting previously unselected package openssh-client. 17:53:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:53:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:53:18 Selecting previously unselected package squashfs-tools. 17:53:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:53:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:53:18 Selecting previously unselected package snapd. 17:53:18 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:53:18 Unpacking snapd (2.48+18.04) ... 17:53:18 ---> Running in 23ca14603a89 17:53:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:53:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:53:20 Setting up mime-support (3.60ubuntu1) ... 17:53:20 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:53:20 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:53:20 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:53:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:53:20 Setting up systemd (237-3ubuntu10.44) ... 17:53:20 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:53:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:21 (1/5) Installing ca-certificates (20191127-r4) 17:53:21 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:53:21 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:53:21 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:53:21 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:53:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:53:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:53:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:53:21 (3/5) Installing libcurl (7.69.1-r3) 17:53:21 Removing intermediate container dc2c599c96d3 17:53:21 ---> 3ac525c40427 17:53:21 17:53:21 Step 10/21 : FROM alpine:3.12 17:53:21 ---> afeebe901d6b 17:53:21 Step 11/21 : RUN apk add --update --no-cache curl 17:53:21 (4/5) Installing curl (7.69.1-r3) 17:53:21 (5/5) Installing dumb-init (1.2.2-r1) 17:53:21 Executing busybox-1.31.1-r19.trigger 17:53:21 Executing ca-certificates-20191127-r4.trigger 17:53:22 OK: 7 MiB in 19 packages 17:53:22 ---> Running in e4a39efa9452 17:53:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:53:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:53:22 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:53:22 Setting up python3 (3.6.7-1~18.04) ... 17:53:22 running python rtupdate hooks for python3.6... 17:53:22 running python post-rtupdate hooks for python3.6... 17:53:22 Setting up apparmor (2.12-4ubuntu5.1) ... 17:53:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:53:24 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:53:24 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:53:24 Removing intermediate container 23ca14603a89 17:53:24 ---> 9ace8e78ec1a 17:53:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:25 Setting up snapd (2.48+18.04) ... 17:53:25 ---> Running in 7a6b8907816f 17:53:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:53:25 (1/4) Installing ca-certificates (20191127-r4) 17:53:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:53:25 (3/4) Installing libcurl (7.69.1-r3) 17:53:25 (4/4) Installing curl (7.69.1-r3) 17:53:25 Executing busybox-1.31.1-r19.trigger 17:53:25 Executing ca-certificates-20191127-r4.trigger 17:53:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:53:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:53:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:53:26 OK: 7 MiB in 18 packages 17:53:26 Removing intermediate container 7a6b8907816f 17:53:26 ---> c4e7c448d025 17:53:26 Step 13/24 : WORKDIR / 17:53:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:53:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:53:26 ---> Running in c98cbc8a4606 17:53:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:53:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:53:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:53:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:53:26 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 17:53:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:53:27 Processing triggers for systemd (237-3ubuntu10.44) ... 17:53:27 Removing intermediate container c98cbc8a4606 17:53:27 ---> af12286834fe 17:53:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:53:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:53:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:53:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:53:28 Fetched 88.7 kB in 1s (165 kB/s) 17:53:29 Removing intermediate container e4a39efa9452 17:53:29 ---> 845202ae6360 17:53:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:29 ---> 7fcc8e24afcb 17:53:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:53:29 ---> Running in c56c1d885583 17:53:29 Reading package lists... 17:53:29 Reading package lists... 17:53:30 Building dependency tree... 17:53:30 Reading state information... 17:53:30 Calculating upgrade... 17:53:30 The following packages will be upgraded: 17:53:30 advancecomp base-files bash binutils binutils-common 17:53:30 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:53:30 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:53:30 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:53:30 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:53:30 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:53:30 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:53:30 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:53:30 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:53:30 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:53:30 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:53:30 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:53:30 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:53:30 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:53:30 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:53:30 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:53:30 Need to get 63.8 MB of archives. 17:53:30 After this operation, 5205 kB of additional disk space will be used. 17:53:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 17:53:30 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:53:30 Removing intermediate container c56c1d885583 17:53:30 ---> ce8e57b4b54f 17:53:30 Step 13/21 : WORKDIR /edgex 17:53:30 ---> Running in 468952a68069 17:53:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:53:31 ---> 56d4b3e22bbe 17:53:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:53:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:53:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:53:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:53:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:53:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:53:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:53:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:53:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:53:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:53:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:53:31 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:53:31 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:53:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:53:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:53:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:53:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:53:31 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:53:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:53:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:53:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:53:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:53:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:53:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:53:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:53:31 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:53:31 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:53:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:53:31 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:53:31 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:53:31 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:53:31 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:53:31 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:53:31 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:53:31 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:53:31 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:53:31 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:53:31 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:53:31 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:53:31 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:53:31 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:53:31 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:53:31 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:53:31 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:53:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:53:31 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:53:31 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:53:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:53:31 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:53:31 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:53:31 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:53:31 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:53:31 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:53:31 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:53:31 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:53:31 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:53:31 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:53:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:53:31 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:53:31 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:53:31 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:53:31 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:53:31 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:53:31 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:53:31 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:53:32 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:53:32 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:53:32 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:53:32 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:53:32 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:53:32 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:53:32 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:53:32 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:53:32 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:53:32 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:53:32 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:53:32 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:53:32 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:53:32 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:53:32 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:53:32 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:53:32 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:53:32 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:53:32 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:53:32 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:53:32 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:53:32 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:53:32 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:53:32 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:53:33 Removing intermediate container 468952a68069 17:53:33 ---> 646979a2b8bb 17:53:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:53:33 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:53:33 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:53:33 ---> 7ffad1e1cfb5 17:53:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:53:33 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:53:33 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:53:33 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:53:33 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:53:33 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:53:33 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:53:33 debconf: delaying package configuration, since apt-utils is not installed 17:53:33 Fetched 63.8 MB in 3s (19.7 MB/s) 17:53:33 (Reading database ... 13912 files and directories currently installed.) 17:53:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:53:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:53:34 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:53:34 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:53:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 17:53:34 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 17:53:35 ---> e3666d9e7f6b 17:53:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:53:35 ---> 6e73151bed71 17:53:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:53:35 Removing intermediate container e85ef46801ed 17:53:35 ---> fc47617fbd61 17:53:35 17:53:35 Step 10/31 : FROM alpine:3.12 17:53:35 ---> afeebe901d6b 17:53:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:53:35 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:35 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:35 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:35 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:36 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:36 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:36 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:36 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:36 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:36 ---> Running in 64ace0f89b7a 17:53:36 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:53:36 (Reading database ... 13911 files and directories currently installed.) 17:53:36 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:36 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:53:37 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:53:37 (Reading database ... 13911 files and directories currently installed.) 17:53:37 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:37 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:37 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:37 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:37 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:53:37 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:53:37 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:53:37 (Reading database ... 13911 files and directories currently installed.) 17:53:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:53:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:53:37 ---> 527bc53f1f70 17:53:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:53:37 Removing intermediate container 64ace0f89b7a 17:53:37 ---> bfa8d8c2f6ad 17:53:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:53:37 ---> 978a5c084765 17:53:38 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:53:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:53:38 ---> Running in 73f65fcc8af3 17:53:38 (Reading database ... 13911 files and directories currently installed.) 17:53:38 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:53:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:53:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:53:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:53:38 Removing intermediate container 46801a1d2ea3 17:53:38 ---> 0f05a2d5ca49 17:53:38 17:53:38 Step 10/23 : FROM alpine:3.12 17:53:38 ---> afeebe901d6b 17:53:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:53:38 Setting up base-files (10.1ubuntu2.10) ... 17:53:38 Installing new version of config file /etc/issue ... 17:53:38 Installing new version of config file /etc/issue.net ... 17:53:38 Installing new version of config file /etc/lsb-release ... 17:53:38 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:53:39 ---> Running in d370514c3a64 17:53:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:53:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:53:39 Removing obsolete conffile /etc/default/motd-news ... 17:53:39 (Reading database ... 13912 files and directories currently installed.) 17:53:39 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:53:39 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:53:39 Setting up bash (4.4.18-2ubuntu1.2) ... 17:53:39 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 17:53:39 (Reading database ... 13912 files and directories currently installed.) 17:53:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:39 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:53:39 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:53:39 (Reading database ... 13912 files and directories currently installed.) 17:53:39 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:53:39 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:53:39 Setting up tar (1.29b-2ubuntu0.2) ... 17:53:40 ---> 16ec9fc2c1b0 17:53:40 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/ 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:40 ---> 8bdff3146921 17:53:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:53:40 (Reading database ... 13912 files and directories currently installed.) 17:53:40 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:53:40 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:53:40 ---> Running in b97c327a81c0 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:40 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:53:40 (Reading database ... 13912 files and directories currently installed.) 17:53:40 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:53:40 ---> Running in e00d89e359eb 17:53:40 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:53:40 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:53:40 (Reading database ... 13912 files and directories currently installed.) 17:53:40 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:53:40 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:53:40 (1/2) Installing dumb-init (1.2.2-r1) 17:53:40 (2/2) Installing su-exec (0.2-r1) 17:53:40 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:53:40 (Reading database ... 13912 files and directories currently installed.) 17:53:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:53:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:53:41 Setting up grep (3.1-2build1) ... 17:53:41 (Reading database ... 13912 files and directories currently installed.) 17:53:41 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:53:41 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:53:41 Executing busybox-1.31.1-r19.trigger 17:53:41 OK: 5 MiB in 16 packages 17:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:53:41 Setting up login (1:4.5-1ubuntu2) ... 17:53:41 (Reading database ... 13912 files and directories currently installed.) 17:53:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:53:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:53:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:53:41 (Reading database ... 13912 files and directories currently installed.) 17:53:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:53:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:53:41 Removing intermediate container e00d89e359eb 17:53:41 ---> ee58a9801c8d 17:53:41 Step 18/21 : CMD ["--init=true"] 17:53:42 ---> Running in eefcb624da08 17:53:42 (1/1) Installing dumb-init (1.2.2-r1) 17:53:42 Executing busybox-1.31.1-r19.trigger 17:53:42 OK: 5 MiB in 15 packages 17:53:42 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:53:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:53:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:53:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:53:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:53:43 Removing intermediate container eefcb624da08 17:53:43 ---> fee675ba13c7 17:53:43 Step 19/21 : LABEL arch=arm64 17:53:43 Removing intermediate container 73f65fcc8af3 17:53:43 ---> b2a8ff11f42a 17:53:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:53:43 (Reading database ... 13912 files and directories currently installed.) 17:53:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:53:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:53:43 ---> Running in 90230dc04900 17:53:43 ---> Running in c32db758a4f5 17:53:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:53:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:53:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:53:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:53:44 Removing intermediate container 90230dc04900 17:53:44 ---> 87e81084a8ba 17:53:44 Step 20/21 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:53:44 Removing intermediate container d370514c3a64 17:53:44 ---> b239426a07bd 17:53:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:53:44 Removing intermediate container c32db758a4f5 17:53:44 ---> 9f2475c1b50d 17:53:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:53:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:53:44 (Reading database ... 13912 files and directories currently installed.) 17:53:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:53:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:53:44 ---> Running in 28b74e5e56a7 17:53:44 Removing intermediate container b97c327a81c0 17:53:44 ---> 9a44a9c43e36 17:53:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:53:44 ---> Running in 057d35082d4b 17:53:44 ---> Running in bf0d449296f3 17:53:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:53:44 (Reading database ... 13912 files and directories currently installed.) 17:53:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:44 ---> Running in e14a30be21bb 17:53:44 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:44 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:53:44 (Reading database ... 13912 files and directories currently installed.) 17:53:44 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:45 Removing intermediate container 28b74e5e56a7 17:53:45 ---> d4749bb898bb 17:53:45 Step 21/21 : LABEL version=0.0.0 17:53:45 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:45 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:53:45 (Reading database ... 13912 files and directories currently installed.) 17:53:45 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:45 ---> Running in 246fae8ab8ca 17:53:45 Removing intermediate container 057d35082d4b 17:53:45 ---> e34a9c1433d1 17:53:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:53:45 Removing intermediate container bf0d449296f3 17:53:45 ---> cf1a7a09dce8 17:53:45 Step 13/23 : ENV APP_PORT=48082 17:53:45 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:45 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:53:45 (Reading database ... 13912 files and directories currently installed.) 17:53:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:45 Removing intermediate container e14a30be21bb 17:53:45 ---> 18e42d3bf637 17:53:45 Step 22/24 : LABEL arch=arm64 17:53:45 ---> Running in 2b6a2682b466 17:53:45 ---> Running in 2119df17cc14 17:53:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:45 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:53:45 (Reading database ... 13912 files and directories currently installed.) 17:53:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:53:45 ---> Running in 64dbe492a716 17:53:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:53:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:53:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:53:46 Removing intermediate container 246fae8ab8ca 17:53:46 ---> ca1285d66715 17:53:46 17:53:46 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:53:46 (Reading database ... 13912 files and directories currently installed.) 17:53:46 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:53:46 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:53:46 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:53:46 (Reading database ... 13912 files and directories currently installed.) 17:53:46 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:46 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:46 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:53:46 (Reading database ... 13912 files and directories currently installed.) 17:53:46 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:46 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:46 Removing intermediate container 2119df17cc14 17:53:46 ---> 7a12e1873e3f 17:53:46 Step 14/23 : EXPOSE $APP_PORT 17:53:46 Successfully built ca1285d66715 17:53:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:53:46 Building docker-sys-mgmt-agent-go 17:53:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 64dbe492a716 17:53:46 ---> f6224a5a4589 17:53:46 Step 23/24 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:53:46 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:53:46 (Reading database ... 13912 files and directories currently installed.) 17:53:46 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:46 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:47 ---> Running in 8d91cf22710f 17:53:47 ---> Running in a49b3689cf19 17:53:47 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:53:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:53:48 Removing intermediate container 8d91cf22710f 17:53:48 ---> 63dcbb5f8584 17:53:48 Step 15/23 : WORKDIR / 17:53:48 Removing intermediate container a49b3689cf19 17:53:48 ---> 73963c560fb3 17:53:48 Step 24/24 : LABEL version=0.0.0 17:53:48 ---> Running in 354fa0c18639 17:53:48 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:53:48 (Reading database ... 13912 files and directories currently installed.) 17:53:48 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:53:48 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:53:48 ---> Running in 2663eb8ce56c 17:53:48 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:53:48 (Reading database ... 13912 files and directories currently installed.) 17:53:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:53:49 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:53:49 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:53:49 (Reading database ... 13914 files and directories currently installed.) 17:53:49 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:53:49 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:53:49 Setting up debconf (1.5.66ubuntu1) ... 17:53:49 (Reading database ... 13914 files and directories currently installed.) 17:53:49 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:53:49 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:53:49 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:53:50 Removing intermediate container 2663eb8ce56c 17:53:50 ---> 14cc8331e489 17:53:50 17:53:50 Removing intermediate container 354fa0c18639 17:53:50 ---> f36efb3d56e6 17:53:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:50 (Reading database ... 13914 files and directories currently installed.) 17:53:50 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:53:50 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:53:50 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:53:50 (Reading database ... 13914 files and directories currently installed.) 17:53:50 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:53:50 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:53:50 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:53:50 (Reading database ... 13914 files and directories currently installed.) 17:53:50 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:53:50 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:53:50 Successfully built 14cc8331e489 17:53:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:53:50  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 17:53:50 Removing intermediate container 2b6a2682b466 17:53:50 ---> 86b49b1d208b 17:53:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:53:50 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:53:50 (Reading database ... 13914 files and directories currently installed.) 17:53:50 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:53:51 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:53:51 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:53:51 ---> Running in 71aee4fcab16 17:53:51 Removing intermediate container 776f4cfb78ca 17:53:51 ---> 1852e671d9b3 17:53:51 17:53:51 Step 10/23 : FROM alpine:3.12 17:53:51 ---> afeebe901d6b 17:53:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:51 ---> 797a4a755e97 17:53:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:53:51 (Reading database ... 13914 files and directories currently installed.) 17:53:51 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:53:51 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:53:51 ---> Running in 52d2d97e9071 17:53:51 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:53:51 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:53:51 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:53:51 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:53:51 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:53:51 (Reading database ... 13914 files and directories currently installed.) 17:53:51 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:53:51 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:53:52 Removing intermediate container 71aee4fcab16 17:53:52 ---> d48bbeea8abe 17:53:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:53:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:53:52 (Reading database ... 13914 files and directories currently installed.) 17:53:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:53:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:53:52 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:53:52 (Reading database ... 13914 files and directories currently installed.) 17:53:52 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:53:52 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:53:52 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:53:52 Removing intermediate container 52d2d97e9071 17:53:52 ---> 5d0c11f0e22a 17:53:52 Step 12/23 : ENV APP_PORT=48080 17:53:53 (Reading database ... 13914 files and directories currently installed.) 17:53:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:53:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:53:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:53:53 (Reading database ... 13914 files and directories currently installed.) 17:53:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:53:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:53:53 Setting up passwd (1:4.5-1ubuntu2) ... 17:53:53 (Reading database ... 13914 files and directories currently installed.) 17:53:53 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:53:53 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:53:54 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:53:54 (Reading database ... 13914 files and directories currently installed.) 17:53:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:53:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:53:54 ---> 1364afae73e6 17:53:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:53:54 ---> Running in c46b0bd3398d 17:53:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:53:54 (Reading database ... 13914 files and directories currently installed.) 17:53:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:53:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:53:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:53:54 (Reading database ... 13914 files and directories currently installed.) 17:53:54 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:53:54 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:53:54 ---> c109c8a9cd70 17:53:54 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:53:54 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:53:55 (Reading database ... 13914 files and directories currently installed.) 17:53:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:53:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:53:55 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:53:55 (Reading database ... 13914 files and directories currently installed.) 17:53:55 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:53:55 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:53:55 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:53:55 (Reading database ... 13914 files and directories currently installed.) 17:53:55 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:53:55 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:53:55 ---> Running in 90e379abf4a8 17:53:55 ---> b48ccfdec35f 17:53:55 Step 19/23 : ENTRYPOINT ["/core-command"] 17:53:55 Removing intermediate container c46b0bd3398d 17:53:55 ---> 547b1601a29f 17:53:55 Step 13/23 : EXPOSE $APP_PORT 17:53:55 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:53:55 (Reading database ... 13915 files and directories currently installed.) 17:53:55 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:53:55 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:53:56 ---> Running in 036951bc18c3 17:53:56 ---> Running in 025b9f2a6e77 17:53:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:53:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:53:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:53:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:53:56 Removing intermediate container 025b9f2a6e77 17:53:56 ---> c9fe34fa70ed 17:53:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:56 Removing intermediate container 036951bc18c3 17:53:56 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:53:56 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:53:56 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:53:57 ---> 7e2d5a188d03 17:53:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:53:57 ---> Running in 14ee8afe740b 17:53:57 ---> Running in dc8fedf77f59 17:53:57 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:53:57 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:53:57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:53:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:53:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:53:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:53:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:53:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:53:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:53:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:53:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:53:57 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:53:57 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:53:57 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:53:57 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:53:58 Removing intermediate container dc8fedf77f59 17:53:58 ---> 1b42ee4596d3 17:53:58 Step 21/23 : LABEL arch=arm64 17:53:58 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:53:58 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:53:58 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:53:58 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:53:59 ---> Running in 980014f051e1 17:53:59 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:53:59 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:53:59 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:53:59 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:53:59 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:53:59 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:53:59 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:54:00 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:54:00 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:00 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:00 Removing intermediate container 90e379abf4a8 17:54:00 ---> de1b3eb05632 17:54:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:54:00 Removing intermediate container 980014f051e1 17:54:00 ---> 8e51d4bb1963 17:54:00 Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:54:00 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:00 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:00 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:00 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:01 ---> Running in 3e9735e5e8a0 17:54:01 Removing intermediate container 14ee8afe740b 17:54:01 ---> 872d1ca5a6a3 17:54:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:54:01 ---> 0cf5ec3af063 17:54:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:54:01 ---> Running in 6c179869b642 17:54:01 Removing intermediate container 3e9735e5e8a0 17:54:01 ---> a9645f53fa78 17:54:01 Step 23/23 : LABEL version=0.0.0 17:54:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:01 ---> Running in b31f8401bb5a 17:54:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:02 Removing intermediate container b31f8401bb5a 17:54:02 ---> 42f370c0526d 17:54:02 17:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:54:03 ---> 79847826c406 17:54:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:54:03 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:03 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:03 Successfully built 42f370c0526d 17:54:03 Successfully tagged docker-core-command-go-arm64:latest 17:54:03 Building docker-support-scheduler-go 17:54:03  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:54:03 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:04 ---> 2f42a2b1b900 17:54:04 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:54:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:54:04 (1/6) Installing dumb-init (1.2.2-r1) 17:54:04 (2/6) Installing libgcc (9.3.0-r2) 17:54:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:54:04 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:54:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:54:04 (3/6) Installing libsodium (1.0.18-r0) 17:54:04 (4/6) Installing libstdc++ (9.3.0-r2) 17:54:04 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:54:04 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:54:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:54:05 (5/6) Installing libzmq (4.3.3-r0) 17:54:05 (6/6) Installing zeromq (4.3.3-r0) 17:54:05 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:54:05 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:54:05 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:54:05 Executing busybox-1.31.1-r19.trigger 17:54:05 OK: 8 MiB in 20 packages 17:54:05 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:54:05 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:54:05 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:54:05 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:54:05 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:54:05 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:54:05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:06 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:54:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:06 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:06 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:54:06 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:54:06 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:54:06 17:54:06 Current default time zone: 'Etc/UTC' 17:54:06 Local time is now: Tue Feb 2 17:54:06 UTC 2021. 17:54:06 Universal Time is now: Tue Feb 2 17:54:06 UTC 2021. 17:54:06 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:54:06 17:54:06 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:54:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:06 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 17:54:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:54:06 ---> 25228325968d 17:54:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:54:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:54:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:54:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:54:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:54:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:54:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:54:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:54:07 ---> 47c24a9ee653 17:54:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:54:07 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:54:07 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:54:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:07 Setting up patch (2.7.6-2ubuntu1.1) ... 17:54:07 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:54:07 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:54:07 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:54:07 Installing new version of config file /etc/ssl/openssl.cnf ... 17:54:07 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:54:07 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:54:07 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:54:08 ---> Running in 5fa148b59c0c 17:54:08 Removing intermediate container 6c179869b642 17:54:08 ---> 8a024c96a476 17:54:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:54:09 Updating certificates in /etc/ssl/certs... 17:54:09 Removing intermediate container 5fa148b59c0c 17:54:09 ---> d934f90d5b39 17:54:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:54:09 22 added, 17 removed; done. 17:54:10 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:54:10 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:54:10 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:54:10 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:54:10 Setting up pkgbinarymangler (138.18.04.1) ... 17:54:10 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:54:10 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up perl (5.26.1-6ubuntu0.5) ... 17:54:10 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:54:10 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:54:10 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:54:10 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:54:10 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:54:10 ---> d1e9b8a0c657 17:54:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:54:10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:54:10 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:54:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:54:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:54:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:54:10 Processing triggers for systemd (237-3ubuntu10.44) ... 17:54:11 ---> 3d674b744935 17:54:11 Step 26/31 : RUN chmod +x /entrypoint.sh 17:54:11 Processing triggers for mime-support (3.60ubuntu1) ... 17:54:11 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:54:11 Updating certificates in /etc/ssl/certs... 17:54:11 0 added, 0 removed; done. 17:54:11 Running hooks in /etc/ca-certificates/update.d... 17:54:11 done. 17:54:11 Reading package lists... 17:54:12 Building dependency tree... 17:54:12 Reading state information... 17:54:12 The following NEW packages will be installed: 17:54:12 apt-transport-https 17:54:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:54:12 Need to get 1696 B of archives. 17:54:12 After this operation, 153 kB of additional disk space will be used. 17:54:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:54:12 debconf: delaying package configuration, since apt-utils is not installed 17:54:12 Fetched 1696 B in 0s (28.6 kB/s) 17:54:12 Selecting previously unselected package apt-transport-https. 17:54:12 (Reading database ... 13929 files and directories currently installed.) 17:54:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:54:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:54:12 ---> Running in 15c87a882076 17:54:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:54:13 Waiting for network to be ready... 17:54:13 ---> 4d42b69a4a9f 17:54:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:54:15 ---> 59005e7435bb 17:54:15 Step 19/23 : ENTRYPOINT ["/core-data"] 17:54:15 ---> Running in a2ccdc26ea30 17:54:16 Removing intermediate container a2ccdc26ea30 17:54:16 ---> 0b48afc0f0ce 17:54:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:54:16 Removing intermediate container 15c87a882076 17:54:16 ---> 7cce5765ea4c 17:54:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:54:16 ---> Running in 095a3b075914 17:54:17 ---> Running in 3be93d03c12d 17:54:18 Removing intermediate container 095a3b075914 17:54:18 ---> 0cd9d6fe3bac 17:54:18 Step 21/23 : LABEL arch=arm64 17:54:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:54:18 ---> 864136cfa2bf 17:54:18 Step 3/26 : WORKDIR /edgex-go 17:54:18 ---> Using cache 17:54:18 ---> 14d6281f569b 17:54:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:18 ---> Using cache 17:54:18 ---> 42350e2b7d2b 17:54:18 Step 5/26 : RUN apk add --update --no-cache make bash git 17:54:19 Removing intermediate container 3be93d03c12d 17:54:19 ---> 0fa42e35941f 17:54:19 Step 28/31 : CMD ["gate"] 17:54:19 ---> Running in 95caab3af246 17:54:19 ---> Running in ca6cb83e884b 17:54:19 2021-02-02T17:54:15Z INFO Waiting for automatic snapd restart... 17:54:19 snapd 2.48.2 from Canonical* installed 17:54:20 ---> Running in e140b54e38eb 17:54:20 Removing intermediate container ca6cb83e884b 17:54:20 ---> 432405d5a56c 17:54:20 Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:54:20 ---> Running in 709b3516d092 17:54:20 Removing intermediate container e140b54e38eb 17:54:20 "snapd" switched to the "latest/stable" channel 17:54:20 17:54:20 ---> b7d0dd90e4a0 17:54:20 Step 29/31 : LABEL arch=arm64 17:54:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:54:21 ---> Running in cd3dd12bfe90 17:54:21 Removing intermediate container 709b3516d092 17:54:21 ---> 1d2dbeb14748 17:54:21 Step 23/23 : LABEL version=0.0.0 17:54:21 ---> Running in 8d09d9df80c2 17:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:54:21 Removing intermediate container cd3dd12bfe90 17:54:21 ---> ab71b5709614 17:54:21 Step 30/31 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:54:22 OK: 217 MiB in 51 packages 17:54:22 Removing intermediate container 8d09d9df80c2 17:54:22 ---> 7905472f4890 17:54:22 17:54:22 ---> Running in d7423369fe5b 17:54:23 core18 20201210 from Canonical* installed 17:54:23 "core18" switched to the "latest/stable" channel 17:54:23 17:54:23 Successfully built 7905472f4890 17:54:23 Successfully tagged docker-core-data-go-arm64:latest 17:54:23 Building docker-core-metadata-go 17:54:23  Building docker-core-data-go ... done Removing intermediate container d7423369fe5b 17:54:23 ---> 093ff79d2221 17:54:23 Step 31/31 : LABEL version=0.0.0 17:54:24 Removing intermediate container 95caab3af246 17:54:24 ---> fbbba127ab08 17:54:24 Step 6/26 : COPY go.mod . 17:54:24 ---> Running in 5003ffdeaf65 17:54:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:54:24 ---> 864136cfa2bf 17:54:24 Step 3/22 : WORKDIR /edgex-go 17:54:24 ---> Using cache 17:54:24 ---> 14d6281f569b 17:54:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:24 ---> Using cache 17:54:24 ---> 42350e2b7d2b 17:54:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:54:24 ---> Running in 9b36734f1747 17:54:25 Removing intermediate container 5003ffdeaf65 17:54:25 ---> 9fce2781da0d 17:54:25 17:54:25 ---> b37565c89bcf 17:54:25 Step 7/26 : RUN go mod download 17:54:26 Successfully built 9fce2781da0d 17:54:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:54:26  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:54:26 ---> Running in 57734520ed48 17:54:26 snapcraft 4.4.4 from Canonical* installed 17:54:26 "snapcraft" switched to the "latest/stable" channel 17:54:26 17:54:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:54:27 OK: 217 MiB in 51 packages 17:54:29 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: 17:54:29 - README.md 17:54:29 - snapcraft.yaml.orig 17:54:29 17:54:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:54:31 Removing intermediate container 9b36734f1747 17:54:31 ---> 4cd43a08faea 17:54:31 Step 6/22 : COPY go.mod . 17:54:31 Removing intermediate container 57734520ed48 17:54:31 ---> ca3ee1bf6015 17:54:31 Step 8/26 : COPY . . 17:54:32 ---> c1f94aedb4b7 17:54:32 Step 7/22 : RUN go mod download 17:54:34 ---> Running in c6563d026ae4 17:54:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:54:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:54:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:54:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:54:36 Fetched 88.7 kB in 1s (158 kB/s) 17:54:37 Reading package lists... 17:54:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:54:37 ---> 864136cfa2bf 17:54:37 Step 3/22 : WORKDIR /edgex-go 17:54:37 ---> Using cache 17:54:37 ---> 14d6281f569b 17:54:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:37 ---> Using cache 17:54:37 ---> 42350e2b7d2b 17:54:37 Step 5/22 : RUN apk add --update --no-cache make git 17:54:37 ---> Using cache 17:54:37 ---> 44de4f5e3db7 17:54:37 Step 6/22 : COPY go.mod . 17:54:37 ---> Using cache 17:54:37 ---> bd6d2066da26 17:54:37 Step 7/22 : RUN go mod download 17:54:37 ---> Using cache 17:54:37 ---> caba97728a8c 17:54:37 Step 8/22 : COPY . . 17:54:37 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 17:54:37 ---> Using cache 17:54:37 ---> 28be77fa70d7 17:54:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:54:38 ---> Running in 38b8a02bf164 17:54:39 Removing intermediate container c6563d026ae4 17:54:39 ---> d69847eecc36 17:54:39 Step 8/22 : COPY . . 17:54:40 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 17:54:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:54:44 Reading package lists... 17:54:44 Building dependency tree... 17:54:44 Reading state information... 17:54:44 Suggested packages: 17:54:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:54:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:54:44 Recommended packages: 17:54:44 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:54:44 The following NEW packages will be installed: 17:54:44 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:54:44 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:54:44 pkg-config zip 17:54:44 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:54:44 Need to get 7655 kB of archives. 17:54:44 After this operation, 43.7 MB of additional disk space will be used. 17:54:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:54:44 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:54:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:54:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:54:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:54:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:54:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:54:44 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:54:44 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:54:44 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:54:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:54:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:54:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:54:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:54:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:54:45 debconf: delaying package configuration, since apt-utils is not installed 17:54:45 Fetched 7655 kB in 1s (10.7 MB/s) 17:54:45 Selecting previously unselected package libglib2.0-0:amd64. 17:54:45 (Reading database ... 13933 files and directories currently installed.) 17:54:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:54:45 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:54:45 Selecting previously unselected package libpsl5:amd64. 17:54:45 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:54:45 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:54:45 Selecting previously unselected package libnghttp2-14:amd64. 17:54:45 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:54:45 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:54:45 Selecting previously unselected package librtmp1:amd64. 17:54:45 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:54:45 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:54:45 Selecting previously unselected package libcurl3-gnutls:amd64. 17:54:45 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:54:45 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:54:45 Selecting previously unselected package liberror-perl. 17:54:45 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:54:45 Unpacking liberror-perl (0.17025-1) ... 17:54:45 Selecting previously unselected package git-man. 17:54:45 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:54:45 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:54:46 Selecting previously unselected package git. 17:54:46 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:54:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:54:46 Selecting previously unselected package libnorm1:amd64. 17:54:46 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:54:46 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:54:46 Selecting previously unselected package libpgm-5.2-0:amd64. 17:54:46 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:54:46 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:54:46 Selecting previously unselected package libsodium23:amd64. 17:54:46 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:54:46 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:54:47 Selecting previously unselected package libzmq5:amd64. 17:54:47 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:54:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:54:47 Selecting previously unselected package libzmq3-dev:amd64. 17:54:47 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:54:47 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:54:47 Selecting previously unselected package pkg-config. 17:54:47 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:54:47 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:54:47 Selecting previously unselected package zip. 17:54:47 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:54:47 Unpacking zip (3.0-11build1) ... 17:54:47 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:54:47 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:54:47 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:54:47 Setting up liberror-perl (0.17025-1) ... 17:54:47 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:54:47 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:54:47 No schema files found: doing nothing. 17:54:47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:54:47 Setting up zip (3.0-11build1) ... 17:54:47 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:54:47 Setting up libsodium23:amd64 (1.0.16-2) ... 17:54:47 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:54:47 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:54:47 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:54:47 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:54:47 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:54:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:54:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:54:50 ---> 864136cfa2bf 17:54:50 Step 3/23 : WORKDIR /edgex-go 17:54:50 ---> Using cache 17:54:50 ---> 14d6281f569b 17:54:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:50 ---> Using cache 17:54:50 ---> 42350e2b7d2b 17:54:50 Step 5/23 : RUN apk add --update --no-cache make git 17:54:50 ---> Using cache 17:54:50 ---> 44de4f5e3db7 17:54:50 Step 6/23 : COPY go.mod . 17:54:50 ---> Using cache 17:54:50 ---> bd6d2066da26 17:54:50 Step 7/23 : RUN go mod download 17:54:50 ---> Using cache 17:54:50 ---> caba97728a8c 17:54:50 Step 8/23 : COPY . . 17:54:50 ---> Using cache 17:54:50 ---> 28be77fa70d7 17:54:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:54:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:54:54 git set to automatically installed. 17:54:54 git-man set to automatically installed. 17:54:54 libcurl3-gnutls set to automatically installed. 17:54:54 liberror-perl set to automatically installed. 17:54:54 libglib2.0-0 set to automatically installed. 17:54:54 libnghttp2-14 set to automatically installed. 17:54:54 libnorm1 set to automatically installed. 17:54:54 libpgm-5.2-0 set to automatically installed. 17:54:54 libpsl5 set to automatically installed. 17:54:54 librtmp1 set to automatically installed. 17:54:54 libsodium23 set to automatically installed. 17:54:54 libzmq3-dev set to automatically installed. 17:54:54 libzmq5 set to automatically installed. 17:54:54 pkg-config set to automatically installed. 17:54:54 zip set to automatically installed. 17:54:55 ---> Running in 668afe07687e 17:54:55 ---> 4cfd463e9e89 17:54:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:54:56 ---> Running in db3340f44575 17:54:56 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 17:54:57 snapd is not logged in, snap install commands will use sudo 17:54:57 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 17:55:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:55:03 snap "core18" has no updates available 17:55:04 Pulling config-common 17:55:04 ---> 7a9838a8e67d 17:55:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:55:05 ---> Running in 67854031e41b 17:55:05 Pulling go-build-helper 17:55:07 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 17:55:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:55:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:55:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] 17:55:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 17:55:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:55:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:55:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 17:55:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 17:55:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 17:55:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:55:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:55:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:55:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:55:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:55:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:55:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:55:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:55:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:55:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:55:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] 17:55:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 17:55:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:55:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:55:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 17:55:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 17:55:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] 17:55:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 17:55:27 Fetched 23.9 MB in 0s (0 B/s) 17:55:27 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:55:27 Fetched 96.5 kB in 0s (0 B/s) 17:55:27 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:55:27 Fetched 279 kB in 0s (0 B/s) 17:55:27 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:55:27 Fetched 122 kB in 0s (0 B/s) 17:55:27 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:55:27 Fetched 77.8 kB in 0s (0 B/s) 17:55:27 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:55:27 Fetched 8848 B in 0s (0 B/s) 17:55:27 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:55:27 Fetched 47.8 kB in 0s (0 B/s) 17:55:27 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:55:27 Fetched 45.6 kB in 0s (0 B/s) 17:55:27 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:55:27 Fetched 15.0 kB in 0s (0 B/s) 17:55:27 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:55:27 Fetched 214 kB in 0s (0 B/s) 17:55:27 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:55:27 Fetched 155 kB in 0s (0 B/s) 17:55:27 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:55:27 Fetched 50.6 kB in 0s (0 B/s) 17:55:27 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:55:27 Fetched 14.8 kB in 0s (0 B/s) 17:55:27 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:55:27 Fetched 41.8 kB in 0s (0 B/s) 17:55:27 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:55:27 Fetched 499 kB in 0s (0 B/s) 17:55:27 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:55:27 Fetched 111 kB in 0s (0 B/s) 17:55:27 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:55:27 Fetched 240 kB in 0s (0 B/s) 17:55:27 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:55:27 Fetched 29.3 kB in 0s (0 B/s) 17:55:27 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:55:27 Fetched 85.5 kB in 0s (0 B/s) 17:55:27 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:55:27 Fetched 24.5 kB in 0s (0 B/s) 17:55:27 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:55:27 Fetched 49.2 kB in 0s (0 B/s) 17:55:27 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:55:27 Fetched 54.2 kB in 0s (0 B/s) 17:55:27 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:55:27 Fetched 30.8 kB in 0s (0 B/s) 17:55:27 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:55:27 Fetched 17.0 kB in 0s (0 B/s) 17:55:27 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:55:27 Fetched 85.9 kB in 0s (0 B/s) 17:55:27 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:55:27 Fetched 8720 B in 0s (0 B/s) 17:55:27 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:55:27 Fetched 137 kB in 0s (0 B/s) 17:55:27 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:55:27 Fetched 119 kB in 0s (0 B/s) 17:55:27 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:55:27 Fetched 109 kB in 0s (0 B/s) 17:55:27 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:55:27 Fetched 11.1 kB in 0s (0 B/s) 17:55:27 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:55:27 Fetched 645 kB in 0s (0 B/s) 17:55:27 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:55:27 Fetched 41.3 kB in 0s (0 B/s) 17:55:27 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:55:27 Fetched 17.9 kB in 0s (0 B/s) 17:55:27 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:55:27 Fetched 368 kB in 0s (0 B/s) 17:55:27 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:55:27 Fetched 187 kB in 0s (0 B/s) 17:55:27 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:55:27 Fetched 175 kB in 0s (0 B/s) 17:55:27 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:55:29 Fetched 206 kB in 0s (0 B/s) 17:55:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:55:29 Fetched 1301 kB in 0s (0 B/s) 17:55:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:55:29 Fetched 36.2 kB in 0s (0 B/s) 17:55:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:55:29 Fetched 159 kB in 0s (0 B/s) 17:55:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:55:29 Fetched 107 kB in 0s (0 B/s) 17:55:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:55:29 Fetched 48.7 kB in 0s (0 B/s) 17:55:29 Pulling static-packages 17:55:30 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:55:30 Skipping pull go-build-helper (already ran) 17:55:30 Skipping pull static-packages (already ran) 17:55:30 Building go-build-helper 17:55:34 Building static-packages 17:55:36 Staging go-build-helper 17:55:36 Staging static-packages 17:55:37 Pulling go115 17:55:38 'edgex-go' has dependencies that need to be staged: go115 17:55:38 Skipping pull go115 (already ran) 17:55:38 Building go115 17:55:38 % Total % Received % Xferd Average Speed Time Time Time Current 17:55:38 Dload Upload Total Spent Left Speed 17:55:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4719k 0 0 11.1M 0 0:00:10 --:--:-- 0:00:10 11.0M 37 115M 37 43.3M 0 0 30.7M 0 0:00:03 0:00:01 0:00:02 30.7M 68 115M 68 78.9M 0 0 32.3M 0 0:00:03 0:00:02 0:00:01 32.3M 99 115M 99 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 17:55:42 go1.15.2.linux-amd64.tar.gz: OK 17:55:46 Staging go115 17:55:52 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:55:52 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:55:52 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:55:52 Fetched 0 B in 0s (0 B/s) 17:55:52 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:55:52 Fetched 224 kB in 0s (0 B/s) 17:55:52 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:55:52 Fetched 157 kB in 0s (0 B/s) 17:55:52 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:55:52 Fetched 221 kB in 0s (0 B/s) 17:55:52 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:55:52 Fetched 143 kB in 0s (0 B/s) 17:55:52 Pulling edgex-go 17:55:52 Pulling version 17:55:53 Building config-common 17:55:55 Skipping build go-build-helper (already ran) 17:55:55 Skipping build static-packages (already ran) 17:55:55 Skipping build go115 (already ran) 17:55:55 Building edgex-go 17:55:55 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 17:55:57 go: downloading github.com/gorilla/mux v1.8.0 17:55:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 17:55:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 17:55:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 17:55:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 17:55:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 17:55:57 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:55:57 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:55:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 17:55:57 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:55:57 go: downloading github.com/BurntSushi/toml v0.3.1 17:55:57 go: downloading github.com/hashicorp/consul/api v1.1.0 17:55:57 go: downloading github.com/x448/float16 v0.8.4 17:55:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:55:57 go: downloading github.com/google/uuid v1.2.0 17:55:57 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:55:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:55:57 go: downloading github.com/pebbe/zmq4 v1.2.2 17:55:57 go: downloading github.com/go-kit/kit v0.8.0 17:55:57 go: downloading github.com/pelletier/go-toml v1.2.0 17:55:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:55:57 go: downloading gopkg.in/yaml.v2 v2.4.0 17:55:57 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:55:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:55:57 go: downloading github.com/pkg/errors v0.8.1 17:55:57 go: downloading github.com/imdario/mergo v0.3.11 17:55:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:55:57 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:55:57 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:55:57 go: downloading github.com/leodido/go-urn v1.2.0 17:55:57 go: downloading github.com/hashicorp/serf v0.8.2 17:55:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:55:57 go: downloading github.com/mitchellh/copystructure v1.0.0 17:55:57 go: downloading github.com/go-playground/universal-translator v0.17.0 17:55:57 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:55:57 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:55:57 go: downloading github.com/go-playground/locales v0.13.0 17:55:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:55:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:55:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:56:03 Removing intermediate container 38b8a02bf164 17:56:03 ---> 0c2a08d07b71 17:56:03 17:56:03 Step 10/22 : FROM alpine:3.12 17:56:03 ---> afeebe901d6b 17:56:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:56:03 ---> Using cache 17:56:03 ---> b239426a07bd 17:56:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:56:03 ---> Using cache 17:56:03 ---> cf1a7a09dce8 17:56:03 Step 13/22 : ENV APP_PORT=48085 17:56:03 ---> Running in 67e2f1b0da4a 17:56:03 Removing intermediate container 67e2f1b0da4a 17:56:03 ---> ec1f0a630dd1 17:56:03 Step 14/22 : EXPOSE $APP_PORT 17:56:03 ---> Running in 3822886eae38 17:56:03 Removing intermediate container 3822886eae38 17:56:03 ---> b9b1bdc6bc87 17:56:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:56:03 ---> 4c327c413d2a 17:56:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:56:03 ---> 8bf71d1b1f8b 17:56:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:56:03 ---> c33453bca365 17:56:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:56:03 ---> Running in df889e07b7e1 17:56:03 Removing intermediate container df889e07b7e1 17:56:03 ---> 0b0a67567992 17:56:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:56:03 ---> Running in 3d9fc71021c0 17:56:03 Removing intermediate container 3d9fc71021c0 17:56:03 ---> e9dc10bef77f 17:56:03 Step 20/22 : LABEL arch=arm64 17:56:04 ---> Running in 8f98232cc7a3 17:56:04 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 17:56:04 Removing intermediate container 8f98232cc7a3 17:56:04 ---> f73554e261c1 17:56:04 Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:56:04 ---> Running in 21f9fb3ab48e 17:56:05 Removing intermediate container 21f9fb3ab48e 17:56:05 ---> df12de439077 17:56:05 Step 22/22 : LABEL version=0.0.0 17:56:05 ---> Running in 253e00a8b450 17:56:06 Removing intermediate container 253e00a8b450 17:56:06 ---> c6dcd247ebf6 17:56:06 17:56:07 Successfully built c6dcd247ebf6 17:56:07 Successfully tagged docker-support-scheduler-go-arm64:latest 17:56:07 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 17:56:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:56:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:56:10 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 17:56:10 go: downloading github.com/stretchr/testify v1.7.0 17:56:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:56:10 go: downloading github.com/pmezard/go-difflib v1.0.0 17:56:10 go: downloading github.com/davecgh/go-spew v1.1.1 17:56:11 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 17:56:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:56:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:56:13 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 17:56:13 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 17:56:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:56:13  Building docker-support-scheduler-go ... done Removing intermediate container db3340f44575 17:56:13 ---> 2642ee3f09ee 17:56:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:56:14 ---> Running in 33778009646a 17:56:15 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 17:56:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:56:16 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 17:56:16 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 17:56:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:56:17 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 17:56:17 go: downloading github.com/lib/pq v1.9.0 17:56:20 Building version 17:56:20 Removing intermediate container 33778009646a 17:56:20 ---> d9e73f01611b 17:56:20 17:56:20 Step 11/26 : FROM docker:20.10.0 17:56:20 20.10.0: Pulling from library/docker 17:56:22 Staging config-common 17:56:22 Skipping stage go-build-helper (already ran) 17:56:22 Skipping stage static-packages (already ran) 17:56:22 Skipping stage go115 (already ran) 17:56:22 Staging edgex-go 17:56:23 Staging version 17:56:24 Priming config-common 17:56:25 Priming go-build-helper 17:56:26 Priming static-packages 17:56:28 Priming go115 17:56:29 Priming edgex-go 17:56:30 Priming version 17:56:30 Removing intermediate container 67854031e41b 17:56:30 ---> 504e5dd5101c 17:56:30 17:56:30 Step 10/22 : FROM alpine:3.12 17:56:30 ---> afeebe901d6b 17:56:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:56:30 Removing intermediate container 668afe07687e 17:56:30 ---> f67a760c2ebd 17:56:30 17:56:30 Step 10/23 : FROM alpine:3.12 17:56:30 ---> afeebe901d6b 17:56:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:56:30 ---> Using cache 17:56:30 ---> b239426a07bd 17:56:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:56:30 ---> Using cache 17:56:30 ---> cf1a7a09dce8 17:56:30 Step 13/23 : ENV APP_PORT=48081 17:56:30 ---> Running in 50502575426a 17:56:30 ---> Running in 9ce79a27d9b1 17:56:30 Removing intermediate container 9ce79a27d9b1 17:56:30 ---> 918ce6d145bf 17:56:30 Step 14/23 : EXPOSE $APP_PORT 17:56:31 ---> Running in e12f5b0d8822 17:56:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:56:31 Status: Downloaded newer image for docker:20.10.0 17:56:31 ---> eeaf43b92773 17:56:31 Step 12/26 : RUN apk add --no-cache bash 17:56:31 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 17:56:31 ---> Running in cfc54f65ecd8 17:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:56:31 Removing intermediate container e12f5b0d8822 17:56:31 ---> f30e27164dd4 17:56:31 Step 15/23 : WORKDIR / 17:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:56:31 ---> Running in 905c9c7754fd 17:56:32 Removing intermediate container 905c9c7754fd 17:56:32 ---> cabda25104ef 17:56:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:56:32 (1/2) Installing ca-certificates (20191127-r4) 17:56:32 (2/2) Installing dumb-init (1.2.2-r1) 17:56:32 Executing busybox-1.31.1-r19.trigger 17:56:32 Executing ca-certificates-20191127-r4.trigger [Pipeline] } 17:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:56:32 OK: 6 MiB in 16 packages 17:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:56:33 (1/2) Installing readline (8.0.4-r0) 17:56:33 (2/2) Installing bash (5.0.17-r0) 17:56:33 Executing bash-5.0.17-r0.post-install 17:56:33 ---> dbb969bc081e 17:56:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:56:33 Executing busybox-1.31.1-r19.trigger 17:56:33 OK: 12 MiB in 22 packages [Pipeline] // stage [Pipeline] } 17:56:34 Removing intermediate container 50502575426a 17:56:34 ---> 63386742a8ee 17:56:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:56:35 ---> c9cae2609e23 17:56:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:56:35 Removing intermediate container cfc54f65ecd8 17:56:35 ---> 407662785682 17:56:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:56:35 ---> Running in 8e3d876c1dff 17:56:35 ---> Running in 0a4d34b414e5 17:56:35 Removing intermediate container 8e3d876c1dff 17:56:35 ---> 426b4ba4e44d 17:56:35 Step 13/22 : ENV APP_PORT=48060 17:56:35 Removing intermediate container 0a4d34b414e5 17:56:35 ---> fa042f6048ba 17:56:35 Step 14/26 : ENV APP_PORT=48090 17:56:35 ---> Running in c78eeb011357 17:56:35 ---> e2875fd1a47e 17:56:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:56:36 ---> Running in fd334b1729b9 17:56:36 ---> Running in 432758826ebb 17:56:36 Removing intermediate container c78eeb011357 17:56:36 ---> 5d3d866f35c4 17:56:36 Step 14/22 : EXPOSE $APP_PORT 17:56:36 ---> Running in db470f7deeb0 17:56:36 Removing intermediate container fd334b1729b9 17:56:36 ---> 9cfc79e71e6b 17:56:36 Step 15/26 : EXPOSE $APP_PORT 17:56:36 Removing intermediate container 432758826ebb 17:56:36 ---> c91fe96a1085 17:56:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:56:36 ---> Running in 52bdef801516 17:56:36 ---> Running in bf287ad48a83 17:56:37 Removing intermediate container db470f7deeb0 17:56:37 ---> ff133a4c15a7 17:56:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:56:37 Removing intermediate container 52bdef801516 17:56:37 ---> 26e08d3cee1a 17:56:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:56:37 Removing intermediate container bf287ad48a83 17:56:37 ---> 85b6213aac62 17:56:37 Step 21/23 : LABEL arch=arm64 17:56:37 ---> Running in 5ccd27afda74 17:56:38 ---> 12278433f289 17:56:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:56:38 Removing intermediate container 5ccd27afda74 17:56:38 ---> 3d843a006614 17:56:38 Step 22/23 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:56:38 ---> Running in ab1d5baccdca 17:56:38 ---> d6ccbd3eb74e 17:56:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:56:39 Removing intermediate container ab1d5baccdca 17:56:39 ---> 039b30f9822a 17:56:39 Step 23/23 : LABEL version=0.0.0 17:56:39 ---> b758d3f91f3e 17:56:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:56:39 ---> Running in ea8e7b9662bf 17:56:39 ---> 258446b2db38 17:56:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:56:39 Removing intermediate container ea8e7b9662bf 17:56:39 ---> 871f53f17126 17:56:39 17:56:40 Successfully built 871f53f17126 17:56:40 ---> 64f5508a307f 17:56:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:56:40 Successfully tagged docker-core-metadata-go-arm64:latest 17:56:40  Building docker-core-metadata-go ... done  ---> Running in 64a487ee7434 17:56:40 ---> 4bf60853f10e 17:56:40 Step 19/26 : RUN apk --no-cache add py3-pip 17:56:41 Removing intermediate container 64a487ee7434 17:56:41 ---> fe1be35d156f 17:56:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:56:41 ---> Running in 38011225203b 17:56:41 ---> Running in b00c16260777 17:56:41 Removing intermediate container b00c16260777 17:56:41 ---> 151094eef9c5 17:56:41 Step 20/22 : LABEL arch=arm64 17:56:41 ---> Running in 2f4b0fc35586 17:56:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:56:42 Removing intermediate container 2f4b0fc35586 17:56:42 ---> 71b7760b5638 17:56:42 Step 21/22 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:56:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:56:42 ---> Running in da9a8d217cd8 17:56:43 Removing intermediate container da9a8d217cd8 17:56:43 ---> c08f36bf6086 17:56:43 Step 22/22 : LABEL version=0.0.0 17:56:43 (1/33) Installing libbz2 (1.0.8-r1) 17:56:43 (2/33) Installing expat (2.2.9-r1) 17:56:43 (3/33) Installing libffi (3.3-r2) 17:56:43 (4/33) Installing gdbm (1.13-r1) 17:56:43 (5/33) Installing xz-libs (5.2.5-r0) 17:56:43 (6/33) Installing sqlite-libs (3.32.1-r0) 17:56:43 (7/33) Installing python3 (3.8.5-r0) 17:56:43 ---> Running in 8d4624ce5811 17:56:44 Removing intermediate container 8d4624ce5811 17:56:44 ---> da84ddf37a10 17:56:44 17:56:44 Successfully built da84ddf37a10 17:56:44 Successfully tagged docker-support-notifications-go-arm64:latest 17:56:44  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 17:56:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:56:44 (10/33) Installing py3-parsing (2.4.7-r0) 17:56:44 (11/33) Installing py3-six (1.15.0-r0) 17:56:44 (12/33) Installing py3-packaging (20.4-r0) 17:56:44 (13/33) Installing py3-setuptools (47.0.0-r0) 17:56:45 (14/33) Installing py3-chardet (3.0.4-r4) 17:56:45 (15/33) Installing py3-idna (2.9-r0) 17:56:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:56:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:56:45 (18/33) Installing py3-requests (2.23.0-r0) 17:56:45 (19/33) Installing py3-msgpack (1.0.0-r0) 17:56:45 (20/33) Installing py3-lockfile (0.12.2-r3) 17:56:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:56:45 (22/33) Installing py3-colorama (0.4.3-r0) 17:56:45 (23/33) Installing py3-distlib (0.3.0-r0) 17:56:45 (24/33) Installing py3-distro (1.5.0-r1) 17:56:45 (25/33) Installing py3-webencodings (0.5.1-r3) 17:56:45 (26/33) Installing py3-html5lib (1.0.1-r4) 17:56:45 (27/33) Installing py3-pytoml (0.1.21-r0) 17:56:45 (28/33) Installing py3-pep517 (0.8.2-r0) 17:56:45 (29/33) Installing py3-progress (1.5-r0) 17:56:45 (30/33) Installing py3-toml (0.10.1-r0) 17:56:45 (31/33) Installing py3-retrying (1.3.3-r0) 17:56:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:56:45 (33/33) Installing py3-pip (20.1.1-r0) 17:56:45 Executing busybox-1.31.1-r19.trigger 17:56:45 OK: 71 MiB in 55 packages 17:56:52 Removing intermediate container 38011225203b 17:56:52 ---> eb3a18445bda 17:56:52 Step 20/26 : RUN pip install docker-compose==1.23.2 17:56:52 ---> Running in e9e443729b2d 17:56:56 Collecting docker-compose==1.23.2 17:56:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:56:57 Collecting jsonschema<3,>=2.5.1 17:56:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:56:58 Collecting PyYAML<4,>=3.10 17:56:58 Downloading PyYAML-3.13.tar.gz (270 kB) 17:57:01 Collecting cached-property<2,>=1.2.0 17:57:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:57:01 Collecting docopt<0.7,>=0.6.1 17:57:01 Downloading docopt-0.6.2.tar.gz (25 kB) 17:57:04 Collecting docker<4.0,>=3.6.0 17:57:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:57:04 Collecting dockerpty<0.5,>=0.4.1 17:57:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:57:06 Collecting websocket-client<1.0,>=0.32.0 17:57:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:57:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:57:07 Collecting texttable<0.10,>=0.9.0 17:57:07 Downloading texttable-0.9.1.tar.gz (11 kB) 17:57:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:57:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:57:09 Collecting docker-pycreds>=0.4.0 17:57:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:57:09 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) 17:57:10 Collecting idna<2.8,>=2.5 17:57:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:57:10 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) 17:57:10 Collecting urllib3<1.25,>=1.21.1 17:57:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:57:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:57:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:57:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:57:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:57:12 Installing collected packages: jsonschema, PyYAML, cached-property, docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, docker-compose 17:57:12 Running setup.py install for PyYAML: started 17:57:13 Running setup.py install for PyYAML: finished with status 'done' 17:57:14 Running setup.py install for docopt: started 17:57:16 Running setup.py install for docopt: finished with status 'done' 17:57:16 Attempting uninstall: idna 17:57:16 Found existing installation: idna 2.9 17:57:16 Uninstalling idna-2.9: 17:57:16 Successfully uninstalled idna-2.9 17:57:17 Attempting uninstall: urllib3 17:57:17 Found existing installation: urllib3 1.25.9 17:57:17 Uninstalling urllib3-1.25.9: 17:57:17 Successfully uninstalled urllib3-1.25.9 17:57:17 Attempting uninstall: requests 17:57:17 Found existing installation: requests 2.23.0 17:57:17 Uninstalling requests-2.23.0: 17:57:17 Successfully uninstalled requests-2.23.0 17:57:18 Running setup.py install for dockerpty: started 17:57:20 Running setup.py install for dockerpty: finished with status 'done' 17:57:20 Running setup.py install for texttable: started 17:57:22 Running setup.py install for texttable: finished with status 'done' 17:57:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:57:27 Removing intermediate container e9e443729b2d 17:57:27 ---> 33c8391da4bf 17:57:27 Step 21/26 : RUN apk --no-cache add curl 17:57:27 ---> Running in 0c9e96e969f0 17:57:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:57:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:57:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:57:29 (2/3) Installing libcurl (7.69.1-r3) 17:57:29 (3/3) Installing curl (7.69.1-r3) 17:57:29 Executing busybox-1.31.1-r19.trigger 17:57:29 OK: 71 MiB in 58 packages 17:57:30 Removing intermediate container 0c9e96e969f0 17:57:30 ---> bba488d1396b 17:57:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:57:30 ---> Running in de219045bf06 17:57:30 Removing intermediate container de219045bf06 17:57:30 ---> ab776702f4be 17:57:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:31 ---> Running in 64f0761595d1 17:57:31 Removing intermediate container 64f0761595d1 17:57:31 ---> 60895e595670 17:57:31 Step 24/26 : LABEL arch=arm64 17:57:31 ---> Running in f4011f7e55ab 17:57:32 Removing intermediate container f4011f7e55ab 17:57:32 ---> 91073704af5c 17:57:32 Step 25/26 : LABEL git_sha=d2cc59413199022ff059ea8eba032d8f6f812516 17:57:32 ---> Running in 4ae021d4eaf7 17:57:32 Removing intermediate container 4ae021d4eaf7 17:57:32 ---> 4fd5d87133f7 17:57:32 Step 26/26 : LABEL version=0.0.0 17:57:32 ---> Running in 52311ba94501 17:57:33 Removing intermediate container 52311ba94501 17:57:33 ---> e0665779cea5 17:57:33 17:57:33 Successfully built e0665779cea5 17:57:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:57:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:57:34 $ docker stop --time=1 1a44b4f690c9f62daf8a27b8259271cad50af4b6e12e9ca6c1b2867cf696462d 17:57:36 $ docker rm -f 1a44b4f690c9f62daf8a27b8259271cad50af4b6e12e9ca6c1b2867cf696462d [Pipeline] // withDockerContainer [Pipeline] sh 17:57:36 + + dockergrep images docker 17:57:36 17:57:37 docker-sys-mgmt-agent-go-arm64 latest e0665779cea5 3 seconds ago 300MB 17:57:37 docker-support-notifications-go-arm64 latest da84ddf37a10 53 seconds ago 16.6MB 17:57:37 docker-core-metadata-go-arm64 latest 871f53f17126 57 seconds ago 17.7MB 17:57:37 docker-support-scheduler-go-arm64 latest c6dcd247ebf6 About a minute ago 16.1MB 17:57:37 docker-security-bootstrapper-go-arm64 latest 9fce2781da0d 3 minutes ago 22.6MB 17:57:37 docker-core-data-go-arm64 latest 7905472f4890 3 minutes ago 21MB 17:57:37 docker-core-command-go-arm64 latest 42f370c0526d 3 minutes ago 16MB 17:57:37 docker-security-secretstore-setup-go-arm64 latest 14cc8331e489 3 minutes ago 23.4MB 17:57:37 docker-security-proxy-setup-go-arm64 latest ca1285d66715 3 minutes ago 23.2MB 17:57:37 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:57:39 provisioning config files... 17:57:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5776096177707646162tmp [Pipeline] { [Pipeline] sh 17:57:39 + set +x 17:57:39 + curl -s https://codecov.io/bash 17:57:39 + bash -s -- 17:57:40 17:57:40 _____ _ 17:57:40 / ____| | | 17:57:40 | | ___ __| | ___ ___ _____ __ 17:57:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:57:40 | |___| (_) | (_| | __/ (_| (_) \ V / 17:57:40 \_____\___/ \__,_|\___|\___\___/ \_/ 17:57:40 Bash-20210129-7c25fce 17:57:40 17:57:40 17:57:40 ==> git version 2.24.3 found 17:57:40 ==> 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 17:57:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:57:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:57:40 curl: option -sm: expected a proper numerical parameter 17:57:40 curl: try 'curl --help' or 'curl --manual' for more information 17:57:40 ==> Jenkins CI detected. 17:57:40 project root: . 17:57:40 --> token set from env 17:57:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:57:40 ==> Running gcov in . (disable via -X gcov) 17:57:40 ==> Python coveragepy not found 17:57:40 ==> Searching for coverage reports in: 17:57:40 + . 17:57:40 -> Found 1 reports 17:57:40 ==> Detecting git/mercurial file structure 17:57:40 ==> Reading reports 17:57:40 + ./coverage.out bytes=578674 17:57:40 ==> Appending adjustments 17:57:40 https://docs.codecov.io/docs/fixing-reports 17:57:46 + Found adjustments 17:57:46 ==> Gzipping contents 17:57:46 88K /tmp/codecov.LCYIdy.gz 17:57:46 ==> Uploading reports 17:57:46 url: https://codecov.io 17:57:46 query: branch=PR-3109&commit=d2cc59413199022ff059ea8eba032d8f6f812516&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 17:57:46 -> Pinging Codecov 17:57:46 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=d2cc59413199022ff059ea8eba032d8f6f812516&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 17:57:46 -> Uploading to 17:57:46 https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/d2cc59413199022ff059ea8eba032d8f6f812516/d0f4dd94-d75e-40a8-b308-e8f6b98e0b90.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T175745Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=051ade0451fdb5949f2b38da3da7c4af8eefa55c64ded60470a38f680a386718 17:57:46 % Total % Received % Xferd Average Speed Time Time Time Current 17:57:46 Dload Upload Total Spent Left Speed 17:57:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87481 0 0 100 87481 0 157k --:--:-- --:--:-- --:--:-- 157k 17:57:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d2cc59413199022ff059ea8eba032d8f6f812516 [Pipeline] } 17:57:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:57:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:57:49 ---> package-listing.sh 17:57:49 ++ facter osfamily 17:57:49 ++ tr '[:upper:]' '[:lower:]' 17:57:49 + OS_FAMILY=redhat 17:57:49 + workspace=/w/workspace/edgex-go/3 17:57:49 + START_PACKAGES=/tmp/packages_start.txt 17:57:49 + END_PACKAGES=/tmp/packages_end.txt 17:57:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:57:49 + PACKAGES=/tmp/packages_start.txt 17:57:49 + '[' /w/workspace/edgex-go/3 ']' 17:57:49 + PACKAGES=/tmp/packages_end.txt 17:57:49 + case "${OS_FAMILY}" in 17:57:49 + rpm -qa 17:57:49 + sort 17:57:54 + '[' -f /tmp/packages_start.txt ']' 17:57:54 + '[' -f /tmp/packages_end.txt ']' 17:57:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:57:54 + '[' /w/workspace/edgex-go/3 ']' 17:57:54 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:57:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:57:54 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 17:57:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:57:56 17:57:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:57:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:57:56 alpine: Pulling from edgex-lftools-log-publisher 17:57:56 df20fa9351a1: Pulling fs layer 17:57:56 36b3adc4ff6f: Pulling fs layer 17:57:56 8ad3a11d3b57: Pulling fs layer 17:57:56 46f8f816bc3b: Pulling fs layer 17:57:56 93b61091891f: Pulling fs layer 17:57:56 93b9cdb0e59b: Pulling fs layer 17:57:56 46f8f816bc3b: Waiting 17:57:56 93b61091891f: Waiting 17:57:56 93b9cdb0e59b: Waiting 17:57:56 5e14af77c1be: Pulling fs layer 17:57:56 01666e4c0597: Pulling fs layer 17:57:56 aa168da1d23b: Pulling fs layer 17:57:56 5e14af77c1be: Waiting 17:57:56 36b3adc4ff6f: Verifying Checksum 17:57:56 36b3adc4ff6f: Download complete 17:57:56 46f8f816bc3b: Download complete 17:57:56 df20fa9351a1: Download complete 17:57:56 93b9cdb0e59b: Verifying Checksum 17:57:56 93b9cdb0e59b: Download complete 17:57:56 5e14af77c1be: Verifying Checksum 17:57:56 5e14af77c1be: Download complete 17:57:56 01666e4c0597: Verifying Checksum 17:57:56 01666e4c0597: Download complete 17:57:56 93b61091891f: Verifying Checksum 17:57:56 93b61091891f: Download complete 17:57:57 df20fa9351a1: Pull complete 17:57:57 8ad3a11d3b57: Verifying Checksum 17:57:57 8ad3a11d3b57: Download complete 17:57:57 36b3adc4ff6f: Pull complete 17:57:59 8ad3a11d3b57: Pull complete 17:57:59 46f8f816bc3b: Pull complete 17:58:00 93b61091891f: Pull complete 17:58:00 aa168da1d23b: Verifying Checksum 17:58:00 aa168da1d23b: Download complete 17:58:01 93b9cdb0e59b: Pull complete 17:58:01 5e14af77c1be: Pull complete 17:58:01 01666e4c0597: Pull complete 17:58:16 aa168da1d23b: Pull complete 17:58:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:58:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:58:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:58:17 prd-centos7-docker-4c-2g-24588 does not seem to be running inside a container 17:58:17 $ 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 17:58:21 $ docker top dcddc7f303e70bb5a181a168ea59904fc56d58a6ed8bf834c20c0d5f71fe5fa6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:22 + touch /tmp/pre-build-complete [Pipeline] sh 17:58:23 + mkdir -p /var/log/sa [Pipeline] sh 17:58:24 + ls /var/log/sa-host 17:58:24 + sadf -c /var/log/sa-host/sa02 17:58:24 file_magic: OK 17:58:24 HZ: Using current value: 100 17:58:24 file_header: OK 17:58:24 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 17:58:24 Statistics: 17:58:24 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:58:24 File successfully converted to sysstat format version 12.2.1 17:58:24 + sadf -c /var/log/sa-host/sa23 17:58:24 file_magic: OK 17:58:24 HZ: Using current value: 100 17:58:24 file_header: OK 17:58:24 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 17:58:24 Statistics: 17:58:24 Hnuu...uuuununununu... 17:58:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:58:24 provisioning config files... 17:58:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config90762025744771396tmp [Pipeline] { [Pipeline] echo 17:58:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:58:25 ---> create-netrc.sh [Pipeline] } 17:58:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:58:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:58:25 ---> python-tools-install.sh [Pipeline] echo 17:58:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:58:25 ---> sudo-logs.sh 17:58:25 Archiving 'sudo' log.. [Pipeline] echo 17:58:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:58:26 ---> job-cost.sh 17:58:26 lf-activate-venv: SKIPPING 17:58:26 INFO: No Stack... 17:58:27 INFO: Retrieving Pricing Info for: v1-standard-2 17:58:28 INFO: Archiving Costs [Pipeline] echo 17:58:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:58:28 ---> logs-deploy.sh 17:58:28 lf-activate-venv: SKIPPING 17:58:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/3 17:58:28 INFO: archiving workspace using pattern(s): 17:58:30 Archives upload complete. 17:58:30 INFO: archiving logs to Nexus 17:58:32 ---> uname -a: 17:58:32 Linux prd-centos7-docker-4c-2g-24588.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:58:32 17:58:32 17:58:32 ---> lscpu: 17:58:32 Architecture: x86_64 17:58:32 CPU op-mode(s): 32-bit, 64-bit 17:58:32 Byte Order: Little Endian 17:58:32 Address sizes: 40 bits physical, 48 bits virtual 17:58:32 CPU(s): 4 17:58:32 On-line CPU(s) list: 0-3 17:58:32 Thread(s) per core: 1 17:58:32 Core(s) per socket: 1 17:58:32 Socket(s): 4 17:58:32 NUMA node(s): 1 17:58:32 Vendor ID: GenuineIntel 17:58:32 CPU family: 6 17:58:32 Model: 44 17:58:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:58:32 Stepping: 1 17:58:32 CPU MHz: 2933.438 17:58:32 BogoMIPS: 5866.87 17:58:32 Virtualization: VT-x 17:58:32 Hypervisor vendor: KVM 17:58:32 Virtualization type: full 17:58:32 L1d cache: 128 KiB 17:58:32 L1i cache: 128 KiB 17:58:32 L2 cache: 16 MiB 17:58:32 L3 cache: 64 MiB 17:58:32 NUMA node0 CPU(s): 0-3 17:58:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:58:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:58:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:58:32 Vulnerability Meltdown: Mitigation; PTI 17:58:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:58:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:58:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:58:32 Vulnerability Srbds: Not affected 17:58:32 Vulnerability Tsx async abort: Not affected 17:58:32 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 17:58:32 17:58:32 17:58:32 ---> nproc: 17:58:32 4 17:58:32 17:58:32 17:58:32 ---> df -h: 17:58:32 Filesystem Size Used Available Use% Mounted on 17:58:32 overlay 50.0G 11.3G 38.7G 23% / 17:58:32 tmpfs 64.0M 0 64.0M 0% /dev 17:58:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:58:32 shm 64.0M 0 64.0M 0% /dev/shm 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/3 17:58:32 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/3@tmp 17:58:32 17:58:32 17:58:32 ---> free -m: 17:58:32 total used free shared buff/cache available 17:58:32 Mem: 1837 688 185 0 963 1064 17:58:32 Swap: 1023 63 960 17:58:32 17:58:32 17:58:32 ---> ip addr: 17:58:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:58:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:58:32 inet 127.0.0.1/8 scope host lo 17:58:32 valid_lft forever preferred_lft forever 17:58:32 inet6 ::1/128 scope host 17:58:32 valid_lft forever preferred_lft forever 17:58:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:58:32 link/ether fa:16:3e:5f:4c:72 brd ff:ff:ff:ff:ff:ff 17:58:32 inet 10.30.122.15/23 brd 10.30.123.255 scope global dynamic eth0 17:58:32 valid_lft 84886sec preferred_lft 84886sec 17:58:32 inet6 fe80::f816:3eff:fe5f:4c72/64 scope link 17:58:32 valid_lft forever preferred_lft forever 17:58:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:58:32 link/ether 02:42:32:7b:5c:61 brd ff:ff:ff:ff:ff:ff 17:58:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:58:32 valid_lft forever preferred_lft forever 17:58:32 inet6 fe80::42:32ff:fe7b:5c61/64 scope link 17:58:32 valid_lft forever preferred_lft forever 17:58:32 17:58:32 17:58:32 ---> sar -b -r -n DEV: 17:58:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 17:58:32 17:58:32 17:33:04 LINUX RESTART (4 CPU) 17:58:32 17:58:32 17:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:58:32 17:35:01 66.69 15.42 51.28 0.00 4407.83 9174.34 0.00 17:58:32 17:36:02 88.80 40.11 48.69 0.00 5007.89 25760.31 0.00 17:58:32 17:37:01 192.18 47.81 144.37 0.00 2316.76 29867.79 0.00 17:58:32 17:38:01 141.72 64.85 76.87 0.00 2120.41 10157.30 0.00 17:58:32 17:39:02 84.19 24.59 59.60 0.00 1086.27 6759.22 0.00 17:58:32 17:40:01 70.66 42.76 27.90 0.00 1503.01 1553.99 0.00 17:58:32 17:41:01 74.43 26.29 48.14 0.00 1911.52 4760.73 0.00 17:58:32 17:42:01 30.76 8.32 22.44 0.00 376.68 9098.90 0.00 17:58:32 17:43:02 309.73 123.99 185.74 0.00 59847.24 123851.39 0.00 17:58:32 17:44:05 2119.66 1890.57 229.09 0.00 110948.32 118191.66 0.00 17:58:32 17:45:01 917.30 771.43 145.87 0.00 69120.76 72964.05 0.00 17:58:32 17:46:02 318.94 119.60 199.35 0.00 16920.86 42072.28 0.00 17:58:32 17:47:02 730.78 529.19 201.58 0.00 85949.36 110160.50 0.00 17:58:32 17:48:01 775.41 569.36 206.05 0.00 39288.77 51105.06 0.00 17:58:32 17:49:02 116.99 18.04 98.95 0.00 3178.18 17165.46 0.00 17:58:32 17:50:01 5.79 0.00 5.79 0.00 0.00 195.82 0.00 17:58:32 17:51:01 0.22 0.02 0.20 0.00 0.27 1.78 0.00 17:58:32 17:52:01 0.32 0.07 0.25 0.00 0.53 3.10 0.00 17:58:32 17:53:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 17:58:32 17:54:01 0.38 0.10 0.28 0.00 1.07 3.36 0.00 17:58:32 17:55:01 0.27 0.00 0.27 0.00 0.00 2.76 0.00 17:58:32 17:56:01 0.42 0.02 0.40 0.00 0.53 4.68 0.00 17:58:32 17:57:01 0.30 0.05 0.25 0.00 0.53 2.80 0.00 17:58:32 17:58:01 88.63 70.78 17.85 0.00 6223.14 2407.65 0.00 17:58:32 Average: 257.23 183.21 74.02 0.00 17148.20 26592.06 0.00 17:58:32 17:58:32 17:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:58:32 17:35:01 106716 0 620424 32.97 2620 1151784 1357400 46.33 478656 1091020 40 17:58:32 17:36:02 80572 0 683176 36.31 2596 1115200 1577336 53.83 666256 920508 81564 17:58:32 17:37:01 64196 0 744372 39.56 1648 1071328 1511772 51.59 595644 946116 53008 17:58:32 17:38:01 154172 0 804960 42.78 1492 920920 1791008 61.12 627608 826588 30032 17:58:32 17:39:02 202944 0 822332 43.71 656 855612 1684640 57.49 697940 702760 31260 17:58:32 17:40:01 301556 0 765564 40.69 656 813768 1675948 57.20 570368 726864 58920 17:58:32 17:41:01 215424 0 795780 42.29 600 869740 1541864 52.62 654944 722556 33140 17:58:32 17:42:01 174244 0 733612 38.99 600 973088 1570120 53.59 590672 844748 85880 17:58:32 17:43:02 64068 0 808632 42.98 0 1008844 2296888 78.39 759636 848692 21872 17:58:32 17:44:05 69352 0 816692 43.41 0 995500 2355904 80.40 755640 822548 75544 17:58:32 17:45:01 78628 0 1312728 69.77 0 490188 3458660 118.04 846496 686628 32408 17:58:32 17:46:02 101908 0 691908 36.77 0 1087728 1441396 49.19 705444 818640 13624 17:58:32 17:47:02 342972 0 864260 45.93 0 674312 2959444 101.00 624968 664740 28444 17:58:32 17:48:01 442808 0 664748 35.33 0 773988 1725160 58.88 513056 685048 32 17:58:32 17:49:02 164380 0 620444 32.98 0 1096720 1269540 43.33 500296 965476 20 17:58:32 17:50:01 173296 0 611512 32.50 0 1096736 1194040 40.75 495236 964372 12 17:58:32 17:51:01 173412 0 611396 32.49 0 1096736 1191984 40.68 495060 964372 8 17:58:32 17:52:01 173160 0 611636 32.51 0 1096748 1192140 40.69 495684 964392 8 17:58:32 17:53:01 172860 0 611868 32.52 0 1096816 1192152 40.69 495624 964412 20 17:58:32 17:54:01 173744 0 611032 32.48 0 1096768 1192056 40.68 495288 964428 16 17:58:32 17:55:01 173776 0 610992 32.47 0 1096776 1192008 40.68 495224 964428 12 17:58:32 17:56:01 173888 0 610884 32.47 0 1096772 1191984 40.68 495224 964428 8 17:58:32 17:57:01 173872 0 610884 32.47 0 1096788 1191984 40.68 495224 964456 8 17:58:32 17:58:01 67908 0 674696 35.86 0 1138940 1642620 56.06 578068 982964 90844 17:58:32 Average: 167494 0 721439 38.34 453 992158 1641585 56.02 588677 873799 26530 17:58:32 17:58:32 17:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:58:32 17:35:01 vethe472b44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:35:01 vethf9134ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:35:01 eth0 556.41 326.90 3409.49 78.85 0.00 0.00 0.00 0.00 17:58:32 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:36:02 eth0 891.38 982.15 5488.67 117.92 0.00 0.00 0.00 0.00 17:58:32 17:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:36:02 docker0 750.80 608.05 65.64 2651.40 0.00 0.00 0.00 0.00 17:58:32 17:37:01 eth0 217.25 135.94 857.68 19.06 0.00 0.00 0.00 0.00 17:58:32 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:37:01 docker0 120.40 194.74 8.43 840.97 0.00 0.00 0.00 0.00 17:58:32 17:38:01 vethfc0ddf7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:38:01 eth0 30.48 24.51 25.55 54.60 0.00 0.00 0.00 0.00 17:58:32 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:39:02 vethfc0ddf7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:39:02 eth0 19.85 14.14 15.02 8.18 0.00 0.00 0.00 0.00 17:58:32 17:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:40:01 vethfc0ddf7 1.98 1.98 0.16 0.16 0.00 0.00 0.00 0.00 17:58:32 17:40:01 eth0 29.29 22.61 16.41 44.20 0.00 0.00 0.00 0.00 17:58:32 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:40:01 docker0 1.98 1.98 0.13 0.16 0.00 0.00 0.00 0.00 17:58:32 17:41:01 vethfc0ddf7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:41:01 eth0 17.30 11.76 15.21 8.18 0.00 0.00 0.00 0.00 17:58:32 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:42:01 eth0 193.41 160.67 1684.65 61.42 0.00 0.00 0.00 0.00 17:58:32 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:43:02 veth866e8fd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:43:02 eth0 29.40 24.80 24.46 40.76 0.00 0.00 0.00 0.00 17:58:32 17:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:44:05 veth866e8fd 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:44:05 eth0 39.65 27.66 153.10 8.42 0.00 0.00 0.00 0.00 17:58:32 17:44:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:44:05 docker0 17.06 22.58 0.96 139.71 0.00 0.00 0.00 0.00 17:58:32 17:45:01 vethad47e69 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:45:01 veth866e8fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:45:01 veth21f8b68 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:45:01 veth6f4cd92 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:46:02 veth866e8fd 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:46:02 eth0 2157.13 1803.54 12019.32 500.03 0.00 0.00 0.00 0.00 17:58:32 17:46:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 17:58:32 17:46:02 docker0 887.05 838.38 74.57 3734.42 0.00 0.00 0.00 0.00 17:58:32 17:47:02 veth866e8fd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:47:02 veth99fbde2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:47:02 eth0 37.65 29.57 50.77 49.16 0.00 0.00 0.00 0.00 17:58:32 17:47:02 veth7c7b3b9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:48:01 veth1f854b8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:48:01 veth866e8fd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:58:32 17:48:01 eth0 46.46 32.95 100.53 49.96 0.00 0.00 0.00 0.00 17:58:32 17:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:58:32 17:49:02 eth0 212.06 140.66 1647.74 58.53 0.00 0.00 0.00 0.00 17:58:32 17:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:49:02 docker0 937.23 930.55 78.12 4308.53 0.00 0.00 0.00 0.00 17:58:32 17:50:01 eth0 0.22 0.14 0.07 0.02 0.00 0.00 0.00 0.00 17:58:32 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:51:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:52:01 eth0 1.12 0.30 0.34 0.20 0.00 0.00 0.00 0.00 17:58:32 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:53:01 eth0 0.90 0.27 0.31 0.20 0.00 0.00 0.00 0.00 17:58:32 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:54:01 eth0 0.25 0.12 0.08 0.07 0.00 0.00 0.00 0.00 17:58:32 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:55:01 eth0 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 17:58:32 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:56:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:57:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:58:32 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:58:01 eth0 201.05 160.02 2169.78 43.01 0.00 0.00 0.00 0.00 17:58:32 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 Average: eth0 108.71 89.65 665.00 29.18 0.00 0.00 0.00 0.00 17:58:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:58:32 Average: docker0 39.14 38.86 3.26 179.92 0.00 0.00 0.00 0.00 17:58:32 17:58:32 17:58:32 ---> sar -P ALL: 17:58:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 17:58:32 17:58:32 17:33:04 LINUX RESTART (4 CPU) 17:58:32 17:58:32 17:34:01 CPU %user %nice %system %iowait %steal %idle 17:58:32 17:35:01 all 12.04 0.00 3.99 1.42 13.76 68.79 17:58:32 17:35:01 0 11.78 0.00 5.03 1.36 15.72 66.11 17:58:32 17:35:01 1 8.66 0.00 3.24 1.61 13.79 72.70 17:58:32 17:35:01 2 13.76 0.00 2.96 1.10 11.96 70.22 17:58:32 17:35:01 3 14.07 0.00 4.77 1.62 13.60 65.94 17:58:32 17:36:02 all 9.66 0.00 4.99 0.88 21.25 63.22 17:58:32 17:36:02 0 6.38 0.00 4.88 0.68 23.13 64.92 17:58:32 17:36:02 1 10.67 0.00 4.01 0.71 19.83 64.78 17:58:32 17:36:02 2 7.38 0.00 5.27 1.10 21.53 64.73 17:58:32 17:36:02 3 14.42 0.00 5.80 1.04 20.47 58.28 17:58:32 17:37:01 all 4.95 0.00 5.03 2.61 22.40 65.01 17:58:32 17:37:01 0 4.64 0.00 5.22 1.23 23.24 65.68 17:58:32 17:37:01 1 4.83 0.00 5.88 2.31 22.79 64.19 17:58:32 17:37:01 2 5.36 0.00 4.50 2.79 22.17 65.18 17:58:32 17:37:01 3 4.97 0.00 4.54 4.13 21.40 64.97 17:58:32 17:38:01 all 21.16 0.00 7.87 3.07 25.57 42.33 17:58:32 17:38:01 0 17.89 0.00 7.68 3.68 26.64 44.10 17:58:32 17:38:01 1 20.45 0.00 7.47 1.77 25.16 45.15 17:58:32 17:38:01 2 25.41 0.00 8.89 4.08 22.41 39.22 17:58:32 17:38:01 3 21.15 0.00 7.48 2.76 27.91 40.71 17:58:32 17:39:02 all 32.16 0.00 11.37 2.93 34.13 19.41 17:58:32 17:39:02 0 32.45 0.00 11.58 2.89 32.86 20.22 17:58:32 17:39:02 1 31.20 0.00 10.90 3.37 34.50 20.02 17:58:32 17:39:02 2 27.80 0.00 10.29 2.98 36.71 22.22 17:58:32 17:39:02 3 37.49 0.00 12.81 2.46 32.30 14.94 17:58:32 17:40:01 all 31.81 0.00 12.59 1.59 25.08 28.93 17:58:32 17:40:01 0 27.65 0.00 11.69 1.53 26.62 32.50 17:58:32 17:40:01 1 32.32 0.00 13.94 2.18 24.75 26.81 17:58:32 17:40:01 2 30.44 0.00 11.94 1.40 25.43 30.79 17:58:32 17:40:01 3 37.12 0.00 12.83 1.25 23.40 25.40 17:58:32 17:41:01 all 23.29 0.00 11.31 3.86 31.83 29.71 17:58:32 17:41:01 0 22.07 0.00 10.39 2.88 33.41 31.24 17:58:32 17:41:01 1 24.14 0.00 11.66 4.11 30.48 29.62 17:58:32 17:41:01 2 24.34 0.00 11.72 4.66 32.48 26.80 17:58:32 17:41:01 3 22.64 0.00 11.49 3.81 30.93 31.12 17:58:32 17:42:01 all 15.08 0.00 9.11 0.47 24.69 50.65 17:58:32 17:42:01 0 15.40 0.00 8.92 0.15 25.08 50.45 17:58:32 17:42:01 1 15.22 0.00 9.88 0.22 24.70 49.97 17:58:32 17:42:01 2 15.22 0.00 9.13 0.85 24.18 50.63 17:58:32 17:42:01 3 14.49 0.00 8.50 0.65 24.80 51.57 17:58:32 17:43:02 all 10.40 0.00 11.13 5.84 28.90 43.73 17:58:32 17:43:02 0 9.63 0.00 9.91 6.05 29.18 45.21 17:58:32 17:43:02 1 10.00 0.00 10.94 4.94 29.39 44.74 17:58:32 17:43:02 2 11.00 0.00 11.96 5.40 28.69 42.96 17:58:32 17:43:02 3 10.99 0.00 11.72 6.99 28.32 41.97 17:58:32 17:44:05 all 10.70 0.00 14.93 23.44 25.12 25.81 17:58:32 17:44:05 0 10.88 0.00 14.20 22.99 25.15 26.77 17:58:32 17:44:05 1 10.08 0.00 13.88 25.13 24.81 26.11 17:58:32 17:44:05 2 10.58 0.00 15.98 22.96 23.78 26.70 17:58:32 17:44:05 3 11.28 0.00 15.71 22.66 26.75 23.61 17:58:32 17:45:01 all 48.03 0.00 14.48 7.97 15.75 13.78 17:58:32 17:45:01 0 48.52 0.00 13.97 7.98 15.92 13.61 17:58:32 17:45:01 1 45.31 0.00 15.10 8.26 16.15 15.18 17:58:32 17:45:01 2 48.94 0.00 14.19 7.39 15.37 14.11 17:58:32 17:45:01 3 49.38 0.00 14.65 8.26 15.53 12.18 17:58:32 17:58:32 17:45:01 CPU %user %nice %system %iowait %steal %idle 17:58:32 17:46:02 all 38.46 0.00 14.69 10.34 18.57 17.94 17:58:32 17:46:02 0 35.80 0.00 14.34 9.11 19.53 21.22 17:58:32 17:46:02 1 39.30 0.00 13.90 11.69 18.86 16.24 17:58:32 17:46:02 2 38.02 0.00 14.06 9.39 18.02 20.51 17:58:32 17:46:02 3 40.81 0.00 16.53 11.24 17.83 13.58 17:58:32 17:47:02 all 18.69 0.00 14.29 8.80 33.25 24.96 17:58:32 17:47:02 0 18.92 0.00 13.07 7.71 33.64 26.66 17:58:32 17:47:02 1 18.26 0.00 13.83 9.65 34.20 24.06 17:58:32 17:47:02 2 18.19 0.00 14.80 8.58 33.01 25.41 17:58:32 17:47:02 3 19.39 0.00 15.49 9.28 32.14 23.70 17:58:32 17:48:01 all 41.29 0.00 16.75 8.66 17.77 15.53 17:58:32 17:48:01 0 39.18 0.00 17.02 10.53 18.23 15.04 17:58:32 17:48:01 1 43.40 0.00 16.29 6.63 16.96 16.73 17:58:32 17:48:01 2 42.45 0.00 16.55 10.05 17.13 13.82 17:58:32 17:48:01 3 40.15 0.00 17.13 7.44 18.77 16.52 17:58:32 17:49:02 all 7.06 0.00 5.56 3.63 8.59 75.16 17:58:32 17:49:02 0 5.77 0.00 5.58 1.15 8.80 78.70 17:58:32 17:49:02 1 7.78 0.00 5.68 3.57 8.00 74.98 17:58:32 17:49:02 2 5.58 0.00 5.73 6.09 8.98 73.63 17:58:32 17:49:02 3 9.14 0.00 5.25 3.71 8.60 73.30 17:58:32 17:50:01 all 0.10 0.00 0.06 0.00 0.22 99.62 17:58:32 17:50:01 0 0.31 0.00 0.03 0.00 0.15 99.51 17:58:32 17:50:01 1 0.05 0.00 0.10 0.00 0.39 99.46 17:58:32 17:50:01 2 0.02 0.00 0.03 0.00 0.10 99.85 17:58:32 17:50:01 3 0.02 0.00 0.07 0.00 0.25 99.66 17:58:32 17:51:01 all 0.12 0.00 0.15 0.00 0.58 99.15 17:58:32 17:51:01 0 0.30 0.00 0.08 0.00 0.28 99.33 17:58:32 17:51:01 1 0.05 0.00 0.15 0.00 0.60 99.20 17:58:32 17:51:01 2 0.03 0.00 0.22 0.00 0.55 99.20 17:58:32 17:51:01 3 0.08 0.00 0.17 0.00 0.90 98.86 17:58:32 17:52:01 all 0.07 0.00 0.02 0.00 0.26 99.65 17:58:32 17:52:01 0 0.03 0.00 0.02 0.00 0.07 99.88 17:58:32 17:52:01 1 0.20 0.00 0.02 0.00 0.43 99.35 17:58:32 17:52:01 2 0.00 0.00 0.02 0.00 0.05 99.93 17:58:32 17:52:01 3 0.03 0.00 0.03 0.00 0.48 99.45 17:58:32 17:53:01 all 0.12 0.00 0.11 0.00 0.40 99.37 17:58:32 17:53:01 0 0.02 0.00 0.08 0.00 0.28 99.62 17:58:32 17:53:01 1 0.37 0.00 0.08 0.00 0.50 99.05 17:58:32 17:53:01 2 0.03 0.00 0.13 0.00 0.20 99.63 17:58:32 17:53:01 3 0.07 0.00 0.15 0.00 0.61 99.17 17:58:32 17:54:01 all 0.13 0.00 0.07 0.00 0.37 99.43 17:58:32 17:54:01 0 0.03 0.00 0.02 0.00 0.32 99.63 17:58:32 17:54:01 1 0.03 0.00 0.07 0.00 0.51 99.39 17:58:32 17:54:01 2 0.40 0.00 0.13 0.02 0.30 99.15 17:58:32 17:54:01 3 0.05 0.00 0.07 0.00 0.33 99.55 17:58:32 17:55:01 all 0.11 0.00 0.02 0.00 0.14 99.74 17:58:32 17:55:01 0 0.02 0.00 0.02 0.00 0.22 99.75 17:58:32 17:55:01 1 0.02 0.00 0.02 0.00 0.20 99.77 17:58:32 17:55:01 2 0.38 0.00 0.02 0.00 0.07 99.53 17:58:32 17:55:01 3 0.02 0.00 0.02 0.00 0.07 99.90 17:58:32 17:56:01 all 0.10 0.00 0.03 0.00 0.18 99.69 17:58:32 17:56:01 0 0.02 0.00 0.03 0.00 0.18 99.77 17:58:32 17:56:01 1 0.03 0.00 0.02 0.00 0.27 99.68 17:58:32 17:56:01 2 0.35 0.00 0.03 0.00 0.17 99.45 17:58:32 17:56:01 3 0.02 0.00 0.03 0.00 0.10 99.85 17:58:32 17:58:32 17:56:01 CPU %user %nice %system %iowait %steal %idle 17:58:32 17:57:01 all 0.09 0.00 0.03 0.00 0.20 99.68 17:58:32 17:57:01 0 0.00 0.00 0.03 0.00 0.27 99.70 17:58:32 17:57:01 1 0.02 0.00 0.03 0.00 0.22 99.73 17:58:32 17:57:01 2 0.33 0.00 0.02 0.00 0.18 99.47 17:58:32 17:57:01 3 0.02 0.00 0.05 0.00 0.13 99.80 17:58:32 17:58:01 all 2.98 0.00 2.32 1.99 2.62 90.10 17:58:32 17:58:01 0 2.31 0.00 2.09 0.40 2.68 92.52 17:58:32 17:58:01 1 4.62 0.00 2.76 2.62 2.69 87.32 17:58:32 17:58:01 2 2.01 0.00 2.01 1.61 2.32 92.05 17:58:32 17:58:01 3 2.97 0.00 2.41 3.32 2.80 88.49 17:58:32 Average: all 13.07 0.00 6.51 3.55 14.51 62.36 17:58:32 Average: 0 12.34 0.00 6.33 3.26 15.01 63.07 17:58:32 Average: 1 13.02 0.00 6.47 3.61 14.46 62.44 17:58:32 Average: 2 13.05 0.00 6.50 3.66 14.25 62.54 17:58:32 Average: 3 13.89 0.00 6.75 3.67 14.31 61.37 17:58:32 17:58:32 17:58:32