Pull request #3457 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada+21807bed0cea4258a40f185a4e0cb4759d48740d (bd83ef22d6ceedeff452c99a9248b6b597789805) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4925’ is offline; ‘prd-centos7-docker-4c-2g-4930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4927’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4933 in /w/workspace/edgexfoundry_edgex-go_PR-3457 [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 21807bed0cea4258a40f185a4e0cb4759d48740d into PR head commit 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada Merge succeeded, producing 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada Checking out Revision 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada (PR-3457) > 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/3457/head:refs/remotes/origin/PR-3457 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # 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 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:26:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:26:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:26:22 ========================================================= 22:26:22 EdgeX Global Pipelines Version Info 22:26:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 95d834de79cfd8441dd361a6c81076c27b9453ef # timeout=10 22:26:24 ------------------- 22:26:24 stable info: 22:26:24 ------------------- 22:26:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:26:24 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 22:26:24 Message: update stable to v1.0.192 22:26:25 ------------------- 22:26:25 experimental info: 22:26:25 ------------------- 22:26:25 Commited By: **** collab-it+edgex@linuxfoundation.org 22:26:25 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 22:26:25 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3457 [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3457 [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3457 [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b459eb [Pipeline] echo 22:26:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:26:26 provisioning config files... 22:26:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4118033859922113332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:26:27 ---> docker-login.sh 22:26:27 nexus3.edgexfoundry.org:10001 22:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:27 Configure a credential helper to remove this warning. See 22:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:27 22:26:27 Login Succeeded 22:26:27 nexus3.edgexfoundry.org:10002 22:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:27 Configure a credential helper to remove this warning. See 22:26:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:27 22:26:27 Login Succeeded 22:26:27 nexus3.edgexfoundry.org:10003 22:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:28 Configure a credential helper to remove this warning. See 22:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:28 22:26:28 Login Succeeded 22:26:28 nexus3.edgexfoundry.org:10004 22:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:28 Configure a credential helper to remove this warning. See 22:26:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:28 22:26:28 Login Succeeded 22:26:28 docker.io 22:26:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:29 Configure a credential helper to remove this warning. See 22:26:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:29 22:26:29 Login Succeeded 22:26:29 ---> docker-login.sh ends [Pipeline] } 22:26:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:26:29 ++ 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 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/core-command/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo core-command,cmd/core-command/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/core-data/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo core-data,cmd/core-data/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/core-metadata/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo core-metadata,cmd/core-metadata/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ cut -d/ -f2 22:26:29 ++ dirname cmd/security-bootstrapper/Dockerfile 22:26:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/security-proxy-setup/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/support-notifications/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo support-notifications,cmd/support-notifications/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/support-scheduler/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:26:29 + for file in '`ls cmd/**/Dockerfile`' 22:26:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:26:29 ++ cut -d/ -f2 22:26:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:26:29 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:26:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:26:30 22:26:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:26:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:26:30 latest: Pulling from edgex-devops/git-semver 22:26:30 31603596830f: Pulling fs layer 22:26:30 54011a49482f: Pulling fs layer 22:26:30 a6820b24f6d8: Pulling fs layer 22:26:30 f581987b2513: Pulling fs layer 22:26:30 f581987b2513: Waiting 22:26:30 54011a49482f: Verifying Checksum 22:26:30 54011a49482f: Download complete 22:26:30 31603596830f: Verifying Checksum 22:26:30 31603596830f: Download complete 22:26:30 f581987b2513: Verifying Checksum 22:26:30 f581987b2513: Download complete 22:26:31 a6820b24f6d8: Verifying Checksum 22:26:31 a6820b24f6d8: Download complete 22:26:31 31603596830f: Pull complete 22:26:31 54011a49482f: Pull complete 22:26:32 a6820b24f6d8: Pull complete 22:26:33 f581987b2513: Pull complete 22:26:33 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:26:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:26:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:26:33 prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container 22:26:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:26:36 $ docker top 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:26:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:26:36 [ssh-agent] Looking for ssh-agent implementation... 22:26:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:26:37 $ docker exec 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent 22:26:37 SSH_AUTH_SOCK=/tmp/ssh-PAbF9ZY9Yzzq/agent.11 22:26:37 SSH_AGENT_PID=16 22:26:37 Running ssh-add (command line suppressed) 22:26:38 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5524947403125519824.key (/w/workspace/edgex-go/3@tmp/private_key_5524947403125519824.key) 22:26:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:26:39 + git tag --points-at HEAD [Pipeline] } 22:26:39 $ docker exec --env ******** --env ******** 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent -k 22:26:39 unset SSH_AUTH_SOCK; 22:26:39 unset SSH_AGENT_PID; 22:26:39 echo Agent pid 16 killed; 22:26:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:26:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:26:39 [ssh-agent] Looking for ssh-agent implementation... 22:26:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:26:39 $ docker exec 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent 22:26:39 SSH_AUTH_SOCK=/tmp/ssh-CkYPH9BX6WhN/agent.45 22:26:39 SSH_AGENT_PID=51 22:26:39 Running ssh-add (command line suppressed) 22:26:40 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6568136476810711078.key (/w/workspace/edgex-go/3@tmp/private_key_6568136476810711078.key) 22:26:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:26:40 + git semver init 22:26:40 # -> Open(): unable to determine branch for HEAD 22:26:40 # $GIT_DIR = /w/workspace/edgex-go/3/.git 22:26:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 22:26:40 # $SEMVER_REMOTE_NAME = origin 22:26:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:26:40 # $SEMVER_USER_NAME = edgex-jenkins 22:26:40 # $SEMVER_BRANCH = PR-3457 22:26:40 # $SEMVER_TEMP = /tmp/semver-787916092 22:26:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:27:19 # '/tmp/semver-787916092' -> '/w/workspace/edgex-go/3/.semver' 22:27:19 # -> Force: false 22:27:19 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 22:27:19 $ docker exec --env ******** --env ******** 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc ssh-agent -k 22:27:20 unset SSH_AUTH_SOCK; 22:27:20 unset SSH_AGENT_PID; 22:27:20 echo Agent pid 51 killed; 22:27:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:27:20 + git semver [Pipeline] } 22:27:21 $ docker stop --time=1 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc 22:27:23 $ docker rm -f 56e9e0ea577b9c26eab9571b3a9191dadce9d0975e00d13f83b03f82d182f2fc [Pipeline] // withDockerContainer [Pipeline] sh 22:27:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:27:24 Stashed 1 file(s) [Pipeline] echo 22:27:24 [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 22:27:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:27:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:27:25 + sudo service docker restart 22:27:25 + true 22:27:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:27:26 ========================================================= 22:27:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:27:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:27:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 22:27:32 Sending build context to Docker daemon 330.3MB 22:27:32 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 22:27:32 Step 2/6 : FROM ${BASE} 22:27:32 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:27:32 540db60ca938: Pulling fs layer 22:27:32 adcc1eea9eea: Pulling fs layer 22:27:32 4c4ab2625f07: Pulling fs layer 22:27:32 0510c868ecb4: Pulling fs layer 22:27:32 afea3b2eda06: Pulling fs layer 22:27:32 7809a108b3ef: Pulling fs layer 22:27:32 f706445af74f: Pulling fs layer 22:27:32 afea3b2eda06: Waiting 22:27:32 7809a108b3ef: Waiting 22:27:32 f706445af74f: Waiting 22:27:32 0510c868ecb4: Waiting 22:27:32 4c4ab2625f07: Download complete 22:27:32 adcc1eea9eea: Verifying Checksum 22:27:32 adcc1eea9eea: Download complete 22:27:32 afea3b2eda06: Verifying Checksum 22:27:32 afea3b2eda06: Download complete 22:27:32 7809a108b3ef: Verifying Checksum 22:27:32 7809a108b3ef: Download complete 22:27:32 540db60ca938: Verifying Checksum 22:27:32 540db60ca938: Download complete 22:27:33 540db60ca938: Pull complete 22:27:33 adcc1eea9eea: Pull complete 22:27:33 4c4ab2625f07: Pull complete 22:27:37 f706445af74f: Verifying Checksum 22:27:37 f706445af74f: Download complete 22:27:38 0510c868ecb4: Verifying Checksum 22:27:38 0510c868ecb4: Download complete 22:27:39 Still waiting to schedule task 22:27:39 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:27:47 0510c868ecb4: Pull complete 22:27:47 afea3b2eda06: Pull complete 22:27:47 7809a108b3ef: Pull complete 22:27:51 f706445af74f: Pull complete 22:27:51 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:27:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:27:51 ---> b068be0155e3 22:27:51 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 22:27:51 ---> Running in 057e40de5b98 22:27:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:27:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:27:53 (1/12) Installing libmagic (5.39-r0) 22:27:53 (2/12) Installing file (5.39-r0) 22:27:54 (3/12) Installing libc-dev (0.7.2-r3) 22:27:54 (4/12) Installing g++ (10.2.1_pre1-r3) 22:28:12 (5/12) Installing fortify-headers (1.1-r0) 22:28:12 (6/12) Installing patch (2.7.6-r6) 22:28:12 (7/12) Installing build-base (0.5-r2) 22:28:12 (8/12) Installing libsodium (1.0.18-r0) 22:28:12 (9/12) Installing pkgconf (1.7.3-r0) 22:28:12 (10/12) Installing libsodium-dev (1.0.18-r0) 22:28:12 (11/12) Installing libzmq (4.3.3-r1) 22:28:12 (12/12) Installing zeromq-dev (4.3.3-r1) 22:28:12 Executing busybox-1.32.1-r6.trigger 22:28:12 OK: 219 MiB in 52 packages 22:28:14 Removing intermediate container 057e40de5b98 22:28:14 ---> 828f958ce8f6 22:28:14 Step 4/6 : WORKDIR /edgex-go 22:28:14 ---> Running in b904b7a3cd5a 22:28:15 Removing intermediate container b904b7a3cd5a 22:28:15 ---> fbee68cf965b 22:28:15 Step 5/6 : COPY go.mod . 22:28:15 ---> 9a0938f7fd3f 22:28:15 Step 6/6 : RUN go mod download 22:28:15 ---> Running in 2e66fca7745c 22:28:42 Removing intermediate container 2e66fca7745c 22:28:42 ---> fda2c302c681 22:28:42 Successfully built fda2c302c681 22:28:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:28:42 + docker inspect -f . ci-base-image-x86_64 22:28:42 . [Pipeline] withDockerContainer 22:28:43 prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container 22:28:43 $ 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 ******** ci-base-image-x86_64 cat 22:28:44 $ docker top 60e85b046b523ce09da21f4a332d5d93fd6f1b8d2effa8498c26012f2f4c5bde -eo pid,comm [Pipeline] { [Pipeline] sh 22:28:44 + go version 22:28:44 go version go1.16.3 linux/amd64 [Pipeline] } 22:28:44 $ docker stop --time=1 60e85b046b523ce09da21f4a332d5d93fd6f1b8d2effa8498c26012f2f4c5bde 22:28:46 $ docker rm -f 60e85b046b523ce09da21f4a332d5d93fd6f1b8d2effa8498c26012f2f4c5bde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:28:46 + docker inspect -f . ci-base-image-x86_64 22:28:46 . [Pipeline] withDockerContainer 22:28:46 prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container 22:28:47 $ 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 ******** ci-base-image-x86_64 cat 22:28:47 $ docker top dd0e992e4c6c1680f8703681e7965294ecb511b543d3c601c5432dcb1298d0bd -eo pid,comm [Pipeline] { [Pipeline] echo 22:28:47 ========================================================= 22:28:47 [edgeXBuildGoParallel] Running Tests and Build... 22:28:47 ========================================================= [Pipeline] sh 22:28:48 + go mod tidy [Pipeline] sh 22:28:50 + make test 22:28:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:29:05 ? github.com/edgexfoundry/edgex-go [no test files] 22:29:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:29:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:29:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:29:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:29:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:29:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:29:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:29:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:30:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:30:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:30:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:30:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:30:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.178s coverage: 45.9% of statements 22:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.091s coverage: 28.7% of statements 22:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.172s coverage: 100.0% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.8% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.140s coverage: 81.2% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:30:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 71.3% of statements 22:30:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:30:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:30:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.253s coverage: 87.7% of statements 22:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:30:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.097s coverage: 78.9% of statements 22:30:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:30:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:30:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:30:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:30:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.188s coverage: 86.7% of statements 22:30:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements 22:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:30:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 22:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:30:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.683s coverage: 95.1% of statements 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.8% of statements 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.136s coverage: 22.0% of statements 22:30:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 47.1% of statements 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.174s coverage: 94.1% of statements 22:30:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 22:30:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.099s coverage: 87.5% of statements 22:30:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.170s coverage: 94.4% of statements 22:30:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.794s coverage: 44.8% of statements 22:30:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.340s coverage: 81.8% of statements 22:30:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.233s coverage: 92.9% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.065s coverage: 65.1% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 76.0% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 85.4% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.2% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.242s coverage: 64.4% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.572s coverage: 66.9% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.294s coverage: 43.4% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.125s coverage: 84.8% of statements 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.224s coverage: 47.0% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:30:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:30:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.291s coverage: 21.5% of statements 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.276s coverage: 92.2% of statements 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.210s coverage: 28.7% of statements 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.162s coverage: 99.0% of statements 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:30:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.187s coverage: 100.0% of statements 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.213s coverage: 64.6% of statements 22:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:30:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 97.6% of statements 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:30:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.077s coverage: 0.0% of statements 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:30:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:30:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:30:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:30:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 22:30:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 28.1% of statements 22:30:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 22:30:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.081s coverage: 85.7% of statements 22:30:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 22:30:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 22:31:00 GO111MODULE=on go vet ./... 22:31:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4938 in /w/workspace/edgexfoundry_edgex-go_PR-3457 [Pipeline] { [Pipeline] ws 22:31:37 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:31:43 using credential edgex-jenkins-ssh 22:31:43 Cloning the remote Git repository 22:31:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:31:43 > git init /w/workspace/edgex-go/3 # timeout=10 22:31:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:31:43 > git --version # timeout=10 22:31:43 > git --version # 'git version 2.17.1' 22:31:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:57 gofmt -l . 22:31:59 [ "`gofmt -l .`" = "" ] 22:32:00 Merging remotes/origin/master commit 21807bed0cea4258a40f185a4e0cb4759d48740d into PR head commit 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:32:01 Merge succeeded, producing 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:32:01 Checking out Revision 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada (PR-3457) 22:32:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:32:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:32:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:32:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:32:00 using GIT_SSH to set credentials SSH Credentials for GitHub 22:32:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3457/head:refs/remotes/origin/PR-3457 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:32:01 > git config core.sparsecheckout # timeout=10 22:32:01 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 22:32:01 > git remote # timeout=10 22:32:01 > git config --get remote.origin.url # timeout=10 22:32:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:32:01 > git merge 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 22:32:01 > git rev-parse HEAD^{commit} # timeout=10 22:32:01 > git config core.sparsecheckout # timeout=10 22:32:01 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 22:32:02 ./bin/test-go-mod-tidy.sh 22:32:03 ./bin/test-attribution-txt.sh 22:32:05 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh 22:32:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:32:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:32:07 + sudo service docker restart 22:32:07 + true 22:32:08 + ls -al . 22:32:08 total 836 22:32:08 drwxrwxr-x 10 1001 1001 4096 May 12 22:32 . 22:32:08 drwxr-xr-x 4 root root 28 May 12 22:28 .. 22:32:08 -rw-rw-r-- 1 1001 1001 11 May 12 22:26 .dockerignore 22:32:08 drwxrwxr-x 8 1001 1001 179 May 12 22:26 .git 22:32:08 drwxrwxr-x 3 1001 1001 125 May 12 22:26 .github 22:32:08 -rw-rw-r-- 1 1001 1001 818 May 12 22:26 .gitignore 22:32:08 drwx------ 3 1001 1001 60 May 12 22:27 .semver 22:32:08 -rw-rw-r-- 1 1001 1001 166 May 12 22:26 .sonarcloud.properties 22:32:08 -rw-rw-r-- 1 1001 1001 8609 May 12 22:26 Attribution.txt 22:32:08 -rw-rw-r-- 1 1001 1001 3804 May 12 22:26 CONTRIBUTING.md 22:32:08 -rw-rw-r-- 1 1001 1001 931 May 12 22:26 Dockerfile.build 22:32:08 -rw-rw-r-- 1 1001 1001 863 May 12 22:26 Jenkinsfile 22:32:08 -rw-rw-r-- 1 1001 1001 10775 May 12 22:26 LICENSE 22:32:08 -rw-rw-r-- 1 1001 1001 5594 May 12 22:26 Makefile 22:32:08 -rw-rw-r-- 1 1001 1001 7978 May 12 22:26 README.md 22:32:08 -rw-rw-r-- 1 1001 1001 6755 May 12 22:26 SECURITY.md 22:32:08 -rw-rw-r-- 1 1001 1001 5 May 12 22:27 VERSION 22:32:08 -rw-rw-r-- 1 1001 1001 4131 May 12 22:26 ZMQWindows.md 22:32:08 drwxrwxr-x 2 1001 1001 117 May 12 22:26 bin 22:32:08 drwxrwxr-x 14 1001 1001 4096 May 12 22:26 cmd 22:32:08 -rw-r--r-- 1 root root 727486 May 12 22:30 coverage.out 22:32:08 -rw-r--r-- 1 root root 1060 May 12 22:32 go.mod 22:32:08 -rw-r--r-- 1 root root 21797 May 12 22:28 go.sum 22:32:08 drwxrwxr-x 8 1001 1001 127 May 12 22:26 internal 22:32:08 drwxrwxr-x 4 1001 1001 26 May 12 22:26 openapi 22:32:08 drwxrwxr-x 4 1001 1001 71 May 12 22:26 snap 22:32:08 -rw-rw-r-- 1 1001 1001 168 May 12 22:26 version.go [Pipeline] sh 22:32:09 + '[' -e coverage.out ] 22:32:09 + chown 1001:1001 coverage.out [Pipeline] stash 22:32:09 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:32:09 provisioning config files... 22:32:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6013766825906635567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:32:10 ---> docker-login.sh 22:32:10 nexus3.edgexfoundry.org:10001 22:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:11 + make build 22:32:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:11 Configure a credential helper to remove this warning. See 22:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:11 22:32:11 Login Succeeded 22:32:11 nexus3.edgexfoundry.org:10002 22:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:12 Configure a credential helper to remove this warning. See 22:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:12 22:32:12 Login Succeeded 22:32:12 nexus3.edgexfoundry.org:10003 22:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:12 Configure a credential helper to remove this warning. See 22:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:12 22:32:12 Login Succeeded 22:32:12 nexus3.edgexfoundry.org:10004 22:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:12 Configure a credential helper to remove this warning. See 22:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:12 22:32:12 Login Succeeded 22:32:12 docker.io 22:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:32:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:32:13 Configure a credential helper to remove this warning. See 22:32:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:32:13 22:32:13 Login Succeeded 22:32:13 ---> docker-login.sh ends [Pipeline] } 22:32:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:32:14 ========================================================= 22:32:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:32:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:32:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 22:32:17 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 22:32:17 Sending build context to Docker daemon 167.8MB 22:32:17 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 22:32:17 Step 2/6 : FROM ${BASE} 22:32:17 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:32:17 595b0fe564bb: Pulling fs layer 22:32:17 7186ed65a4f7: Pulling fs layer 22:32:17 316046926c0a: Pulling fs layer 22:32:17 4ebd0625c992: Pulling fs layer 22:32:17 207e8628e3a3: Pulling fs layer 22:32:17 c791037a9be2: Pulling fs layer 22:32:17 ffd874e62e21: Pulling fs layer 22:32:17 4ebd0625c992: Waiting 22:32:17 207e8628e3a3: Waiting 22:32:17 c791037a9be2: Waiting 22:32:17 ffd874e62e21: Waiting 22:32:17 316046926c0a: Download complete 22:32:17 7186ed65a4f7: Download complete 22:32:17 207e8628e3a3: Download complete 22:32:17 c791037a9be2: Verifying Checksum 22:32:17 c791037a9be2: Download complete 22:32:17 595b0fe564bb: Verifying Checksum 22:32:17 595b0fe564bb: Download complete 22:32:17 595b0fe564bb: Pull complete 22:32:18 7186ed65a4f7: Pull complete 22:32:18 316046926c0a: Pull complete 22:32:19 ffd874e62e21: Download complete 22:32:20 4ebd0625c992: Verifying Checksum 22:32:20 4ebd0625c992: Download complete 22:32:30 4ebd0625c992: Pull complete 22:32:30 207e8628e3a3: Pull complete 22:32:31 c791037a9be2: Pull complete 22:32:34 ffd874e62e21: Pull complete 22:32:34 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:32:34 ---> cfc18b08335c 22:32:34 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 22:32:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:32:36 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 22:32:38 ---> Running in 4493aea89c65 22:32:38 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 22:32:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:32:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:32:40 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 22:32:40 (1/12) Installing libmagic (5.39-r0) 22:32:41 (2/12) Installing file (5.39-r0) 22:32:41 (3/12) Installing libc-dev (0.7.2-r3) 22:32:41 (4/12) Installing g++ (10.2.1_pre1-r3) 22:32:44 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 22:32:45 (5/12) Installing fortify-headers (1.1-r0) 22:32:45 (6/12) Installing patch (2.7.6-r6) 22:32:46 (7/12) Installing build-base (0.5-r2) 22:32:46 (8/12) Installing libsodium (1.0.18-r0) 22:32:46 (9/12) Installing pkgconf (1.7.3-r0) 22:32:46 (10/12) Installing libsodium-dev (1.0.18-r0) 22:32:46 (11/12) Installing libzmq (4.3.3-r1) 22:32:46 (12/12) Installing zeromq-dev (4.3.3-r1) 22:32:46 Executing busybox-1.32.1-r6.trigger 22:32:46 OK: 218 MiB in 52 packages 22:32:46 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 22:32:48 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 22:32:51 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 22:32:51 Removing intermediate container 4493aea89c65 22:32:51 ---> 3694b1ce963c 22:32:51 Step 4/6 : WORKDIR /edgex-go 22:32:51 ---> Running in ae98b3c9b7ac 22:32:51 Removing intermediate container ae98b3c9b7ac 22:32:51 ---> b6b2bfc6a2b1 22:32:51 Step 5/6 : COPY go.mod . 22:32:52 ---> b9c36e865cbb 22:32:52 Step 6/6 : RUN go mod download 22:32:52 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 22:32:52 ---> Running in 3cf5395b23de 22:32:54 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 [Pipeline] } 22:32:58 $ docker stop --time=1 dd0e992e4c6c1680f8703681e7965294ecb511b543d3c601c5432dcb1298d0bd 22:33:01 $ docker rm -f dd0e992e4c6c1680f8703681e7965294ecb511b543d3c601c5432dcb1298d0bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:33:03 22:33:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:33:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:33:03 latest: Pulling from edgex-devops/edgex-compose 22:33:03 cbdbe7a5bc2a: Pulling fs layer 22:33:03 ca9280d653b3: Pulling fs layer 22:33:03 7e9c9ca2126c: Pulling fs layer 22:33:03 cbdbe7a5bc2a: Verifying Checksum 22:33:03 cbdbe7a5bc2a: Download complete 22:33:04 ca9280d653b3: Verifying Checksum 22:33:04 ca9280d653b3: Download complete 22:33:04 cbdbe7a5bc2a: Pull complete 22:33:05 7e9c9ca2126c: Download complete 22:33:06 ca9280d653b3: Pull complete 22:33:14 7e9c9ca2126c: Pull complete 22:33:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:33:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:33:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:33:14 prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container 22:33: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:33:17 $ docker top 75aec2f77f169bd04699af2fe82ca3fbf6fc476a606e8fee5128b1ee517285e6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:18 + docker-compose build --help 22:33:18 + grep parallel 22:33:19 Removing intermediate container 3cf5395b23de 22:33:19 ---> fc3e8de55acf 22:33:19 Successfully built fc3e8de55acf 22:33:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:33:19 + docker inspect -f . ci-base-image-arm64 22:33:19 . [Pipeline] withDockerContainer 22:33:19 --parallel Build images in parallel. 22:33:20 prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container 22:33:20 $ 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 ******** ci-base-image-arm64 cat 22:33:21 $ docker top b6f23b3644a30d4d24dc452b202f8fb153e227bfd251adacfa6f96f97b892701 -eo pid,comm [Pipeline] { [Pipeline] } 22:33:22 $ docker stop --time=1 75aec2f77f169bd04699af2fe82ca3fbf6fc476a606e8fee5128b1ee517285e6 22:33:23 $ docker rm -f 75aec2f77f169bd04699af2fe82ca3fbf6fc476a606e8fee5128b1ee517285e6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:33:24 . [Pipeline] withDockerContainer 22:33:24 prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container 22:33:24 + go version 22:33:24 go version go1.16.3 linux/arm64 22:33:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:33:25 $ docker top 0f8cbe1ed7ca7ebd579da017bb1b72a0e2067429cf81131dd5ae663321ea2a59 -eo pid,comm [Pipeline] { [Pipeline] } 22:33:25 $ docker stop --time=1 b6f23b3644a30d4d24dc452b202f8fb153e227bfd251adacfa6f96f97b892701 22:33:27 $ docker rm -f b6f23b3644a30d4d24dc452b202f8fb153e227bfd251adacfa6f96f97b892701 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:28 + docker-compose -f ./docker-compose-build.yml build --parallel 22:33:28 + docker inspect -f . ci-base-image-arm64 22:33:28 . [Pipeline] withDockerContainer 22:33:28 prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container 22:33:28 $ 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 ******** ci-base-image-arm64 cat 22:33:29 Building core-command ... 22:33:29 Building core-data ... 22:33:29 Building core-metadata ... 22:33:29 Building security-bootstrapper ... 22:33:29 Building security-proxy-setup ... 22:33:29 Building security-secretstore-setup ... 22:33:29 Building support-notifications ... 22:33:29 Building support-scheduler ... 22:33:29 Building sys-mgmt-agent ... 22:33:29 Building support-scheduler 22:33:29 Building core-command 22:33:29 Building security-bootstrapper 22:33:29 Building support-notifications 22:33:29 Building core-metadata 22:33:30 $ docker top 27783615a7841ad994768f2a69dfda268bd2dd687b93b4003075d63fe5411943 -eo pid,comm [Pipeline] { [Pipeline] echo 22:33:30 ========================================================= 22:33:30 [edgeXBuildGoParallel] Running Tests and Build... 22:33:30 ========================================================= [Pipeline] sh 22:33:31 + go mod tidy [Pipeline] sh 22:33:32 + make test 22:33:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:33:59 ? github.com/edgexfoundry/edgex-go [no test files] 22:34:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:34:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:34:17 ---> fda2c302c681 22:34:17 Step 3/24 : WORKDIR /edgex-go 22:34:17 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:34:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:34:17 ---> fda2c302c681 22:34:17 Step 3/23 : WORKDIR /edgex-go 22:34:17 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:34:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:34:17 ---> fda2c302c681 22:34:17 Step 3/23 : WORKDIR /edgex-go 22:34:17 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:34:17 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:34:17 ---> fda2c302c681 22:34:17 Step 3/32 : WORKDIR /edgex-go 22:34:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:34:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:34:17 ---> fda2c302c681 22:34:17 Step 3/24 : WORKDIR /edgex-go 22:34:18 ---> Running in 976182475cc7 22:34:18 ---> Running in d71e88f6345d 22:34:18 ---> Running in 23b6fa0b7d61 22:34:18 ---> Running in c5567b10ba41 22:34:18 ---> Running in 8fe1604dae2a 22:34:18 Removing intermediate container 23b6fa0b7d61 22:34:18 ---> 3f59be1e65fc 22:34:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:18 Removing intermediate container 8fe1604dae2a 22:34:18 ---> 372810f95cff 22:34:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:18 Removing intermediate container 976182475cc7 22:34:18 ---> e2976fa5fd50 22:34:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:18 Removing intermediate container c5567b10ba41 22:34:18 ---> 421a97b0f82c 22:34:18 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:18 Removing intermediate container d71e88f6345d 22:34:18 ---> c3152713ac1d 22:34:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:18 ---> Running in f42e924f938e 22:34:18 ---> Running in 476023ffe366 22:34:18 ---> Running in f6398d0668b7 22:34:18 ---> Running in 9db288b7f9bf 22:34:18 ---> Running in a36fb97e31c9 22:34:22 Removing intermediate container 476023ffe366 22:34:22 ---> 779b941b9e7b 22:34:22 Step 5/24 : RUN apk add --update --no-cache make git 22:34:22 Removing intermediate container f42e924f938e 22:34:22 ---> b0eb9ab92f1d 22:34:22 Step 5/24 : RUN apk add --update --no-cache make git 22:34:22 Removing intermediate container f6398d0668b7 22:34:22 ---> 296ca7799862 22:34:22 Step 5/23 : RUN apk add --update --no-cache make git 22:34:22 ---> Running in 385cb30755e9 22:34:22 ---> Running in 8c36c9b87afe 22:34:22 ---> Running in 2dd99f5fc75f 22:34:22 Removing intermediate container a36fb97e31c9 22:34:22 ---> a2c1462fe865 22:34:22 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:34:22 Removing intermediate container 9db288b7f9bf 22:34:22 ---> 5e7e08a5ddc0 22:34:22 Step 5/32 : RUN apk add --update --no-cache make git 22:34:22 ---> Running in 949e982783f8 22:34:22 ---> Running in 768834004c73 22:34:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:34:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:34:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:34:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:34:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:34:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:34:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:34:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:34:24 OK: 219 MiB in 52 packages 22:34:24 OK: 219 MiB in 52 packages 22:34:25 OK: 219 MiB in 52 packages 22:34:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:34:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:34:25 Removing intermediate container 385cb30755e9 22:34:25 ---> 1e94565a2218 22:34:25 Step 6/24 : COPY go.mod . 22:34:25 Removing intermediate container 8c36c9b87afe 22:34:25 ---> 271c9e4950d8 22:34:25 Step 6/24 : COPY go.mod . 22:34:25 Removing intermediate container 2dd99f5fc75f 22:34:25 ---> 18865f7e3e20 22:34:25 Step 6/23 : COPY go.mod . 22:34:26 ---> 811b0b82fbfe 22:34:26 Step 7/24 : RUN go mod download 22:34:26 ---> Running in 31a79b75e85c 22:34:26 ---> a100255ee8ed 22:34:26 Step 7/24 : RUN go mod download 22:34:26 ---> fb9362c123b1 22:34:26 Step 7/23 : RUN go mod download 22:34:26 ---> Running in 3f4b59689df5 22:34:26 ---> Running in 89c3ce96c165 22:34:27 OK: 219 MiB in 52 packages 22:34:27 OK: 219 MiB in 52 packages 22:34:29 Removing intermediate container 768834004c73 22:34:29 ---> 56de52153baf 22:34:29 Step 6/32 : COPY go.mod . 22:34:29 Removing intermediate container 949e982783f8 22:34:29 ---> 81273a0213eb 22:34:29 Step 6/23 : COPY go.mod . 22:34:29 Removing intermediate container 31a79b75e85c 22:34:29 ---> c61c11b55b9b 22:34:29 Step 8/24 : COPY . . 22:34:29 ---> 8ce3f109b1ea 22:34:29 Step 7/23 : RUN go mod download 22:34:29 ---> 37e7154e0293 22:34:29 Step 7/32 : RUN go mod download 22:34:29 Removing intermediate container 3f4b59689df5 22:34:29 ---> e87969691e4a 22:34:29 Step 8/24 : COPY . . 22:34:29 ---> Running in 39c92baf8eb4 22:34:30 Removing intermediate container 89c3ce96c165 22:34:30 ---> 9eac7b054ca0 22:34:30 Step 8/23 : COPY . . 22:34:30 ---> Running in c1965e70ffc4 22:34:38 Removing intermediate container 39c92baf8eb4 22:34:38 ---> 6945196ffdcb 22:34:38 Step 8/23 : COPY . . 22:34:38 Removing intermediate container c1965e70ffc4 22:34:38 ---> 476472b2acee 22:34:38 Step 8/32 : COPY . . 22:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:35:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:35:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:35:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:35:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:35:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:35:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:35:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:35:18 ---> 9058eecfc524 22:35:18 Step 9/24 : RUN go mod tidy 22:35:18 ---> 4d8bedb23d4a 22:35:18 Step 9/24 : RUN go mod tidy 22:35:19 ---> 9a7f2fa00a2f 22:35:19 Step 9/23 : RUN go mod tidy 22:35:19 ---> Running in 551f3b931308 22:35:19 ---> Running in ebfa0e81bb2a 22:35:20 ---> Running in 2f5a1771181c 22:35:20 ---> 2e31592d03b3 22:35:20 Step 9/32 : RUN go mod tidy 22:35:20 ---> 191c969ff40c 22:35:20 Step 9/23 : RUN go mod tidy 22:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:35:20 ---> Running in 36da9a61c714 22:35:20 ---> Running in 748bc04c21c9 22:35:26 Removing intermediate container 36da9a61c714 22:35:26 ---> 3a462ad9df1a 22:35:26 Step 10/23 : RUN make cmd/support-notifications/support-notifications 22:35:26 Removing intermediate container ebfa0e81bb2a 22:35:26 ---> f0ffcc6697d9 22:35:26 Step 10/24 : RUN make cmd/core-metadata/core-metadata 22:35:26 Removing intermediate container 551f3b931308 22:35:26 ---> d613d5ca14ca 22:35:26 Step 10/24 : RUN make cmd/core-command/core-command 22:35:26 ---> Running in fe8b1ddc7c31 22:35:26 ---> Running in c8b3f7bad53f 22:35:26 Removing intermediate container 748bc04c21c9 22:35:26 ---> dd113ab00ab3 22:35:26 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:35:26 ---> Running in e8e618ce380d 22:35:26 Removing intermediate container 2f5a1771181c 22:35:26 ---> 4642069255ad 22:35:26 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 22:35:26 ---> Running in b1dff93d632b 22:35:26 ---> Running in 411cca415f6e 22:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:35:28 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 22:35:28 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 22:35:28 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 22:35:28 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 22:35:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:35:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:35:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:35:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.431s coverage: 45.9% of statements 22:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:35:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 28.7% of statements 22:35:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.231s coverage: 100.0% of statements 22:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.8% of statements 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.175s coverage: 81.2% of statements 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.244s coverage: 100.0% of statements 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:35:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.247s coverage: 100.0% of statements 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:35:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 71.3% of statements 22:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 87.7% of statements 22:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 22:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.232s coverage: 100.0% of statements 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.144s coverage: 100.0% of statements 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.408s coverage: 86.7% of statements 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.246s coverage: 78.3% of statements 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.248s coverage: 95.1% of statements 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.336s coverage: 0.8% of statements 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.117s coverage: 22.0% of statements 22:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.126s coverage: 47.1% of statements 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.172s coverage: 79.5% of statements 22:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.156s coverage: 94.1% of statements 22:36:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements 22:36:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements 22:36:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.135s coverage: 94.4% of statements 22:36:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements 22:36:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.487s coverage: 81.8% of statements 22:36:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.200s coverage: 92.9% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.176s coverage: 80.0% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.201s coverage: 87.2% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 85.4% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.2% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 64.4% of statements 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:36:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 22:36:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 22:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.131s coverage: 66.9% of statements 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:36:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.664s coverage: 43.4% of statements 22:36:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:36:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:36:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.152s coverage: 89.5% of statements 22:36:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:36:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.128s coverage: 84.8% of statements 22:36:37 Removing intermediate container b1dff93d632b 22:36:37 ---> fdafa3766aab 22:36:37 22:36:37 Step 11/32 : FROM alpine:3.12 22:36:37 3.12: Pulling from library/alpine 22:36:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:36:37 Status: Downloaded newer image for alpine:3.12 22:36:37 ---> 13621d1b12d4 22:36:37 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.388s coverage: 47.0% of statements 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.182s coverage: 100.0% of statements 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:36:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:36:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:36:41 ---> Running in 6e0d8d9f4fba 22:36:42 Removing intermediate container e8e618ce380d 22:36:42 ---> 62292e6b1b54 22:36:42 22:36:42 Step 11/24 : FROM alpine:3.12 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.227s coverage: 21.5% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.426s coverage: 92.2% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:36:42 ---> 13621d1b12d4 22:36:42 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:36:42 Removing intermediate container 411cca415f6e 22:36:42 ---> 09edc9288d69 22:36:42 22:36:42 Step 11/23 : FROM alpine:3.12 22:36:42 ---> 13621d1b12d4 22:36:42 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:36:43 Removing intermediate container fe8b1ddc7c31 22:36:43 ---> 6f02e8a97730 22:36:43 22:36:43 Step 11/23 : FROM alpine:3.12 22:36:43 ---> 13621d1b12d4 22:36:43 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:36:43 Removing intermediate container 6e0d8d9f4fba 22:36:43 ---> 95381aff5b28 22:36:43 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 22:36:43 Removing intermediate container c8b3f7bad53f 22:36:43 ---> 7c36b42faa1e 22:36:43 22:36:43 Step 11/24 : FROM alpine:3.12 22:36:43 ---> 13621d1b12d4 22:36:43 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:36:43 ---> Running in d9495ae44c78 22:36:43 ---> Running in cbb2a11d090e 22:36:43 ---> Running in 0255ca41933c 22:36:43 ---> Running in 10e977d9bbe6 22:36:43 ---> Running in c895bfe8d1ce 22:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:36:45 (1/2) Installing ca-certificates (20191127-r4) 22:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:36:45 (1/1) Installing dumb-init (1.2.2-r1) 22:36:45 Executing busybox-1.31.1-r20.trigger 22:36:45 (2/2) Installing dumb-init (1.2.2-r1) 22:36:45 Executing busybox-1.31.1-r20.trigger 22:36:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:36:45 Executing ca-certificates-20191127-r4.trigger 22:36:45 OK: 6 MiB in 15 packages 22:36:45 (1/1) Installing dumb-init (1.2.2-r1) 22:36:45 Executing busybox-1.31.1-r20.trigger 22:36:45 OK: 6 MiB in 15 packages 22:36:45 OK: 6 MiB in 16 packages 22:36:45 (1/1) Installing dumb-init (1.2.2-r1) 22:36:45 Executing busybox-1.31.1-r20.trigger 22:36:45 OK: 6 MiB in 15 packages 22:36:45 (1/2) Installing dumb-init (1.2.2-r1) 22:36:45 (2/2) Installing su-exec (0.2-r1) 22:36:45 Executing busybox-1.31.1-r20.trigger 22:36:45 OK: 6 MiB in 16 packages 22:36:48 Removing intermediate container 0255ca41933c 22:36:48 ---> 4bce26cd6543 22:36:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:36:48 Removing intermediate container cbb2a11d090e 22:36:48 ---> f33696f35c88 22:36:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:36:48 ---> Running in e833847f2f68 22:36:48 Removing intermediate container c895bfe8d1ce 22:36:48 ---> 0348be69b15d 22:36:48 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:36:49 Removing intermediate container d9495ae44c78 22:36:49 ---> e3b4fbbfd22a 22:36:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:36:49 Removing intermediate container 10e977d9bbe6 22:36:49 ---> 675b203a24f6 22:36:49 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 22:36:49 ---> Running in 6c6023d770f3 22:36:49 ---> Running in 40d595797637 22:36:49 ---> Running in 40fb5b4697a1 22:36:49 ---> Running in 0cb24563d555 22:36:49 Removing intermediate container e833847f2f68 22:36:49 ---> f87087d0fabf 22:36:49 Step 14/23 : ENV APP_PORT=48085 22:36:49 Removing intermediate container 6c6023d770f3 22:36:49 ---> ea34d402fc47 22:36:49 Step 14/23 : ENV APP_PORT=48060 22:36:49 ---> Running in 0ad46066d85d 22:36:50 Removing intermediate container 40d595797637 22:36:50 ---> 53dd49cdf716 22:36:50 Step 14/24 : ENV APP_PORT=48081 22:36:50 Removing intermediate container 40fb5b4697a1 22:36:50 ---> 4c02b21aa041 22:36:50 Step 14/24 : ENV APP_PORT=48082 22:36:50 ---> Running in 6a1e7e0ebf40 22:36:50 Removing intermediate container 0cb24563d555 22:36:50 ---> 3a1c1b121818 22:36:50 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:36:50 ---> Running in 830cdda37a4e 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.713s coverage: 28.7% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.167s coverage: 100.0% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.176s coverage: 64.6% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.435s coverage: 97.6% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:36:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 22:36:50 ---> Running in acbf6c997017 22:36:50 ---> Running in 62cdf8475154 22:36:50 Removing intermediate container 0ad46066d85d 22:36:50 ---> faaecd5243d2 22:36:50 Step 15/23 : EXPOSE $APP_PORT 22:36:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.175s coverage: 28.1% of statements 22:36:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 22:36:51 Removing intermediate container 6a1e7e0ebf40 22:36:51 ---> 922a77ca5b98 22:36:51 Step 15/23 : EXPOSE $APP_PORT 22:36:51 ---> Running in 494ab8d5f1fd 22:36:51 ---> Running in 6b1200b0fcce 22:36:51 Removing intermediate container acbf6c997017 22:36:51 ---> cc32baadeeb9 22:36:51 Step 15/24 : EXPOSE $APP_PORT 22:36:51 Removing intermediate container 830cdda37a4e 22:36:51 ---> 39defc157da4 22:36:51 Step 15/24 : EXPOSE $APP_PORT 22:36:51 Removing intermediate container 62cdf8475154 22:36:51 ---> 7e27ea2571e3 22:36:51 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:36:51 ---> Running in ed051bc9546d 22:36:51 ---> Running in c2c182bbcc63 22:36:51 ---> Running in 5b62244bee94 22:36:52 Removing intermediate container 494ab8d5f1fd 22:36:52 ---> 156a471fdeeb 22:36:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:52 Removing intermediate container 6b1200b0fcce 22:36:52 ---> 306c39305f7e 22:36:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.050s coverage: 85.7% of statements 22:36:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 22:36:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:36:52 Removing intermediate container ed051bc9546d 22:36:52 ---> 176a7100cda4 22:36:52 Step 16/24 : WORKDIR / 22:36:52 ---> Running in 9904e56f7907 22:36:52 Removing intermediate container c2c182bbcc63 22:36:52 ---> db69350e6e06 22:36:52 Step 16/24 : WORKDIR / 22:36:52 ---> Running in fc1a6227020e 22:36:52 ---> d5347936099e 22:36:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:36:52 ---> bea577fb4737 22:36:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:36:53 GO111MODULE=on go vet ./... 22:36:53 Removing intermediate container 9904e56f7907 22:36:53 ---> e97e15798eb5 22:36:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:53 Removing intermediate container fc1a6227020e 22:36:53 ---> a578c06f4976 22:36:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:36:54 ---> e6dfa4a9f787 22:36:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:36:54 ---> a60afebdbcd0 22:36:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:36:54 ---> 77f95a6e6cbd 22:36:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:36:54 ---> c8a6c10d3355 22:36:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:36:55 Removing intermediate container 5b62244bee94 22:36:55 ---> 3420dcb1613c 22:36:55 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 22:36:55 ---> 02690e028cf0 22:36:55 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:36:55 ---> Running in 67116c1d8108 22:36:55 ---> 64dd451f7b28 22:36:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:36:55 ---> 68cb5cf51714 22:36:55 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:36:55 ---> Running in 2f95d1b88099 22:36:55 ---> e5ff348fda7c 22:36:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:36:56 ---> Running in c7cb9e68cfee 22:36:56 Removing intermediate container 67116c1d8108 22:36:56 ---> bd3bfa7480fa 22:36:56 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:36:56 Removing intermediate container 2f95d1b88099 22:36:56 ---> dd16545b8643 22:36:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:56 ---> Running in 15ae06fd5f8a 22:36:56 ---> c4a8422c9420 22:36:56 Step 20/24 : ENTRYPOINT ["/core-command"] 22:36:56 Removing intermediate container c7cb9e68cfee 22:36:56 ---> 133b71e56a31 22:36:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:56 ---> Running in 69cc50d803b5 22:36:56 ---> 431d7bcece10 22:36:56 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:36:56 ---> Running in 3252e8e7d4ae 22:36:57 ---> 279352fe1b61 22:36:57 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:36:57 ---> Running in b100a2389304 22:36:57 Removing intermediate container 15ae06fd5f8a 22:36:57 ---> 1049ead3e927 22:36:57 Step 21/23 : LABEL arch=x86_64 22:36:57 ---> Running in fb4e3fd7a666 22:36:57 ---> Running in f2830bf5b814 22:36:57 Removing intermediate container 69cc50d803b5 22:36:57 ---> 2bf28dbcf242 22:36:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:57 Removing intermediate container 3252e8e7d4ae 22:36:57 ---> db8a460afb6c 22:36:57 Step 21/23 : LABEL arch=x86_64 22:36:57 ---> Running in fe5f6f72f375 22:36:57 Removing intermediate container b100a2389304 22:36:57 ---> 793cd506d4ca 22:36:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:36:57 ---> Running in 4cb11a133deb 22:36:57 ---> Running in 9aa5e6f8ff4e 22:36:57 Removing intermediate container f2830bf5b814 22:36:57 ---> 33d068c96145 22:36:57 Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:36:58 Removing intermediate container fe5f6f72f375 22:36:58 ---> e61c56485459 22:36:58 Step 22/24 : LABEL arch=x86_64 22:36:58 ---> Running in 8239d430ea1d 22:36:58 ---> Running in 7619d3f7bafc 22:36:58 Removing intermediate container 4cb11a133deb 22:36:58 ---> ef2a898047e9 22:36:58 Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:36:58 Removing intermediate container 9aa5e6f8ff4e 22:36:58 ---> b0d9f3d3ab87 22:36:58 Step 22/24 : LABEL arch=x86_64 22:36:58 ---> Running in 35c8109ce909 22:36:58 ---> Running in 8103898b5c9a 22:36:59 Removing intermediate container 8239d430ea1d 22:36:59 ---> 4e4479b00803 22:36:59 Step 23/23 : LABEL version=0.0.0 22:36:59 Removing intermediate container 7619d3f7bafc 22:36:59 ---> abe15588b711 22:36:59 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:36:59 ---> Running in f55f663345c9 22:36:59 ---> Running in 1c09f7ce4967 22:36:59 Removing intermediate container 8103898b5c9a 22:36:59 ---> 31b2057ec306 22:36:59 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:36:59 Removing intermediate container 35c8109ce909 22:36:59 ---> 8582d223bc15 22:36:59 Step 23/23 : LABEL version=0.0.0 22:37:00 ---> Running in a6b603e85d4d 22:37:00 ---> Running in 37a084b1f923 22:37:00 Removing intermediate container f55f663345c9 22:37:00 ---> eb0ccfb7a8ef 22:37:00 22:37:00 Removing intermediate container fb4e3fd7a666 22:37:00 ---> 3618e12dddd0 22:37:00 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:37:00 Removing intermediate container 1c09f7ce4967 22:37:00 ---> 6e968d26a369 22:37:00 Step 24/24 : LABEL version=0.0.0 22:37:01 Removing intermediate container a6b603e85d4d 22:37:01 ---> 5bd8867502e2 22:37:01 Step 24/24 : LABEL version=0.0.0 22:37:01 ---> Running in b257709739a6 22:37:01 Removing intermediate container 37a084b1f923 22:37:01 ---> f124513e9dc2 22:37:01 22:37:01 Successfully built eb0ccfb7a8ef 22:37:01 ---> 29d58232f23f 22:37:01 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:37:01 ---> Running in b161a27a60c2 22:37:01 Successfully tagged support-notifications:latest 22:37:01 Building sys-mgmt-agent 22:37:02  Building support-notifications ... done Successfully built f124513e9dc2 22:37:02 Removing intermediate container b257709739a6 22:37:02 ---> 8ee651241c67 22:37:02 22:37:02 Successfully tagged support-scheduler:latest 22:37:02  Building support-scheduler ... done Building security-secretstore-setup 22:37:02 Removing intermediate container b161a27a60c2 22:37:02 ---> 2c05d1667e80 22:37:02 22:37:02 Successfully built 8ee651241c67 22:37:02 Successfully tagged core-command:latest 22:37:02  Building core-command ... done Building security-proxy-setup 22:37:02 Successfully built 2c05d1667e80 22:37:02 Successfully tagged core-metadata:latest 22:37:02  Building core-metadata ... done Building core-data 22:37:02 ---> 4cf8bd3110b9 22:37:02 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:37:03 ---> 4deb647b4486 22:37:03 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:37:04 ---> 433b1914e310 22:37:04 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:37:07 ---> b6d13c7d5a33 22:37:07 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 22:37:07 ---> Running in cab0fb2de3f1 22:37:08 Removing intermediate container cab0fb2de3f1 22:37:08 ---> d34064044cd0 22:37:08 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:37:10 ---> 8d4581bfe7ac 22:37:10 Step 27/32 : RUN chmod +x /entrypoint.sh 22:37:12 ---> Running in 28687d7ef585 22:37:16 Removing intermediate container 28687d7ef585 22:37:16 ---> dab85731d2ff 22:37:16 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:37:16 ---> Running in 4e33797485d7 22:37:17 Removing intermediate container 4e33797485d7 22:37:17 ---> 6fe6280c040f 22:37:17 Step 29/32 : CMD ["gate"] 22:37:17 ---> Running in e83ff830abbd 22:37:18 Removing intermediate container e83ff830abbd 22:37:18 ---> 82ed9a316604 22:37:18 Step 30/32 : LABEL arch=x86_64 22:37:18 ---> Running in accaa39307ef 22:37:18 Removing intermediate container accaa39307ef 22:37:18 ---> f6fcddf89cba 22:37:18 Step 31/32 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:37:18 ---> Running in 35d4b615e52e 22:37:19 Removing intermediate container 35d4b615e52e 22:37:19 ---> 2f843a00757c 22:37:19 Step 32/32 : LABEL version=0.0.0 22:37:19 ---> Running in e43e8ea33129 22:37:20 Removing intermediate container e43e8ea33129 22:37:20 ---> cc7bd1864c71 22:37:20 22:37:20 Successfully built cc7bd1864c71 22:37:20 Successfully tagged security-bootstrapper:latest 22:37:42  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:37:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:37:42 ---> fda2c302c681 22:37:42 Step 3/24 : WORKDIR /edgex-go 22:37:42 ---> Using cache 22:37:42 ---> c3152713ac1d 22:37:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:42 ---> Using cache 22:37:42 ---> a2c1462fe865 22:37:42 Step 5/24 : RUN apk add --update --no-cache make bash git 22:37:42 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:37:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:37:42 ---> fda2c302c681 22:37:42 Step 3/22 : WORKDIR /edgex-go 22:37:42 ---> Using cache 22:37:42 ---> c3152713ac1d 22:37:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:42 ---> Using cache 22:37:42 ---> a2c1462fe865 22:37:42 Step 5/22 : RUN apk add --update --no-cache make git 22:37:42 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:37:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:37:42 ---> fda2c302c681 22:37:42 Step 3/26 : WORKDIR /edgex-go 22:37:42 ---> Using cache 22:37:42 ---> c3152713ac1d 22:37:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:42 ---> Using cache 22:37:42 ---> a2c1462fe865 22:37:42 Step 5/26 : RUN apk add --update --no-cache make git 22:37:42 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:37:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:37:42 ---> fda2c302c681 22:37:42 Step 3/24 : WORKDIR /edgex-go 22:37:42 ---> Using cache 22:37:42 ---> c3152713ac1d 22:37:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:37:42 ---> Using cache 22:37:42 ---> a2c1462fe865 22:37:42 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:37:42 ---> Running in 6270f4588d2f 22:37:42 ---> Running in 151ff5d606be 22:37:42 ---> Running in abf2193b8e9d 22:37:42 ---> Running in f66dea06d16a 22:37:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:37:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:37:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:37:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:37:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:37:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:37:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:37:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:37:45 OK: 219 MiB in 52 packages 22:37:45 OK: 219 MiB in 52 packages 22:37:45 OK: 219 MiB in 52 packages 22:37:45 OK: 219 MiB in 52 packages 22:37:46 Removing intermediate container 151ff5d606be 22:37:46 ---> 3c71cf90ef84 22:37:46 Step 6/22 : COPY go.mod . 22:37:46 Removing intermediate container f66dea06d16a 22:37:46 ---> 48464586d9c0 22:37:46 Step 6/26 : COPY go.mod . 22:37:46 Removing intermediate container 6270f4588d2f 22:37:46 ---> 7bead3001cfb 22:37:46 Step 6/24 : COPY go.mod . 22:37:46 Removing intermediate container abf2193b8e9d 22:37:46 ---> 6ca59ca2d701 22:37:46 Step 6/24 : COPY go.mod . 22:37:46 ---> a2c9e1902e22 22:37:46 Step 7/22 : RUN go mod download 22:37:46 ---> 176609ee887d 22:37:46 Step 7/26 : RUN go mod download 22:37:46 ---> de51f964f5ea 22:37:46 Step 7/24 : RUN go mod download 22:37:46 ---> 77e8c4186cf9 22:37:46 Step 7/24 : RUN go mod download 22:37:47 ---> Running in 405eeaa27752 22:37:47 ---> Running in 2aa0eb5d42ca 22:37:47 ---> Running in 3bb4dd7c3d47 22:37:47 ---> Running in c28fcd6f28eb 22:37:49 Removing intermediate container 3bb4dd7c3d47 22:37:49 ---> 8d80dc16860a 22:37:49 Step 8/24 : COPY . . 22:37:49 Removing intermediate container 405eeaa27752 22:37:49 ---> 870c218e3105 22:37:49 Step 8/26 : COPY . . 22:37:50 Removing intermediate container 2aa0eb5d42ca 22:37:50 ---> 5fffb3879d1d 22:37:50 Step 8/22 : COPY . . 22:37:50 Removing intermediate container c28fcd6f28eb 22:37:50 ---> 144f964ad479 22:37:50 Step 8/24 : COPY . . 22:38:29 gofmt -l . 22:38:29 [ "`gofmt -l .`" = "" ] 22:38:32 ./bin/test-go-mod-tidy.sh 22:38:33 ./bin/test-attribution-txt.sh [Pipeline] sh 22:38:36 + ls -al . 22:38:36 total 864 22:38:36 drwxrwxr-x 9 1001 1001 4096 May 12 22:38 . 22:38:36 drwxr-xr-x 4 root root 4096 May 12 22:33 .. 22:38:36 -rw-rw-r-- 1 1001 1001 11 May 12 22:32 .dockerignore 22:38:36 drwxrwxr-x 8 1001 1001 4096 May 12 22:32 .git 22:38:36 drwxrwxr-x 3 1001 1001 4096 May 12 22:32 .github 22:38:36 -rw-rw-r-- 1 1001 1001 818 May 12 22:32 .gitignore 22:38:36 -rw-rw-r-- 1 1001 1001 166 May 12 22:32 .sonarcloud.properties 22:38:36 -rw-rw-r-- 1 1001 1001 8609 May 12 22:32 Attribution.txt 22:38:36 -rw-rw-r-- 1 1001 1001 3804 May 12 22:32 CONTRIBUTING.md 22:38:36 -rw-rw-r-- 1 1001 1001 931 May 12 22:32 Dockerfile.build 22:38:36 -rw-rw-r-- 1 1001 1001 863 May 12 22:32 Jenkinsfile 22:38:36 -rw-rw-r-- 1 1001 1001 10775 May 12 22:32 LICENSE 22:38:36 -rw-rw-r-- 1 1001 1001 5594 May 12 22:32 Makefile 22:38:36 -rw-rw-r-- 1 1001 1001 7978 May 12 22:32 README.md 22:38:36 -rw-rw-r-- 1 1001 1001 6755 May 12 22:32 SECURITY.md 22:38:36 -rw-rw-r-- 1 1001 1001 5 May 12 22:27 VERSION 22:38:36 -rw-rw-r-- 1 1001 1001 4131 May 12 22:32 ZMQWindows.md 22:38:36 drwxrwxr-x 2 1001 1001 4096 May 12 22:32 bin 22:38:36 drwxrwxr-x 14 1001 1001 4096 May 12 22:32 cmd 22:38:36 -rw-r--r-- 1 root root 727486 May 12 22:36 coverage.out 22:38:36 -rw-r--r-- 1 root root 1060 May 12 22:38 go.mod 22:38:36 -rw-r--r-- 1 root root 21797 May 12 22:33 go.sum 22:38:36 drwxrwxr-x 8 1001 1001 4096 May 12 22:32 internal 22:38:36 drwxrwxr-x 4 1001 1001 4096 May 12 22:32 openapi 22:38:36 drwxrwxr-x 4 1001 1001 4096 May 12 22:32 snap 22:38:36 -rw-rw-r-- 1 1001 1001 168 May 12 22:32 version.go [Pipeline] sh 22:38:37 + '[' -e coverage.out ] 22:38:37 + chown 1001:1001 coverage.out [Pipeline] stash 22:38:37 Warning: overwriting stash ‘coverage-report’ 22:38:38 Stashed 1 file(s) [Pipeline] sh 22:38:39 + make build 22:38:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:38:39 ---> dd8105d91c13 22:38:39 Step 9/24 : RUN go mod tidy 22:38:39 ---> 06e1a6924cd8 22:38:39 Step 9/22 : RUN go mod tidy 22:38:39 ---> 412b5991fd6e 22:38:39 Step 9/24 : RUN go mod tidy 22:38:39 ---> b88207f57976 22:38:39 Step 9/26 : RUN go mod tidy 22:38:39 ---> Running in 515aa9635388 22:38:39 ---> Running in e09d412f817b 22:38:39 ---> Running in e29098ec8fa7 22:38:39 ---> Running in 08277eebf7d6 22:38:42 Removing intermediate container e09d412f817b 22:38:42 ---> 73259d5584b7 22:38:42 Step 10/24 : RUN make cmd/core-data/core-data 22:38:42 Removing intermediate container 08277eebf7d6 22:38:42 ---> 29729bf6b66c 22:38:42 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:38:42 Removing intermediate container 515aa9635388 22:38:42 ---> 1077b5dc44a7 22:38:42 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:38:42 ---> Running in 540500943adf 22:38:42 ---> Running in 21698663c05c 22:38:42 Removing intermediate container e29098ec8fa7 22:38:42 ---> a77874f3c591 22:38:42 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:38:42 ---> Running in 28f1035ef552 22:38:42 ---> Running in 5a3fecc05309 22:38:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:38:44 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 22:38:44 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 22:38:46 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 22:39:12 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 22:39:15 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 22:39:19 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 22:39:20 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 22:39:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:39: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 22:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:39:36 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 22:39:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:39:39 Removing intermediate container 21698663c05c 22:39:39 ---> f80c0051633b 22:39:39 22:39:39 Step 11/26 : FROM alpine:3.12 22:39:39 ---> 13621d1b12d4 22:39:39 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:39:39 Removing intermediate container 28f1035ef552 22:39:39 ---> bd4f19982b28 22:39:39 22:39:39 Step 11/22 : FROM alpine:3.12 22:39:39 ---> 13621d1b12d4 22:39:39 Step 12/22 : RUN apk add --update --no-cache curl 22:39:39 Removing intermediate container 5a3fecc05309 22:39:39 ---> dc85b4f4e36c 22:39:39 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:39:39 ---> Running in def6c764d025 22:39:39 ---> Running in 147f4c8a3764 22:39:39 ---> Running in eb556e8e153f 22:39:40 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 22:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:39:41 (1/4) Installing ca-certificates (20191127-r4) 22:39:41 (1/6) Installing ca-certificates (20191127-r4) 22:39:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:39:41 (3/4) Installing libcurl (7.76.1-r0) 22:39:41 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:39:41 (4/4) Installing curl (7.76.1-r0) 22:39:41 Executing busybox-1.31.1-r20.trigger 22:39:41 (3/6) Installing libcurl (7.76.1-r0) 22:39:41 (4/6) Installing curl (7.76.1-r0) 22:39:41 (5/6) Installing dumb-init (1.2.2-r1) 22:39:41 (6/6) Installing su-exec (0.2-r1) 22:39:41 Executing busybox-1.31.1-r20.trigger 22:39:41 Executing ca-certificates-20191127-r4.trigger 22:39:41 Executing ca-certificates-20191127-r4.trigger 22:39:41 OK: 7 MiB in 18 packages 22:39:41 OK: 7 MiB in 20 packages 22:39:42 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 22:39:45 Removing intermediate container 540500943adf 22:39:45 ---> bbb7ebda08ae 22:39:45 22:39:45 Step 11/24 : FROM alpine:3.12 22:39:45 ---> 13621d1b12d4 22:39:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:39:45 ---> Running in 9d6c925c9fe5 22:39:45 Removing intermediate container eb556e8e153f 22:39:45 ---> 34da9784e707 22:39:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:39:45 Removing intermediate container 9d6c925c9fe5 22:39:45 ---> f709b97d0bd3 22:39:45 Step 13/24 : ENV APP_PORT=48080 22:39:45 Removing intermediate container 147f4c8a3764 22:39:45 ---> b1ce1f1160f0 22:39:45 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:39:46 Removing intermediate container def6c764d025 22:39:46 ---> b60456babe9e 22:39:46 22:39:46 Step 12/24 : FROM docker:20.10.0 22:39:46 ---> Running in 48cd3f07cf47 22:39:46 ---> Running in c8416db70d7c 22:39:46 ---> Running in c5d8e63bb3cb 22:39:46 20.10.0: Pulling from library/docker 22:39:46 Removing intermediate container 48cd3f07cf47 22:39:46 ---> d83f1c947ba6 22:39:46 Step 14/22 : WORKDIR /edgex 22:39:46 Removing intermediate container c5d8e63bb3cb 22:39:46 ---> 4b6e5f198597 22:39:46 Step 14/24 : EXPOSE $APP_PORT 22:39:46 Removing intermediate container c8416db70d7c 22:39:46 ---> 68a4d0f4f6e4 22:39:46 Step 14/26 : WORKDIR / 22:39:46 ---> Running in 495d9c22c4b7 22:39:46 ---> Running in 72dc6e727edc 22:39:46 ---> Running in 42a6c1850e77 22:39:47 Removing intermediate container 495d9c22c4b7 22:39:47 ---> 36fe825225b7 22:39:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:39:47 Removing intermediate container 72dc6e727edc 22:39:47 ---> 6c4415713db9 22:39:47 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:39:47 Removing intermediate container 42a6c1850e77 22:39:47 ---> 6b8ffcc78466 22:39:47 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:47 ---> Running in eac5a0af7d8d [Pipeline] } 22:39:47 $ docker stop --time=1 27783615a7841ad994768f2a69dfda268bd2dd687b93b4003075d63fe5411943 22:39:48 ---> 25c84ccf0786 22:39:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:39:48 ---> 7f2904892c19 22:39:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:39:49 ---> 10ccfbc0c532 22:39:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:39:49 ---> 69d2cdff0a74 22:39:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:39:50 ---> c3fc321ecefe 22:39:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:39:50 Removing intermediate container eac5a0af7d8d 22:39:50 ---> f36839387ed1 22:39:50 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 22:39:50 ---> Running in c5315b64869b 22:39:50 $ docker rm -f 27783615a7841ad994768f2a69dfda268bd2dd687b93b4003075d63fe5411943 22:39:51 ---> 904f882b2486 22:39:51 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:39:51 ---> 0cee3402443c 22:39:51 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:39:51 ---> Running in 09992818b22d 22:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:39:51 Removing intermediate container 09992818b22d 22:39:51 ---> 1a2a46f1b9f0 22:39:51 Step 19/22 : CMD ["--init=true"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:39:52 ---> Running in c8df2f8c7a6d 22:39:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:39:52 22:39:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 22:39:52 (1/6) Installing dumb-init (1.2.2-r1) 22:39:52 ---> 0e71dc99e363 22:39:52 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:39:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:39:53 latest: Pulling from edgex-devops/edgex-compose-arm64 22:39:53 29e5d40040c1: Pulling fs layer 22:39:53 1ce36da41761: Pulling fs layer 22:39:53 25b303627fd3: Pulling fs layer 22:39:53 (2/6) Installing libgcc (9.3.0-r2) 22:39:53 Removing intermediate container c8df2f8c7a6d 22:39:53 ---> d23ef1a793da 22:39:53 Step 20/22 : LABEL arch=x86_64 22:39:53 (3/6) Installing libsodium (1.0.18-r0) 22:39:53 (4/6) Installing libstdc++ (9.3.0-r2) 22:39:53 29e5d40040c1: Verifying Checksum 22:39:53 29e5d40040c1: Download complete 22:39:53 ---> Running in b558dd245bf5 22:39:53 Removing intermediate container b558dd245bf5 22:39:53 ---> edb64106ae04 22:39:53 Step 21/22 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:39:54 29e5d40040c1: Pull complete 22:39:54 (5/6) Installing libzmq (4.3.3-r0) 22:39:54 ---> Running in 7837730d4c68 22:39:54 ---> af6566936bab 22:39:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:39:54 1ce36da41761: Verifying Checksum 22:39:54 1ce36da41761: Download complete 22:39:54 Removing intermediate container 7837730d4c68 22:39:54 ---> 371092408275 22:39:54 Step 22/22 : LABEL version=0.0.0 22:39:54 ---> Running in 42080ce7fb3a 22:39:54 (6/6) Installing zeromq (4.3.3-r0) 22:39:54 Executing busybox-1.31.1-r20.trigger 22:39:54 OK: 8 MiB in 20 packages 22:39:54 ---> db7a84ec0667 22:39:54 Step 22/26 : 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/ 22:39:54 ---> Running in d60341d48843 22:39:54 Removing intermediate container 42080ce7fb3a 22:39:54 ---> a7355d24646b 22:39:54 22:39:55 1ce36da41761: Pull complete 22:39:55 25b303627fd3: Download complete 22:39:55 Successfully built a7355d24646b 22:39:55 Successfully tagged security-proxy-setup:latest 22:39:56  Building security-proxy-setup ... done Removing intermediate container c5315b64869b 22:39:56 ---> 9b19834a6f6d 22:39:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:39:57 ---> b63ac6011112 22:39:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:39:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:39:57 Status: Downloaded newer image for docker:20.10.0 22:39:57 ---> aefe523efa57 22:39:57 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:39:57 ---> Running in b0c912a4c2ef 22:39:57 Removing intermediate container d60341d48843 22:39:57 ---> c02f13303912 22:39:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:39:57 ---> Running in d1f3e9261184 22:39:57 Removing intermediate container b0c912a4c2ef 22:39:57 ---> e39f4e3aaa62 22:39:57 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:39:57 ---> Running in a7fa11ade4cf 22:39:57 ---> 42a87ae9720d 22:39:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:39:58 Removing intermediate container d1f3e9261184 22:39:58 ---> 31776900aa17 22:39:58 Step 24/26 : LABEL arch=x86_64 22:39:58 ---> Running in be5a9b644eca 22:39:58 ---> 2809eaf48f84 22:39:58 Step 20/24 : ENTRYPOINT ["/core-data"] 22:39:58 ---> Running in 75974667d81a 22:39:58 Removing intermediate container be5a9b644eca 22:39:58 ---> fb7dc192c0cd 22:39:58 Step 25/26 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:39:58 ---> Running in a7a1fa2b0d70 22:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:39:59 Removing intermediate container 75974667d81a 22:39:59 ---> 9732808501e9 22:39:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:39:59 ---> Running in 5b59ebc9fe6d 22:39:59 Removing intermediate container a7a1fa2b0d70 22:39:59 ---> 4006dd6e224b 22:39:59 Step 26/26 : LABEL version=0.0.0 22:39:59 ---> Running in db45d63c129d 22:39:59 (1/39) Installing readline (8.0.4-r0) 22:39:59 (2/39) Installing bash (5.0.17-r0) 22:39:59 Executing bash-5.0.17-r0.post-install 22:39:59 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:39:59 (4/39) Installing libcurl (7.76.1-r0) 22:39:59 (5/39) Installing curl (7.76.1-r0) 22:39:59 (6/39) Installing dumb-init (1.2.2-r1) 22:39:59 (7/39) Installing libbz2 (1.0.8-r1) 22:39:59 (8/39) Installing expat (2.2.9-r1) 22:39:59 Removing intermediate container 5b59ebc9fe6d 22:39:59 ---> 833d3862a643 22:39:59 Step 22/24 : LABEL arch=x86_64 22:39:59 (9/39) Installing libffi (3.3-r2) 22:39:59 (10/39) Installing gdbm (1.13-r1) 22:39:59 (11/39) Installing xz-libs (5.2.5-r0) 22:39:59 (12/39) Installing sqlite-libs (3.32.1-r0) 22:39:59 (13/39) Installing python3 (3.8.10-r0) 22:40:00 Removing intermediate container db45d63c129d 22:40:00 ---> e527c7a83a60 22:40:00 22:40:00 ---> Running in ada84d82ded2 22:40:00 Successfully built e527c7a83a60 22:40:01 Successfully tagged security-secretstore-setup:latest 22:40:01  Building security-secretstore-setup ... done Removing intermediate container ada84d82ded2 22:40:01 ---> 9f08d4dfcf9f 22:40:01 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:40:03 ---> Running in e5d2601aa136 22:40:03 (14/39) Installing py3-appdirs (1.4.4-r1) 22:40:03 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:40:03 (16/39) Installing py3-parsing (2.4.7-r0) 22:40:03 (17/39) Installing py3-six (1.15.0-r0) 22:40:03 (18/39) Installing py3-packaging (20.4-r0) 22:40:03 (19/39) Installing py3-setuptools (47.0.0-r0) 22:40:03 (20/39) Installing py3-chardet (3.0.4-r4) 22:40:03 (21/39) Installing py3-idna (2.9-r0) 22:40:03 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:40:03 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:40:03 Removing intermediate container e5d2601aa136 22:40:03 ---> bf04a0eed292 22:40:03 Step 24/24 : LABEL version=0.0.0 22:40:03 (24/39) Installing py3-requests (2.23.0-r0) 22:40:04 (25/39) Installing py3-msgpack (1.0.0-r0) 22:40:04 (26/39) Installing py3-lockfile (0.12.2-r3) 22:40:04 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:40:04 ---> Running in 7e8f6ca4c099 22:40:04 (28/39) Installing py3-colorama (0.4.3-r0) 22:40:04 (29/39) Installing py3-distlib (0.3.0-r0) 22:40:04 (30/39) Installing py3-distro (1.5.0-r1) 22:40:04 (31/39) Installing py3-webencodings (0.5.1-r3) 22:40:04 (32/39) Installing py3-html5lib (1.0.1-r4) 22:40:04 (33/39) Installing py3-pytoml (0.1.21-r0) 22:40:04 (34/39) Installing py3-pep517 (0.8.2-r0) 22:40:04 (35/39) Installing py3-progress (1.5-r0) 22:40:04 (36/39) Installing py3-toml (0.10.1-r0) 22:40:04 (37/39) Installing py3-retrying (1.3.3-r0) 22:40:05 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:40:05 (39/39) Installing py3-pip (20.1.1-r0) 22:40:05 Removing intermediate container 7e8f6ca4c099 22:40:05 ---> 36a9be26ee42 22:40:05 22:40:05 Executing busybox-1.31.1-r19.trigger 22:40:05 OK: 72 MiB in 59 packages 22:40:05 Successfully built 36a9be26ee42 22:40:05 25b303627fd3: Pull complete 22:40:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:40:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:40:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:40:05 Successfully tagged core-data:latest 22:40:06 prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container 22:40:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:40:06  Building core-data ... done Collecting docker-compose==1.23.2 22:40:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:40:07 Collecting docker<4.0,>=3.6.0 22:40:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:40:07 Collecting PyYAML<4,>=3.10 22:40:07 Downloading PyYAML-3.13.tar.gz (270 kB) 22:40:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:40:08 Collecting websocket-client<1.0,>=0.32.0 22:40:08 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:40:08 Collecting jsonschema<3,>=2.5.1 22:40:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:40:08 Collecting texttable<0.10,>=0.9.0 22:40:08 Downloading texttable-0.9.1.tar.gz (11 kB) 22:40:09 $ docker top f7714275747bb0aafb3d266195f4668f54e5866ea23cb181d63ed1dbbfdc8b14 -eo pid,comm 22:40:09 Collecting dockerpty<0.5,>=0.4.1 22:40:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] { [Pipeline] sh 22:40:10 Collecting cached-property<2,>=1.2.0 22:40:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:40:10 Collecting docopt<0.7,>=0.6.1 22:40:10 Downloading docopt-0.6.2.tar.gz (25 kB) 22:40:10 + docker-compose build --help 22:40:10 + grep parallel 22:40:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:40:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:40:11 Collecting docker-pycreds>=0.4.0 22:40:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:40:11 Collecting urllib3<1.25,>=1.21.1 22:40:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:40:11 Collecting idna<2.8,>=2.5 22:40:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:40:11 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) 22:40:11 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) 22:40:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:40:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:40:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:40:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:40:11 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, texttable, dockerpty, cached-property, docopt, docker-compose 22:40:11 Attempting uninstall: urllib3 22:40:11 Found existing installation: urllib3 1.25.9 22:40:11 Uninstalling urllib3-1.25.9: 22:40:11 Successfully uninstalled urllib3-1.25.9 22:40:11 Attempting uninstall: idna 22:40:11 Found existing installation: idna 2.9 22:40:11 Uninstalling idna-2.9: 22:40:12 Successfully uninstalled idna-2.9 22:40:13 Attempting uninstall: requests 22:40:13 Found existing installation: requests 2.23.0 22:40:13 Uninstalling requests-2.23.0: 22:40:13 Successfully uninstalled requests-2.23.0 22:40:13 --parallel Build images in parallel. [Pipeline] } 22:40:14 $ docker stop --time=1 f7714275747bb0aafb3d266195f4668f54e5866ea23cb181d63ed1dbbfdc8b14 22:40:14 Running setup.py install for PyYAML: started 22:40:14 Running setup.py install for PyYAML: finished with status 'done' 22:40:14 Running setup.py install for texttable: started 22:40:15 Running setup.py install for texttable: finished with status 'done' 22:40:15 Running setup.py install for dockerpty: started 22:40:15 Running setup.py install for dockerpty: finished with status 'done' 22:40:15 Running setup.py install for docopt: started 22:40:15 $ docker rm -f f7714275747bb0aafb3d266195f4668f54e5866ea23cb181d63ed1dbbfdc8b14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:40:16 Running setup.py install for docopt: finished with status 'done' 22:40:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:40:16 . [Pipeline] withDockerContainer 22:40:16 prd-ubuntu18.04-docker-arm64-4c-16g-4938 does not seem to be running inside a container 22:40:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:40:17 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.59.0 22:40:18 $ docker top 812aae739dc0651d947da906e0ad78df77f3db1234b34b2f1b627d4e815f7610 -eo pid,comm [Pipeline] { [Pipeline] sh 22:40:19 + docker-compose -f ./docker-compose-build.yml build --parallel 22:40:22 Building core-command ... 22:40:22 Building core-data ... 22:40:22 Building core-metadata ... 22:40:22 Building security-bootstrapper ... 22:40:22 Building security-proxy-setup ... 22:40:22 Building security-secretstore-setup ... 22:40:22 Building support-notifications ... 22:40:22 Building support-scheduler ... 22:40:22 Building sys-mgmt-agent ... 22:40:22 Building support-notifications 22:40:22 Building security-proxy-setup 22:40:22 Building security-secretstore-setup 22:40:22 Building core-command 22:40:22 Building core-metadata 22:40:27 Removing intermediate container a7fa11ade4cf 22:40:27 ---> 58b26abbedeb 22:40:27 Step 15/24 : ENV APP_PORT=48090 22:40:27 ---> Running in a9bee54d7038 22:40:27 Removing intermediate container a9bee54d7038 22:40:27 ---> 4b38bff2cabe 22:40:27 Step 16/24 : EXPOSE $APP_PORT 22:40:27 ---> Running in 70ba81899e2c 22:40:27 Removing intermediate container 70ba81899e2c 22:40:27 ---> c83058230629 22:40:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:40:27 ---> 2f163d51ec48 22:40:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:40:27 ---> 8d8e46f6e3c3 22:40:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:40:27 ---> eb2f04c8a5db 22:40:27 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 22:40:27 ---> Running in 836e262929fb 22:40:28 Removing intermediate container 836e262929fb 22:40:28 ---> 83a1b1f87ccf 22:40:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:40:28 ---> Running in d4ba7bd1c709 22:40:28 Removing intermediate container d4ba7bd1c709 22:40:28 ---> 4d50504fbab7 22:40:28 Step 22/24 : LABEL arch=x86_64 22:40:28 ---> Running in f9cc8ac3e7ec 22:40:29 Removing intermediate container f9cc8ac3e7ec 22:40:29 ---> 84b6ccaf05e7 22:40:29 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:40:29 ---> Running in d0972e581917 22:40:29 Removing intermediate container d0972e581917 22:40:29 ---> a02a878b19b0 22:40:29 Step 24/24 : LABEL version=0.0.0 22:40:30 ---> Running in c9b614a41426 22:40:30 Removing intermediate container c9b614a41426 22:40:30 ---> cb4739529db6 22:40:30 22:40:31 Successfully built cb4739529db6 22:40:31 Successfully tagged sys-mgmt-agent:latest 22:40:31  Building sys-mgmt-agent ... done  [Pipeline] } 22:40:31 $ docker stop --time=1 0f8cbe1ed7ca7ebd579da017bb1b72a0e2067429cf81131dd5ae663321ea2a59 22:40:34 $ docker rm -f 0f8cbe1ed7ca7ebd579da017bb1b72a0e2067429cf81131dd5ae663321ea2a59 [Pipeline] // withDockerContainer [Pipeline] sh 22:40:34 + docker images 22:40:35 REPOSITORY TAG IMAGE ID CREATED SIZE 22:40:35 sys-mgmt-agent latest cb4739529db6 5 seconds ago 312MB 22:40:35 core-data latest 36a9be26ee42 31 seconds ago 21.5MB 22:40:35 security-secretstore-setup latest e527c7a83a60 36 seconds ago 25.7MB 22:40:35 security-proxy-setup latest a7355d24646b 41 seconds ago 25.3MB 22:40:35 b60456babe9e 50 seconds ago 1.15GB 22:40:35 bbb7ebda08ae 54 seconds ago 1.17GB 22:40:35 bd4f19982b28 58 seconds ago 1.15GB 22:40:35 f80c0051633b 58 seconds ago 1.16GB 22:40:35 security-bootstrapper latest cc7bd1864c71 3 minutes ago 18.2MB 22:40:35 core-command latest 8ee651241c67 3 minutes ago 17MB 22:40:35 core-metadata latest 2c05d1667e80 3 minutes ago 18.6MB 22:40:35 support-scheduler latest f124513e9dc2 3 minutes ago 17.1MB 22:40:35 support-notifications latest eb0ccfb7a8ef 3 minutes ago 17.7MB 22:40:35 7c36b42faa1e 3 minutes ago 1.17GB 22:40:35 09edc9288d69 3 minutes ago 1.16GB 22:40:35 6f02e8a97730 3 minutes ago 1.16GB 22:40:35 62292e6b1b54 3 minutes ago 1.16GB 22:40:35 fdafa3766aab 4 minutes ago 1.15GB 22:40:35 ci-base-image-x86_64 latest fda2c302c681 11 minutes ago 648MB 22:40:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB 22:40:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB 22:40:35 alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB 22:40:35 docker 20.10.0 aefe523efa57 5 months ago 240MB 22:40:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:40:50 Still waiting to schedule task 22:40:50 ‘prd-ubuntu18.04-docker-8c-8g-4940’ is offline 22:41:44 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:41:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:41:44 ---> fc3e8de55acf 22:41:44 Step 3/26 : WORKDIR /edgex-go 22:41:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:41:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:41:44 ---> fc3e8de55acf 22:41:44 Step 3/23 : WORKDIR /edgex-go 22:41:44 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:41:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:41:44 ---> fc3e8de55acf 22:41:44 Step 3/24 : WORKDIR /edgex-go 22:41:44 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:41:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:41:44 ---> fc3e8de55acf 22:41:44 Step 3/24 : WORKDIR /edgex-go 22:41:44 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:41:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:41:44 ---> fc3e8de55acf 22:41:44 Step 3/22 : WORKDIR /edgex-go 22:41:44 ---> Running in 9f2d2c2ba32d 22:41:44 ---> Running in 1e7a84f79c40 22:41:44 ---> Running in 7352c30ac041 22:41:44 ---> Running in 1089bfa20db5 22:41:44 ---> Running in 7c9b855170d3 22:41:44 Removing intermediate container 1e7a84f79c40 22:41:44 ---> bc52c00267df 22:41:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:44 Removing intermediate container 1089bfa20db5 22:41:44 ---> 5c36fa5210a6 22:41:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:44 Removing intermediate container 7c9b855170d3 22:41:44 ---> 940f7687051c 22:41:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:44 Removing intermediate container 7352c30ac041 22:41:44 ---> 4513e61bb57d 22:41:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:44 Removing intermediate container 9f2d2c2ba32d 22:41:44 ---> 4259a2d88684 22:41:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:44 ---> Running in 8eab4a740a12 22:41:44 ---> Running in 39fce649f365 22:41:44 ---> Running in 52e65236a290 22:41:44 ---> Running in 97b2ef32fed6 22:41:44 ---> Running in 49722318fc00 22:41:44 Removing intermediate container 8eab4a740a12 22:41:44 ---> e2cf7edae688 22:41:44 Step 5/24 : RUN apk add --update --no-cache make git 22:41:44 ---> Running in 4790e9439dbc 22:41:44 Removing intermediate container 39fce649f365 22:41:44 ---> 4ad5f3308e72 22:41:44 Step 5/22 : RUN apk add --update --no-cache make git 22:41:44 Removing intermediate container 52e65236a290 22:41:44 ---> 3a4d054d03fe 22:41:44 Step 5/26 : RUN apk add --update --no-cache make git 22:41:44 ---> Running in bb46419683a6 22:41:44 ---> Running in 2a394ea84bd8 22:41:44 Removing intermediate container 49722318fc00 22:41:44 Removing intermediate container 97b2ef32fed6 22:41:44 ---> 5c35b0d7d39b 22:41:44 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:41:44 ---> 6b8ee9353a47 22:41:44 Step 5/24 : RUN apk add --update --no-cache make git 22:41:44 ---> Running in 3e1a5b4551d1 22:41:44 ---> Running in 9b4704d900e7 22:41:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:41:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:41:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:41:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:41:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:41:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:41:45 OK: 218 MiB in 52 packages 22:41:46 OK: 218 MiB in 52 packages 22:41:46 OK: 218 MiB in 52 packages 22:41:46 OK: 218 MiB in 52 packages 22:41:46 OK: 218 MiB in 52 packages 22:41:47 Removing intermediate container bb46419683a6 22:41:47 ---> f0a954d84d66 22:41:47 Step 6/22 : COPY go.mod . 22:41:48 Removing intermediate container 2a394ea84bd8 22:41:48 ---> 545c140322f4 22:41:48 Step 6/26 : COPY go.mod . 22:41:48 Removing intermediate container 4790e9439dbc 22:41:48 ---> faf00e70098c 22:41:48 Step 6/24 : COPY go.mod . 22:41:48 ---> f6470cdead11 22:41:48 Step 7/22 : RUN go mod download 22:41:48 Removing intermediate container 9b4704d900e7 22:41:48 ---> 8201684365ec 22:41:48 Step 6/24 : COPY go.mod . 22:41:48 Removing intermediate container 3e1a5b4551d1 22:41:48 ---> 390207dc4964 22:41:48 Step 6/23 : COPY go.mod . 22:41:48 ---> Running in 933904c59e14 22:41:49 ---> 730abee447e4 22:41:49 Step 7/26 : RUN go mod download 22:41:49 ---> Running in b8cd5094e8b5 22:41:49 ---> af3cfd8b9c0c 22:41:49 Step 7/24 : RUN go mod download 22:41:49 ---> 3538be907353 22:41:49 Step 7/24 : RUN go mod download 22:41:50 ---> 6cca868b93db 22:41:50 Step 7/23 : RUN go mod download 22:41:50 ---> Running in 97487ef82ced 22:41:50 ---> Running in 3f1fc1e7c49f 22:41:50 ---> Running in 85cc68d894b3 22:41:52 Removing intermediate container 933904c59e14 22:41:52 ---> 52c9e14c2b40 22:41:52 Step 8/22 : COPY . . 22:41:53 Removing intermediate container b8cd5094e8b5 22:41:53 ---> 1bf9888e469c 22:41:53 Step 8/26 : COPY . . 22:41:54 Removing intermediate container 97487ef82ced 22:41:54 ---> 65939cb9708a 22:41:54 Step 8/24 : COPY . . 22:41:55 Removing intermediate container 3f1fc1e7c49f 22:41:55 ---> c3d83b0f4b7a 22:41:55 Step 8/24 : COPY . . 22:41:55 Removing intermediate container 85cc68d894b3 22:41:55 ---> 4c00c67ec37f 22:41:55 Step 8/23 : COPY . . 22:42:22 ---> 900303ea42d9 22:42:22 Step 9/26 : RUN go mod tidy 22:42:22 ---> f21ef6fdf9a2 22:42:22 Step 9/22 : RUN go mod tidy 22:42:22 ---> e99d7acee82b 22:42:22 Step 9/24 : RUN go mod tidy 22:42:22 ---> 0fc6ddcf0697 22:42:22 Step 9/23 : RUN go mod tidy 22:42:22 ---> Running in 47ba58c31bad 22:42:22 ---> 90f0fdd432a6 22:42:22 Step 9/24 : RUN go mod tidy 22:42:22 ---> Running in 046f8c579ed2 22:42:22 ---> Running in fdb5508ed9a2 22:42:22 ---> Running in 662b14db52ec 22:42:22 ---> Running in 5e7686846c10 22:42:28 Removing intermediate container 046f8c579ed2 22:42:28 ---> a31331c0f12a 22:42:28 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:42:28 ---> Running in aa372e6407dc 22:42:28 Removing intermediate container 47ba58c31bad 22:42:28 ---> 89041cff2999 22:42:28 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:42:28 Removing intermediate container 662b14db52ec 22:42:28 ---> e5874d371a6f 22:42:28 Step 10/24 : RUN make cmd/core-command/core-command 22:42:28 ---> Running in 6fc7e8a76445 22:42:28 ---> Running in 02f37fc30873 22:42:28 Removing intermediate container fdb5508ed9a2 22:42:28 ---> 1323ebf19643 22:42:28 Step 10/24 : RUN make cmd/core-metadata/core-metadata 22:42:28 Removing intermediate container 5e7686846c10 22:42:28 ---> 1a232388d2ac 22:42:28 Step 10/23 : RUN make cmd/support-notifications/support-notifications 22:42:28 ---> Running in c1c96bd1cd41 22:42:28 ---> Running in abb0809ecbdd 22:42:29 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 22:42: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 22:42:30 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 22:42:30 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 22:42:31 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 22:42:59 Running on prd-ubuntu18.04-docker-8c-8g-4941 in /w/workspace/edgexfoundry_edgex-go_PR-3457 [Pipeline] { [Pipeline] ws 22:42:59 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:43:01 using credential edgex-jenkins-ssh 22:43:01 Cloning the remote Git repository 22:43:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:43:01 > git init /w/workspace/edgex-go/3 # timeout=10 22:43:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:43:01 > git --version # timeout=10 22:43:01 > git --version # 'git version 2.17.1' 22:43:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:43:13 Merging remotes/origin/master commit 21807bed0cea4258a40f185a4e0cb4759d48740d into PR head commit 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:43:13 Merge succeeded, producing 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:43:13 Checking out Revision 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada (PR-3457) 22:43:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:43:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:43:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:43:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:43:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3457/head:refs/remotes/origin/PR-3457 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:13 > git config core.sparsecheckout # timeout=10 22:43:13 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 22:43:13 > git remote # timeout=10 22:43:13 > git config --get remote.origin.url # timeout=10 22:43:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:13 > git merge 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 22:43:13 > git rev-parse HEAD^{commit} # timeout=10 22:43:13 > git config core.sparsecheckout # timeout=10 22:43:13 > git checkout -f 3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada # timeout=10 22:43:17 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:43:18 + echo snap-build.sh 22:43:18 snap-build.sh 22:43:18 + SNAP_BASE_DIR=. 22:43:18 + '[' '!' -z /w/workspace/edgex-go/3 ']' 22:43:18 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 22:43:18 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 22:43:18 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 22:43:18 + cd /w/workspace/edgex-go/3 22:43:18 + sudo apt-get remove -qy --purge lxd lxd-client 22:43:18 Reading package lists... 22:43:18 Building dependency tree... 22:43:18 Reading state information... 22:43:18 The following packages were automatically installed and are no longer required: 22:43:18 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:43:18 uidmap xdelta3 22:43:18 Use 'sudo apt autoremove' to remove them. 22:43:18 The following packages will be REMOVED: 22:43:18 lxd* lxd-client* 22:43:18 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:43:18 After this operation, 31.7 MB disk space will be freed. 22:43:19 (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.) 22:43:19 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:43:20 Removing lxd dnsmasq configuration 22:43:20 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:43:21 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:43:21 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:43:22 (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.) 22:43:22 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:43:23 Processing triggers for systemd (237-3ubuntu10.42) ... 22:43:23 Processing triggers for ureadahead (0.100.0-21) ... 22:43:24 + sudo snap remove --purge lxd 22:43:24 snap "lxd" is not installed 22:43:24 + sudo groupadd --force --system lxd 22:43:24 ++ whoami 22:43:24 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:43:24 + newgrp - lxd 22:43:24 + sudo snap install lxd 22:43:32 2021-05-12T22:43:29Z INFO Waiting for automatic snapd restart... 22:43:47 lxd 4.14 from Canonical* installed 22:43:47 + sudo lxd init --auto 22:43:54 + sudo snap install --classic snapcraft 22:43:59 snapcraft 4.7.1 from Canonical* installed 22:43:59 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:43:59 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:43:59 % Total % Received % Xferd Average Speed Time Time Time Current 22:43:59 Dload Upload Total Spent Left Speed 22:43:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 22:43:59 100 3325k 100 3325k 0 0 8250k 0 --:--:-- --:--:-- --:--:-- 8250k 22:43:59 ./yq_linux_amd64 22:43:59 + sudo snapcraft prime --use-lxd 22:44:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:44:01 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: 22:44:01 - README.md 22:44:01 22:44:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:44:01 Launching a container. 22:44:09 Waiting for container to be ready 22:44:09 To start your first instance, try: lxc launch ubuntu:18.04 22:44:09 22:44:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:44:13 Waiting for network to be ready... 22:44:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:44:13 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:44:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 22:44:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 22:44:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 22:44:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:44:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 22:44:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 22:44:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 22:44:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 22:44:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:44:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:44:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:44:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:44:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:44:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:44:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:44:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:44:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:44:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 22:44:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 22:44:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 22:44:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:44:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 22:44:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 22:44:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 22:44:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 22:44:17 Fetched 24.6 MB in 4s (6037 kB/s) 22:44:18 Reading package lists... 22:44:18 Reading package lists... 22:44:18 Building dependency tree... 22:44:18 Reading state information... 22:44:19 The following additional packages will be installed: 22:44:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:44:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:44:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:44:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:44:19 Suggested packages: 22:44:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:44:19 Recommended packages: 22:44:19 gnupg libsasl2-modules 22:44:19 The following NEW packages will be installed: 22:44:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:44:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:44:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:44:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:44:19 The following packages will be upgraded: 22:44:19 gpg gpg-agent gpgconf libudev1 22:44:19 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 22:44:19 Need to get 3530 kB of archives. 22:44:19 After this operation, 13.3 MB of additional disk space will be used. 22:44:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:44:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:44:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:44:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:44:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 22:44:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 22:44:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:44:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:44:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:44:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:44:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:44:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:44:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:44:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:44:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:44:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:44:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:44:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:44:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:44:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:44:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:44:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:44:20 debconf: delaying package configuration, since apt-utils is not installed 22:44:20 Fetched 3530 kB in 1s (3473 kB/s) 22:44:20 (Reading database ... 12511 files and directories currently installed.) 22:44:20 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 22:44:20 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:44:20 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 22:44:20 Selecting previously unselected package udev. 22:44:20 (Reading database ... 12511 files and directories currently installed.) 22:44:20 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 22:44:20 Unpacking udev (237-3ubuntu10.47) ... 22:44:20 Selecting previously unselected package libfuse2:amd64. 22:44:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:44:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:44:20 Selecting previously unselected package fuse. 22:44:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:44:20 Unpacking fuse (2.9.7-1ubuntu1) ... 22:44:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:44:21 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:44:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:44:21 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:44:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:44:21 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:44:21 Selecting previously unselected package libksba8:amd64. 22:44:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:44:21 Unpacking libksba8:amd64 (1.3.5-2) ... 22:44:21 Selecting previously unselected package libroken18-heimdal:amd64. 22:44:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:44:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:44:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:44:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:22 Selecting previously unselected package libwind0-heimdal:amd64. 22:44:22 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:22 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:22 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:44:22 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:22 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:22 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:44:22 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:22 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:44:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:44:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:44:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:22 Selecting previously unselected package libsasl2-modules-db:amd64. 22:44:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:44:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:44:22 Selecting previously unselected package libsasl2-2:amd64. 22:44:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:44:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:44:22 Selecting previously unselected package libldap-common. 22:44:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:44:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:44:22 Selecting previously unselected package libldap-2.4-2:amd64. 22:44:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:44:22 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 22:44:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:44:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:44:22 Selecting previously unselected package dirmngr. 22:44:22 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:44:22 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:44:23 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:44:23 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:44:23 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:44:23 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:44:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:44:23 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:44:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:23 Setting up libksba8:amd64 (1.3.5-2) ... 22:44:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:44:23 Setting up udev (237-3ubuntu10.47) ... 22:44:23 invoke-rc.d: policy-rc.d denied execution of start. 22:44:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:23 Processing triggers for systemd (237-3ubuntu10) ... 22:44:23 Setting up fuse (2.9.7-1ubuntu1) ... 22:44:23 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:44:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:24 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:24 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:24 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:24 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:44:24 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:44:24 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:44:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:44:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:44:24 settings in the [Install] section, and DefaultInstance for template units). 22:44:24 This means they are not meant to be enabled using systemctl. 22:44:24 Possible reasons for having this kind of units are: 22:44:24 1) A unit may be statically enabled by being symlinked from another unit's 22:44:24 .wants/ or .requires/ directory. 22:44:24 2) A unit's purpose may be to act as a helper for some other unit which has 22:44:24 a requirement dependency on it. 22:44:24 3) A unit may be started when needed via activation (socket, path, timer, 22:44:24 D-Bus, udev, scripted systemctl call, ...). 22:44:24 4) In case of template units, the unit is meant to be enabled with some 22:44:24 instance name specified. 22:44:25 Reading package lists... 22:44:25 Building dependency tree... 22:44:25 Reading state information... 22:44:25 The following additional packages will be installed: 22:44:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:44:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:44:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:44:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:44:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:44:25 Suggested packages: 22:44:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:44:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:44:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:44:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:44:25 systemd-container policykit-1 22:44:25 Recommended packages: 22:44:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:44:25 The following NEW packages will be installed: 22:44:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:44:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:44:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:44:25 multiarch-support openssh-client python3 python3-minimal python3.6 22:44:25 python3.6-minimal snapd squashfs-tools sudo 22:44:25 The following packages will be upgraded: 22:44:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:44:25 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 22:44:25 Need to get 35.2 MB of archives. 22:44:25 After this operation, 141 MB of additional disk space will be used. 22:44:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 22:44:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 22:44:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:44:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:44:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:44:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:44:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:44:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:44:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:44:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:44:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:44:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:44:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:44:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:44:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:44:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:44:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:44:26 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 22:44:26 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 22:44:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 22:44:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:44:27 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:44:27 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:44:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:44:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:44:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:44:27 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:44:27 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:44:27 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:44:27 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:44:27 debconf: delaying package configuration, since apt-utils is not installed 22:44:27 Fetched 35.2 MB in 2s (22.1 MB/s) 22:44:27 (Reading database ... 12757 files and directories currently installed.) 22:44:27 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 22:44:27 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:44:28 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 22:44:28 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:44:28 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 22:44:28 (Reading database ... 12757 files and directories currently installed.) 22:44:28 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 22:44:28 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 22:44:28 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 22:44:28 (Reading database ... 12757 files and directories currently installed.) 22:44:28 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 22:44:28 Unpacking apt (1.6.13) over (1.6.1) ... 22:44:28 Setting up apt (1.6.13) ... 22:44:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:44:29 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:44:29 (Reading database ... 12764 files and directories currently installed.) 22:44:29 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:44:29 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:44:29 Removing intermediate container 6fc7e8a76445 22:44:29 ---> 47d05d7f8ae0 22:44:29 22:44:29 Step 11/22 : FROM alpine:3.12 22:44:29 3.12: Pulling from library/alpine 22:44:29 Removing intermediate container aa372e6407dc 22:44:29 ---> d841aa41e914 22:44:29 22:44:29 Step 11/26 : FROM alpine:3.12 22:44:29 3.12: Pulling from library/alpine 22:44:30 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:44:30 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:44:30 Status: Downloaded newer image for alpine:3.12 22:44:30 ---> 9852663dfa18 22:44:30 Step 12/22 : RUN apk add --update --no-cache curl 22:44:30 Status: Downloaded newer image for alpine:3.12 22:44:30 ---> 9852663dfa18 22:44:30 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:44:31 ---> Running in 6f6f697df786 22:44:31 ---> Running in c4ee458adb54 22:44:32 Selecting previously unselected package libpython3.6-minimal:amd64. 22:44:32 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:44:32 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:44:32 Selecting previously unselected package libexpat1:amd64. 22:44:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:44:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:44:32 Selecting previously unselected package python3.6-minimal. 22:44:32 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:44:32 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:44:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 22:44:32 Checking for services that may need to be restarted...done. 22:44:32 Checking for services that may need to be restarted...done. 22:44:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:44:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:44:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:44:32 Selecting previously unselected package python3-minimal. 22:44:32 (Reading database ... 13012 files and directories currently installed.) 22:44:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:44:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:44:32 Selecting previously unselected package mime-support. 22:44:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:44:32 Unpacking mime-support (3.60ubuntu1) ... 22:44:33 Selecting previously unselected package libmpdec2:amd64. 22:44:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:44:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:44:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:44:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:44:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:44:33 Selecting previously unselected package python3.6. 22:44:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:44:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:44:33 Selecting previously unselected package libpython3-stdlib:amd64. 22:44:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:44:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:44:33 Setting up python3-minimal (3.6.7-1~18.04) ... 22:44:34 Selecting previously unselected package python3. 22:44:34 (Reading database ... 13442 files and directories currently installed.) 22:44:34 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:44:34 Unpacking python3 (3.6.7-1~18.04) ... 22:44:34 Selecting previously unselected package multiarch-support. 22:44:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:44:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:44:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:34 Selecting previously unselected package liblzo2-2:amd64. 22:44:34 (Reading database ... 13479 files and directories currently installed.) 22:44:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:44:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:44:34 Selecting previously unselected package libbsd0:amd64. 22:44:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:44:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:44:34 Selecting previously unselected package sudo. 22:44:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:44:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:44:34 Selecting previously unselected package apparmor. 22:44:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:44:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:34 Selecting previously unselected package libedit2:amd64. 22:44:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:44:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:44:34 Selecting previously unselected package libkrb5support0:amd64. 22:44:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:44:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:44:35 Selecting previously unselected package libk5crypto3:amd64. 22:44:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:44:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:44:35 Selecting previously unselected package libkeyutils1:amd64. 22:44:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:44:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:44:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:35 Selecting previously unselected package libkrb5-3:amd64. 22:44:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:44:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:44:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:44:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:44:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:44:35 Selecting previously unselected package libssl1.0.0:amd64. 22:44:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:44:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:44:35 Selecting previously unselected package openssh-client. 22:44:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:44:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:44:35 (1/6) Installing ca-certificates (20191127-r4) 22:44:35 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:44:35 (3/6) Installing libcurl (7.76.1-r0) 22:44:35 (4/6) Installing curl (7.76.1-r0) 22:44:35 (5/6) Installing dumb-init (1.2.2-r1) 22:44:35 (6/6) Installing su-exec (0.2-r1) 22:44:35 Executing busybox-1.31.1-r20.trigger 22:44:35 Executing ca-certificates-20191127-r4.trigger 22:44:35 Selecting previously unselected package squashfs-tools. 22:44:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:44:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:44:35 Selecting previously unselected package snapd. 22:44:35 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:44:35 Unpacking snapd (2.48.3+18.04) ... 22:44:36 OK: 7 MiB in 20 packages 22:44:36 (1/4) Installing ca-certificates (20191127-r4) 22:44:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:44:36 (3/4) Installing libcurl (7.76.1-r0) 22:44:36 (4/4) Installing curl (7.76.1-r0) 22:44:36 Executing busybox-1.31.1-r20.trigger 22:44:36 Executing ca-certificates-20191127-r4.trigger 22:44:36 OK: 7 MiB in 18 packages 22:44:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:44:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:44:38 Setting up mime-support (3.60ubuntu1) ... 22:44:38 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:44:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:44:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:44:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:44:38 Setting up systemd (237-3ubuntu10.47) ... 22:44:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:44:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:44:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:44:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:44:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:44:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:44:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:44:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:44:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:44:39 Removing intermediate container 02f37fc30873 22:44:39 ---> aaab444e2424 22:44:39 22:44:39 Step 11/24 : FROM alpine:3.12 22:44:39 ---> 9852663dfa18 22:44:39 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:44:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:44:39 Setting up python3 (3.6.7-1~18.04) ... 22:44:39 running python rtupdate hooks for python3.6... 22:44:39 running python post-rtupdate hooks for python3.6... 22:44:39 Setting up apparmor (2.12-4ubuntu5.1) ... 22:44:40 ---> Running in 055c8deacdc5 22:44:40 Removing intermediate container 6f6f697df786 22:44:40 ---> 34c512d473ff 22:44:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:44:40 Removing intermediate container c4ee458adb54 22:44:40 ---> a704b2ad48dc 22:44:40 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:44:40 ---> Running in 328aa884b02d 22:44:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:44:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:44:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:44:41 ---> Running in e8078d77dd4f 22:44:41 Setting up snapd (2.48.3+18.04) ... 22:44:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:44:41 Removing intermediate container 328aa884b02d 22:44:41 ---> 0b50c676bb99 22:44:41 Step 14/26 : WORKDIR / 22:44:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:44:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:44:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:42 Removing intermediate container e8078d77dd4f 22:44:42 ---> 8a233ddce65d 22:44:42 Step 14/22 : WORKDIR /edgex 22:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:44:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:44:42 ---> Running in 2badcbf98900 22:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:44:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:44:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:44:43 ---> Running in 33970052b188 22:44:43 (1/1) Installing dumb-init (1.2.2-r1) 22:44:43 Executing busybox-1.31.1-r20.trigger 22:44:43 OK: 5 MiB in 15 packages 22:44:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:44:43 /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' 22:44:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:44:43 Processing triggers for systemd (237-3ubuntu10.47) ... 22:44:43 Removing intermediate container abb0809ecbdd 22:44:43 ---> 8d33e53ed3b3 22:44:43 22:44:43 Step 11/23 : FROM alpine:3.12 22:44:43 ---> 9852663dfa18 22:44:43 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:44:43 ---> Running in 590a1a6382f2 22:44:43 Removing intermediate container 2badcbf98900 22:44:43 ---> 8592f96ce9b8 22:44:43 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:44:43 Removing intermediate container 33970052b188 22:44:43 ---> dbe99148c955 22:44:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:44:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:44:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:44:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:44:45 ---> 9f838d2d5647 22:44:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:44:45 Reading package lists... 22:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:44:45 Removing intermediate container 055c8deacdc5 22:44:45 ---> 61ce7003a7e4 22:44:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:44:45 Reading package lists... 22:44:45 Building dependency tree... 22:44:45 Reading state information... 22:44:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:44:45 ---> 6d24b85ade42 22:44:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:44:45 Calculating upgrade... 22:44:45 The following packages will be upgraded: 22:44:45 advancecomp base-files bash binutils binutils-common 22:44:45 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:44:45 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:44:45 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:44:45 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:44:45 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:44:45 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:44:45 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 22:44:45 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 22:44:45 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 22:44:45 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 22:44:45 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 22:44:45 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 22:44:45 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 22:44:45 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:44:46 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:44:46 Need to get 64.0 MB of archives. 22:44:46 After this operation, 5041 kB of additional disk space will be used. 22:44:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 22:44:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:44:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:44:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:44:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:44:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:44:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:44:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:44:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:44:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:44:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:44:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:44:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:44:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:44:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:44:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:44:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:44:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:44:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:44:46 ---> Running in 5fe3523828ad 22:44:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:44:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:44:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:44:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:44:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:44:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:44:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:44:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:44:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:44:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:44:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:44:46 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:44:46 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:44:46 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:44:46 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:44:46 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:44:46 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:44:46 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 22:44:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 22:44:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:44:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:44:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 22:44:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:44:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:44:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:44:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:44:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:44:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:44:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:44:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:44:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:44:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:44:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:44:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:44:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:44:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:44:46 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:44:46 (1/2) Installing ca-certificates (20191127-r4) 22:44:46 (2/2) Installing dumb-init (1.2.2-r1) 22:44:46 Executing busybox-1.31.1-r20.trigger 22:44:46 Executing ca-certificates-20191127-r4.trigger 22:44:46 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:44:46 ---> 053b19156426 22:44:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:44:46 OK: 6 MiB in 16 packages 22:44:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:44:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:44:47 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:44:47 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:44:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:44:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:44:47 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:44:47 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:44:47 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:44:47 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:44:47 Removing intermediate container 5fe3523828ad 22:44:47 ---> c8c501d43873 22:44:47 Step 14/24 : ENV APP_PORT=48082 22:44:47 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:44:47 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:44:47 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:44:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:44:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:44:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:44:47 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:44:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:44:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:44:47 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:44:48 ---> Running in 36ac161cca4a 22:44:48 Removing intermediate container c1c96bd1cd41 22:44:48 ---> f43fa9a2bcab 22:44:48 22:44:48 Step 11/24 : FROM alpine:3.12 22:44:48 ---> 9852663dfa18 22:44:48 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:44:48 ---> Using cache 22:44:48 ---> 61ce7003a7e4 22:44:48 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:44:48 ---> Using cache 22:44:48 ---> c8c501d43873 22:44:48 Step 14/24 : ENV APP_PORT=48081 22:44:48 ---> 86ca6a413650 22:44:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:44:48 ---> ac599cb95c80 22:44:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:44:48 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:44:48 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:44:48 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:44:48 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:44:48 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:44:48 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:44:48 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:44:48 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 22:44:48 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:44:48 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:44:48 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:44:48 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:44:48 ---> Running in 020eee2bf03a 22:44:48 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:44:48 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 22:44:48 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 22:44:48 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:44:48 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:44:48 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:44:48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:44:48 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:44:48 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:44:48 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:44:48 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:44:48 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:44:48 debconf: delaying package configuration, since apt-utils is not installed 22:44:48 Fetched 64.0 MB in 3s (24.4 MB/s) 22:44:48 (Reading database ... 13912 files and directories currently installed.) 22:44:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:44:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:44:48 Removing intermediate container 36ac161cca4a 22:44:48 ---> bd2761725a05 22:44:48 Step 15/24 : EXPOSE $APP_PORT 22:44:49 ---> Running in 9ceb9dfeeb8c 22:44:49 Removing intermediate container 020eee2bf03a 22:44:49 ---> 243ac84e62d9 22:44:49 Step 15/24 : EXPOSE $APP_PORT 22:44:49 ---> b9f312f14742 22:44:49 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:44:49 Removing intermediate container 590a1a6382f2 22:44:49 ---> e0f38d8cfdc3 22:44:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:44:49 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:44:49 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:44:49 ---> Running in d2533c04c953 22:44:49 ---> Running in 317107c14343 22:44:49 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 22:44:49 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 22:44:49 ---> 4332f635b0bd 22:44:49 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:44:49 Removing intermediate container 9ceb9dfeeb8c 22:44:49 ---> a8ebed20b4ea 22:44:49 Step 16/24 : WORKDIR / 22:44:50 ---> Running in 65f9774d74a6 22:44:50 ---> Running in 9d32c2bf23df 22:44:50 Removing intermediate container d2533c04c953 22:44:50 ---> a77290f2e42c 22:44:50 Step 16/24 : WORKDIR / 22:44:50 Removing intermediate container 317107c14343 22:44:50 ---> 25c6d2e8ac0c 22:44:50 Step 14/23 : ENV APP_PORT=48060 22:44:50 ---> Running in b17498ca896c 22:44:50 ---> Running in 7b55f642a7bb 22:44:50 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:50 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:50 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:50 Removing intermediate container 65f9774d74a6 22:44:50 ---> 68f165b4bd5f 22:44:50 Step 19/22 : CMD ["--init=true"] 22:44:50 ---> dcf2920866af 22:44:50 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:44:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:51 Removing intermediate container 9d32c2bf23df 22:44:51 ---> 4892cbb2cdb9 22:44:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:44:51 ---> Running in 82cb9fba3a40 22:44:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:51 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:51 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:51 Removing intermediate container 7b55f642a7bb 22:44:51 ---> ac42829de83a 22:44:51 Step 15/23 : EXPOSE $APP_PORT 22:44:51 Removing intermediate container b17498ca896c 22:44:51 ---> 40d41ec201b3 22:44:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:44:51 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:51 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:51 ---> Running in 06298d179b44 22:44:51 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:44:51 (Reading database ... 13911 files and directories currently installed.) 22:44:51 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:51 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:44:51 Removing intermediate container 82cb9fba3a40 22:44:51 ---> 14c57c0e1247 22:44:51 Step 20/22 : LABEL arch=arm64 22:44:51 ---> 27d0d7301108 22:44:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:44:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:44:52 (Reading database ... 13911 files and directories currently installed.) 22:44:52 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:52 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:52 ---> Running in d91cd2b24bec 22:44:52 Removing intermediate container 06298d179b44 22:44:52 ---> f6c03628b39c 22:44:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:44:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:44:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:44:52 ---> 60955a8f5ebb 22:44:52 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:44:52 ---> 7a65f937cb9c 22:44:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:44:52 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:44:52 (Reading database ... 13911 files and directories currently installed.) 22:44:52 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:44:52 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:44:53 Removing intermediate container d91cd2b24bec 22:44:53 ---> 1340d994f5c8 22:44:53 Step 21/22 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:44:53 ---> Running in f2d08669ff5b 22:44:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:44:53 (Reading database ... 13911 files and directories currently installed.) 22:44:53 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:44:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:44:53 ---> 2c82b965b81b 22:44:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:44:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:44:53 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:44:53 ---> 6107624ea299 22:44:53 ---> 227578c1823c 22:44:53 Step 22/26 : 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/ 22:44:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:44:53 Setting up base-files (10.1ubuntu2.10) ... 22:44:53 Installing new version of config file /etc/issue ... 22:44:53 Installing new version of config file /etc/issue.net ... 22:44:53 Installing new version of config file /etc/lsb-release ... 22:44:53 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:44:54 Removing intermediate container f2d08669ff5b 22:44:54 ---> ab081f8ffa3c 22:44:54 Step 22/22 : LABEL version=0.0.0 22:44:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:44:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:44:54 Removing obsolete conffile /etc/default/motd-news ... 22:44:54 ---> Running in 3e49b7c46917 22:44:54 ---> 72ad59142eef 22:44:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:44:54 ---> Running in 88c8b0f26c39 22:44:54 (Reading database ... 13912 files and directories currently installed.) 22:44:54 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:44:54 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:44:54 Setting up bash (4.4.18-2ubuntu1.2) ... 22:44:54 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 22:44:54 (Reading database ... 13912 files and directories currently installed.) 22:44:54 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:44:54 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:44:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:44:55 (Reading database ... 13912 files and directories currently installed.) 22:44:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:44:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:44:55 Setting up tar (1.29b-2ubuntu0.2) ... 22:44:55 (Reading database ... 13912 files and directories currently installed.) 22:44:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:44:55 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:44:55 ---> fd11dacd2985 22:44:55 Step 20/24 : ENTRYPOINT ["/core-command"] 22:44:55 ---> 9d42cae0c492 22:44:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:44:55 Removing intermediate container 88c8b0f26c39 22:44:55 ---> 10f6f68144e9 22:44:55 22:44:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:44:55 ---> Running in 70175c493abe 22:44:55 ---> 62a5724f0982 22:44:55 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:44:55 (Reading database ... 13912 files and directories currently installed.) 22:44:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:44:55 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:44:55 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:44:56 ---> Running in 4dbd24d709e2 22:44:56 (Reading database ... 13912 files and directories currently installed.) 22:44:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:44:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:44:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:44:56 Successfully built 10f6f68144e9 22:44:56 (Reading database ... 13912 files and directories currently installed.) 22:44:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:44:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:44:56 Successfully tagged security-proxy-setup-arm64:latest 22:44:56 Building core-data 22:44:56  Building security-proxy-setup ... done Removing intermediate container 70175c493abe 22:44:56 ---> 1f5c0246086f 22:44:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:56 ---> c2496c250f5e 22:44:56 Setting up grep (3.1-2build1) ... 22:44:56 (Reading database ... 13912 files and directories currently installed.) 22:44:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:44:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:44:56 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:44:56 ---> Running in e288bda86ccd 22:44:56 Removing intermediate container 4dbd24d709e2 22:44:56 ---> b4ac2788d5b0 22:44:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:56 ---> Running in 7311a96da9cf 22:44:56 Setting up login (1:4.5-1ubuntu2) ... 22:44:56 (Reading database ... 13912 files and directories currently installed.) 22:44:56 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:44:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:44:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:44:57 ---> Running in c43a3a4fa4aa 22:44:57 (Reading database ... 13912 files and directories currently installed.) 22:44:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:44:57 Removing intermediate container e288bda86ccd 22:44:57 ---> 839ef236b90c 22:44:57 Step 22/24 : LABEL arch=arm64 22:44:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:44:57 ---> Running in 72c30f1edb34 22:44:57 Removing intermediate container 7311a96da9cf 22:44:57 ---> 8bd992eb7815 22:44:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:44:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:44:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:44:57 Removing intermediate container 3e49b7c46917 22:44:57 ---> b395e4b47bf5 22:44:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:44:57 Removing intermediate container c43a3a4fa4aa 22:44:57 ---> 23660d573001 22:44:57 Step 22/24 : LABEL arch=arm64 22:44:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:44:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:44:58 ---> Running in 16e6beb7b910 22:44:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:44:58 (Reading database ... 13912 files and directories currently installed.) 22:44:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:44:58 ---> Running in f894559b5f2a 22:44:58 Removing intermediate container 72c30f1edb34 22:44:58 ---> 095dd69a7ff0 22:44:58 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:44:58 ---> Running in 34b33614603c 22:44:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:44:59 Removing intermediate container 16e6beb7b910 22:44:59 ---> ce1c27ed13aa 22:44:59 Step 21/23 : LABEL arch=arm64 22:44:59 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:44:59 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:44:59 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:45:00 ---> Running in 5f3978bff6e2 22:45:00 Removing intermediate container f894559b5f2a 22:45:00 ---> c35eea2dbebd 22:45:00 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:45:00 Removing intermediate container 34b33614603c 22:45:00 ---> 40a8bd121a18 22:45:00 Step 24/26 : LABEL arch=arm64 22:45:00 ---> Running in 09a18c5cfd9c 22:45:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:45:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:45:00 (Reading database ... 13912 files and directories currently installed.) 22:45:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:45:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:45:00 ---> Running in 35815af8d093 22:45:00 ---> Running in 77aa5f9e3766 22:45:00 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:45:00 (Reading database ... 13912 files and directories currently installed.) 22:45:00 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:00 Removing intermediate container 5f3978bff6e2 22:45:00 ---> f21b424364ee 22:45:00 Step 24/24 : LABEL version=0.0.0 22:45:00 Removing intermediate container 09a18c5cfd9c 22:45:00 ---> d65153a7f1e0 22:45:00 Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:45:00 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:45:00 (Reading database ... 13912 files and directories currently installed.) 22:45:00 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:00 ---> Running in 25ea02419e20 22:45:00 Removing intermediate container 77aa5f9e3766 22:45:00 ---> 244a04d9f091 22:45:00 Step 25/26 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:45:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:45:00 (Reading database ... 13912 files and directories currently installed.) 22:45:00 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:00 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:00 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:45:01 ---> Running in a1a0f26b69f7 22:45:01 (Reading database ... 13912 files and directories currently installed.) 22:45:01 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:01 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:01 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:45:01 Removing intermediate container 35815af8d093 22:45:01 ---> def03ac236a3 22:45:01 Step 24/24 : LABEL version=0.0.0 22:45:01 (Reading database ... 13912 files and directories currently installed.) 22:45:01 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:45:01 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:45:01 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:45:01 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:45:01 ---> Running in 5b32288862ae 22:45:01 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:45:01 (Reading database ... 13912 files and directories currently installed.) 22:45:01 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:45:01 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:45:01 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:45:01 Removing intermediate container 25ea02419e20 22:45:01 ---> aed04554a8ba 22:45:01 22:45:02 (Reading database ... 13912 files and directories currently installed.) 22:45:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:02 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:45:02 ---> Running in 8f6db0a2331a 22:45:02 Removing intermediate container a1a0f26b69f7 22:45:02 ---> 11086772d1ea 22:45:02 Step 23/23 : LABEL version=0.0.0 22:45:02 (Reading database ... 13912 files and directories currently installed.) 22:45:02 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:02 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:02 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:45:02 Successfully built aed04554a8ba 22:45:02 Successfully tagged core-command-arm64:latest 22:45:02 Building security-bootstrapper 22:45:02 (Reading database ... 13912 files and directories currently installed.) 22:45:02 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:02 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:02  Building core-command ... done Removing intermediate container 5b32288862ae 22:45:02 ---> 06210e4083cd 22:45:02 Step 26/26 : LABEL version=0.0.0 22:45:02 ---> Running in 205e9369dee2 22:45:02 ---> Running in fee36fc871fa 22:45:02 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:45:03 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:45:03 Removing intermediate container 8f6db0a2331a 22:45:03 ---> b5646bdb7cd8 22:45:03 22:45:03 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:45:03 Successfully built b5646bdb7cd8 22:45:03 (Reading database ... 13912 files and directories currently installed.) 22:45:03 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:45:03 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:45:03 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:45:03 Removing intermediate container 205e9369dee2 22:45:03 ---> c692968c2b0f 22:45:03 22:45:03 Successfully tagged core-metadata-arm64:latest 22:45:03  Building core-metadata ... done Building sys-mgmt-agent 22:45:03 Removing intermediate container fee36fc871fa 22:45:03 ---> 1d0432948ef5 22:45:03 22:45:03 (Reading database ... 13912 files and directories currently installed.) 22:45:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:45:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:45:03 Successfully built c692968c2b0f 22:45:03 Successfully tagged support-notifications-arm64:latest 22:45:03 Building support-scheduler 22:45:04 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:45:04 (Reading database ... 13914 files and directories currently installed.) 22:45:04 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:45:04 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:45:04  Building support-notifications ... done Successfully built 1d0432948ef5 22:45:04 Successfully tagged security-secretstore-setup-arm64:latest 22:45:04 Setting up debconf (1.5.66ubuntu1) ... 22:45:04 (Reading database ... 13914 files and directories currently installed.) 22:45:04 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:45:04 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:45:04 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:45:04 (Reading database ... 13914 files and directories currently installed.) 22:45:04 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:45:04 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:45:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:45:05 (Reading database ... 13914 files and directories currently installed.) 22:45:05 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:45:05 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:45:05 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:45:05 (Reading database ... 13914 files and directories currently installed.) 22:45:05 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:45:05 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:45:05 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:45:05 (Reading database ... 13914 files and directories currently installed.) 22:45:05 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:45:05 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:45:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:45:06 (Reading database ... 13914 files and directories currently installed.) 22:45:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:45:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:45:06 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 22:45:06 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:45:06 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:45:06 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:45:06 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:45:06 (Reading database ... 13914 files and directories currently installed.) 22:45:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:45:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:45:06 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:45:06 (Reading database ... 13914 files and directories currently installed.) 22:45:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:45:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:45:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:45:07 (Reading database ... 13914 files and directories currently installed.) 22:45:07 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:45:07 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:45:07 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:45:07 (Reading database ... 13914 files and directories currently installed.) 22:45:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:45:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:45:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:45:07 (Reading database ... 13914 files and directories currently installed.) 22:45:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:45:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:45:07 Setting up passwd (1:4.5-1ubuntu2) ... 22:45:08 (Reading database ... 13914 files and directories currently installed.) 22:45:08 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:45:08 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:45:08 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:45:08 (Reading database ... 13914 files and directories currently installed.) 22:45:08 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 22:45:08 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 22:45:08 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 22:45:08 (Reading database ... 13914 files and directories currently installed.) 22:45:08 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 22:45:09 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 22:45:09 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 22:45:09 (Reading database ... 13914 files and directories currently installed.) 22:45:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:45:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:45:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:45:09 (Reading database ... 13914 files and directories currently installed.) 22:45:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:45:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:45:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:45:09 (Reading database ... 13914 files and directories currently installed.) 22:45:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:45:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:45:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:45:09 (Reading database ... 13914 files and directories currently installed.) 22:45:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:45:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:45:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:45:10 (Reading database ... 13914 files and directories currently installed.) 22:45:10 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 22:45:10 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 22:45:10 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 22:45:10 (Reading database ... 13914 files and directories currently installed.) 22:45:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 22:45:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 22:45:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 22:45:10 (Reading database ... 13915 files and directories currently installed.) 22:45:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:45:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:45:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:45:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:45:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:45:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:45:11 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:45:11 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:45:11 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:45:11 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:45:11 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:45:11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:45:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:45:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:45:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:45:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:45:12 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:45:12 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:45:12 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:45:12 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:45:12 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:45:12 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:45:12 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:45:12 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:45:13 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:45:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:45:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:45:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:45:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:45:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:45:14 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:45:14 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:45:14 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:45:14 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:45:14 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:45:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:45:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:15 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:15 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:15 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:16 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:16 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:17 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:17 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:18 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:18 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:19 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:45:19 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:45:19 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:45:19 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:45:19 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:45:19 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:45:19 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:45:19 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:45:19 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:45:19 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:45:19 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:45:19 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:45:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:45:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:45:20 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:45:20 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:45:20 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:20 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:45:20 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:20 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:20 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:20 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:45:20 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:45:20 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:45:20 22:45:20 Current default time zone: 'Etc/UTC' 22:45:20 Local time is now: Wed May 12 22:45:20 UTC 2021. 22:45:20 Universal Time is now: Wed May 12 22:45:20 UTC 2021. 22:45:20 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:45:20 22:45:20 Setting up systemd-sysv (237-3ubuntu10.47) ... 22:45:20 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:20 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 22:45:20 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:45:20 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:45:20 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:45:20 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:45:20 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:45:20 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:45:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:45:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:45:21 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:45:21 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:45:21 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:21 Setting up patch (2.7.6-2ubuntu1.1) ... 22:45:21 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:45:21 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:45:21 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 22:45:21 Installing new version of config file /etc/ssl/openssl.cnf ... 22:45:21 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:45:21 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:45:21 Setting up ca-certificates (20210119~18.04.1) ... 22:45:23 Updating certificates in /etc/ssl/certs... 22:45:23 23 added, 27 removed; done. 22:45:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:45:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:45:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:45:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:45:24 Setting up pkgbinarymangler (138.18.04.1) ... 22:45:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:45:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up perl (5.26.1-6ubuntu0.5) ... 22:45:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:45:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:45:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:45:24 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:45:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:45:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:45:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:45:24 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:45:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:45:24 Processing triggers for systemd (237-3ubuntu10.47) ... 22:45:24 Processing triggers for mime-support (3.60ubuntu1) ... 22:45:24 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:45:24 Updating certificates in /etc/ssl/certs... 22:45:25 0 added, 0 removed; done. 22:45:25 Running hooks in /etc/ca-certificates/update.d... 22:45:25 done. 22:45:26 Reading package lists... 22:45:26 Building dependency tree... 22:45:26 Reading state information... 22:45:26 The following NEW packages will be installed: 22:45:26 apt-transport-https 22:45:26 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:45:26 Need to get 1692 B of archives. 22:45:26 After this operation, 154 kB of additional disk space will be used. 22:45:26 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 22:45:26 debconf: delaying package configuration, since apt-utils is not installed 22:45:26 Fetched 1692 B in 0s (9617 B/s) 22:45:26 Selecting previously unselected package apt-transport-https. 22:45:26 (Reading database ... 13920 files and directories currently installed.) 22:45:26 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 22:45:26 Unpacking apt-transport-https (1.6.13) ... 22:45:26 Setting up apt-transport-https (1.6.13) ... 22:45:26 Waiting for network to be ready... 22:45:33 2021-05-12T22:45:31Z INFO Waiting for automatic snapd restart... 22:45:34 snapd 2.49.2 from Canonical* installed 22:45:34 "snapd" switched to the "latest/stable" channel 22:45:34 22:45:37 core18 20210309 from Canonical* installed 22:45:37 "core18" switched to the "latest/stable" channel 22:45:37 22:45:41 snapcraft 4.7.1 from Canonical* installed 22:45:41 "snapcraft" switched to the "latest/stable" channel 22:45:41 22:45:45 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: 22:45:45 - README.md 22:45:45 22:45:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:45:51  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:45:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:45:51 ---> fc3e8de55acf 22:45:51 Step 3/24 : WORKDIR /edgex-go 22:45:51 ---> Using cache 22:45:51 ---> 4513e61bb57d 22:45:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:51 ---> Using cache 22:45:51 ---> 6b8ee9353a47 22:45:51 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:45:51 ---> Running in f1311f198538 22:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:45:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:45:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:45:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:45:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:45:52 Reading package lists... 22:45:52 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:45:52 OK: 218 MiB in 52 packages 22:45:56 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:45:56 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:45:56 ---> fc3e8de55acf 22:45:56 Step 3/32 : WORKDIR /edgex-go 22:45:56 ---> Using cache 22:45:56 ---> 4513e61bb57d 22:45:56 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:56 ---> Using cache 22:45:56 ---> 6b8ee9353a47 22:45:56 Step 5/32 : RUN apk add --update --no-cache make git 22:45:56 ---> Using cache 22:45:56 ---> 8201684365ec 22:45:56 Step 6/32 : COPY go.mod . 22:45:56 ---> Using cache 22:45:56 ---> 3538be907353 22:45:56 Step 7/32 : RUN go mod download 22:45:56 ---> Using cache 22:45:56 ---> c3d83b0f4b7a 22:45:56 Step 8/32 : COPY . . 22:45:56 Removing intermediate container f1311f198538 22:45:56 ---> 24e9a563e826 22:45:56 Step 6/24 : COPY go.mod . 22:45:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:45:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:45:56 ---> fc3e8de55acf 22:45:56 Step 3/23 : WORKDIR /edgex-go 22:45:56 ---> Using cache 22:45:56 ---> 4513e61bb57d 22:45:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:56 ---> Using cache 22:45:56 ---> 6b8ee9353a47 22:45:56 Step 5/23 : RUN apk add --update --no-cache make git 22:45:56 ---> Using cache 22:45:56 ---> 8201684365ec 22:45:56 Step 6/23 : COPY go.mod . 22:45:56 ---> Using cache 22:45:56 ---> 3538be907353 22:45:56 Step 7/23 : RUN go mod download 22:45:56 ---> Using cache 22:45:56 ---> c3d83b0f4b7a 22:45:56 Step 8/23 : COPY . . 22:45:56 ---> Using cache 22:45:56 ---> 90f0fdd432a6 22:45:56 Step 9/32 : RUN go mod tidy 22:45:56 ---> Using cache 22:45:56 ---> e5874d371a6f 22:45:56 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:45:56 ---> Using cache 22:45:56 ---> 90f0fdd432a6 22:45:56 Step 9/23 : RUN go mod tidy 22:45:56 ---> Using cache 22:45:56 ---> e5874d371a6f 22:45:56 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 22:45:56 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:45:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:45:56 ---> fc3e8de55acf 22:45:56 Step 3/24 : WORKDIR /edgex-go 22:45:56 ---> Using cache 22:45:56 ---> 4513e61bb57d 22:45:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:56 ---> Using cache 22:45:56 ---> 6b8ee9353a47 22:45:56 Step 5/24 : RUN apk add --update --no-cache make bash git 22:45:56 ---> Running in dc6d8db6ba65 22:45:56 ---> Running in c51385c24c71 22:45:56 ---> Running in 025f961d4d07 22:45:57 ---> 1707f2e79924 22:45:57 Step 7/24 : RUN go mod download 22:45:57 ---> Running in a72147820055 22:45:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:45:58 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 22:45:58 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 22:45:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:45:59 Reading package lists... 22:45:59 Building dependency tree... 22:45:59 Reading state information... 22:45:59 Suggested packages: 22:45:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:45:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:45:59 Recommended packages: 22:45:59 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:45:59 The following NEW packages will be installed: 22:45:59 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:45:59 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:45:59 pkg-config zip 22:45:59 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:45:59 Need to get 7663 kB of archives. 22:45:59 After this operation, 43.8 MB of additional disk space will be used. 22:45:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:45:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 22:45:59 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:45:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:45:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:45:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:45:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:45:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:45:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:45:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:45:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:45:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:46:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:46:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:46:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:46:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:46:00 debconf: delaying package configuration, since apt-utils is not installed 22:46:00 Fetched 7663 kB in 1s (8508 kB/s) 22:46:00 Selecting previously unselected package libglib2.0-0:amd64. 22:46:00 (Reading database ... 13924 files and directories currently installed.) 22:46:00 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:46:00 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:46:00 Selecting previously unselected package libpsl5:amd64. 22:46:00 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:46:00 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:46:00 Selecting previously unselected package libnghttp2-14:amd64. 22:46:00 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:46:00 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:46:00 Removing intermediate container a72147820055 22:46:00 ---> e682fab057b5 22:46:00 Step 8/24 : COPY . . 22:46:00 Selecting previously unselected package librtmp1:amd64. 22:46:00 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:46:00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:46:00 Selecting previously unselected package libcurl3-gnutls:amd64. 22:46:00 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 22:46:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:46:01 Selecting previously unselected package liberror-perl. 22:46:01 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:46:01 Unpacking liberror-perl (0.17025-1) ... 22:46:01 Selecting previously unselected package git-man. 22:46:01 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:46:01 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:46:01 Selecting previously unselected package git. 22:46:01 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:46:01 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:46:01 Selecting previously unselected package libnorm1:amd64. 22:46:01 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:46:01 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:46:02 Selecting previously unselected package libpgm-5.2-0:amd64. 22:46:02 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:46:02 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:46:02 Selecting previously unselected package libsodium23:amd64. 22:46:02 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:46:02 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:46:02 Selecting previously unselected package libzmq5:amd64. 22:46:02 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:46:02 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:46:02 Selecting previously unselected package libzmq3-dev:amd64. 22:46:02 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:46:02 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:46:02 Selecting previously unselected package pkg-config. 22:46:02 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:46:02 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:46:02 Selecting previously unselected package zip. 22:46:02 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:46:02 Unpacking zip (3.0-11build1) ... 22:46:02 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:46:02 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:46:02 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:46:02 Setting up liberror-perl (0.17025-1) ... 22:46:02 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:46:02 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:46:02 No schema files found: doing nothing. 22:46:02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:46:02 Setting up zip (3.0-11build1) ... 22:46:02 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:46:02 Setting up libsodium23:amd64 (1.0.16-2) ... 22:46:02 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:46:02 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:46:03 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:46:03 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:46:03 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:46:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:46:03 OK: 218 MiB in 52 packages 22:46:06 Removing intermediate container dc6d8db6ba65 22:46:06 ---> 8ff88fa2c606 22:46:06 Step 6/24 : COPY go.mod . 22:46:08 ---> e962e203ea23 22:46:08 Step 7/24 : RUN go mod download 22:46:08 ---> Running in 5e5d2ef0300e 22:46:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:46:09 git set to automatically installed. 22:46:09 git-man set to automatically installed. 22:46:09 libcurl3-gnutls set to automatically installed. 22:46:09 liberror-perl set to automatically installed. 22:46:09 libglib2.0-0 set to automatically installed. 22:46:09 libnghttp2-14 set to automatically installed. 22:46:09 libnorm1 set to automatically installed. 22:46:09 libpgm-5.2-0 set to automatically installed. 22:46:09 libpsl5 set to automatically installed. 22:46:09 librtmp1 set to automatically installed. 22:46:09 libsodium23 set to automatically installed. 22:46:09 libzmq3-dev set to automatically installed. 22:46:09 libzmq5 set to automatically installed. 22:46:09 pkg-config set to automatically installed. 22:46:09 zip set to automatically installed. 22:46:10 snapd is not logged in, snap install commands will use sudo 22:46:13 Removing intermediate container 5e5d2ef0300e 22:46:13 ---> df3e9b57fdbe 22:46:13 Step 8/24 : COPY . . 22:46:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:46:19 snap "core18" has no updates available 22:46:19 snapd is not logged in, snap install commands will use sudo 22:46:26 ---> b3b9c6a75740 22:46:26 Step 9/24 : RUN go mod tidy 22:46:26 ---> Running in 5ead70c4b077 22:46:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:46:36 Removing intermediate container 5ead70c4b077 22:46:36 ---> 464b9dfdb089 22:46:36 Step 10/24 : RUN make cmd/core-data/core-data 22:46:36 ---> Running in 4bf798e07b84 22:46:36 ---> ed0f6ff01300 22:46:36 Step 9/24 : RUN go mod tidy 22:46:36 ---> Running in f83699540558 22:46:37 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 22:46:37 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:46:37 Pulling go-build-helper 22:46:37 + snapcraftctl pull 22:46:38 'app-service-config' has dependencies that need to be staged: go-build-helper 22:46:38 Skipping pull go-build-helper (already ran) 22:46:38 Building go-build-helper 22:46:38 + snapcraftctl build 22:46:39 Staging go-build-helper 22:46:39 + snapcraftctl stage 22:46:42 Removing intermediate container f83699540558 22:46:42 ---> 67d700c6fdfa 22:46:42 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:46:42 ---> Running in 4a33b5b74c45 22:46:44 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 22:46:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:46:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:46:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 22:46:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 22:46:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 22:46:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:46:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 22:46:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 22:46:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 22:46:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 22:46:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:46:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:46:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:46:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:46:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:46:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:46:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:46:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:46:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:46:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 22:46:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 22:46:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 22:46:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:46:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 22:46:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 22:46:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 22:46:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 22:46:49 Fetched 24.6 MB in 0s (0 B/s) 22:46:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:46:49 Fetched 224 kB in 0s (0 B/s) 22:46:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:46:49 Fetched 157 kB in 0s (0 B/s) 22:46:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:46:49 Fetched 221 kB in 0s (0 B/s) 22:46:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:46:49 Fetched 143 kB in 0s (0 B/s) 22:46:49 Pulling app-service-config 22:46:49 + snapcraftctl pull 22:46:49 Cloning into '/root/parts/app-service-config/src'... 22:46:50 Pulling config-common 22:46:50 + snapcraftctl pull 22:46:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:46:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:46:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:46:54 Fetched 0 B in 0s (0 B/s) 22:46:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:46:54 Fetched 0 B in 0s (0 B/s) 22:46:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:46:54 Fetched 0 B in 0s (0 B/s) 22:46:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:46:54 Fetched 0 B in 0s (0 B/s) 22:46:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:46:54 Fetched 0 B in 0s (0 B/s) 22:46:54 Pulling edgex-go 22:46:54 + snapcraftctl pull 22:47:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:47:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:47:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:47:12 Fetched 0 B in 0s (0 B/s) 22:47:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:47:12 Fetched 96.5 kB in 0s (0 B/s) 22:47:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:47:12 Fetched 279 kB in 0s (0 B/s) 22:47:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:47:12 Fetched 122 kB in 0s (0 B/s) 22:47:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:47:12 Fetched 77.8 kB in 0s (0 B/s) 22:47:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:47:12 Fetched 8848 B in 0s (0 B/s) 22:47:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:47:12 Fetched 47.8 kB in 0s (0 B/s) 22:47:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:47:12 Fetched 45.6 kB in 0s (0 B/s) 22:47:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:47:12 Fetched 15.0 kB in 0s (0 B/s) 22:47:12 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 22:47:12 Fetched 219 kB in 0s (0 B/s) 22:47:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:47:12 Fetched 154 kB in 0s (0 B/s) 22:47:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:47:12 Fetched 50.6 kB in 0s (0 B/s) 22:47:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:47:12 Fetched 14.8 kB in 0s (0 B/s) 22:47:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:47:12 Fetched 41.8 kB in 0s (0 B/s) 22:47:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:47:12 Fetched 499 kB in 0s (0 B/s) 22:47:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:47:12 Fetched 111 kB in 0s (0 B/s) 22:47:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:47:12 Fetched 240 kB in 0s (0 B/s) 22:47:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:47:12 Fetched 29.3 kB in 0s (0 B/s) 22:47:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:47:12 Fetched 85.5 kB in 0s (0 B/s) 22:47:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:47:12 Fetched 24.5 kB in 0s (0 B/s) 22:47:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:47:12 Fetched 49.2 kB in 0s (0 B/s) 22:47:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:47:12 Fetched 54.2 kB in 0s (0 B/s) 22:47:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:47:12 Fetched 30.8 kB in 0s (0 B/s) 22:47:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:47:12 Fetched 15.8 kB in 0s (0 B/s) 22:47:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:47:12 Fetched 85.9 kB in 0s (0 B/s) 22:47:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:47:12 Fetched 8720 B in 0s (0 B/s) 22:47:12 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 22:47:12 Fetched 137 kB in 0s (0 B/s) 22:47:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:47:12 Fetched 119 kB in 0s (0 B/s) 22:47:12 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 22:47:12 Fetched 110 kB in 0s (0 B/s) 22:47:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:47:12 Fetched 11.1 kB in 0s (0 B/s) 22:47:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:47:12 Fetched 645 kB in 0s (0 B/s) 22:47:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:47:12 Fetched 41.3 kB in 0s (0 B/s) 22:47:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:47:12 Fetched 17.9 kB in 0s (0 B/s) 22:47:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:47:12 Fetched 368 kB in 0s (0 B/s) 22:47:12 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:47:12 Fetched 187 kB in 0s (0 B/s) 22:47:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:47:12 Fetched 175 kB in 0s (0 B/s) 22:47:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:47:12 Fetched 206 kB in 0s (0 B/s) 22:47:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 22:47:12 Fetched 1301 kB in 0s (0 B/s) 22:47:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:47:12 Fetched 36.2 kB in 0s (0 B/s) 22:47:12 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 22:47:12 Fetched 159 kB in 0s (0 B/s) 22:47:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:47:12 Fetched 107 kB in 0s (0 B/s) 22:47:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:47:12 Fetched 48.7 kB in 0s (0 B/s) 22:47:12 Pulling static-packages 22:47:12 + snapcraftctl pull 22:47:12 Pulling version 22:47:12 + cd /root/project 22:47:12 + [ -f VERSION ] 22:47:12 + PROJECT_VERSION=local-dev 22:47:12 + git rev-parse --short HEAD 22:47:12 + GIT_REVISION=3b459eb2 22:47:12 + snapcraftctl set-version local-dev 22:47:13 Skipping build go-build-helper (already ran) 22:47:13 Building app-service-config 22:47:13 + make build 22:47:13 go mod tidy 22:47:15 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 22:47:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 22:47:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 22:47:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 22:47:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 22:47:15 go: downloading github.com/go-playground/validator/v10 v10.5.0 22:47:15 go: downloading github.com/stretchr/testify v1.7.0 22:47:15 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 22:47:15 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 22:47:15 go: downloading github.com/davecgh/go-spew v1.1.1 22:47:16 go: downloading github.com/leodido/go-urn v1.2.0 22:47:16 go: downloading github.com/google/uuid v1.2.0 22:47:16 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 22:47:16 go: downloading github.com/pelletier/go-toml v1.9.0 22:47:16 go: downloading github.com/go-kit/kit v0.8.0 22:47:16 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:47:16 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:47:16 go: downloading github.com/pmezard/go-difflib v1.0.0 22:47:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:47:16 go: downloading github.com/gorilla/mux v1.8.0 22:47:16 go: downloading github.com/go-playground/locales v0.13.0 22:47:16 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:47:16 go: downloading golang.org/x/text v0.3.2 22:47:16 go: downloading github.com/mitchellh/copystructure v1.0.0 22:47:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:47:16 go: downloading github.com/x448/float16 v0.8.4 22:47:16 go: downloading github.com/stretchr/objx v0.1.0 22:47:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:47:16 go: downloading github.com/go-playground/universal-translator v0.17.0 22:47:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:47:17 go: downloading github.com/hashicorp/consul/api v1.8.1 22:47:17 go: downloading github.com/onsi/gomega v1.7.0 22:47:17 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:47:17 go: downloading github.com/go-playground/assert/v2 v2.0.1 22:47:17 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:47:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 22:47:17 go: downloading github.com/pebbe/zmq4 v1.2.7 22:47:17 go: downloading github.com/kr/pretty v0.2.0 22:47:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:47:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:47:17 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:47:17 go: downloading github.com/hashicorp/serf v0.9.5 22:47:17 go: downloading github.com/kr/text v0.1.0 22:47:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:47:17 go: downloading github.com/mattn/go-isatty v0.0.12 22:47:17 go: downloading github.com/mattn/go-colorable v0.1.6 22:47:17 go: downloading github.com/fatih/color v1.9.0 22:47:17 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:47:17 go: downloading github.com/hashicorp/consul/sdk v0.7.0 22:47:17 go: downloading github.com/go-stack/stack v1.8.0 22:47:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:47:17 go: downloading github.com/pkg/errors v0.8.1 22:47:17 go: downloading github.com/hashicorp/go-uuid v1.0.1 22:47:17 go: downloading github.com/gorilla/websocket v1.4.2 22:47:17 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:47:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:47:17 go: downloading github.com/onsi/ginkgo v1.10.1 22:47:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:47:17 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 22:47:17 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:47:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:47:17 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:47:17 go: downloading gopkg.in/yaml.v2 v2.4.0 22:47:17 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:47:17 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:47:17 go: downloading github.com/hpcloud/tail v1.0.0 22:47:17 go: downloading github.com/golang/protobuf v1.3.2 22:47:17 go: downloading github.com/hashicorp/go-msgpack v0.5.3 22:47:17 go: downloading github.com/hashicorp/memberlist v0.2.2 22:47:17 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:47:17 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 22:47:17 go: downloading github.com/miekg/dns v1.1.26 22:47:17 go: downloading gopkg.in/fsnotify.v1 v1.4.7 22:47:17 go: downloading github.com/hashicorp/go-multierror v1.1.0 22:47:17 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:47:17 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:47:17 go: downloading github.com/hashicorp/errwrap v1.0.0 22:47:17 go: downloading github.com/fsnotify/fsnotify v1.4.7 22:47:17 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:47:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:47:23 Removing intermediate container 025f961d4d07 22:47:23 ---> 371572a6ec2b 22:47:23 22:47:23 Step 11/32 : FROM alpine:3.12 22:47:23 ---> 9852663dfa18 22:47:23 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:47:23 ---> Running in f2ac3983f957 22:47:23 Removing intermediate container f2ac3983f957 22:47:23 ---> 9eacbe53888c 22:47:23 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 22:47:23 ---> Running in 78ec0d45a953 22:47:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:47:26 (1/2) Installing dumb-init (1.2.2-r1) 22:47:26 (2/2) Installing su-exec (0.2-r1) 22:47:26 Executing busybox-1.31.1-r20.trigger 22:47:26 OK: 5 MiB in 16 packages 22:47:27 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:47:27 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:47:27 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:47:27 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:47:27 Building config-common 22:47:27 + snapcraftctl build 22:47:28 Removing intermediate container 78ec0d45a953 22:47:28 ---> d4b3dbc3c5be 22:47:28 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 22:47:28 ---> Running in 4d45398170d9 22:47:29 Removing intermediate container 4d45398170d9 22:47:29 ---> b19c82f93221 22:47:29 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:47:29 ---> Running in 63bb1595961e 22:47:29 Building edgex-go 22:47:29 + cd /root/parts/edgex-go/src 22:47:29 + make build 22:47:29 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 22:47:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 22:47:30 go: downloading github.com/pelletier/go-toml v1.9.1 22:47:30 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 22:47:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:47:30 go: downloading github.com/imdario/mergo v0.3.12 22:47:30 Removing intermediate container 63bb1595961e 22:47:30 ---> c5215bdf1e46 22:47:30 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:47:30 ---> Running in fc5b14cb6f26 22:47: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 22:47:36 Removing intermediate container fc5b14cb6f26 22:47:36 ---> ca1cdfca1405 22:47:36 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 22:47:36 ---> Running in b95ee2611aa6 22:47:36 Removing intermediate container c51385c24c71 22:47:36 ---> 5420b6774849 22:47:36 22:47:36 Step 11/23 : FROM alpine:3.12 22:47:36 ---> 9852663dfa18 22:47:36 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:47:36 ---> Using cache 22:47:36 ---> 61ce7003a7e4 22:47:36 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:47:36 ---> Using cache 22:47:36 ---> c8c501d43873 22:47:36 Step 14/23 : ENV APP_PORT=48085 22:47:36 Removing intermediate container b95ee2611aa6 22:47:36 ---> 598e1c409538 22:47:36 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:47:36 ---> Running in 7820cd10f525 22:47:37 Removing intermediate container 7820cd10f525 22:47:37 ---> 8ec4e3e119c3 22:47:37 Step 15/23 : EXPOSE $APP_PORT 22:47:37 ---> Running in b56041009920 22:47:37 ---> 658c5110a7fd 22:47:37 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:47:38 ---> Running in 01b445c6fc2b 22:47:38 Removing intermediate container b56041009920 22:47:38 ---> d2557d362023 22:47:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:47:39 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 22:47:40 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 22:47:40 ---> 4b4c2288c8e5 22:47:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:47:41 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 22:47:42 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 22:47:42 Removing intermediate container 01b445c6fc2b 22:47:42 ---> 9f02935099c5 22:47:42 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:47:42 ---> 107dd0d5d531 22:47:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:47:43 ---> fdfa195ea9cc 22:47:43 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:47:43 ---> 23d309772643 22:47:43 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:47:43 ---> Running in b1c8f8742c7d 22:47:43 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 22:47:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:47:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:47:44 Removing intermediate container b1c8f8742c7d 22:47:44 ---> c1a0aabb883c 22:47:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:45 ---> Running in 6a882e450162 22:47:45 ---> 07314b4e4b7f 22:47:45 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:47:45 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 22:47:46 Removing intermediate container 6a882e450162 22:47:46 ---> a1bc9db95903 22:47:46 Step 21/23 : LABEL arch=arm64 22:47:46 ---> Running in 9ffdaeed024e 22:47:46 ---> e342477bed69 22:47:46 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:47:46 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 22:47:46 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:47:47 Removing intermediate container 9ffdaeed024e 22:47:47 ---> 01ad14556591 22:47:47 Step 22/23 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:47:47 ---> Running in d17a6d588db0 22:47:47 ---> 961ad890c94a 22:47:47 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:47:48 Removing intermediate container d17a6d588db0 22:47:48 ---> 1b88f6821215 22:47:48 Step 23/23 : LABEL version=0.0.0 22:47: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 22:47:48 ---> Running in 718a87c4bb98 22:47:49 ---> cf17aa2b4a61 22:47:49 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 22:47:49 ---> Running in a189331c6755 22:47:49 Removing intermediate container 718a87c4bb98 22:47:49 ---> 0445fde165ee 22:47:49 22:47:49 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 22:47:50 Removing intermediate container a189331c6755 22:47:50 ---> c2fef83e06f6 22:47:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:47:50 Successfully built 0445fde165ee 22:47:50 Successfully tagged support-scheduler-arm64:latest 22:47:50 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 22:47:50 go: downloading github.com/lib/pq v1.10.1 22:47:51  Building support-scheduler ... done  ---> 84e5b9e622ff 22:47:51 Step 27/32 : RUN chmod +x /entrypoint.sh 22:47:52 ---> Running in 310c4f639af9 22:47:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:47:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:47:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:47:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:47:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:47:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:47:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:47:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:47:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:47:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:47:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:47:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:47:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:47:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:47:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:47:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:47:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:47:52 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 22:47:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:47:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:47:52 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:47:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:47:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:47:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:47:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:47:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:47:55 Building static-packages 22:47:55 + snapcraftctl build 22:47:56 Removing intermediate container 310c4f639af9 22:47:56 ---> 80e223b089dd 22:47:56 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:47:56 ---> Running in c51916d291c9 22:47:57 Removing intermediate container c51916d291c9 22:47:57 ---> 5372bd8a214e 22:47:57 Step 29/32 : CMD ["gate"] 22:47:57 Building version 22:47:57 + snapcraftctl build 22:47:57 ---> Running in 9b95f83a2827 22:47:58 Removing intermediate container 9b95f83a2827 22:47:58 ---> 4c6e3b951af9 22:47:58 Step 30/32 : LABEL arch=arm64 22:47:58 ---> Running in 2856ab362521 22:47:59 Removing intermediate container 2856ab362521 22:47:59 ---> 2d4bf5d4ad4e 22:47:59 Step 31/32 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:47:59 ---> Running in 7607c95223a4 22:47:59 Skipping stage go-build-helper (already ran) 22:47:59 Staging app-service-config 22:47:59 + snapcraftctl stage 22:48:00 Removing intermediate container 7607c95223a4 22:48:00 ---> 2ced7a7b6165 22:48:00 Step 32/32 : LABEL version=0.0.0 22:48:00 Staging config-common 22:48:00 + snapcraftctl stage 22:48:00 ---> Running in 36bb12bf7dcd 22:48:01 Staging edgex-go 22:48:01 + snapcraftctl stage 22:48:01 Removing intermediate container 36bb12bf7dcd 22:48:01 ---> e517d52a6d67 22:48:01 22:48:01 Successfully built e517d52a6d67 22:48:01 Successfully tagged security-bootstrapper-arm64:latest 22:48:02 Staging static-packages 22:48:02 + snapcraftctl stage 22:48:03 Staging version 22:48:03 + snapcraftctl stage 22:48:04 Priming go-build-helper 22:48:04 + snapcraftctl prime 22:48:05 Priming app-service-config 22:48:05 + snapcraftctl prime 22:48:06 Priming config-common 22:48:06 + snapcraftctl prime 22:48:07 Priming edgex-go 22:48:07 + snapcraftctl prime 22:48:08  Building security-bootstrapper ... done Removing intermediate container 4a33b5b74c45 22:48:08 ---> be532ed59421 22:48:08 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:48:08 ---> Running in 0e9e23c2847e 22:48:08 Priming static-packages 22:48:08 + snapcraftctl prime 22:48: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 22:48:10 Priming version 22:48:10 + snapcraftctl prime 22:48:12 Removing intermediate container 0e9e23c2847e 22:48:12 ---> 016dd199ec9a 22:48:12 22:48:12 Step 12/24 : FROM docker:20.10.0 22:48:12 20.10.0: Pulling from library/docker 22:48:12 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:48:16 Removing intermediate container 4bf798e07b84 22:48:16 ---> 9b85e5c20a3f 22:48:16 22:48:16 Step 11/24 : FROM alpine:3.12 22:48:16 ---> 9852663dfa18 22:48:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:48:17 ---> Running in 211b850063cb 22:48:18 Removing intermediate container 211b850063cb 22:48:18 ---> d8df2445fd18 22:48:18 Step 13/24 : ENV APP_PORT=48080 22:48:18 ---> Running in d5b144e39866 22:48:19 Removing intermediate container d5b144e39866 22:48:19 ---> 8abc64bf4093 22:48:19 Step 14/24 : EXPOSE $APP_PORT 22:48:19 ---> Running in 746a9ce8604b 22:48:19 Removing intermediate container 746a9ce8604b 22:48:19 ---> 9d70af486a2b 22:48:19 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:19 ---> Running in c304ac74cc50 22:48:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:48:20 Status: Downloaded newer image for docker:20.10.0 22:48:20 ---> eeaf43b92773 22:48:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:48:20 ---> Running in bc0f6e988df4 22:48:20 Removing intermediate container bc0f6e988df4 22:48:20 ---> 714143a802ef 22:48:20 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:48:21 ---> Running in 9270c8af8e5e 22:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:22 Removing intermediate container c304ac74cc50 22:48:22 ---> 66d7b8b85325 22:48:22 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 22:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:22 ---> Running in 8039991a9974 22:48:23 (1/39) Installing readline (8.0.4-r0) 22:48:23 (2/39) Installing bash (5.0.17-r0) 22:48:23 Executing bash-5.0.17-r0.post-install 22:48:23 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:48:23 (4/39) Installing libcurl (7.76.1-r0) 22:48:23 (5/39) Installing curl (7.76.1-r0) 22:48:23 (6/39) Installing dumb-init (1.2.2-r1) 22:48:23 (7/39) Installing libbz2 (1.0.8-r1) 22:48:23 (8/39) Installing expat (2.2.9-r1) 22:48:23 (9/39) Installing libffi (3.3-r2) 22:48:23 (10/39) Installing gdbm (1.13-r1) 22:48:23 (11/39) Installing xz-libs (5.2.5-r0) 22:48:23 (12/39) Installing sqlite-libs (3.32.1-r0) 22:48:23 (13/39) Installing python3 (3.8.10-r0) 22:48:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:48:24 (14/39) Installing py3-appdirs (1.4.4-r1) 22:48:24 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:48:24 (16/39) Installing py3-parsing (2.4.7-r0) 22:48:25 (17/39) Installing py3-six (1.15.0-r0) 22:48:25 (18/39) Installing py3-packaging (20.4-r0) 22:48:25 (19/39) Installing py3-setuptools (47.0.0-r0) 22:48:25 (20/39) Installing py3-chardet (3.0.4-r4) 22:48:25 (1/6) Installing dumb-init (1.2.2-r1) 22:48:25 (21/39) Installing py3-idna (2.9-r0) 22:48:25 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:48:25 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:48:25 (2/6) Installing libgcc (9.3.0-r2) 22:48:25 (24/39) Installing py3-requests (2.23.0-r0) 22:48:25 (25/39) Installing py3-msgpack (1.0.0-r0) 22:48:25 (26/39) Installing py3-lockfile (0.12.2-r3) 22:48:25 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:48:25 (28/39) Installing py3-colorama (0.4.3-r0) 22:48:25 (3/6) Installing libsodium (1.0.18-r0) 22:48:25 (29/39) Installing py3-distlib (0.3.0-r0) 22:48:25 (30/39) Installing py3-distro (1.5.0-r1) 22:48:25 (31/39) Installing py3-webencodings (0.5.1-r3) 22:48:25 (32/39) Installing py3-html5lib (1.0.1-r4) 22:48:25 (4/6) Installing libstdc++ (9.3.0-r2) 22:48:25 (33/39) Installing py3-pytoml (0.1.21-r0) 22:48:25 (34/39) Installing py3-pep517 (0.8.2-r0) 22:48:25 (35/39) Installing py3-progress (1.5-r0) 22:48:25 (36/39) Installing py3-toml (0.10.1-r0) 22:48:25 (37/39) Installing py3-retrying (1.3.3-r0) 22:48:25 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:48:25 (39/39) Installing py3-pip (20.1.1-r0) 22:48:25 Executing busybox-1.31.1-r19.trigger 22:48:25 OK: 72 MiB in 59 packages 22:48:25 (5/6) Installing libzmq (4.3.3-r0) 22:48:26 (6/6) Installing zeromq (4.3.3-r0) 22:48:26 Executing busybox-1.31.1-r20.trigger 22:48:26 OK: 8 MiB in 20 packages 22:48:27 Removing intermediate container 8039991a9974 22:48:28 ---> 5eaafb56b879 22:48:28 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:48:28 ---> 581102b2bd4a 22:48:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:48:30 Collecting docker-compose==1.23.2 22:48:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:48:30 ---> 4ddb5cc82023 22:48:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:48:30 ---> c95016884708 22:48:30 Step 20/24 : ENTRYPOINT ["/core-data"] 22:48:31 ---> Running in 153ca86a68e8 22:48:31 Collecting PyYAML<4,>=3.10 22:48:31 Removing intermediate container 153ca86a68e8 22:48:31 ---> 6a02a6b74e81 22:48:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:48:31 Downloading PyYAML-3.13.tar.gz (270 kB) 22:48:31 ---> Running in 623fd153bdfd 22:48:32 Removing intermediate container 623fd153bdfd 22:48:32 ---> e1735c7c6d1f 22:48:32 Step 22/24 : LABEL arch=arm64 22:48:32 ---> Running in 7fe1f689ed1e 22:48:32 Removing intermediate container 7fe1f689ed1e 22:48:32 ---> 2c4c26aff9a9 22:48:32 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:48:32 ---> Running in 058aaf3feda5 22:48:33 Removing intermediate container 058aaf3feda5 22:48:33 ---> 96295b55f201 22:48:33 Step 24/24 : LABEL version=0.0.0 22:48:33 ---> Running in 8f9132c31554 22:48:34 Removing intermediate container 8f9132c31554 22:48:34 ---> e6929545c22f 22:48:34 22:48:34 Successfully built e6929545c22f 22:48:34 Successfully tagged core-data-arm64:latest 22:48:34  Building core-data ... done Collecting dockerpty<0.5,>=0.4.1 22:48:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:48:37 Collecting websocket-client<1.0,>=0.32.0 22:48:37 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:48:37 Collecting docker<4.0,>=3.6.0 22:48:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:48:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:48:38 Collecting texttable<0.10,>=0.9.0 22:48:38 Downloading texttable-0.9.1.tar.gz (11 kB) 22:48:40 Collecting cached-property<2,>=1.2.0 22:48:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:48:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:48:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:48:42 Collecting docopt<0.7,>=0.6.1 22:48:42 Downloading docopt-0.6.2.tar.gz (25 kB) 22:48:44 Collecting jsonschema<3,>=2.5.1 22:48:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:48:45 Collecting docker-pycreds>=0.4.0 22:48:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:48:45 Collecting urllib3<1.25,>=1.21.1 22:48:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:48:46 Collecting idna<2.8,>=2.5 22:48:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:48:46 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) 22:48:46 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) 22:48:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:48:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:48:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:48:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:48:47 Installing collected packages: PyYAML, dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docopt, jsonschema, docker-compose 22:48:47 Running setup.py install for PyYAML: started 22:48:48 Running setup.py install for PyYAML: finished with status 'done' 22:48:48 Running setup.py install for dockerpty: started 22:48:50 Running setup.py install for dockerpty: finished with status 'done' 22:48:50 Attempting uninstall: urllib3 22:48:50 Found existing installation: urllib3 1.25.9 22:48:50 Uninstalling urllib3-1.25.9: 22:48:51 Successfully uninstalled urllib3-1.25.9 22:48:51 Attempting uninstall: idna 22:48:51 Found existing installation: idna 2.9 22:48:51 Uninstalling idna-2.9: 22:48:51 Successfully uninstalled idna-2.9 22:48:52 Attempting uninstall: requests 22:48:52 Found existing installation: requests 2.23.0 22:48:52 Uninstalling requests-2.23.0: 22:48:52 Successfully uninstalled requests-2.23.0 22:48:53 Running setup.py install for texttable: started 22:48:55 Running setup.py install for texttable: finished with status 'done' 22:48:55 Running setup.py install for docopt: started 22:48:56 Running setup.py install for docopt: finished with status 'done' 22:48:58 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.59.0 22:49:06 Removing intermediate container 9270c8af8e5e 22:49:06 ---> cd7efab80334 22:49:06 Step 15/24 : ENV APP_PORT=48090 22:49:06 ---> Running in 49da75b6b1df 22:49:06 Removing intermediate container 49da75b6b1df 22:49:06 ---> 7aca4c7c93a2 22:49:06 Step 16/24 : EXPOSE $APP_PORT 22:49:06 ---> Running in 3bf428155686 22:49:06 Removing intermediate container 3bf428155686 22:49:06 ---> 8987653fb780 22:49:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:49:07 ---> 7f076db006da 22:49:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:49:08 ---> 67a308477da7 22:49:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:49:09 ---> 6b4582d9154e 22:49:09 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 22:49:09 ---> Running in 95f3f73ad92e 22:49:10 Removing intermediate container 95f3f73ad92e 22:49:10 ---> 9fc2a8404897 22:49:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:49:10 ---> Running in fbda1322892a 22:49:10 Removing intermediate container fbda1322892a 22:49:10 ---> b9b4281681d8 22:49:10 Step 22/24 : LABEL arch=arm64 22:49:10 ---> Running in bf6a5953203f 22:49:10 Removing intermediate container bf6a5953203f 22:49:10 ---> 1cb2d0b261bc 22:49:10 Step 23/24 : LABEL git_sha=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada 22:49:11 ---> Running in 61b23ebd652b 22:49:11 Removing intermediate container 61b23ebd652b 22:49:11 ---> ec67699ecbf1 22:49:11 Step 24/24 : LABEL version=0.0.0 22:49:11 ---> Running in 1d2bd5869634 22:49:12 Removing intermediate container 1d2bd5869634 22:49:12 ---> e68e75a70129 22:49:12 22:49:12 Successfully built e68e75a70129 22:49:12 Successfully tagged sys-mgmt-agent-arm64:latest 22:49:12  Building sys-mgmt-agent ... done  [Pipeline] } 22:49:12 $ docker stop --time=1 812aae739dc0651d947da906e0ad78df77f3db1234b34b2f1b627d4e815f7610 22:49:14 $ docker rm -f 812aae739dc0651d947da906e0ad78df77f3db1234b34b2f1b627d4e815f7610 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:15 + docker images 22:49:15 REPOSITORY TAG IMAGE ID CREATED SIZE 22:49:15 sys-mgmt-agent-arm64 latest e68e75a70129 4 seconds ago 299MB 22:49:15 core-data-arm64 latest e6929545c22f 42 seconds ago 20.3MB 22:49:15 9b85e5c20a3f About a minute ago 989MB 22:49:15 016dd199ec9a About a minute ago 976MB 22:49:15 security-bootstrapper-arm64 latest e517d52a6d67 About a minute ago 17.1MB 22:49:15 support-scheduler-arm64 latest 0445fde165ee About a minute ago 16.1MB 22:49:15 5420b6774849 About a minute ago 980MB 22:49:15 371572a6ec2b About a minute ago 973MB 22:49:15 support-notifications-arm64 latest c692968c2b0f 4 minutes ago 16.7MB 22:49:15 security-secretstore-setup-arm64 latest 1d0432948ef5 4 minutes ago 24.3MB 22:49:15 core-metadata-arm64 latest b5646bdb7cd8 4 minutes ago 17.4MB 22:49:15 core-command-arm64 latest aed04554a8ba 4 minutes ago 16.1MB 22:49:15 security-proxy-setup-arm64 latest 10f6f68144e9 4 minutes ago 23.9MB 22:49:15 f43fa9a2bcab 4 minutes ago 988MB 22:49:15 8d33e53ed3b3 4 minutes ago 980MB 22:49:15 aaab444e2424 4 minutes ago 980MB 22:49:15 d841aa41e914 4 minutes ago 977MB 22:49:15 47d05d7f8ae0 4 minutes ago 977MB 22:49:15 ci-base-image-arm64 latest fc3e8de55acf 16 minutes ago 641MB 22:49:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB 22:49:15 alpine 3.12 9852663dfa18 4 weeks ago 5.32MB 22:49:15 docker 20.10.0 eeaf43b92773 5 months ago 228MB 22:49:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:49:16 ---> job-cost.sh 22:49:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-961Y 22:49:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:51:31 lf-activate-venv(): INFO: Adding /tmp/venv-961Y/bin to PATH 22:51:31 INFO: No Stack... 22:51:31 INFO: Retrieving Pricing Info for: lf-standard-4 22:51:31 INFO: Archiving Costs [Pipeline] sh 22:51:32 + cat /w/workspace/edgex-go/3/archives/cost.csv 22:51:32 + cut -d, -f6 [Pipeline] lock 22:51:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] 22:51:32 Resource [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] did not exist. Created. 22:51:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:32 + echo total: 0.20999999344348907 [Pipeline] stash 22:51:33 Stashed 1 file(s) [Pipeline] } 22:51:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3457-3-stack-cost] [Pipeline] // lock [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 22:51:33 provisioning config files... 22:51:33 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1353467156363811705tmp [Pipeline] { [Pipeline] sh 22:51:34 + set +x 22:51:34 + curl -s https://codecov.io/bash 22:51:34 + bash -s -- 22:51:34 22:51:34 _____ _ 22:51:34 / ____| | | 22:51:34 | | ___ __| | ___ ___ _____ __ 22:51:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:51:34 | |___| (_) | (_| | __/ (_| (_) \ V / 22:51:34 \_____\___/ \__,_|\___|\___\___/ \_/ 22:51:34 Bash-1.0.2 22:51:34 22:51:34 22:51:34 ==> git version 2.24.3 found 22:51:34 ==> 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 22:51:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:51:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:51:34 ==> Jenkins CI detected. 22:51:34 project root: . 22:51:34 --> token set from env 22:51:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:51:35 ==> Running gcov in . (disable via -X gcov) 22:51:35 ==> Python coveragepy not found 22:51:35 ==> Searching for coverage reports in: 22:51:35 + . 22:51:35 -> Found 1 reports 22:51:35 ==> Detecting git/mercurial file structure 22:51:35 ==> Reading reports 22:51:35 + ./coverage.out bytes=727486 22:51:35 ==> Appending adjustments 22:51:35 https://docs.codecov.io/docs/fixing-reports 22:51:40 + Found adjustments 22:51:40 ==> Gzipping contents 22:51:41 104K /tmp/codecov.padIc5.gz 22:51:41 ==> Uploading reports 22:51:41 url: https://codecov.io 22:51:41 query: branch=PR-3457&commit=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3457%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3457&job=&cmd_args= 22:51:41 -> Pinging Codecov 22:51:41 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3457&commit=3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3457%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3457&job=&cmd_args= 22:51:41 -> Uploading to 22:51:41 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada/16b38dbb-1123-43f8-b7f2-486bc7c14289.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T225141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bddd269ac6dd03be13b0280ca337cd6bd26ae8d3bfa70d714c7012e4a18f0da 22:51:41 % Total % Received % Xferd Average Speed Time Time Time Current 22:51:41 Dload Upload Total Spent Left Speed 22:51:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 212k --:--:-- --:--:-- --:--:-- 212k 22:51:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3b459eb23a9b061f9c4e6d4fb36185ffd9bfcada [Pipeline] } 22:51:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:51:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:43 ---> package-listing.sh 22:51:43 ++ facter osfamily 22:51:43 ++ tr '[:upper:]' '[:lower:]' 22:51:43 + OS_FAMILY=redhat 22:51:43 + workspace=/w/workspace/edgex-go/3 22:51:43 + START_PACKAGES=/tmp/packages_start.txt 22:51:43 + END_PACKAGES=/tmp/packages_end.txt 22:51:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:43 + PACKAGES=/tmp/packages_start.txt 22:51:43 + '[' /w/workspace/edgex-go/3 ']' 22:51:43 + PACKAGES=/tmp/packages_end.txt 22:51:43 + case "${OS_FAMILY}" in 22:51:43 + rpm -qa 22:51:43 + sort 22:51:49 + '[' -f /tmp/packages_start.txt ']' 22:51:49 + '[' -f /tmp/packages_end.txt ']' 22:51:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:49 + '[' /w/workspace/edgex-go/3 ']' 22:51:49 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:51:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:51:49 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 22:51:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:51:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:50 22:51:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:50 alpine: Pulling from edgex-lftools-log-publisher 22:51:50 df20fa9351a1: Pulling fs layer 22:51:50 36b3adc4ff6f: Pulling fs layer 22:51:50 8ad3a11d3b57: Pulling fs layer 22:51:50 46f8f816bc3b: Pulling fs layer 22:51:50 93b61091891f: Pulling fs layer 22:51:50 93b9cdb0e59b: Pulling fs layer 22:51:50 5e14af77c1be: Pulling fs layer 22:51:50 01666e4c0597: Pulling fs layer 22:51:50 aa168da1d23b: Pulling fs layer 22:51:50 93b9cdb0e59b: Waiting 22:51:50 5e14af77c1be: Waiting 22:51:50 01666e4c0597: Waiting 22:51:50 aa168da1d23b: Waiting 22:51:50 93b61091891f: Waiting 22:51:50 36b3adc4ff6f: Verifying Checksum 22:51:50 36b3adc4ff6f: Download complete 22:51:50 46f8f816bc3b: Verifying Checksum 22:51:50 46f8f816bc3b: Download complete 22:51:50 df20fa9351a1: Verifying Checksum 22:51:50 df20fa9351a1: Download complete 22:51:50 93b9cdb0e59b: Verifying Checksum 22:51:50 93b9cdb0e59b: Download complete 22:51:50 5e14af77c1be: Verifying Checksum 22:51:50 5e14af77c1be: Download complete 22:51:50 01666e4c0597: Verifying Checksum 22:51:50 01666e4c0597: Download complete 22:51:50 93b61091891f: Verifying Checksum 22:51:50 93b61091891f: Download complete 22:51:51 8ad3a11d3b57: Verifying Checksum 22:51:51 8ad3a11d3b57: Download complete 22:51:51 df20fa9351a1: Pull complete 22:51:51 36b3adc4ff6f: Pull complete 22:51:53 8ad3a11d3b57: Pull complete 22:51:53 aa168da1d23b: Verifying Checksum 22:51:53 aa168da1d23b: Download complete 22:51:54 46f8f816bc3b: Pull complete 22:51:55 93b61091891f: Pull complete 22:51:55 93b9cdb0e59b: Pull complete 22:51:55 5e14af77c1be: Pull complete 22:51:55 01666e4c0597: Pull complete 22:52:05 aa168da1d23b: Pull complete 22:52:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:52:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:52:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:52:06 prd-centos7-docker-4c-2g-4933 does not seem to be running inside a container 22:52:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:52:10 $ docker top 8662559c8ced0da951a29a081de6f043a4ec3d06f1647bbf1d5ee57c8f2a122b -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:10 + touch /tmp/pre-build-complete [Pipeline] sh 22:52:11 + mkdir -p /var/log/sa [Pipeline] sh 22:52:11 + ls /var/log/sa-host 22:52:11 + sadf -c /var/log/sa-host/sa12 22:52:11 file_magic: OK 22:52:11 HZ: Using current value: 100 22:52:11 file_header: OK 22:52:11 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 22:52:11 Statistics: 22:52:11 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:52:11 File successfully converted to sysstat format version 12.2.1 22:52:11 + sadf -c /var/log/sa-host/sa23 22:52:11 file_magic: OK 22:52:11 HZ: Using current value: 100 22:52:11 file_header: OK 22:52:11 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 22:52:11 Statistics: 22:52:11 Hnuu...uuuununununu... 22:52:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:52:11 provisioning config files... 22:52:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8238363582371211863tmp [Pipeline] { [Pipeline] echo 22:52:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:52:12 ---> create-netrc.sh [Pipeline] } 22:52:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:52:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:52:12 ---> python-tools-install.sh [Pipeline] echo 22:52:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:52:12 ---> sudo-logs.sh 22:52:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:52:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:52:13 ---> job-cost.sh 22:52:13 lf-activate-venv: SKIPPING 22:52:13 DEBUG: total: 0.20999999344348907 22:52:13 INFO: Retrieving Stack Cost... 22:52:14 INFO: Retrieving Pricing Info for: v1-standard-2 22:52:14 INFO: Archiving Costs [Pipeline] echo 22:52:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:52:14 ---> logs-deploy.sh 22:52:14 lf-activate-venv: SKIPPING 22:52:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3457/3 22:52:14 INFO: archiving workspace using pattern(s): 22:52:16 Archives upload complete. 22:52:16 INFO: archiving logs to Nexus 22:52:18 ---> uname -a: 22:52:18 Linux prd-centos7-docker-4c-2g-4933.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:52:18 22:52:18 22:52:18 ---> lscpu: 22:52:18 Architecture: x86_64 22:52:18 CPU op-mode(s): 32-bit, 64-bit 22:52:18 Byte Order: Little Endian 22:52:18 Address sizes: 40 bits physical, 48 bits virtual 22:52:18 CPU(s): 4 22:52:18 On-line CPU(s) list: 0-3 22:52:18 Thread(s) per core: 1 22:52:18 Core(s) per socket: 1 22:52:18 Socket(s): 4 22:52:18 NUMA node(s): 1 22:52:18 Vendor ID: GenuineIntel 22:52:18 CPU family: 6 22:52:18 Model: 44 22:52:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:52:18 Stepping: 1 22:52:18 CPU MHz: 2933.436 22:52:18 BogoMIPS: 5866.87 22:52:18 Virtualization: VT-x 22:52:18 Hypervisor vendor: KVM 22:52:18 Virtualization type: full 22:52:18 L1d cache: 128 KiB 22:52:18 L1i cache: 128 KiB 22:52:18 L2 cache: 16 MiB 22:52:18 L3 cache: 64 MiB 22:52:18 NUMA node0 CPU(s): 0-3 22:52:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:52:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:52:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:52:18 Vulnerability Meltdown: Mitigation; PTI 22:52:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:52:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:52:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:52:18 Vulnerability Srbds: Not affected 22:52:18 Vulnerability Tsx async abort: Not affected 22:52:18 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 22:52:18 22:52:18 22:52:18 ---> nproc: 22:52:18 4 22:52:18 22:52:18 22:52:18 ---> df -h: 22:52:18 Filesystem Size Used Available Use% Mounted on 22:52:18 overlay 50.0G 12.2G 37.8G 24% / 22:52:18 tmpfs 64.0M 0 64.0M 0% /dev 22:52:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:52:18 shm 64.0M 0 64.0M 0% /dev/shm 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp 22:52:18 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 22:52:18 22:52:18 22:52:18 ---> free -m: 22:52:18 total used free shared buff/cache available 22:52:18 Mem: 1837 720 152 0 963 1037 22:52:18 Swap: 1023 87 936 22:52:18 22:52:18 22:52:18 ---> ip addr: 22:52:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:52:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:52:18 inet 127.0.0.1/8 scope host lo 22:52:18 valid_lft forever preferred_lft forever 22:52:18 inet6 ::1/128 scope host 22:52:18 valid_lft forever preferred_lft forever 22:52:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:52:18 link/ether fa:16:3e:e7:ac:ec brd ff:ff:ff:ff:ff:ff 22:52:18 inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 22:52:18 valid_lft 84770sec preferred_lft 84770sec 22:52:18 inet6 fe80::f816:3eff:fee7:acec/64 scope link 22:52:18 valid_lft forever preferred_lft forever 22:52:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:52:18 link/ether 02:42:a3:54:16:99 brd ff:ff:ff:ff:ff:ff 22:52:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:52:18 valid_lft forever preferred_lft forever 22:52:18 inet6 fe80::42:a3ff:fe54:1699/64 scope link 22:52:18 valid_lft forever preferred_lft forever 22:52:18 22:52:18 22:52:18 ---> sar -b -r -n DEV: 22:52:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 22:52:18 22:52:18 22:24:56 LINUX RESTART (4 CPU) 22:52:18 22:52:18 22:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:52:18 22:27:01 60.43 13.04 47.39 0.00 4754.51 12573.53 0.00 22:52:18 22:28:02 221.63 113.53 108.10 0.00 8175.83 39031.45 0.00 22:52:18 22:29:01 226.98 98.19 128.78 0.00 3615.81 18187.03 0.00 22:52:18 22:30:01 92.22 32.56 59.66 0.00 1181.75 9373.76 0.00 22:52:18 22:31:01 70.48 28.47 42.01 0.00 710.30 4525.60 0.00 22:52:18 22:32:02 98.95 33.50 65.46 0.00 1921.35 7119.45 0.00 22:52:18 22:33:01 54.80 21.47 33.33 0.00 1397.39 8530.38 0.00 22:52:18 22:34:02 327.45 128.48 198.97 0.00 57585.88 123901.39 0.00 22:52:18 22:35:02 2376.69 2075.08 301.61 0.00 142668.70 149848.02 0.00 22:52:18 22:36:02 916.69 764.65 152.04 0.00 43181.00 47659.18 0.00 22:52:18 22:37:01 249.72 68.04 181.68 0.00 10306.52 27994.26 0.00 22:52:18 22:38:03 2023.14 1728.83 294.31 0.00 124833.03 175783.24 0.00 22:52:18 22:39:02 1361.55 1197.01 164.54 0.00 68978.56 68468.91 0.00 22:52:18 22:40:01 253.01 67.42 185.59 0.00 7297.33 37087.94 0.00 22:52:18 22:41:02 102.99 20.59 82.40 0.00 3070.15 6040.16 0.00 22:52:18 22:42:01 1.71 0.08 1.63 0.00 1.63 29.64 0.00 22:52:18 22:43:01 1.02 0.75 0.27 0.00 76.06 3.00 0.00 22:52:18 22:44:01 0.42 0.18 0.23 0.00 3.33 3.24 0.00 22:52:18 22:45:01 0.27 0.03 0.23 0.00 0.40 3.13 0.00 22:52:18 22:46:01 0.23 0.00 0.23 0.00 0.00 1.88 0.00 22:52:18 22:47:01 0.25 0.02 0.23 0.00 0.53 3.11 0.00 22:52:18 22:48:01 0.28 0.05 0.23 0.00 0.67 2.73 0.00 22:52:18 22:49:01 0.32 0.02 0.30 0.00 0.53 3.28 0.00 22:52:18 22:50:01 0.30 0.00 0.30 0.00 0.00 2.66 0.00 22:52:18 22:51:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 22:52:18 22:52:01 125.77 78.96 46.81 0.00 6951.68 13745.55 0.00 22:52:18 Average: 331.54 250.66 80.88 0.00 18890.45 29098.39 0.00 22:52:18 22:52:18 22:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:52:18 22:27:01 81032 0 667228 35.46 2620 1130664 1331628 45.45 541916 1051976 3260 22:52:18 22:28:02 73912 0 739152 39.28 2124 1066356 1457112 49.73 588076 975100 46040 22:52:18 22:29:01 108788 0 836148 44.44 1492 935116 1760412 60.08 641116 855300 41428 22:52:18 22:30:01 231700 0 794584 42.23 668 854592 1641276 56.01 649092 724368 25128 22:52:18 22:31:01 435492 0 747608 39.73 516 697928 1373852 46.89 464920 694956 23868 22:52:18 22:32:02 333268 0 729060 38.75 476 818740 1237148 42.22 497328 759440 7084 22:52:18 22:33:01 161900 0 723284 38.44 444 995916 1308784 44.67 597644 841392 8 22:52:18 22:34:02 74416 0 840084 44.65 56 966988 2269888 77.47 775324 823876 40524 22:52:18 22:35:02 70308 0 853716 45.37 0 957520 2352396 80.28 755692 821392 53404 22:52:18 22:36:02 269756 0 1106124 58.79 0 505664 3165048 108.02 735784 601768 70152 22:52:18 22:37:01 413728 0 742364 39.46 0 725452 1573336 53.70 458332 745216 44 22:52:18 22:38:03 74156 0 771584 41.01 0 1035804 2158924 73.68 731932 857164 35720 22:52:18 22:39:02 203104 0 1025636 54.51 0 652804 3896036 132.97 740400 669040 47664 22:52:18 22:40:01 122272 0 707100 37.58 0 1052172 1495000 51.02 547980 943012 15928 22:52:18 22:41:02 119228 0 643548 34.20 0 1118768 1210176 41.30 535676 957892 20 22:52:18 22:42:01 122488 0 640292 34.03 0 1118764 1179324 40.25 533484 957232 12 22:52:18 22:43:01 120816 0 639668 34.00 0 1121060 1179324 40.25 533972 959164 16 22:52:18 22:44:01 120128 0 640364 34.03 0 1121052 1179468 40.25 534424 959248 16 22:52:18 22:45:01 120432 0 640036 34.02 0 1121076 1179324 40.25 533888 959276 8 22:52:18 22:46:01 120408 0 640056 34.02 0 1121080 1179372 40.25 534084 959276 8 22:52:18 22:47:01 120604 0 639860 34.01 0 1121080 1179324 40.25 533896 959276 12 22:52:18 22:48:01 120612 0 639832 34.01 0 1121100 1179324 40.25 533904 959312 8 22:52:18 22:49:01 120440 0 640012 34.02 0 1121092 1179324 40.25 534032 959316 8 22:52:18 22:50:01 120596 0 639836 34.01 0 1121112 1179324 40.25 533916 959328 8 22:52:18 22:51:01 120500 0 639924 34.01 0 1121120 1179396 40.25 534004 959328 8 22:52:18 22:52:01 71736 0 728056 38.69 0 1081752 1632304 55.71 717088 804128 84400 22:52:18 Average: 155839 0 732891 38.95 323 992491 1602186 54.68 589150 873722 19030 22:52:18 22:52:18 22:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:52:18 22:27:01 vethab177ff 833.57 688.29 79.80 2469.36 0.00 0.00 0.00 0.00 22:52:18 22:27:01 eth0 1091.25 1095.33 4630.74 119.27 0.00 0.00 0.00 0.00 22:52:18 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:27:01 docker0 833.57 688.16 68.41 2469.35 0.00 0.00 0.00 0.00 22:52:18 22:28:02 vethdc58eb2 71.60 77.29 5.24 216.33 0.00 0.00 0.00 0.00 22:52:18 22:28:02 eth0 456.29 410.21 3134.71 80.97 0.00 0.00 0.00 0.00 22:52:18 22:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:28:02 docker0 139.70 139.27 9.61 437.40 0.00 0.00 0.00 0.00 22:52:18 22:29:01 eth0 244.36 208.58 712.03 27.48 0.00 0.00 0.00 0.00 22:52:18 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:29:01 veth8d6f3eb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:29:01 docker0 191.54 208.58 13.44 681.72 0.00 0.00 0.00 0.00 22:52:18 22:30:01 eth0 14.68 10.42 11.37 6.15 0.00 0.00 0.00 0.00 22:52:18 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:30:01 veth8d6f3eb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:31:01 eth0 48.12 38.65 26.37 87.71 0.00 0.00 0.00 0.00 22:52:18 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:31:01 veth8d6f3eb 2.04 2.04 0.16 0.16 0.00 0.00 0.00 0.00 22:52:18 22:31:01 docker0 2.04 2.04 0.13 0.16 0.00 0.00 0.00 0.00 22:52:18 22:32:02 eth0 8.66 6.19 6.71 3.66 0.00 0.00 0.00 0.00 22:52:18 22:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:32:02 veth8d6f3eb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:33:01 eth0 32.01 22.84 26.83 14.44 0.00 0.00 0.00 0.00 22:52:18 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:34:02 eth0 183.72 135.69 1666.74 74.52 0.00 0.00 0.00 0.00 22:52:18 22:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:34:02 veth8942810 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:35:02 eth0 81.91 55.97 180.79 11.80 0.00 0.00 0.00 0.00 22:52:18 22:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:35:02 veth8942810 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:35:02 docker0 45.57 59.25 2.89 164.91 0.00 0.00 0.00 0.00 22:52:18 22:36:02 veth278f8c8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:36:02 veth2dbe505 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:36:02 vethdb1415a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:36:02 veth5e6a659 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:37:01 eth0 2678.26 2320.93 12397.50 567.66 0.00 0.00 0.00 0.00 22:52:18 22:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:52:18 22:37:01 veth8942810 0.00 0.71 0.00 0.03 0.00 0.00 0.00 0.00 22:52:18 22:37:01 docker0 1237.18 1134.75 96.14 3944.15 0.00 0.00 0.00 0.00 22:52:18 22:38:03 eth0 77.31 62.36 150.35 15.22 0.00 0.00 0.00 0.00 22:52:18 22:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:38:03 veth8942810 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:38:03 docker0 42.74 49.10 2.84 128.59 0.00 0.00 0.00 0.00 22:52:18 22:39:02 veth770d4f3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:39:02 eth0 10.38 8.19 8.07 4.49 0.00 0.00 0.00 0.00 22:52:18 22:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:39:02 vethbd6eeb8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:52:18 22:40:01 veth45767c8 29.37 54.33 1.95 281.45 0.00 0.00 0.00 0.00 22:52:18 22:40:01 eth0 227.46 160.21 1663.14 86.60 0.00 0.00 0.00 0.00 22:52:18 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:40:01 veth8942810 0.00 1.06 0.00 0.05 0.00 0.00 0.00 0.00 22:52:18 22:41:02 eth0 43.61 26.79 91.99 12.64 0.00 0.00 0.00 0.00 22:52:18 22:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:41:02 docker0 1324.53 1266.46 101.50 4497.68 0.00 0.00 0.00 0.00 22:52:18 22:42:01 eth0 0.17 0.10 0.01 0.04 0.00 0.00 0.00 0.00 22:52:18 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:43:01 eth0 0.50 0.05 0.05 0.00 0.00 0.00 0.00 0.00 22:52:18 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:44:01 eth0 1.40 0.47 0.36 0.21 0.00 0.00 0.00 0.00 22:52:18 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:45:01 eth0 0.68 0.03 0.06 0.00 0.00 0.00 0.00 0.00 22:52:18 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:46:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 22:52:18 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:47:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 22:52:18 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:52:18 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:51:01 eth0 0.30 0.25 0.14 0.08 0.00 0.00 0.00 0.00 22:52:18 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:52:01 eth0 228.56 178.02 2173.54 71.80 0.00 0.00 0.00 0.00 22:52:18 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 Average: eth0 109.05 95.39 566.85 26.69 0.00 0.00 0.00 0.00 22:52:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:52:18 Average: docker0 51.05 48.81 3.91 173.35 0.00 0.00 0.00 0.00 22:52:18 22:52:18 22:52:18 ---> sar -P ALL: 22:52:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 22:52:18 22:52:18 22:24:56 LINUX RESTART (4 CPU) 22:52:18 22:52:18 22:26:01 CPU %user %nice %system %iowait %steal %idle 22:52:18 22:27:01 all 9.11 0.00 5.45 1.48 6.77 77.20 22:52:18 22:27:01 0 11.95 0.00 7.48 2.32 6.90 71.34 22:52:18 22:27:01 1 7.69 0.00 4.69 2.87 6.64 78.12 22:52:18 22:27:01 2 9.82 0.00 5.54 0.37 6.57 77.70 22:52:18 22:27:01 3 7.11 0.00 4.15 0.38 6.95 81.42 22:52:18 22:28:02 all 11.82 0.00 7.23 1.51 6.83 72.61 22:52:18 22:28:02 0 11.67 0.00 9.06 1.37 6.15 71.74 22:52:18 22:28:02 1 7.67 0.00 5.94 1.63 6.72 78.03 22:52:18 22:28:02 2 20.89 0.00 8.24 0.95 7.01 62.91 22:52:18 22:28:02 3 7.27 0.00 5.75 2.07 7.42 77.49 22:52:18 22:29:01 all 12.75 0.00 8.48 5.35 6.97 66.45 22:52:18 22:29:01 0 14.65 0.00 9.48 6.08 6.69 63.10 22:52:18 22:29:01 1 11.31 0.00 7.17 5.34 7.79 68.39 22:52:18 22:29:01 2 13.12 0.00 9.17 5.12 6.41 66.17 22:52:18 22:29:01 3 11.97 0.00 8.12 4.88 6.96 68.08 22:52:18 22:30:01 all 45.94 0.00 13.85 1.78 24.78 13.66 22:52:18 22:30:01 0 34.35 0.00 10.87 1.88 30.06 22.85 22:52:18 22:30:01 1 46.70 0.00 14.50 1.74 22.82 14.23 22:52:18 22:30:01 2 53.44 0.00 14.62 1.86 21.67 8.41 22:52:18 22:30:01 3 50.76 0.00 15.78 1.62 23.90 7.93 22:52:18 22:31:01 all 40.59 0.00 13.14 1.67 11.03 33.58 22:52:18 22:31:01 0 35.22 0.00 11.56 1.70 13.58 37.95 22:52:18 22:31:01 1 43.41 0.00 13.27 0.79 10.02 32.52 22:52:18 22:31:01 2 45.57 0.00 14.49 1.58 9.12 29.24 22:52:18 22:31:01 3 38.40 0.00 13.28 2.61 11.29 34.41 22:52:18 22:32:02 all 41.35 0.00 16.64 1.81 21.14 19.05 22:52:18 22:32:02 0 42.53 0.00 18.28 1.62 20.42 17.16 22:52:18 22:32:02 1 37.44 0.00 14.52 2.25 22.81 22.99 22:52:18 22:32:02 2 38.70 0.00 15.27 1.71 22.41 21.91 22:52:18 22:32:02 3 47.18 0.00 18.73 1.65 18.74 13.70 22:52:18 22:33:01 all 21.35 0.00 12.29 1.56 18.76 46.04 22:52:18 22:33:01 0 20.63 0.00 13.02 1.96 19.89 44.50 22:52:18 22:33:01 1 21.71 0.00 11.41 2.12 19.38 45.39 22:52:18 22:33:01 2 22.13 0.00 12.51 1.22 17.25 46.89 22:52:18 22:33:01 3 20.93 0.00 12.23 0.91 18.49 47.44 22:52:18 22:34:02 all 15.63 0.00 17.45 3.12 9.62 54.17 22:52:18 22:34:02 0 14.24 0.00 16.74 2.80 10.26 55.96 22:52:18 22:34:02 1 14.87 0.00 17.04 2.41 9.52 56.16 22:52:18 22:34:02 2 15.54 0.00 19.02 2.58 8.86 54.00 22:52:18 22:34:02 3 17.91 0.00 17.03 4.70 9.84 50.51 22:52:18 22:35:02 all 17.76 0.00 25.67 18.71 14.07 23.79 22:52:18 22:35:02 0 17.34 0.00 26.18 17.57 14.61 24.30 22:52:18 22:35:02 1 17.34 0.00 24.88 20.28 14.41 23.09 22:52:18 22:35:02 2 18.63 0.00 26.47 19.86 13.40 21.65 22:52:18 22:35:02 3 17.73 0.00 25.17 17.12 13.83 26.15 22:52:18 22:36:02 all 52.27 0.00 18.47 10.85 9.23 9.18 22:52:18 22:36:02 0 50.37 0.00 18.91 10.68 11.01 9.04 22:52:18 22:36:02 1 53.62 0.00 17.48 12.00 8.59 8.30 22:52:18 22:36:02 2 54.13 0.00 18.73 10.49 7.98 8.68 22:52:18 22:36:02 3 50.98 0.00 18.74 10.25 9.33 10.70 22:52:18 22:37:01 all 44.69 0.00 15.70 11.53 9.58 18.50 22:52:18 22:37:01 0 43.39 0.00 16.25 10.98 10.53 18.85 22:52:18 22:37:01 1 45.57 0.00 15.92 11.04 8.61 18.86 22:52:18 22:37:01 2 44.44 0.00 15.61 12.70 10.43 16.82 22:52:18 22:37:01 3 45.35 0.00 15.02 11.41 8.74 19.47 22:52:18 22:52:18 22:37:01 CPU %user %nice %system %iowait %steal %idle 22:52:18 22:38:03 all 17.05 0.00 25.31 14.26 13.58 29.80 22:52:18 22:38:03 0 16.04 0.00 26.38 16.29 13.53 27.75 22:52:18 22:38:03 1 17.29 0.00 25.06 14.48 13.57 29.60 22:52:18 22:38:03 2 17.25 0.00 24.18 13.55 13.93 31.09 22:52:18 22:38:03 3 17.62 0.00 25.62 12.68 13.30 30.78 22:52:18 22:39:02 all 31.34 0.00 18.31 15.91 16.42 18.02 22:52:18 22:39:02 0 30.42 0.00 17.34 15.72 16.79 19.72 22:52:18 22:39:02 1 31.10 0.00 18.40 15.59 17.63 17.28 22:52:18 22:39:02 2 32.16 0.00 18.18 15.86 16.54 17.27 22:52:18 22:39:02 3 31.67 0.00 19.34 16.46 14.74 17.79 22:52:18 22:40:01 all 46.39 0.00 17.68 6.93 9.97 19.04 22:52:18 22:40:01 0 45.73 0.00 17.52 6.35 9.95 20.45 22:52:18 22:40:01 1 45.27 0.00 17.21 8.43 12.30 16.79 22:52:18 22:40:01 2 47.93 0.00 17.14 5.59 8.80 20.53 22:52:18 22:40:01 3 46.62 0.00 18.86 7.36 8.79 18.36 22:52:18 22:41:02 all 5.23 0.00 3.75 4.94 2.15 83.92 22:52:18 22:41:02 0 5.24 0.00 3.93 2.19 1.87 86.76 22:52:18 22:41:02 1 4.82 0.00 3.38 3.68 2.45 85.66 22:52:18 22:41:02 2 6.27 0.00 3.30 4.71 2.15 83.57 22:52:18 22:41:02 3 4.59 0.00 4.41 9.17 2.14 79.69 22:52:18 22:42:01 all 0.14 0.00 0.06 0.00 0.17 99.62 22:52:18 22:42:01 0 0.02 0.00 0.07 0.00 0.07 99.85 22:52:18 22:42:01 1 0.46 0.00 0.05 0.00 0.12 99.37 22:52:18 22:42:01 2 0.08 0.00 0.08 0.00 0.46 99.37 22:52:18 22:42:01 3 0.02 0.00 0.03 0.00 0.05 99.90 22:52:18 22:43:01 all 0.16 0.00 0.13 0.00 0.20 99.50 22:52:18 22:43:01 0 0.48 0.00 0.13 0.00 0.10 99.28 22:52:18 22:43:01 1 0.05 0.00 0.10 0.00 0.15 99.70 22:52:18 22:43:01 2 0.10 0.00 0.13 0.02 0.50 99.25 22:52:18 22:43:01 3 0.02 0.00 0.17 0.00 0.05 99.77 22:52:18 22:44:01 all 0.09 0.00 0.09 0.00 0.41 99.41 22:52:18 22:44:01 0 0.22 0.00 0.07 0.02 0.37 99.33 22:52:18 22:44:01 1 0.02 0.00 0.10 0.00 0.35 99.54 22:52:18 22:44:01 2 0.07 0.00 0.10 0.00 0.70 99.14 22:52:18 22:44:01 3 0.05 0.00 0.10 0.00 0.22 99.63 22:52:18 22:45:01 all 0.12 0.00 0.10 0.00 0.38 99.39 22:52:18 22:45:01 0 0.13 0.00 0.03 0.00 0.22 99.62 22:52:18 22:45:01 1 0.08 0.00 0.18 0.00 0.60 99.14 22:52:18 22:45:01 2 0.27 0.00 0.12 0.00 0.35 99.27 22:52:18 22:45:01 3 0.02 0.00 0.08 0.00 0.35 99.55 22:52:18 22:46:01 all 0.10 0.00 0.04 0.00 0.14 99.72 22:52:18 22:46:01 0 0.30 0.00 0.05 0.00 0.18 99.47 22:52:18 22:46:01 1 0.02 0.00 0.03 0.00 0.10 99.85 22:52:18 22:46:01 2 0.03 0.00 0.03 0.00 0.03 99.90 22:52:18 22:46:01 3 0.05 0.00 0.03 0.02 0.25 99.65 22:52:18 22:47:01 all 0.09 0.00 0.04 0.00 0.09 99.78 22:52:18 22:47:01 0 0.00 0.00 0.03 0.00 0.07 99.90 22:52:18 22:47:01 1 0.05 0.00 0.02 0.00 0.07 99.87 22:52:18 22:47:01 2 0.28 0.00 0.10 0.00 0.13 99.48 22:52:18 22:47:01 3 0.03 0.00 0.02 0.00 0.10 99.85 22:52:18 22:48:01 all 0.12 0.00 0.04 0.00 0.12 99.71 22:52:18 22:48:01 0 0.02 0.00 0.03 0.00 0.07 99.88 22:52:18 22:48:01 1 0.03 0.00 0.03 0.00 0.12 99.82 22:52:18 22:48:01 2 0.38 0.00 0.03 0.00 0.07 99.52 22:52:18 22:48:01 3 0.07 0.00 0.05 0.02 0.23 99.63 22:52:18 22:52:18 22:48:01 CPU %user %nice %system %iowait %steal %idle 22:52:18 22:49:01 all 0.11 0.00 0.05 0.00 0.11 99.73 22:52:18 22:49:01 0 0.02 0.00 0.02 0.00 0.05 99.92 22:52:18 22:49:01 1 0.03 0.00 0.07 0.00 0.13 99.77 22:52:18 22:49:01 2 0.33 0.00 0.07 0.00 0.18 99.42 22:52:18 22:49:01 3 0.05 0.00 0.07 0.00 0.07 99.82 22:52:18 22:50:01 all 0.11 0.00 0.03 0.00 0.22 99.64 22:52:18 22:50:01 0 0.00 0.00 0.03 0.00 0.03 99.93 22:52:18 22:50:01 1 0.07 0.00 0.05 0.00 0.27 99.62 22:52:18 22:50:01 2 0.02 0.00 0.02 0.00 0.38 99.58 22:52:18 22:50:01 3 0.35 0.00 0.02 0.00 0.20 99.43 22:52:18 22:51:01 all 0.13 0.00 0.03 0.00 0.19 99.65 22:52:18 22:51:01 0 0.03 0.00 0.02 0.00 0.05 99.90 22:52:18 22:51:01 1 0.03 0.00 0.03 0.00 0.37 99.57 22:52:18 22:51:01 2 0.03 0.00 0.03 0.00 0.25 99.68 22:52:18 22:51:01 3 0.43 0.00 0.03 0.00 0.10 99.43 22:52:18 22:52:01 all 6.23 0.00 4.86 2.76 2.70 83.45 22:52:18 22:52:01 0 5.93 0.00 5.55 2.35 2.63 83.55 22:52:18 22:52:01 1 5.79 0.00 4.69 1.48 2.83 85.21 22:52:18 22:52:01 2 7.34 0.00 5.02 4.73 2.88 80.04 22:52:18 22:52:01 3 5.88 0.00 4.19 2.47 2.46 85.00 22:52:18 Average: all 15.79 0.00 8.50 3.89 7.07 64.74 22:52:18 Average: 0 15.12 0.00 8.69 3.81 7.55 64.82 22:52:18 Average: 1 15.45 0.00 8.18 3.96 7.18 65.22 22:52:18 Average: 2 16.83 0.00 8.62 3.84 6.79 63.92 22:52:18 Average: 3 15.77 0.00 8.53 3.95 6.75 65.00 22:52:18 22:52:18 22:52:18