Pull request #3447 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 670f3584858cccf1ec2af0b55bcc1500b96a803a+38d8ac8cf9377e12442077cf8ccce54130d64734 (842e2e94c1f818913cf4115f94eafc47e2aaa2a5) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4377 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [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 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a Merge succeeded, producing 670f3584858cccf1ec2af0b55bcc1500b96a803a Checking out Revision 670f3584858cccf1ec2af0b55bcc1500b96a803a (PR-3447) > 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/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:33:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:33:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:33:30 ========================================================= 07:33:30 EdgeX Global Pipelines Version Info 07:33:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:33:34 ------------------- 07:33:34 stable info: 07:33:34 ------------------- 07:33:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:33:34 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:33:34 Message: update stable to v1.0.191 07:33:34 ------------------- 07:33:34 experimental info: 07:33:34 ------------------- 07:33:34 Commited By: **** collab-it+edgex@linuxfoundation.org 07:33:34 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:33:34 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3447 [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3447 [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3447 [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 670f3584858cccf1ec2af0b55bcc1500b96a803a [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 670f358 [Pipeline] echo 07:33:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:33:36 provisioning config files... 07:33:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1185731563922085167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:36 ---> docker-login.sh 07:33:36 nexus3.edgexfoundry.org:10001 > git rev-list --no-walk 6a9a5fb5509b625e051bc9c716ac9baf204bf28b # timeout=10 07:33:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:38 Configure a credential helper to remove this warning. See 07:33:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:38 07:33:38 Login Succeeded 07:33:38 nexus3.edgexfoundry.org:10002 07:33:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:38 Configure a credential helper to remove this warning. See 07:33:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:38 07:33:38 Login Succeeded 07:33:38 nexus3.edgexfoundry.org:10003 07:33:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:39 Configure a credential helper to remove this warning. See 07:33:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:39 07:33:39 Login Succeeded 07:33:39 nexus3.edgexfoundry.org:10004 07:33:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:39 Configure a credential helper to remove this warning. See 07:33:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:39 07:33:39 Login Succeeded 07:33:39 docker.io 07:33:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:42 Configure a credential helper to remove this warning. See 07:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:42 07:33:42 Login Succeeded 07:33:42 ---> docker-login.sh ends [Pipeline] } 07:33:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:33:42 ++ 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 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ dirname cmd/core-command/Dockerfile 07:33:42 ++ cut -d/ -f2 07:33:42 + echo core-command,cmd/core-command/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ dirname cmd/core-data/Dockerfile 07:33:42 ++ cut -d/ -f2 07:33:42 + echo core-data,cmd/core-data/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ cut -d/ -f2 07:33:42 ++ dirname cmd/core-metadata/Dockerfile 07:33:42 + echo core-metadata,cmd/core-metadata/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ dirname cmd/security-bootstrapper/Dockerfile 07:33:42 ++ cut -d/ -f2 07:33:42 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ dirname cmd/security-proxy-setup/Dockerfile 07:33:42 ++ cut -d/ -f2 07:33:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ cut -d/ -f2 07:33:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:33:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ dirname cmd/support-notifications/Dockerfile 07:33:42 ++ cut -d/ -f2 07:33:42 + echo support-notifications,cmd/support-notifications/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ cut -d/ -f2 07:33:42 ++ dirname cmd/support-scheduler/Dockerfile 07:33:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:33:42 + for file in '`ls cmd/**/Dockerfile`' 07:33:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:33:42 ++ cut -d/ -f2 07:33:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:33:42 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:33:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:44 07:33:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:33:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:44 latest: Pulling from edgex-devops/git-semver 07:33:44 31603596830f: Pulling fs layer 07:33:44 54011a49482f: Pulling fs layer 07:33:44 a6820b24f6d8: Pulling fs layer 07:33:44 f581987b2513: Pulling fs layer 07:33:44 f581987b2513: Waiting 07:33:44 54011a49482f: Verifying Checksum 07:33:44 54011a49482f: Download complete 07:33:44 31603596830f: Verifying Checksum 07:33:44 31603596830f: Download complete 07:33:45 f581987b2513: Verifying Checksum 07:33:45 f581987b2513: Download complete 07:33:45 a6820b24f6d8: Verifying Checksum 07:33:45 a6820b24f6d8: Download complete 07:33:45 31603596830f: Pull complete 07:33:45 54011a49482f: Pull complete 07:33:47 a6820b24f6d8: Pull complete 07:33:48 f581987b2513: Pull complete 07:33:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:33:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:33:49 prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container 07:33:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:33:53 $ docker top 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:33:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:33:54 [ssh-agent] Looking for ssh-agent implementation... 07:33:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:33:54 $ docker exec 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent 07:33:55 SSH_AUTH_SOCK=/tmp/ssh-PnnnLLl3BDyO/agent.11 07:33:55 SSH_AGENT_PID=16 07:33:55 Running ssh-add (command line suppressed) 07:33:55 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2357401735447905690.key (/w/workspace/edgex-go/3@tmp/private_key_2357401735447905690.key) 07:33:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:33:56 + git tag --points-at HEAD [Pipeline] } 07:33:56 $ docker exec --env ******** --env ******** 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent -k 07:33:57 unset SSH_AUTH_SOCK; 07:33:57 unset SSH_AGENT_PID; 07:33:57 echo Agent pid 16 killed; 07:33:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:33:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:33:57 [ssh-agent] Looking for ssh-agent implementation... 07:33:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:33:57 $ docker exec 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent 07:33:58 SSH_AUTH_SOCK=/tmp/ssh-M15uvvnI7cjH/agent.44 07:33:58 SSH_AGENT_PID=49 07:33:58 Running ssh-add (command line suppressed) 07:33:58 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8459054918933441471.key (/w/workspace/edgex-go/3@tmp/private_key_8459054918933441471.key) 07:33:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:33:59 + git semver init 07:33:59 # -> Open(): unable to determine branch for HEAD 07:33:59 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:33:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:33:59 # $SEMVER_REMOTE_NAME = origin 07:33:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:33:59 # $SEMVER_USER_NAME = edgex-jenkins 07:33:59 # $SEMVER_BRANCH = PR-3447 07:33:59 # $SEMVER_TEMP = /tmp/semver-757437314 07:33:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:34:40 # '/tmp/semver-757437314' -> '/w/workspace/edgex-go/3/.semver' 07:34:40 # -> Force: false 07:34:40 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:34:40 $ docker exec --env ******** --env ******** 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb ssh-agent -k 07:34:40 unset SSH_AUTH_SOCK; 07:34:40 unset SSH_AGENT_PID; 07:34:40 echo Agent pid 49 killed; 07:34:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:34:41 + git semver [Pipeline] } 07:34:41 $ docker stop --time=1 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb 07:34:44 $ docker rm -f 6a8e24421a4e5491f737da144ccb64d2f06cbdca3234d3f0d1955a95585b02bb [Pipeline] // withDockerContainer [Pipeline] sh 07:34:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:34:46 Stashed 1 file(s) [Pipeline] echo 07:34:46 [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 07:34:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:34:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:34:47 + sudo service docker restart 07:34:47 + true 07:34:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:34:50 ========================================================= 07:34:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:34:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:34:51 + 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 . 07:35:01 Still waiting to schedule task 07:35:01 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:35:01 Sending build context to Docker daemon 330.2MB 07:35:01 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:35:01 Step 2/6 : FROM ${BASE} 07:35:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:35:01 540db60ca938: Pulling fs layer 07:35:01 adcc1eea9eea: Pulling fs layer 07:35:01 4c4ab2625f07: Pulling fs layer 07:35:01 0510c868ecb4: Pulling fs layer 07:35:01 afea3b2eda06: Pulling fs layer 07:35:01 7809a108b3ef: Pulling fs layer 07:35:01 f706445af74f: Pulling fs layer 07:35:01 0510c868ecb4: Waiting 07:35:01 7809a108b3ef: Waiting 07:35:01 f706445af74f: Waiting 07:35:01 afea3b2eda06: Waiting 07:35:01 4c4ab2625f07: Verifying Checksum 07:35:01 4c4ab2625f07: Download complete 07:35:01 adcc1eea9eea: Download complete 07:35:01 afea3b2eda06: Download complete 07:35:01 7809a108b3ef: Download complete 07:35:01 540db60ca938: Verifying Checksum 07:35:03 540db60ca938: Pull complete 07:35:03 adcc1eea9eea: Pull complete 07:35:04 4c4ab2625f07: Pull complete 07:35:08 f706445af74f: Verifying Checksum 07:35:08 f706445af74f: Download complete 07:35:09 0510c868ecb4: Verifying Checksum 07:35:09 0510c868ecb4: Download complete 07:35:25 0510c868ecb4: Pull complete 07:35:25 afea3b2eda06: Pull complete 07:35:25 7809a108b3ef: Pull complete 07:35:32 f706445af74f: Pull complete 07:35:32 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:35:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:35:32 ---> b068be0155e3 07:35:32 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 07:35:32 ---> Running in 0e9ed9a766f2 07:35:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:35:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:35:36 (1/12) Installing libmagic (5.39-r0) 07:35:36 (2/12) Installing file (5.39-r0) 07:35:36 (3/12) Installing libc-dev (0.7.2-r3) 07:35:36 (4/12) Installing g++ (10.2.1_pre1-r3) 07:35:45 (5/12) Installing fortify-headers (1.1-r0) 07:35:45 (6/12) Installing patch (2.7.6-r6) 07:35:45 (7/12) Installing build-base (0.5-r2) 07:35:45 (8/12) Installing libsodium (1.0.18-r0) 07:35:45 (9/12) Installing pkgconf (1.7.3-r0) 07:35:45 (10/12) Installing libsodium-dev (1.0.18-r0) 07:35:45 (11/12) Installing libzmq (4.3.3-r1) 07:35:45 (12/12) Installing zeromq-dev (4.3.3-r1) 07:35:45 Executing busybox-1.32.1-r6.trigger 07:35:45 OK: 219 MiB in 52 packages 07:35:51 Removing intermediate container 0e9ed9a766f2 07:35:51 ---> 4a2e8f25502f 07:35:51 Step 4/6 : WORKDIR /edgex-go 07:35:51 ---> Running in 4fb9828001e2 07:35:51 Removing intermediate container 4fb9828001e2 07:35:51 ---> 50a463cef8ed 07:35:51 Step 5/6 : COPY go.mod . 07:35:51 ---> 2997198c24b4 07:35:51 Step 6/6 : RUN go mod download 07:35:51 ---> Running in e36aefe62d7e 07:36:31 Removing intermediate container e36aefe62d7e 07:36:31 ---> a5178ed10cc3 07:36:31 Successfully built a5178ed10cc3 07:36:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:36:32 + docker inspect -f . ci-base-image-x86_64 07:36:32 . [Pipeline] withDockerContainer 07:36:33 prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container 07:36:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:36:35 $ docker top a29224f3487abc84fc9ffdae2b0605781324c29aebfb09d3c4086f2062ce1d75 -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:36 + go version 07:36:36 go version go1.16.3 linux/amd64 [Pipeline] } 07:36:36 $ docker stop --time=1 a29224f3487abc84fc9ffdae2b0605781324c29aebfb09d3c4086f2062ce1d75 07:36:38 $ docker rm -f a29224f3487abc84fc9ffdae2b0605781324c29aebfb09d3c4086f2062ce1d75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:36:39 + docker inspect -f . ci-base-image-x86_64 07:36:40 . [Pipeline] withDockerContainer 07:36:40 prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container 07:36:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:36:42 $ docker top f5e49c4a2716f1e615f54eaf0fc5ec19b2fd7dc245241a9264b868cdc24da5b4 -eo pid,comm [Pipeline] { [Pipeline] echo 07:36:42 ========================================================= 07:36:42 [edgeXBuildGoParallel] Running Tests and Build... 07:36:42 ========================================================= [Pipeline] sh 07:36:43 + go mod tidy [Pipeline] sh 07:36:49 + make test 07:36:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:37:12 ? github.com/edgexfoundry/edgex-go [no test files] 07:38:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:38:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:38:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:38:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:38:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:38:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:38:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:38:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:38:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:38:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 45.9% of statements 07:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.083s coverage: 19.8% of statements 07:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.155s coverage: 100.0% of statements 07:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.489s coverage: 27.8% of statements 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.267s coverage: 81.2% of statements 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.128s coverage: 100.0% of statements 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.708s coverage: 71.3% of statements 07:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:38:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.592s coverage: 87.7% of statements 07:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:38:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements 07:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:39:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4386 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws 07:39:07 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.746s coverage: 28.6% of statements 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 1.004s coverage: 100.0% of statements 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.203s coverage: 100.0% of statements 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 1.219s coverage: 86.7% of statements 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.555s coverage: 97.5% of statements 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.391s coverage: 78.3% of statements 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:39:14 using credential edgex-jenkins-ssh 07:39:14 Cloning the remote Git repository 07:39:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:39:14 > git init /w/workspace/edgex-go/3 # timeout=10 07:39:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:39:14 > git --version # timeout=10 07:39:14 > git --version # 'git version 2.17.1' 07:39:14 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 95.1% of statements 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:39:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.126s coverage: 58.8% of statements 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:39:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.644s coverage: 0.9% of statements 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:39:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.170s coverage: 22.0% of statements 07:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 47.1% of statements 07:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.375s coverage: 79.5% of statements 07:39:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.188s coverage: 94.1% of statements 07:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.381s coverage: 96.3% of statements 07:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.163s coverage: 87.5% of statements 07:39:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:39:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:39:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:39:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:39:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:39:31 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a 07:39:31 Merge succeeded, producing 670f3584858cccf1ec2af0b55bcc1500b96a803a 07:39:31 Checking out Revision 670f3584858cccf1ec2af0b55bcc1500b96a803a (PR-3447) 07:39:31 > git config core.sparsecheckout # timeout=10 07:39:31 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 07:39:31 > git remote # timeout=10 07:39:31 > git config --get remote.origin.url # timeout=10 07:39:31 using GIT_SSH to set credentials SSH Credentials for GitHub 07:39:31 > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 07:39:31 > git rev-parse HEAD^{commit} # timeout=10 07:39:31 > git config core.sparsecheckout # timeout=10 07:39:31 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 07:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.157s coverage: 94.4% of statements 07:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.162s coverage: 44.8% of statements 07:39:36 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:39:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:39:38 + + sudo service dockertrue restart 07:39:38 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:39:40 provisioning config files... 07:39:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9171379014528344800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 81.8% of statements 07:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:39:41 ---> docker-login.sh 07:39:41 nexus3.edgexfoundry.org:10001 07:39:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:42 Configure a credential helper to remove this warning. See 07:39:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:42 07:39:42 Login Succeeded 07:39:42 nexus3.edgexfoundry.org:10002 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 nexus3.edgexfoundry.org:10003 07:39:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:43 Configure a credential helper to remove this warning. See 07:39:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:43 07:39:43 Login Succeeded 07:39:43 nexus3.edgexfoundry.org:10004 07:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:44 Configure a credential helper to remove this warning. See 07:39:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:44 07:39:44 Login Succeeded 07:39:44 docker.io 07:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:39:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:39:45 Configure a credential helper to remove this warning. See 07:39:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:39:45 07:39:45 Login Succeeded 07:39:45 ---> docker-login.sh ends [Pipeline] } 07:39:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:39:45 ========================================================= 07:39:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:39:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:39:45 + 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 . 07:39:48 Sending build context to Docker daemon 167.7MB 07:39:48 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:39:48 Step 2/6 : FROM ${BASE} 07:39:48 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:39:48 595b0fe564bb: Pulling fs layer 07:39:48 7186ed65a4f7: Pulling fs layer 07:39:48 316046926c0a: Pulling fs layer 07:39:48 4ebd0625c992: Pulling fs layer 07:39:48 207e8628e3a3: Pulling fs layer 07:39:48 c791037a9be2: Pulling fs layer 07:39:48 ffd874e62e21: Pulling fs layer 07:39:48 4ebd0625c992: Waiting 07:39:48 207e8628e3a3: Waiting 07:39:48 c791037a9be2: Waiting 07:39:48 ffd874e62e21: Waiting 07:39:48 316046926c0a: Verifying Checksum 07:39:48 316046926c0a: Download complete 07:39:48 7186ed65a4f7: Verifying Checksum 07:39:48 7186ed65a4f7: Download complete 07:39:48 207e8628e3a3: Download complete 07:39:48 c791037a9be2: Download complete 07:39:48 595b0fe564bb: Verifying Checksum 07:39:48 595b0fe564bb: Download complete 07:39:49 595b0fe564bb: Pull complete 07:39:49 7186ed65a4f7: Pull complete 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.250s coverage: 92.9% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 65.1% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.173s coverage: 87.2% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.311s coverage: 76.0% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.0% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.321s coverage: 87.2% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 85.4% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.2% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.625s coverage: 64.4% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements 07:39:50 ffd874e62e21: Verifying Checksum 07:39:50 ffd874e62e21: Download complete 07:39:50 316046926c0a: Pull complete 07:39:52 4ebd0625c992: Verifying Checksum 07:39:52 4ebd0625c992: Download complete 07:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 66.9% of statements 07:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.459s coverage: 43.4% of statements 07:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 07:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements 07:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.265s coverage: 47.0% of statements 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.160s coverage: 22.7% of statements 07:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.225s coverage: 92.6% of statements 07:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:40:02 4ebd0625c992: Pull complete 07:40:02 207e8628e3a3: Pull complete 07:40:02 c791037a9be2: Pull complete 07:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.682s coverage: 28.7% of statements 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:40:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.124s coverage: 64.6% of statements 07:40:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.198s coverage: 97.6% of statements 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:40:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.081s coverage: 0.0% of statements 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.142s coverage: 100.0% of statements 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.175s coverage: 87.9% of statements 07:40:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:40:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements 07:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 28.1% of statements 07:40:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 07:40:05 ffd874e62e21: Pull complete 07:40:05 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:40:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:40:05 ---> cfc18b08335c 07:40:05 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 07:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.045s coverage: 85.7% of statements 07:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 07:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.114s coverage: 100.0% of statements 07:40:06 GO111MODULE=on go vet ./... 07:40:08 ---> Running in 3123590bd1c3 07:40:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:12 (1/12) Installing libmagic (5.39-r0) 07:40:12 (2/12) Installing file (5.39-r0) 07:40:12 (3/12) Installing libc-dev (0.7.2-r3) 07:40:13 (4/12) Installing g++ (10.2.1_pre1-r3) 07:40:25 (5/12) Installing fortify-headers (1.1-r0) 07:40:25 (6/12) Installing patch (2.7.6-r6) 07:40:25 (7/12) Installing build-base (0.5-r2) 07:40:25 (8/12) Installing libsodium (1.0.18-r0) 07:40:25 (9/12) Installing pkgconf (1.7.3-r0) 07:40:25 (10/12) Installing libsodium-dev (1.0.18-r0) 07:40:25 (11/12) Installing libzmq (4.3.3-r1) 07:40:26 (12/12) Installing zeromq-dev (4.3.3-r1) 07:40:26 Executing busybox-1.32.1-r6.trigger 07:40:26 OK: 218 MiB in 52 packages 07:40:30 Removing intermediate container 3123590bd1c3 07:40:30 ---> 89ce45512991 07:40:30 Step 4/6 : WORKDIR /edgex-go 07:40:30 ---> Running in 92d11939ce1f 07:40:30 Removing intermediate container 92d11939ce1f 07:40:30 ---> e384c4b70d70 07:40:30 Step 5/6 : COPY go.mod . 07:40:31 ---> 8f981fa25e59 07:40:31 Step 6/6 : RUN go mod download 07:40:31 ---> Running in 141c12335b02 07:40:58 Removing intermediate container 141c12335b02 07:40:58 ---> 8fa783b6e90a 07:40:58 Successfully built 8fa783b6e90a 07:40:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:40:58 + docker inspect -f . ci-base-image-arm64 07:40:58 . [Pipeline] withDockerContainer 07:40:59 prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container 07:40:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:41:00 $ docker top 6b5332c5f7c9951c787b29bc02242eed3b97f21c98d74f2397fb331e5e091c23 -eo pid,comm [Pipeline] { [Pipeline] sh 07:41:01 + go version 07:41:01 go version go1.16.3 linux/arm64 [Pipeline] } 07:41:01 $ docker stop --time=1 6b5332c5f7c9951c787b29bc02242eed3b97f21c98d74f2397fb331e5e091c23 07:41:03 $ docker rm -f 6b5332c5f7c9951c787b29bc02242eed3b97f21c98d74f2397fb331e5e091c23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:41:04 + docker inspect -f . ci-base-image-arm64 07:41:04 . [Pipeline] withDockerContainer 07:41:04 prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container 07:41:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** ci-base-image-arm64 cat 07:41:06 $ docker top 6f03e3a40a7556fb24cb7b4cbd22cb93426e22858d370cd1173adea118f04ef6 -eo pid,comm [Pipeline] { [Pipeline] echo 07:41:07 ========================================================= 07:41:07 [edgeXBuildGoParallel] Running Tests and Build... 07:41:07 ========================================================= [Pipeline] sh 07:41:07 + go mod tidy [Pipeline] sh 07:41:09 + make test 07:41:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:41:29 gofmt -l . 07:41:29 [ "`gofmt -l .`" = "" ] 07:41:30 ./bin/test-go-mod-tidy.sh 07:41:31 ./bin/test-attribution-txt.sh [Pipeline] sh 07:41:34 + ls -al . 07:41:34 total 828 07:41:34 drwxrwxr-x 10 1001 1001 4096 May 11 07:41 . 07:41:34 drwxr-xr-x 4 root root 28 May 11 07:36 .. 07:41:34 -rw-rw-r-- 1 1001 1001 11 May 11 07:33 .dockerignore 07:41:34 drwxrwxr-x 8 1001 1001 179 May 11 07:33 .git 07:41:34 drwxrwxr-x 3 1001 1001 125 May 11 07:33 .github 07:41:34 -rw-rw-r-- 1 1001 1001 818 May 11 07:33 .gitignore 07:41:34 drwx------ 3 1001 1001 60 May 11 07:34 .semver 07:41:34 -rw-rw-r-- 1 1001 1001 166 May 11 07:33 .sonarcloud.properties 07:41:34 -rw-rw-r-- 1 1001 1001 8609 May 11 07:33 Attribution.txt 07:41:34 -rw-rw-r-- 1 1001 1001 3804 May 11 07:33 CONTRIBUTING.md 07:41:34 -rw-rw-r-- 1 1001 1001 931 May 11 07:33 Dockerfile.build 07:41:34 -rw-rw-r-- 1 1001 1001 863 May 11 07:33 Jenkinsfile 07:41:34 -rw-rw-r-- 1 1001 1001 10775 May 11 07:33 LICENSE 07:41:34 -rw-rw-r-- 1 1001 1001 5774 May 11 07:33 Makefile 07:41:34 -rw-rw-r-- 1 1001 1001 7978 May 11 07:33 README.md 07:41:34 -rw-rw-r-- 1 1001 1001 6755 May 11 07:33 SECURITY.md 07:41:34 -rw-rw-r-- 1 1001 1001 5 May 11 07:34 VERSION 07:41:34 -rw-rw-r-- 1 1001 1001 4131 May 11 07:33 ZMQWindows.md 07:41:34 drwxrwxr-x 2 1001 1001 117 May 11 07:33 bin 07:41:34 drwxrwxr-x 14 1001 1001 4096 May 11 07:33 cmd 07:41:34 -rw-r--r-- 1 root root 719397 May 11 07:40 coverage.out 07:41:34 -rw-r--r-- 1 root root 1060 May 11 07:41 go.mod 07:41:34 -rw-r--r-- 1 root root 21713 May 11 07:36 go.sum 07:41:34 drwxrwxr-x 8 1001 1001 127 May 11 07:33 internal 07:41:34 drwxrwxr-x 4 1001 1001 26 May 11 07:33 openapi 07:41:34 drwxrwxr-x 4 1001 1001 71 May 11 07:33 snap 07:41:34 -rw-rw-r-- 1 1001 1001 168 May 11 07:33 version.go [Pipeline] sh 07:41:35 + '[' -e coverage.out ] 07:41:35 + chown 1001:1001 coverage.out 07:41:36 ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] stash 07:41:36 Stashed 1 file(s) [Pipeline] sh 07:41:37 + make build 07:41: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 07:41:41 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 07:42:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:42:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:42:24 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 07:42:30 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 07:42:37 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 07:42:40 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 07:42: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 07:42:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:42:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:42:46 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 07:42: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 07:42:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:42:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] } 07:42:57 $ docker stop --time=1 f5e49c4a2716f1e615f54eaf0fc5ec19b2fd7dc245241a9264b868cdc24da5b4 07:42:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:43:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:43:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:43:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:43:00 $ docker rm -f f5e49c4a2716f1e615f54eaf0fc5ec19b2fd7dc245241a9264b868cdc24da5b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:43:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:43:03 07:43:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:43:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:43:04 latest: Pulling from edgex-devops/edgex-compose 07:43:04 cbdbe7a5bc2a: Pulling fs layer 07:43:04 ca9280d653b3: Pulling fs layer 07:43:04 7e9c9ca2126c: Pulling fs layer 07:43:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:43:04 cbdbe7a5bc2a: Verifying Checksum 07:43:04 cbdbe7a5bc2a: Download complete 07:43:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:43:06 cbdbe7a5bc2a: Pull complete 07:43:06 ca9280d653b3: Verifying Checksum 07:43:06 ca9280d653b3: Download complete 07:43:10 ca9280d653b3: Pull complete 07:43:10 7e9c9ca2126c: Verifying Checksum 07:43:10 7e9c9ca2126c: Download complete 07:43:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:43:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:43:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.9% of statements 07:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements 07:43:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements 07:43:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.8% of statements 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:43:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.269s coverage: 81.2% of statements 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:43:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.188s coverage: 100.0% of statements 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:43:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.140s coverage: 100.0% of statements 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:43:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:43:25 7e9c9ca2126c: Pull complete 07:43:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:43:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:43:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:43:26 prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container 07:43:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:43:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements 07:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:43:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.503s coverage: 87.7% of statements 07:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:43:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements 07:43:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:43:29 $ docker top 1204b10e90c65933dad2fe856986fcf41be3f1a611bde10eb4ca20dbf37faf05 -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:30 + docker-compose build --help 07:43:31 + grep parallel 07:43:32 --parallel Build images in parallel. [Pipeline] } 07:43:33 $ docker stop --time=1 1204b10e90c65933dad2fe856986fcf41be3f1a611bde10eb4ca20dbf37faf05 07:43:35 $ docker rm -f 1204b10e90c65933dad2fe856986fcf41be3f1a611bde10eb4ca20dbf37faf05 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:43:36 . [Pipeline] withDockerContainer 07:43:36 prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container 07:43:37 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:43:39 $ docker top 66dc592dfb7f1dfa0e7703e7198a86ff6fd770b519d092983dfaad4873fd87eb -eo pid,comm 07:43:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:43:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:43:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:43:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:43:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.436s coverage: 97.5% of statements 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:43:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.226s coverage: 78.3% of statements 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:43:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] sh 07:43:40 + docker-compose -f ./docker-compose-build.yml build --parallel 07:43:42 Building docker-core-command-go ... 07:43:42 Building docker-core-data-go ... 07:43:42 Building docker-core-metadata-go ... 07:43:42 Building docker-security-bootstrapper-go ... 07:43:42 Building docker-security-proxy-setup-go ... 07:43:42 Building docker-security-secretstore-setup-go ... 07:43:42 Building docker-support-notifications-go ... 07:43:42 Building docker-support-scheduler-go ... 07:43:42 Building docker-sys-mgmt-agent-go ... 07:43:42 Building docker-sys-mgmt-agent-go 07:43:42 Building docker-support-notifications-go 07:43:42 Building docker-security-secretstore-setup-go 07:43:42 Building docker-core-metadata-go 07:43:42 Building docker-security-proxy-setup-go 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 95.1% of statements 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.106s coverage: 58.8% of statements 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.9% of statements 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.133s coverage: 22.0% of statements 07:43:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.142s coverage: 47.1% of statements 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.189s coverage: 79.5% of statements 07:43:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.157s coverage: 94.1% of statements 07:43:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.224s coverage: 96.3% of statements 07:43:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.208s coverage: 87.5% of statements 07:43:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.167s coverage: 94.4% of statements 07:43:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements 07:44:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.473s coverage: 81.8% of statements 07:44:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.193s coverage: 92.9% of statements 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 76.0% of statements 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.0% of statements 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 85.4% of statements 07:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.2% of statements 07:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.630s coverage: 64.4% of statements 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 07:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements 07:44:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 07:44:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 66.9% of statements 07:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:44:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.641s coverage: 43.4% of statements 07:44:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:44:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:44:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements 07:44:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:44:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.148s coverage: 84.8% of statements 07:44:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:44:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:44:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:44:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.205s coverage: 22.7% of statements 07:44:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:44:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.420s coverage: 92.6% of statements 07:44:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:44:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:44:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.661s coverage: 28.7% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.273s coverage: 64.6% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.372s coverage: 97.6% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.056s coverage: 85.7% of statements 07:44:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 07:44:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 07:44:37 GO111MODULE=on go vet ./... 07:45:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:45:05 ---> a5178ed10cc3 07:45:05 Step 3/24 : WORKDIR /edgex-go 07:45:05 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:45:05 ---> a5178ed10cc3 07:45:05 Step 3/26 : WORKDIR /edgex-go 07:45:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:45:05 ---> a5178ed10cc3 07:45:05 Step 3/24 : WORKDIR /edgex-go 07:45:05 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:45:05 ---> a5178ed10cc3 07:45:05 Step 3/23 : WORKDIR /edgex-go 07:45:05 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:45:05 ---> a5178ed10cc3 07:45:05 Step 3/22 : WORKDIR /edgex-go 07:45:05 ---> Running in 026042f84d00 07:45:05 ---> Running in 550f366742e2 07:45:05 ---> Running in 38f361394fa4 07:45:05 ---> Running in 418d3ca7a84f 07:45:05 ---> Running in 61c8bcec1468 07:45:05 Removing intermediate container 38f361394fa4 07:45:05 ---> d3a0f88eaf29 07:45:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:05 Removing intermediate container 550f366742e2 07:45:05 ---> 4bac6e0c32f6 07:45:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:05 Removing intermediate container 026042f84d00 07:45:05 ---> 7c1b71eabbef 07:45:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:05 Removing intermediate container 418d3ca7a84f 07:45:05 ---> bf457f5d938c 07:45:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:05 Removing intermediate container 61c8bcec1468 07:45:05 ---> 8fcc5df7512f 07:45:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:05 ---> Running in e7453fbbfe26 07:45:05 ---> Running in 2a5d8379eebc 07:45:05 ---> Running in 83efb2fa057a 07:45:05 ---> Running in 17cacd31fe5c 07:45:05 ---> Running in 0654c3221787 07:45:05 Removing intermediate container e7453fbbfe26 07:45:05 ---> 8ec78f9a7b7b 07:45:05 Step 5/22 : RUN apk add --update --no-cache make git 07:45:05 Removing intermediate container 2a5d8379eebc 07:45:05 ---> 680fff3dde0b 07:45:05 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:45:05 ---> Running in 7c29cc9ee883 07:45:05 ---> Running in b8c15fafa2fb 07:45:05 Removing intermediate container 83efb2fa057a 07:45:05 ---> 5f9a3bd6256d 07:45:05 Step 5/26 : RUN apk add --update --no-cache make git 07:45:05 Removing intermediate container 17cacd31fe5c 07:45:05 ---> 0e1eb9cde9ca 07:45:05 Step 5/24 : RUN apk add --update --no-cache make bash git 07:45:05 ---> Running in dd11907bc586 07:45:05 Removing intermediate container 0654c3221787 07:45:05 ---> cfb17faea069 07:45:05 Step 5/24 : RUN apk add --update --no-cache make git 07:45:05 ---> Running in e6e81fdc0baf 07:45:05 ---> Running in 47d29c6ed83d 07:45:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:45:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:45:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:45:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:45:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:45:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:45:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:45:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:45:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:45:09 OK: 219 MiB in 52 packages 07:45:09 OK: 219 MiB in 52 packages 07:45:09 OK: 219 MiB in 52 packages 07:45:10 OK: 219 MiB in 52 packages 07:45:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:45:10 Removing intermediate container 7c29cc9ee883 07:45:10 ---> 2d99192378f1 07:45:10 Step 6/22 : COPY go.mod . 07:45:11 Removing intermediate container dd11907bc586 07:45:11 ---> 27b800c708ba 07:45:11 Step 6/26 : COPY go.mod . 07:45:11 Removing intermediate container b8c15fafa2fb 07:45:11 ---> dad0e4e445f5 07:45:11 Step 6/23 : COPY go.mod . 07:45:11 ---> 78ab9dee53af 07:45:11 Step 7/22 : RUN go mod download 07:45:11 ---> Running in 2dc4a4105229 07:45:11 Removing intermediate container e6e81fdc0baf 07:45:11 ---> f68d53e6e00e 07:45:11 Step 6/24 : COPY go.mod . 07:45:12 ---> c4f66a681185 07:45:12 Step 7/26 : RUN go mod download 07:45:12 ---> af795cb87a4c 07:45:12 Step 7/23 : RUN go mod download 07:45:12 ---> Running in e385593de529 07:45:12 ---> Running in c3a1ec0b559d 07:45:12 ---> 305127dc3625 07:45:12 Step 7/24 : RUN go mod download 07:45:13 ---> Running in 561f96408197 07:45:13 OK: 219 MiB in 52 packages 07:45:15 Removing intermediate container 47d29c6ed83d 07:45:15 ---> 1e4d0271ae80 07:45:15 Step 6/24 : COPY go.mod . 07:45:15 ---> 4920893a3ad6 07:45:15 Step 7/24 : RUN go mod download 07:45:15 ---> Running in 172e06ec0efb 07:45:16 Removing intermediate container e385593de529 07:45:16 ---> 5e9d64c9972c 07:45:16 Step 8/26 : COPY . . 07:45:16 Removing intermediate container 2dc4a4105229 07:45:16 ---> 4341ef17ba5a 07:45:16 Step 8/22 : COPY . . 07:45:17 Removing intermediate container 561f96408197 07:45:17 ---> 4ead09288593 07:45:17 Step 8/24 : COPY . . 07:45:17 Removing intermediate container c3a1ec0b559d 07:45:17 ---> 7266f239fdb4 07:45:17 Step 8/23 : COPY . . 07:45:25 Removing intermediate container 172e06ec0efb 07:45:25 ---> 9a53808e9816 07:45:25 Step 8/24 : COPY . . 07:46:14 gofmt -l . 07:46:14 [ "`gofmt -l .`" = "" ] 07:46:16 ./bin/test-go-mod-tidy.sh 07:46:17 ./bin/test-attribution-txt.sh [Pipeline] sh 07:46:20 + ls -al . 07:46:20 total 856 07:46:20 drwxrwxr-x 9 1001 1001 4096 May 11 07:46 . 07:46:20 drwxr-xr-x 4 root root 4096 May 11 07:41 .. 07:46:20 -rw-rw-r-- 1 1001 1001 11 May 11 07:39 .dockerignore 07:46:20 drwxrwxr-x 8 1001 1001 4096 May 11 07:39 .git 07:46:20 drwxrwxr-x 3 1001 1001 4096 May 11 07:39 .github 07:46:20 -rw-rw-r-- 1 1001 1001 818 May 11 07:39 .gitignore 07:46:20 -rw-rw-r-- 1 1001 1001 166 May 11 07:39 .sonarcloud.properties 07:46:20 -rw-rw-r-- 1 1001 1001 8609 May 11 07:39 Attribution.txt 07:46:20 -rw-rw-r-- 1 1001 1001 3804 May 11 07:39 CONTRIBUTING.md 07:46:20 -rw-rw-r-- 1 1001 1001 931 May 11 07:39 Dockerfile.build 07:46:20 -rw-rw-r-- 1 1001 1001 863 May 11 07:39 Jenkinsfile 07:46:20 -rw-rw-r-- 1 1001 1001 10775 May 11 07:39 LICENSE 07:46:20 -rw-rw-r-- 1 1001 1001 5774 May 11 07:39 Makefile 07:46:20 -rw-rw-r-- 1 1001 1001 7978 May 11 07:39 README.md 07:46:20 -rw-rw-r-- 1 1001 1001 6755 May 11 07:39 SECURITY.md 07:46:20 -rw-rw-r-- 1 1001 1001 5 May 11 07:34 VERSION 07:46:20 -rw-rw-r-- 1 1001 1001 4131 May 11 07:39 ZMQWindows.md 07:46:20 drwxrwxr-x 2 1001 1001 4096 May 11 07:39 bin 07:46:20 drwxrwxr-x 14 1001 1001 4096 May 11 07:39 cmd 07:46:20 -rw-r--r-- 1 root root 719397 May 11 07:44 coverage.out 07:46:20 -rw-r--r-- 1 root root 1060 May 11 07:46 go.mod 07:46:20 -rw-r--r-- 1 root root 21713 May 11 07:41 go.sum 07:46:20 drwxrwxr-x 8 1001 1001 4096 May 11 07:39 internal 07:46:20 drwxrwxr-x 4 1001 1001 4096 May 11 07:39 openapi 07:46:20 drwxrwxr-x 4 1001 1001 4096 May 11 07:39 snap 07:46:20 -rw-rw-r-- 1 1001 1001 168 May 11 07:39 version.go [Pipeline] sh 07:46:20 + '[' -e coverage.out ] 07:46:20 + chown 1001:1001 coverage.out [Pipeline] stash 07:46:20 Warning: overwriting stash ‘coverage-report’ 07:46:22 Stashed 1 file(s) [Pipeline] sh 07:46:22 + make build 07:46:22 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 07:46:29 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 07:46:36 ---> f607c419070a 07:46:36 Step 9/26 : RUN go mod tidy 07:46:36 ---> f57c5d692349 07:46:36 Step 9/24 : RUN go mod tidy 07:46:36 ---> 2346db4e89ab 07:46:36 Step 9/23 : RUN go mod tidy 07:46:36 ---> Running in 91eb441be4f8 07:46:36 ---> 0b08aa026e39 07:46:36 Step 9/22 : RUN go mod tidy 07:46:36 ---> Running in 23e2c835dfcc 07:46:36 ---> Running in cb388d3169d0 07:46:36 ---> Running in 2ef7058d075c 07:46:36 ---> db678d2195f1 07:46:36 Step 9/24 : RUN go mod tidy 07:46:37 ---> Running in ff5ffce6422c 07:46:47 Removing intermediate container 91eb441be4f8 07:46:47 ---> 83a17cbc91a3 07:46:47 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:46:47 Removing intermediate container ff5ffce6422c 07:46:47 ---> 24a07c3f8eb4 07:46:47 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:46:47 ---> Running in 6f08ecaec6b5 07:46:47 ---> Running in 486fc071998d 07:46:47 Removing intermediate container cb388d3169d0 07:46:47 ---> be4ebae4e9a8 07:46:47 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:46:47 ---> Running in af2fd6ab9646 07:46:47 Removing intermediate container 2ef7058d075c 07:46:47 ---> 9f53d93b09de 07:46:47 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:46:47 Removing intermediate container 23e2c835dfcc 07:46:47 ---> e19bedf1f199 07:46:47 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:46:48 ---> Running in 9a834fd72692 07:46:48 ---> Running in 1cff4dc5a1d9 07:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:46:49 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 07:46:49 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 07:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:46:50 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 07:46:56 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 07:46:57 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 07:47:03 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 07:47:03 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 07:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:47:12 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 07:47:15 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 07:47:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:47:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:47:25 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] } 07:47:30 $ docker stop --time=1 6f03e3a40a7556fb24cb7b4cbd22cb93426e22858d370cd1173adea118f04ef6 07:47:33 $ docker rm -f 6f03e3a40a7556fb24cb7b4cbd22cb93426e22858d370cd1173adea118f04ef6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:47:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:47:34 07:47:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:47:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:47:35 latest: Pulling from edgex-devops/edgex-compose-arm64 07:47:35 29e5d40040c1: Pulling fs layer 07:47:35 1ce36da41761: Pulling fs layer 07:47:35 25b303627fd3: Pulling fs layer 07:47:35 29e5d40040c1: Verifying Checksum 07:47:36 29e5d40040c1: Pull complete 07:47:36 1ce36da41761: Verifying Checksum 07:47:36 1ce36da41761: Download complete 07:47:37 1ce36da41761: Pull complete 07:47:37 25b303627fd3: Verifying Checksum 07:47:37 25b303627fd3: Download complete 07:47:47 25b303627fd3: Pull complete 07:47:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:47:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:47:48 prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container 07:47:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:47:51 $ docker top f7b813c34cdd53b7d7889b245b6b7975a9177b602986e89d78bc74a4379d21a3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:52 + docker-compose build --help 07:47:52 + grep parallel 07:47:55 --parallel Build images in parallel. [Pipeline] } 07:47:55 $ docker stop --time=1 f7b813c34cdd53b7d7889b245b6b7975a9177b602986e89d78bc74a4379d21a3 07:47:57 $ docker rm -f f7b813c34cdd53b7d7889b245b6b7975a9177b602986e89d78bc74a4379d21a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:47:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:47:58 . [Pipeline] withDockerContainer 07:47:58 prd-ubuntu18.04-docker-arm64-4c-16g-4386 does not seem to be running inside a container 07:47:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:47:59 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 07:47:59 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 07:48:01 $ docker top 04f9ebc37cae1449531b90aadbeec7b5f484834260d86abaeb40e5be3a32ac10 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:02 + docker-compose -f ./docker-compose-build.yml build --parallel 07:48:05 Removing intermediate container af2fd6ab9646 07:48:05 ---> c8609512f59c 07:48:05 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:48:05 Building docker-core-command-go ... 07:48:05 Building docker-core-data-go ... 07:48:05 Building docker-core-metadata-go ... 07:48:05 Building docker-security-bootstrapper-go ... 07:48:05 Building docker-security-proxy-setup-go ... 07:48:05 Building docker-security-secretstore-setup-go ... 07:48:05 Building docker-support-notifications-go ... 07:48:05 Building docker-support-scheduler-go ... 07:48:05 Building docker-sys-mgmt-agent-go ... 07:48:05 Building docker-core-data-go 07:48:05 Building docker-support-scheduler-go 07:48:05 Building docker-security-secretstore-setup-go 07:48:05 Building docker-core-metadata-go 07:48:05 Building docker-support-notifications-go 07:48:06 ---> Running in 74e42dda4304 07:48:07 Removing intermediate container 1cff4dc5a1d9 07:48:07 ---> c74f904fefff 07:48:07 07:48:07 Step 11/23 : FROM alpine:3.12 07:48:07 Removing intermediate container 6f08ecaec6b5 07:48:07 ---> d7c77b3eca70 07:48:07 07:48:07 Step 11/26 : FROM alpine:3.12 07:48:08 3.12: Pulling from library/alpine 07:48:08 3.12: Pulling from library/alpine 07:48:08 Removing intermediate container 9a834fd72692 07:48:08 ---> e4bfbe281ed3 07:48:08 07:48:08 Step 11/22 : FROM alpine:3.12 07:48:08 3.12: Pulling from library/alpine 07: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 07:48:09 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:48:09 Status: Downloaded newer image for alpine:3.12 07:48:09 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:48:09 Status: Image is up to date for alpine:3.12 07:48:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:48:10 Status: Image is up to date for alpine:3.12 07:48:10 ---> 13621d1b12d4 07:48:10 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:48:10 ---> 13621d1b12d4 07:48:10 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:48:10 ---> 13621d1b12d4 07:48:10 Step 12/22 : RUN apk add --update --no-cache curl 07:48:12 ---> Running in 2ef16755e178 07:48:12 ---> Running in bbe44423f06c 07:48:12 ---> Running in 912fc74b2c55 07:48:13 Removing intermediate container 486fc071998d 07:48:13 ---> 436c0d403f29 07:48:13 07:48:13 Step 11/24 : FROM alpine:3.12 07:48:13 ---> 13621d1b12d4 07:48:13 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:48:13 ---> Running in 225c85ba30df 07:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:14 Removing intermediate container 74e42dda4304 07:48:14 ---> 0f0aebac43f9 07:48:14 07:48:14 Step 12/24 : FROM docker:20.10.0 07:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:14 20.10.0: Pulling from library/docker 07:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:14 (1/6) Installing ca-certificates (20191127-r4) 07:48:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:15 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:48:15 (3/6) Installing libcurl (7.76.1-r0) 07:48:15 (1/2) Installing ca-certificates (20191127-r4) 07:48:15 (4/6) Installing curl (7.76.1-r0) 07:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:15 (5/6) Installing dumb-init (1.2.2-r1) 07:48:15 (6/6) Installing su-exec (0.2-r1) 07:48:15 (2/2) Installing dumb-init (1.2.2-r1) 07:48:15 Executing busybox-1.31.1-r20.trigger 07:48:15 Executing busybox-1.31.1-r20.trigger 07:48:15 Executing ca-certificates-20191127-r4.trigger 07:48:15 Executing ca-certificates-20191127-r4.trigger 07:48:15 OK: 7 MiB in 20 packages 07:48:15 OK: 6 MiB in 16 packages 07:48:15 (1/4) Installing ca-certificates (20191127-r4) 07:48:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:48:15 (1/1) Installing dumb-init (1.2.2-r1) 07:48:15 (3/4) Installing libcurl (7.76.1-r0) 07:48:15 Executing busybox-1.31.1-r20.trigger 07:48:15 OK: 6 MiB in 15 packages 07:48:15 (4/4) Installing curl (7.76.1-r0) 07:48:15 Executing busybox-1.31.1-r20.trigger 07:48:15 Executing ca-certificates-20191127-r4.trigger 07:48:15 OK: 7 MiB in 18 packages 07:48:19 Removing intermediate container 225c85ba30df 07:48:19 ---> 4857cd224211 07:48:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:48:19 Removing intermediate container 2ef16755e178 07:48:19 ---> e6a45d385a84 07:48:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:48:19 Removing intermediate container bbe44423f06c 07:48:19 ---> ca2cfa49afba 07:48:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:48:19 ---> Running in c5762be8c96b 07:48:19 ---> Running in 987eab64cd4c 07:48:19 ---> Running in 29a47924d1d8 07:48:19 Removing intermediate container 912fc74b2c55 07:48:19 ---> be17f3a5c912 07:48:19 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:48:20 ---> Running in b02a07e3f4bf 07:48:20 Removing intermediate container 29a47924d1d8 07:48:20 ---> d5770aba70df 07:48:20 Step 14/23 : ENV APP_PORT=48060 07:48:20 Removing intermediate container 987eab64cd4c 07:48:20 ---> 578189288aaa 07:48:20 Step 14/26 : WORKDIR / 07:48:20 Removing intermediate container c5762be8c96b 07:48:20 ---> ee822336d69a 07:48:20 Step 14/24 : ENV APP_PORT=48081 07:48:20 ---> Running in d12da84e30d6 07:48:20 ---> Running in efa6102d1a65 07:48:20 ---> Running in e888023aa7a1 07:48:20 Removing intermediate container b02a07e3f4bf 07:48:20 ---> 41348bf4ac93 07:48:20 Step 14/22 : WORKDIR /edgex 07:48:21 ---> Running in 2f48fadcdd0a 07:48:21 Removing intermediate container d12da84e30d6 07:48:21 ---> 2b146e578cc8 07:48:21 Step 15/23 : EXPOSE $APP_PORT 07:48:21 ---> Running in 34dabd39f46f 07:48:21 Removing intermediate container efa6102d1a65 07:48:21 ---> cacf916f974b 07:48:21 Step 15/24 : EXPOSE $APP_PORT 07:48:21 Removing intermediate container e888023aa7a1 07:48:21 ---> 3b481419d2fe 07:48:21 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:48:22 ---> Running in cde72aedac74 07:48:22 Removing intermediate container 2f48fadcdd0a 07:48:22 ---> beafe6a055eb 07:48:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:48:22 Removing intermediate container 34dabd39f46f 07:48:22 ---> e78a12d33169 07:48:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:23 Removing intermediate container cde72aedac74 07:48:23 ---> d43a5c8ed9c3 07:48:23 Step 16/24 : WORKDIR / 07:48:23 ---> f2764a3172c1 07:48:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:48:23 ---> Running in 967b5ba23bd2 07:48:23 ---> 7ff8a415c8f0 07:48:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:48:23 ---> 94d900723ff8 07:48:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:48:24 Removing intermediate container 967b5ba23bd2 07:48:24 ---> f7d08e99b395 07:48:24 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:48:24 ---> 7953c21b38d2 07:48:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:48:25 ---> ed2ef39a2385 07:48:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:48:25 ---> d957fd9d6460 07:48:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:48:26 ---> 4e36525dfc82 07:48:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:48:26 ---> f90783cfd1db 07:48:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:48:26 ---> bdc1d6c3a2c2 07:48:26 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:48:27 ---> e04f4abddbc9 07:48:27 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:48:27 ---> f7d761ee9df9 07:48:27 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:48:27 ---> Running in 7498a24d4e52 07:48:27 ---> Running in 875a00acc2df 07:48:28 ---> 02294265b4a8 07:48:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:48:28 Removing intermediate container 875a00acc2df 07:48:28 ---> 0293a258ccae 07:48:28 Step 19/22 : CMD ["--init=true"] 07:48:29 ---> 9e3dbb4d7c4d 07:48:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:48:29 Removing intermediate container 7498a24d4e52 07:48:29 ---> 1eae9b88ad5c 07:48:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:29 ---> Running in 8b89163afba1 07:48:29 ---> 84d49413ee36 07:48:29 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:48:29 ---> Running in b0ab58772014 07:48:29 ---> Running in 46317ee5463e 07:48:29 Removing intermediate container 8b89163afba1 07:48:29 ---> fda63aee19c0 07:48:29 Step 20/22 : LABEL arch=x86_64 07:48:30 ---> Running in 3b702edab5f6 07:48:30 Removing intermediate container b0ab58772014 07:48:30 ---> 2076bf93bdb8 07:48:30 Step 21/23 : LABEL arch=x86_64 07:48:30 Removing intermediate container 46317ee5463e 07:48:30 ---> 414c3825e109 07:48:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:31 ---> 92e2659fc14c 07:48:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:48:31 ---> Running in 714c289d5e6d 07:48:31 Removing intermediate container 3b702edab5f6 07:48:31 ---> 9b3d9e073741 07:48:31 Step 21/22 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:48:31 ---> Running in 316e6fafbaed 07:48:31 ---> Running in 2538502e520f 07:48:31 Removing intermediate container 714c289d5e6d 07:48:31 ---> e7e57183bd6f 07:48:31 Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:48:31 ---> ed282ff13422 07:48:31 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/ 07:48:31 ---> Running in 22bcc9e6ff99 07:48:32 ---> Running in d16225c83c1b 07:48:32 Removing intermediate container 316e6fafbaed 07:48:32 ---> 6cfd3a04c008 07:48:32 Step 22/24 : LABEL arch=x86_64 07:48:32 ---> Running in 6d2118e7f1e6 07:48:32 Removing intermediate container 2538502e520f 07:48:32 ---> 5db09cfd5e5d 07:48:32 Step 22/22 : LABEL version=0.0.0 07:48:32 ---> Running in 863b50d9a6f3 07:48:32 Removing intermediate container 22bcc9e6ff99 07:48:32 ---> cf33ac0d5d06 07:48:32 Step 23/23 : LABEL version=0.0.0 07:48:33 ---> Running in 2579bc2d4b2d 07:48:33 Removing intermediate container 6d2118e7f1e6 07:48:33 ---> c3fe7bbdcfc1 07:48:33 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:48:33 ---> Running in ac477d21cfc5 07:48:33 Removing intermediate container 863b50d9a6f3 07:48:33 ---> 1e768e1db8fe 07:48:33 07:48:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:48:33 Status: Downloaded newer image for docker:20.10.0 07:48:33 ---> aefe523efa57 07:48:33 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:48:33 Removing intermediate container 2579bc2d4b2d 07:48:33 ---> 74a2e40c9529 07:48:33 07:48:34 ---> Running in ddcb1707e246 07:48:34 Removing intermediate container ac477d21cfc5 07:48:34 ---> 12b21a6bce7b 07:48:34 Step 24/24 : LABEL version=0.0.0 07:48:34 Successfully built 74a2e40c9529 07:48:34 Successfully built 1e768e1db8fe 07:48:34 Removing intermediate container ddcb1707e246 07:48:34 ---> 430608822044 07:48:34 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:48:34 ---> Running in 5be212eabe0c 07:48:34 Successfully tagged docker-support-notifications-go:latest 07:48:34 Building docker-security-bootstrapper-go 07:48:34  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest 07:48:34 Building docker-core-command-go 07:48:34  Building docker-security-proxy-setup-go ... done  ---> Running in 5385fe39fba2 07:48:35 Removing intermediate container d16225c83c1b 07:48:35 ---> dc7f6b137de1 07:48:35 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:48:35 Removing intermediate container 5be212eabe0c 07:48:35 ---> 58c119e6a0f4 07:48:35 07:48:35 ---> Running in ba9225a2e80c 07:48:35 Removing intermediate container ba9225a2e80c 07:48:35 ---> 31f98687ecac 07:48:35 Step 24/26 : LABEL arch=x86_64 07:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:35 Successfully built 58c119e6a0f4 07:48:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:36 ---> Running in ba43072ab2a9 07:48:36 Successfully tagged docker-core-metadata-go:latest 07:48:36 Building docker-core-data-go 07:48:36  Building docker-core-metadata-go ... done Removing intermediate container ba43072ab2a9 07:48:36 ---> defb2d185e55 07:48:36 Step 25/26 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:48:36 (1/39) Installing readline (8.0.4-r0) 07:48:36 (2/39) Installing bash (5.0.17-r0) 07:48:36 ---> Running in e044d4cc11d0 07:48:36 Executing bash-5.0.17-r0.post-install 07:48:36 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:48:36 (4/39) Installing libcurl (7.76.1-r0) 07:48:36 (5/39) Installing curl (7.76.1-r0) 07:48:36 (6/39) Installing dumb-init (1.2.2-r1) 07:48:36 (7/39) Installing libbz2 (1.0.8-r1) 07:48:36 (8/39) Installing expat (2.2.9-r1) 07:48:36 (9/39) Installing libffi (3.3-r2) 07:48:36 (10/39) Installing gdbm (1.13-r1) 07:48:36 (11/39) Installing xz-libs (5.2.5-r0) 07:48:37 (12/39) Installing sqlite-libs (3.32.1-r0) 07:48:37 (13/39) Installing python3 (3.8.10-r0) 07:48:41 Removing intermediate container e044d4cc11d0 07:48:41 ---> a22b0158a326 07:48:41 Step 26/26 : LABEL version=0.0.0 07:48:42 ---> Running in 6ccd1c14e386 07:48:42 (14/39) Installing py3-appdirs (1.4.4-r1) 07:48:42 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:48:42 (16/39) Installing py3-parsing (2.4.7-r0) 07:48:42 (17/39) Installing py3-six (1.15.0-r0) 07:48:42 (18/39) Installing py3-packaging (20.4-r0) 07:48:42 (19/39) Installing py3-setuptools (47.0.0-r0) 07:48:43 (20/39) Installing py3-chardet (3.0.4-r4) 07:48:43 (21/39) Installing py3-idna (2.9-r0) 07:48:43 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:48:43 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:48:44 (24/39) Installing py3-requests (2.23.0-r0) 07:48:44 (25/39) Installing py3-msgpack (1.0.0-r0) 07:48:44 (26/39) Installing py3-lockfile (0.12.2-r3) 07:48:44 Removing intermediate container 6ccd1c14e386 07:48:44 ---> 844523e6c8f0 07:48:44 07:48:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:48:45 (28/39) Installing py3-colorama (0.4.3-r0) 07:48:45 (29/39) Installing py3-distlib (0.3.0-r0) 07:48:46 (30/39) Installing py3-distro (1.5.0-r1) 07:48:46 (31/39) Installing py3-webencodings (0.5.1-r3) 07:48:46 (32/39) Installing py3-html5lib (1.0.1-r4) 07:48:47 (33/39) Installing py3-pytoml (0.1.21-r0) 07:48:47 (34/39) Installing py3-pep517 (0.8.2-r0) 07:48:47 (35/39) Installing py3-progress (1.5-r0) 07:48:47 (36/39) Installing py3-toml (0.10.1-r0) 07:48:48 (37/39) Installing py3-retrying (1.3.3-r0) 07:48:48 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:48:48 (39/39) Installing py3-pip (20.1.1-r0) 07:48:49 Successfully built 844523e6c8f0 07:48:49 Successfully tagged docker-security-secretstore-setup-go:latest 07:48:49  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 07:48:49 Executing busybox-1.31.1-r19.trigger 07:48:49 OK: 72 MiB in 59 packages 07:49:00 Collecting docker-compose==1.23.2 07:49:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:49:00 Collecting PyYAML<4,>=3.10 07:49:00 Downloading PyYAML-3.13.tar.gz (270 kB) 07:49:03 Collecting texttable<0.10,>=0.9.0 07:49:03 Downloading texttable-0.9.1.tar.gz (11 kB) 07:49:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:49:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:49:05 Collecting jsonschema<3,>=2.5.1 07:49:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:49:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:49:06 Collecting dockerpty<0.5,>=0.4.1 07:49:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:49:07 Collecting cached-property<2,>=1.2.0 07:49:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:49:08 Collecting docker<4.0,>=3.6.0 07:49:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:49:08 Collecting docopt<0.7,>=0.6.1 07:49:08 Downloading docopt-0.6.2.tar.gz (25 kB) 07:49:10 Collecting websocket-client<1.0,>=0.32.0 07:49:10 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:49:10 Collecting idna<2.8,>=2.5 07:49:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:49: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) 07:49:11 Collecting urllib3<1.25,>=1.21.1 07:49:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:49:12 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) 07:49:12 Collecting docker-pycreds>=0.4.0 07:49:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:49:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:49:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:49:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:49:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:49:13 Installing collected packages: PyYAML, texttable, idna, urllib3, requests, jsonschema, dockerpty, cached-property, websocket-client, docker-pycreds, docker, docopt, docker-compose 07:49:13 Running setup.py install for PyYAML: started 07:49:15 Running setup.py install for PyYAML: finished with status 'done' 07:49:15 Running setup.py install for texttable: started 07:49:17 Running setup.py install for texttable: finished with status 'done' 07:49:17 Attempting uninstall: idna 07:49:17 Found existing installation: idna 2.9 07:49:17 Uninstalling idna-2.9: 07:49:17 Successfully uninstalled idna-2.9 07:49:17 Attempting uninstall: urllib3 07:49:17 Found existing installation: urllib3 1.25.9 07:49:17 Uninstalling urllib3-1.25.9: 07:49:17 Successfully uninstalled urllib3-1.25.9 07:49:18 Attempting uninstall: requests 07:49:18 Found existing installation: requests 2.23.0 07:49:18 Uninstalling requests-2.23.0: 07:49:18 Successfully uninstalled requests-2.23.0 07:49:20 Running setup.py install for dockerpty: started 07:49:22 Running setup.py install for dockerpty: finished with status 'done' 07:49:23 Running setup.py install for docopt: started 07:49:27 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:49:27 ---> 8fa783b6e90a 07:49:27 Step 3/26 : WORKDIR /edgex-go 07:49:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:49:27 ---> 8fa783b6e90a 07:49:27 Step 3/24 : WORKDIR /edgex-go 07:49:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:49:27 ---> 8fa783b6e90a 07:49:27 Step 3/23 : WORKDIR /edgex-go 07:49:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:49:27 ---> 8fa783b6e90a 07:49:27 Step 3/23 : WORKDIR /edgex-go 07:49:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:49:27 ---> 8fa783b6e90a 07:49:27 Step 3/24 : WORKDIR /edgex-go 07:49:27 ---> Running in f2ef38220bb4 07:49:27 ---> Running in 8fe9e4688209 07:49:27 ---> Running in 6384d391ea6f 07:49:27 ---> Running in 04415e8032fc 07:49:27 ---> Running in 20fa5fbdcb04 07:49:27 Removing intermediate container f2ef38220bb4 07:49:27 ---> e732f93b25c6 07:49:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:27 Removing intermediate container 04415e8032fc 07:49:27 ---> 9fd0dc136630 07:49:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:27 Removing intermediate container 20fa5fbdcb04 07:49:27 ---> 26dd0a698aab 07:49:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:27 Removing intermediate container 8fe9e4688209 07:49:27 ---> 126bbf8e9d87 07:49:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:27 Removing intermediate container 6384d391ea6f 07:49:27 ---> 3c944b0b39e5 07:49:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:27 ---> Running in f13c4291fc9f 07:49:27 ---> Running in d572dca09305 07:49:27 ---> Running in 92efad5e188b 07:49:27 ---> Running in 0542fe275fa7 07:49:27 ---> Running in 2125d62df7ba 07:49:27 Removing intermediate container f13c4291fc9f 07:49:27 ---> cc87e671f1e1 07:49:27 Step 5/23 : RUN apk add --update --no-cache make git 07:49:27 ---> Running in a2032e8c1717 07:49:27 Removing intermediate container d572dca09305 07:49:27 ---> e335437f07d3 07:49:27 Step 5/24 : RUN apk add --update --no-cache make git 07:49:27 Removing intermediate container 92efad5e188b 07:49:27 ---> 9d290ca06207 07:49:27 Step 5/26 : RUN apk add --update --no-cache make git 07:49:27 ---> Running in 0ec7cfd100b2 07:49:27 Removing intermediate container 2125d62df7ba 07:49:27 ---> 65c22ea4309f 07:49:27 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:49:27 ---> Running in 2238500a3e50 07:49:27 Removing intermediate container 0542fe275fa7 07:49:27 ---> f49e1d7da928 07:49:27 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:49:27 ---> Running in f1c0baf72d50 07:49:27 ---> Running in a690f7ae9887 07:49:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:49:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:49:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:49:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:49:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:49:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:49:28 Running setup.py install for docopt: finished with status 'done' 07:49:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:49:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 07:49:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:49:29 OK: 218 MiB in 52 packages 07:49:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:49:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:49:29 OK: 218 MiB in 52 packages 07:49:30 OK: 218 MiB in 52 packages 07:49:30 OK: 218 MiB in 52 packages 07:49:30 Removing intermediate container a2032e8c1717 07:49:30 ---> bfc2376b40d4 07:49:30 Step 6/23 : COPY go.mod . 07:49:31 Removing intermediate container 0ec7cfd100b2 07:49:31 ---> 56574f0c276d 07:49:31 Step 6/24 : COPY go.mod . 07:49:31 OK: 218 MiB in 52 packages 07:49:31 ---> 458e7b947415 07:49:31 Step 7/23 : RUN go mod download 07:49:31 ---> Running in 5f77ad7f9a53 07:49:32 Removing intermediate container f1c0baf72d50 07:49:32 ---> 8fac1e3bc603 07:49:32 Step 6/24 : COPY go.mod . 07:49:32 Removing intermediate container 2238500a3e50 07:49:32 ---> e74376be7d6c 07:49:32 Step 6/26 : COPY go.mod . 07:49:32 ---> 06125bf224bf 07:49:32 Step 7/24 : RUN go mod download 07:49:33 ---> Running in df4040a69cec 07:49:33 Removing intermediate container a690f7ae9887 07:49:33 ---> 5345e04cbd65 07:49:33 Step 6/23 : COPY go.mod . 07:49:33 ---> 1b9371cbc8c8 07:49:33 Step 7/24 : RUN go mod download 07:49:33 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:33 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:49:33 ---> a5178ed10cc3 07:49:33 Step 3/32 : WORKDIR /edgex-go 07:49:33 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:49:33 ---> a5178ed10cc3 07:49:33 Step 3/24 : WORKDIR /edgex-go 07:49:33 ---> Using cache 07:49:33 ---> 8fcc5df7512f 07:49:33 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:33 ---> Using cache 07:49:33 ---> cfb17faea069 07:49:33 Step 5/32 : RUN apk add --update --no-cache make git 07:49:33 ---> Using cache 07:49:33 ---> 1e4d0271ae80 07:49:33 Step 6/32 : COPY go.mod . 07:49:33 ---> Using cache 07:49:33 ---> 4920893a3ad6 07:49:33 Step 7/32 : RUN go mod download 07:49:33 ---> Using cache 07:49:33 ---> 8fcc5df7512f 07:49:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:33 ---> Using cache 07:49:33 ---> cfb17faea069 07:49:33 Step 5/24 : RUN apk add --update --no-cache make git 07:49:33 ---> Using cache 07:49:33 ---> 1e4d0271ae80 07:49:33 Step 6/24 : COPY go.mod . 07:49:33 ---> Using cache 07:49:33 ---> 4920893a3ad6 07:49:33 Step 7/24 : RUN go mod download 07:49:33 ---> Using cache 07:49:33 ---> 9a53808e9816 07:49:33 Step 8/32 : COPY . . 07:49:33 ---> Using cache 07:49:33 ---> 9a53808e9816 07:49:33 Step 8/24 : COPY . . 07:49:33 ---> 1d8d07c7f653 07:49:33 Step 7/26 : RUN go mod download 07:49:33 ---> Running in a94ac3b0734c 07:49:34 ---> Using cache 07:49:34 ---> db678d2195f1 07:49:34 Step 9/32 : RUN go mod tidy 07:49:34 ---> Using cache 07:49:34 ---> db678d2195f1 07:49:34 Step 9/24 : RUN go mod tidy 07:49:34 ---> Using cache 07:49:34 ---> Using cache 07:49:34 ---> 24a07c3f8eb4 07:49:34 Step 10/24 : RUN make cmd/core-command/core-command 07:49:34 ---> 24a07c3f8eb4 07:49:34 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:49:34 ---> Running in e5b9981fa361 07:49:34 ---> 6a7cfd9993a5 07:49:34 Step 7/23 : RUN go mod download 07:49:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:49:34 ---> a5178ed10cc3 07:49:34 Step 3/24 : WORKDIR /edgex-go 07:49:34 ---> Using cache 07:49:34 ---> 8fcc5df7512f 07:49:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:34 ---> Using cache 07:49:34 ---> cfb17faea069 07:49:34 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:49:34 ---> Running in 86f8849e20b2 07:49:35 Removing intermediate container 5f77ad7f9a53 07:49:35 ---> e942b5843d64 07:49:35 Step 8/23 : COPY . . 07:49:36 ---> Running in 6f1035112d51 07:49:36 ---> Running in 8e7b17c84dec 07:49:36 ---> Running in 0af9fe480f51 07:49:37 Removing intermediate container df4040a69cec 07:49:37 ---> ba8d62bb9e2d 07:49:37 Step 8/24 : COPY . . 07:49:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:49:38 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 07:49:38 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 07:49:39 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:49:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:49:39 ---> a5178ed10cc3 07:49:39 Step 3/23 : WORKDIR /edgex-go 07:49:39 ---> Using cache 07:49:39 ---> 8fcc5df7512f 07:49:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:39 ---> Using cache 07:49:39 ---> cfb17faea069 07:49:39 Step 5/23 : RUN apk add --update --no-cache make git 07:49:39 ---> Using cache 07:49:39 ---> 1e4d0271ae80 07:49:39 Step 6/23 : COPY go.mod . 07:49:39 ---> Using cache 07:49:39 ---> 4920893a3ad6 07:49:39 Step 7/23 : RUN go mod download 07:49:39 ---> Using cache 07:49:39 ---> 9a53808e9816 07:49:39 Step 8/23 : COPY . . 07:49:39 Removing intermediate container e5b9981fa361 07:49:39 ---> 62560e5ad887 07:49:39 Step 8/26 : COPY . . 07:49:39 Removing intermediate container a94ac3b0734c 07:49:39 ---> 1a1feddb9d21 07:49:39 Step 8/24 : COPY . . 07:49:39 ---> Using cache 07:49:39 ---> db678d2195f1 07:49:39 Step 9/23 : RUN go mod tidy 07:49:39 ---> Using cache 07:49:39 ---> 24a07c3f8eb4 07:49:39 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:49:39 Removing intermediate container 86f8849e20b2 07:49:39 ---> 83f68f06db71 07:49:39 Step 8/23 : COPY . . 07:49:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:49:40 ---> Running in 170057a5ec61 07:49:41 OK: 219 MiB in 52 packages 07:49:41 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 07:49:43 Removing intermediate container 6f1035112d51 07:49:43 ---> 615ae202d52a 07:49:43 Step 6/24 : COPY go.mod . 07:49:44 ---> f0dfc427032f 07:49:44 Step 7/24 : RUN go mod download 07:49:44 ---> Running in 2484283c833a 07:49:53 Removing intermediate container 2484283c833a 07:49:53 ---> b92b809d131a 07:49:53 Step 8/24 : COPY . . 07:50:06 ---> 62bd203eb184 07:50:06 Step 9/23 : RUN go mod tidy 07:50:06 ---> 3a57055d7ae2 07:50:06 Step 9/24 : RUN go mod tidy 07:50:06 ---> ad70270eda8b 07:50:06 Step 9/23 : RUN go mod tidy 07:50:06 ---> 70f2e412d72c 07:50:06 Step 9/26 : RUN go mod tidy 07:50:06 ---> d6a1ec6920a7 07:50:06 Step 9/24 : RUN go mod tidy 07:50:06 ---> Running in 7b16ac587688 07:50:06 ---> Running in e9c33c1b82a3 07:50:06 ---> Running in 07c9078abcf5 07:50:06 ---> Running in e9c9d3bf691a 07:50:06 ---> Running in f7dd6acaf567 07:50:10 Removing intermediate container 7b16ac587688 07:50:10 ---> 2af3fda4e2b3 07:50:10 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:50:10 ---> Running in f04a7275391d 07:50:11 Removing intermediate container e9c33c1b82a3 07:50:11 ---> ff7d70dbd3a3 07:50:11 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:50:11 ---> Running in 7f7435d8b3ea 07:50:11 Removing intermediate container f7dd6acaf567 07:50:11 ---> 333eee61aba1 07:50:11 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:50:11 ---> Running in 767e70fa0eea 07:50:12 Removing intermediate container 07c9078abcf5 07:50:12 ---> 550a6613929e 07:50:12 Step 10/24 : RUN make cmd/core-data/core-data 07:50:12 Removing intermediate container e9c9d3bf691a 07:50:12 ---> b168021c54ba 07:50:12 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:50:12 ---> Running in 8c9cc18d46b2 07:50:12 ---> Running in 720e96b98253 07:50:12 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 07:50:13 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 07:50:14 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 07:50:14 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 07:50:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:50:33 Removing intermediate container 5385fe39fba2 07:50:33 ---> 4c7e81712628 07:50:33 Step 15/24 : ENV APP_PORT=48090 07:50:33 ---> Running in 69807b66468b 07:50:33 Removing intermediate container 69807b66468b 07:50:33 ---> 29df702657de 07:50:33 Step 16/24 : EXPOSE $APP_PORT 07:50:34 ---> Running in c5bf890140ba 07:50:35 Removing intermediate container c5bf890140ba 07:50:35 ---> 13e3ad944c9a 07:50:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:50:37 ---> 7bc0962f9683 07:50:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:50:38 ---> 2cb9e1fd89f8 07:50:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:50:42 ---> 16d075865565 07:50:42 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:50:47 ---> Running in cf4caf1f7388 07:50:48 Removing intermediate container 8e7b17c84dec 07:50:48 ---> 9829c0fc67da 07:50:48 07:50:48 Step 11/32 : FROM alpine:3.12 07:50:48 ---> 13621d1b12d4 07:50:48 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:50:48 Removing intermediate container 170057a5ec61 07:50:48 ---> fd62a335f80f 07:50:48 07:50:48 Step 11/23 : FROM alpine:3.12 07:50:48 ---> 13621d1b12d4 07:50:48 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:50:48 ---> Using cache 07:50:48 ---> 4857cd224211 07:50:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:50:48 Removing intermediate container cf4caf1f7388 07:50:48 ---> d451f03db727 07:50:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:50:48 ---> Using cache 07:50:48 ---> ee822336d69a 07:50:48 Step 14/23 : ENV APP_PORT=48085 07:50:48 ---> Running in d6ea41060ac8 07:50:48 ---> Running in c14b5795f4c1 07:50:48 ---> Running in 65edfd081848 07:50:48 Removing intermediate container 0af9fe480f51 07:50:48 ---> f88a29fbdd7b 07:50:48 07:50:48 Step 11/24 : FROM alpine:3.12 07:50:48 ---> 13621d1b12d4 07:50:48 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:50:48 ---> Using cache 07:50:48 ---> 4857cd224211 07:50:48 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:50:48 ---> Using cache 07:50:48 ---> ee822336d69a 07:50:48 Step 14/24 : ENV APP_PORT=48082 07:50:48 ---> 96900f44b9fa 07:50:48 Step 9/24 : RUN go mod tidy 07:50:48 ---> Running in ffe69d397014 07:50:48 ---> Running in d829e0a732bb 07:50:49 Removing intermediate container c14b5795f4c1 07:50:49 ---> 2b40439c1fe9 07:50:49 Step 15/23 : EXPOSE $APP_PORT 07:50:49 Removing intermediate container d6ea41060ac8 07:50:49 ---> e80792681b26 07:50:49 Step 22/24 : LABEL arch=x86_64 07:50:49 ---> Running in aec64bcda7bb 07:50:49 Removing intermediate container 65edfd081848 07:50:49 ---> f5048f8c6d8a 07:50:49 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:50:49 ---> Running in bbd689ba35db 07:50:49 Removing intermediate container ffe69d397014 07:50:49 ---> ad614698802b 07:50:49 Step 15/24 : EXPOSE $APP_PORT 07:50:49 ---> Running in 0edb0ec654a5 07:50:50 ---> Running in c195757efc81 07:50:50 Removing intermediate container aec64bcda7bb 07:50:50 ---> e9a185d05c3f 07:50:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:50:50 Removing intermediate container bbd689ba35db 07:50:50 ---> 3c9ee701243a 07:50:50 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:50:50 ---> Running in 727d7ee89277 07:50:51 Removing intermediate container c195757efc81 07:50:51 ---> 1663e7410fea 07:50:51 Step 16/24 : WORKDIR / 07:50:51 ---> Running in 0ab00b55c0d7 07:50:51 ---> 23f5667ec0cc 07:50:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:52 (1/2) Installing dumb-init (1.2.2-r1) 07:50:52 (2/2) Installing su-exec (0.2-r1) 07:50:52 Executing busybox-1.31.1-r20.trigger 07:50:52 Removing intermediate container 727d7ee89277 07:50:52 ---> 12e7e762d513 07:50:52 Step 24/24 : LABEL version=0.0.0 07:50:52 OK: 6 MiB in 16 packages 07:50:52 ---> Running in f41c772d9ac3 07:50:53 Removing intermediate container 0ab00b55c0d7 07:50:53 ---> ce292f0ed51d 07:50:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:50:53 ---> 11e2359008c2 07:50:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:50:53 Removing intermediate container f41c772d9ac3 07:50:53 ---> ed3e0a8852ad 07:50:53 07:50:53 ---> e97daf27b2c5 07:50:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:50:53 Successfully built ed3e0a8852ad 07:50:53 ---> 2ba709d68725 07:50:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:50:54 Successfully tagged docker-sys-mgmt-agent-go:latest 07:50:54  Building docker-sys-mgmt-agent-go ... done  ---> Running in 961dbaf1e57a 07:50:54 Removing intermediate container 0edb0ec654a5 07:50:54 ---> 2e07303f5f55 07:50:54 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:50:55 ---> Running in 5a06284d7cd9 07:50:55 ---> 4228172b2436 07:50:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:50:55 Removing intermediate container 961dbaf1e57a 07:50:55 ---> 86994e4ee500 07:50:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:50:55 Removing intermediate container 5a06284d7cd9 07:50:55 ---> e6993d08b518 07:50:55 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:50:55 ---> Running in eb80425d5ed9 07:50:55 ---> Running in 0a17a81f5df3 07:50:55 ---> d35d0c3c53dc 07:50:55 Step 20/24 : ENTRYPOINT ["/core-command"] 07:50:56 ---> Running in c6c01b520998 07:50:56 Removing intermediate container eb80425d5ed9 07:50:56 ---> c0f1d9f2c72f 07:50:56 Step 21/23 : LABEL arch=x86_64 07:50:56 Removing intermediate container 0a17a81f5df3 07:50:56 ---> fa5e22333320 07:50:56 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:50:56 ---> Running in 196deb21c121 07:50:56 Removing intermediate container c6c01b520998 07:50:56 ---> 059413c34087 07:50:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:50:56 ---> Running in 3b85d5af572e 07:50:56 ---> Running in c29d859e6576 07:50:57 Removing intermediate container 196deb21c121 07:50:57 ---> a0423e25e76e 07:50:57 Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:50:57 ---> Running in 38bd94af7b48 07:50:57 Removing intermediate container c29d859e6576 07:50:57 ---> 517322b2d359 07:50:57 Step 22/24 : LABEL arch=x86_64 07:50:57 ---> Running in 7e70cc5a40a3 07:50:58 Removing intermediate container 38bd94af7b48 07:50:58 ---> e5d4ffac221d 07:50:58 Step 23/23 : LABEL version=0.0.0 07:50:58 ---> Running in a0fc12b6abae 07:50:58 Removing intermediate container d829e0a732bb 07:50:58 ---> da5cb068ff94 07:50:58 Step 10/24 : RUN make cmd/core-data/core-data 07:50:58 Removing intermediate container 7e70cc5a40a3 07:50:58 ---> 57c3365a8f17 07:50:58 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:50:58 ---> Running in 512f25f17daf 07:50:58 ---> Running in 99da65ea3148 07:50:58 Removing intermediate container a0fc12b6abae 07:50:58 ---> e5d1c2ee6678 07:50:58 07:51:00 Successfully built e5d1c2ee6678 07:51:00 Successfully tagged docker-support-scheduler-go:latest 07:51:00  Building docker-support-scheduler-go ... done Removing intermediate container 99da65ea3148 07:51:00 ---> 2352b5269d34 07:51:00 Step 24/24 : LABEL version=0.0.0 07:51:00 Removing intermediate container 3b85d5af572e 07:51:00 ---> 0ab5d04de796 07:51:00 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:51:00 ---> Running in 678bc1e18273 07:51:00 ---> Running in 804b6e59a63a 07:51:00 Removing intermediate container 678bc1e18273 07:51:00 ---> d00cae182d36 07:51:00 07:51:00 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 07:51:00 Removing intermediate container 804b6e59a63a 07:51:00 ---> 18f60d9757ed 07:51:00 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:51:01 Successfully built d00cae182d36 07:51:01 Successfully tagged docker-core-command-go:latest 07:51:01  Building docker-core-command-go ... done  ---> da6524b9371e 07:51:01 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:51:01 ---> Running in 271bbae16676 07:51:05 Removing intermediate container 271bbae16676 07:51:05 ---> c8c9408aaacf 07:51:05 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:51:06 ---> 678bc8c927a5 07:51:06 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:51:08 ---> 70600ca66ab9 07:51:08 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:51:08 ---> dab32bb4e8d4 07:51:08 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:51:10 ---> 6da60e9f16ee 07:51:10 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:51:11 ---> 25e5b308b432 07:51:11 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:51:12 ---> Running in b8b625ea0c84 07:51:13 Removing intermediate container b8b625ea0c84 07:51:13 ---> d03bb2b78f99 07:51:13 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:51:13 ---> f560a9e60620 07:51:13 Step 27/32 : RUN chmod +x /entrypoint.sh 07:51:14 ---> Running in 514da6e07cd4 07:51:19 Removing intermediate container 514da6e07cd4 07:51:19 ---> 9adccdb368df 07:51:19 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:51:19 ---> Running in 11bf4755fc84 07:51:20 Removing intermediate container 11bf4755fc84 07:51:20 ---> d0ac76045057 07:51:20 Step 29/32 : CMD ["gate"] 07:51:20 ---> Running in b208a8de09bf 07:51:21 Removing intermediate container b208a8de09bf 07:51:21 ---> a9a3bd129e37 07:51:21 Step 30/32 : LABEL arch=x86_64 07:51:22 ---> Running in 58e47e46e1af 07:51:22 Removing intermediate container 58e47e46e1af 07:51:22 ---> 92b14f907637 07:51:22 Step 31/32 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:51:22 ---> Running in 1b195ae182f4 07:51:23 Removing intermediate container 1b195ae182f4 07:51:23 ---> 5e7518b7d715 07:51:23 Step 32/32 : LABEL version=0.0.0 07:51:23 ---> Running in 7ed79be2717c 07:51:24 Removing intermediate container 7ed79be2717c 07:51:24 ---> e6bd2b308099 07:51:24 07:51:25 Successfully built e6bd2b308099 07:51:25 Successfully tagged docker-security-bootstrapper-go:latest 07:51:35  Building docker-security-bootstrapper-go ... done Removing intermediate container 512f25f17daf 07:51:35 ---> bbb71e0dcf4a 07:51:35 07:51:35 Step 11/24 : FROM alpine:3.12 07:51:35 ---> 13621d1b12d4 07:51:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:51:35 ---> Running in c12c78fb9572 07:51:35 Removing intermediate container c12c78fb9572 07:51:35 ---> 7b217dc746d5 07:51:35 Step 13/24 : ENV APP_PORT=48080 07:51:35 ---> Running in bd1d072b848a 07:51:35 Removing intermediate container bd1d072b848a 07:51:35 ---> af49ee500cb7 07:51:35 Step 14/24 : EXPOSE $APP_PORT 07:51:35 ---> Running in 450a67cb24cf 07:51:35 Removing intermediate container 450a67cb24cf 07:51:35 ---> c61cb3cf92ed 07:51:35 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:35 ---> Running in 9937d311bf7c 07:51:37 Removing intermediate container 9937d311bf7c 07:51:37 ---> 6a9e18e32c17 07:51:37 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:51:37 ---> Running in efb57e754ce2 07:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:40 (1/6) Installing dumb-init (1.2.2-r1) 07:51:40 (2/6) Installing libgcc (9.3.0-r2) 07:51:41 (3/6) Installing libsodium (1.0.18-r0) 07:51:41 (4/6) Installing libstdc++ (9.3.0-r2) 07:51:41 (5/6) Installing libzmq (4.3.3-r0) 07:51:41 (6/6) Installing zeromq (4.3.3-r0) 07:51:41 Executing busybox-1.31.1-r20.trigger 07:51:41 OK: 8 MiB in 20 packages 07:51:42 Removing intermediate container efb57e754ce2 07:51:42 ---> 86659d651996 07:51:42 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:51:44 ---> c178fabdb40f 07:51:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:51:45 ---> 917831dd4455 07:51:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:51:45 ---> ce56827c641d 07:51:45 Step 20/24 : ENTRYPOINT ["/core-data"] 07:51:45 ---> Running in 80b6da7a92e7 07:51:46 Removing intermediate container 80b6da7a92e7 07:51:46 ---> c4f1a865776e 07:51:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:51:46 ---> Running in 0adfd483b66c 07:51:46 Removing intermediate container 0adfd483b66c 07:51:46 ---> acf59d0c0a91 07:51:46 Step 22/24 : LABEL arch=x86_64 07:51:46 ---> Running in 43a8eeaf3075 07:51:47 Removing intermediate container 43a8eeaf3075 07:51:47 ---> d34cfe558013 07:51:47 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:51:47 ---> Running in 828706ea7db2 07:51:47 Removing intermediate container 828706ea7db2 07:51:47 ---> 7e978f42fdb0 07:51:47 Step 24/24 : LABEL version=0.0.0 07:51:47 ---> Running in 9bcd28de1c4d 07:51:48 Removing intermediate container 9bcd28de1c4d 07:51:48 ---> fa200c6552d2 07:51:48 07:51:48 Successfully built fa200c6552d2 07:51:48 Successfully tagged docker-core-data-go:latest 07:51:49  Building docker-core-data-go ... done  [Pipeline] } 07:51:49 $ docker stop --time=1 66dc592dfb7f1dfa0e7703e7198a86ff6fd770b519d092983dfaad4873fd87eb 07:51:51 $ docker rm -f 66dc592dfb7f1dfa0e7703e7198a86ff6fd770b519d092983dfaad4873fd87eb [Pipeline] // withDockerContainer [Pipeline] sh 07:51:52 + grep docker 07:51:52 + docker images 07:51:53 docker-core-data-go latest fa200c6552d2 5 seconds ago 21.5MB 07:51:53 docker-security-bootstrapper-go latest e6bd2b308099 29 seconds ago 18.2MB 07:51:53 docker-core-command-go latest d00cae182d36 53 seconds ago 17MB 07:51:53 docker-support-scheduler-go latest e5d1c2ee6678 55 seconds ago 17.1MB 07:51:53 docker-sys-mgmt-agent-go latest ed3e0a8852ad About a minute ago 312MB 07:51:53 docker-security-secretstore-setup-go latest 844523e6c8f0 3 minutes ago 25.7MB 07:51:53 docker-core-metadata-go latest 58c119e6a0f4 3 minutes ago 18.6MB 07:51:53 docker-support-notifications-go latest 74a2e40c9529 3 minutes ago 17.7MB 07:51:53 docker-security-proxy-setup-go latest 1e768e1db8fe 3 minutes ago 25.3MB 07:51:53 docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 07:52:06 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 07:52:08 Still waiting to schedule task 07:52:08 ‘prd-ubuntu18.04-docker-8c-8g-4388’ is offline 07:52:14 Removing intermediate container 720e96b98253 07:52:14 ---> 534682451873 07:52:14 07:52:14 Step 11/26 : FROM alpine:3.12 07:52:14 3.12: Pulling from library/alpine 07:52:16 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:52:16 Status: Downloaded newer image for alpine:3.12 07:52:16 ---> 9852663dfa18 07:52:16 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:52:16 ---> Running in 121558ce09ff 07:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:19 (1/6) Installing ca-certificates (20191127-r4) 07:52:19 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:52:19 (3/6) Installing libcurl (7.76.1-r0) 07:52:19 (4/6) Installing curl (7.76.1-r0) 07:52:19 (5/6) Installing dumb-init (1.2.2-r1) 07:52:19 (6/6) Installing su-exec (0.2-r1) 07:52:19 Executing busybox-1.31.1-r20.trigger 07:52:19 Executing ca-certificates-20191127-r4.trigger 07:52:20 OK: 7 MiB in 20 packages 07:52:24 Removing intermediate container 121558ce09ff 07:52:24 ---> 9ba2afac26ed 07:52:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:52:25 ---> Running in 3b1a5c1c1f52 07:52:26 Removing intermediate container 767e70fa0eea 07:52:26 ---> 3846b2780375 07:52:26 07:52:26 Step 11/23 : FROM alpine:3.12 07:52:26 ---> 9852663dfa18 07:52:26 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:52:26 Removing intermediate container 3b1a5c1c1f52 07:52:26 ---> cb3e754828fd 07:52:26 Step 14/26 : WORKDIR / 07:52:27 ---> Running in c828ee900a44 07:52:27 ---> Running in c3fa2b9287e2 07:52:28 Removing intermediate container c3fa2b9287e2 07:52:28 ---> d97d796b3f52 07:52:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:52:29 Removing intermediate container f04a7275391d 07:52:29 ---> 467ca0257621 07:52:29 07:52:29 Step 11/23 : FROM alpine:3.12 07:52:29 ---> 9852663dfa18 07:52:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:52:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:29 ---> Running in 5821c484e356 07:52:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:30 ---> 64f1202ae0a5 07:52:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:52:30 (1/2) Installing ca-certificates (20191127-r4) 07:52:30 (2/2) Installing dumb-init (1.2.2-r1) 07:52:30 Executing busybox-1.31.1-r20.trigger 07:52:30 Executing ca-certificates-20191127-r4.trigger 07:52:30 OK: 6 MiB in 16 packages 07:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:31 ---> 5592243c8b3c 07:52:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:52:32 (1/1) Installing dumb-init (1.2.2-r1) 07:52:32 Executing busybox-1.31.1-r20.trigger 07:52:32 OK: 5 MiB in 15 packages 07:52:33 ---> 7b6086057f95 07:52:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:52:34 Removing intermediate container c828ee900a44 07:52:34 ---> ef2f5fa612d9 07:52:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:52:34 ---> Running in 828bf45ab527 07:52:34 Removing intermediate container 5821c484e356 07:52:34 ---> 858046183408 07:52:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:52:35 ---> b3f1a5c60264 07:52:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:52:35 ---> Running in 7f6719874358 07:52:35 Removing intermediate container 828bf45ab527 07:52:35 ---> 9fb362d8dbe9 07:52:35 Step 14/23 : ENV APP_PORT=48060 07:52:36 ---> Running in 8fe8b8fa7a87 07:52:36 Removing intermediate container 7f6719874358 07:52:36 ---> 6298dc20a8a7 07:52:36 Step 14/23 : ENV APP_PORT=48085 07:52:36 ---> Running in 577329f94b14 07:52:36 Removing intermediate container 8fe8b8fa7a87 07:52:36 ---> 097ba7b6948c 07:52:36 Step 15/23 : EXPOSE $APP_PORT 07:52:37 Removing intermediate container 7f7435d8b3ea 07:52:37 ---> 8687bedc3a51 07:52:37 07:52:37 Step 11/24 : FROM alpine:3.12 07:52:37 ---> 9852663dfa18 07:52:37 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:52:37 ---> Using cache 07:52:37 ---> 858046183408 07:52:37 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:52:37 ---> Using cache 07:52:37 ---> 6298dc20a8a7 07:52:37 Step 14/24 : ENV APP_PORT=48081 07:52:37 ---> Running in 58a5dfaef25a 07:52:37 ---> Running in 3cc5ba9b2472 07:52:37 Removing intermediate container 577329f94b14 07:52:37 ---> f142d7a479e2 07:52:37 Step 15/23 : EXPOSE $APP_PORT 07:52:38 ---> ed012e9be797 07:52:38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:52:38 ---> Running in 81dd7a656500 07:52:38 Removing intermediate container 58a5dfaef25a 07:52:38 ---> f057c40fb75d 07:52:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:38 Removing intermediate container 3cc5ba9b2472 07:52:38 ---> fe458fa88680 07:52:38 Step 15/24 : EXPOSE $APP_PORT 07:52:39 ---> Running in 998bf65aebec 07:52:39 Removing intermediate container 81dd7a656500 07:52:39 ---> 5b01030d4b00 07:52:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:39 ---> 497afe0b5bb2 07:52:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:52:39 ---> 5a6937f04580 07:52:39 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:52:39 Removing intermediate container 998bf65aebec 07:52:39 ---> ea7018ca4133 07:52:39 Step 16/24 : WORKDIR / 07:52:40 ---> Running in 8168fd9c8faa 07:52:40 ---> 696523f06a9e 07:52:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:52:41 ---> ca218f568380 07:52:41 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/ 07:52:41 Removing intermediate container 8168fd9c8faa 07:52:41 ---> 1c7d5bc971ca 07:52:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:42 ---> Running in ea1100d5b59a 07:52:42 ---> 5c54a5e03bc2 07:52:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:52:42 ---> 3530f3c364dd 07:52:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:52:42 Removing intermediate container 8c9cc18d46b2 07:52:42 ---> 52dd5815f6e2 07:52:42 07:52:42 Step 11/24 : FROM alpine:3.12 07:52:42 ---> 9852663dfa18 07:52:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:52:42 ---> Running in c15f619b43af 07:52:42 ---> 3815297def20 07:52:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:52:43 ---> 89d754ac3218 07:52:43 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:52:43 ---> Running in 8f7493dd3bfe 07:52:43 Removing intermediate container c15f619b43af 07:52:43 ---> a3ba88c55bdf 07:52:43 Step 13/24 : ENV APP_PORT=48080 07:52:43 ---> d6cc535ce6f2 07:52:43 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:52:43 ---> Running in 937a0692e310 07:52:43 ---> Running in 0fbc138d5e9e 07:52:43 Removing intermediate container 8f7493dd3bfe 07:52:43 ---> a2d2f58803e0 07:52:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:44 ---> Running in c636cf0e34da 07:52:44 Removing intermediate container 937a0692e310 07:52:44 ---> 1ad5064904e9 07:52:44 Step 14/24 : EXPOSE $APP_PORT 07:52:44 ---> Running in d373adc5372d 07:52:44 Removing intermediate container 0fbc138d5e9e 07:52:44 ---> ab246e4f4d3b 07:52:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:44 ---> 74fa499c0507 07:52:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:52:45 Removing intermediate container c636cf0e34da 07:52:45 ---> 7c490be391d5 07:52:45 Step 21/23 : LABEL arch=arm64 07:52:45 ---> Running in 4e1d7729b71b 07:52:45 ---> Running in 96385408f3f0 07:52:45 Removing intermediate container ea1100d5b59a 07:52:45 ---> 1c869313708f 07:52:45 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:52:45 Removing intermediate container d373adc5372d 07:52:45 ---> 69b503bd1748 07:52:45 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:45 ---> Running in d4155ac6c40d 07:52:45 ---> Running in ab5ec1900931 07:52:45 Removing intermediate container 4e1d7729b71b 07:52:45 ---> 93d0a5956227 07:52:45 Step 21/23 : LABEL arch=arm64 07:52:45 Removing intermediate container 96385408f3f0 07:52:45 ---> 0a27013ac397 07:52:45 Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:52:46 ---> 090a8fef1ad5 07:52:46 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:52:46 ---> Running in 813f7b742d39 07:52:46 ---> Running in 77922076dcff 07:52:46 Removing intermediate container d4155ac6c40d 07:52:46 ---> 12ae93b2a9d9 07:52:46 Step 24/26 : LABEL arch=arm64 07:52:46 ---> Running in 252a0d04b760 07:52:46 ---> Running in 12ec59ca2d23 07:52:46 Removing intermediate container 813f7b742d39 07:52:46 ---> 6f6423d05b8d 07:52:46 Step 22/23 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:52:47 Removing intermediate container 77922076dcff 07:52:47 ---> 9dbed55d1533 07:52:47 Step 23/23 : LABEL version=0.0.0 07:52:47 ---> Running in eef41139169b 07:52:47 ---> Running in e0dfcb1e5f01 07:52:47 Removing intermediate container 252a0d04b760 07:52:47 ---> 445e69a8f1fe 07:52:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:47 Removing intermediate container 12ec59ca2d23 07:52:47 ---> 2f75e9f57cff 07:52:47 Step 25/26 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:52:47 ---> Running in 60059b5b5e64 07:52:47 ---> Running in c6ad4c16266d 07:52:47 Removing intermediate container eef41139169b 07:52:47 ---> f3312ef454ff 07:52:47 Step 23/23 : LABEL version=0.0.0 07:52:47 Removing intermediate container e0dfcb1e5f01 07:52:47 ---> 06b597c8f034 07:52:47 07:52:47 ---> Running in f530e881f2e0 07:52:48 Removing intermediate container 60059b5b5e64 07:52:48 ---> 44c602c76e80 07:52:48 Step 22/24 : LABEL arch=arm64 07:52:48 Removing intermediate container c6ad4c16266d 07:52:48 ---> e9605583ebd1 07:52:48 Step 26/26 : LABEL version=0.0.0 07:52:48 Successfully built 06b597c8f034 07:52:48 ---> Running in 8cc9f90efd86 07:52:48 ---> Running in b616e1c1a92e 07:52:48 Successfully tagged docker-support-notifications-go-arm64:latest 07:52:48 Building docker-security-bootstrapper-go 07:52:48  Building docker-support-notifications-go ... done Removing intermediate container ab5ec1900931 07:52:48 ---> 8ee7c3f1c2a3 07:52:48 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-initRemoving intermediate container f530e881f2e0 07:52:48 07:52:48 ---> 9c188abead46 07:52:48 07:52:49 ---> Running in 9bdc566f1e17 07:52:49 Removing intermediate container 8cc9f90efd86 07:52:49 ---> 232fe5ab51ca 07:52:49 07:52:49 Removing intermediate container b616e1c1a92e 07:52:49 ---> 9c6fec2b347d 07:52:49 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:52:49 Successfully built 9c188abead46 07:52:49 Successfully tagged docker-support-scheduler-go-arm64:latest 07:52:49  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 07:52:49 ---> Running in 19b0c1f08e33 07:52:49 Successfully built 232fe5ab51ca 07:52:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:52:49  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 07:52:50 Removing intermediate container 19b0c1f08e33 07:52:50 ---> 9060ded271e0 07:52:50 Step 24/24 : LABEL version=0.0.0 07:52:50 ---> Running in deaa872472b7 07:52:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:52:50 Removing intermediate container deaa872472b7 07:52:50 ---> fe8ceef54282 07:52:50 07:52:51 Successfully built fe8ceef54282 07:52:51 Successfully tagged docker-core-metadata-go-arm64:latest 07:52:51 Building docker-core-command-go 07:52:51  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:52 (1/6) Installing dumb-init (1.2.2-r1) 07:52:53 (2/6) Installing libgcc (9.3.0-r2) 07:52:53 (3/6) Installing libsodium (1.0.18-r0) 07:52:53 (4/6) Installing libstdc++ (9.3.0-r2) 07:52:53 (5/6) Installing libzmq (4.3.3-r0) 07:52:53 (6/6) Installing zeromq (4.3.3-r0) 07:52:53 Executing busybox-1.31.1-r20.trigger 07:52:54 OK: 8 MiB in 20 packages 07:52:58 Removing intermediate container 9bdc566f1e17 07:52:58 ---> ca63d65982ea 07:52:58 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:52:59 ---> fa67ca5c30e0 07:52:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:53:01 ---> b82ee09dd50e 07:53:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:53:02 ---> 224b62db633a 07:53:02 Step 20/24 : ENTRYPOINT ["/core-data"] 07:53:02 ---> Running in bd6709848c62 07:53:03 Removing intermediate container bd6709848c62 07:53:03 ---> 8cd827a0dcf8 07:53:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:53:03 ---> Running in ff2b2d481611 07:53:03 Removing intermediate container ff2b2d481611 07:53:03 ---> 223d47a827fd 07:53:03 Step 22/24 : LABEL arch=arm64 07:53:03 ---> Running in d494c1d2454c 07:53:04 Removing intermediate container d494c1d2454c 07:53:04 ---> 90d69a585857 07:53:04 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:53:05 ---> Running in 686a985dc9de 07:53:06 Removing intermediate container 686a985dc9de 07:53:06 ---> de7b71b59f01 07:53:06 Step 24/24 : LABEL version=0.0.0 07:53:07 ---> Running in 7305c6df5299 07:53:08 Removing intermediate container 7305c6df5299 07:53:08 ---> c79636dcfbce 07:53:08 07:53:08 Successfully built c79636dcfbce 07:53:08 Successfully tagged docker-core-data-go-arm64:latest 07:53:20 Running on prd-ubuntu18.04-docker-8c-8g-4389 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws 07:53:20 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:53:23 using credential edgex-jenkins-ssh 07:53:23 Cloning the remote Git repository 07:53:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:53:23 > git init /w/workspace/edgex-go/3 # timeout=10 07:53:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:53:23 > git --version # timeout=10 07:53:23 > git --version # 'git version 2.17.1' 07:53:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:53:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:53:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:53:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:53:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:53:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:53:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:53:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:53:35 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a 07:53:35 Merge succeeded, producing 670f3584858cccf1ec2af0b55bcc1500b96a803a 07:53:35 Checking out Revision 670f3584858cccf1ec2af0b55bcc1500b96a803a (PR-3447) 07:53:35 > git config core.sparsecheckout # timeout=10 07:53:35 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 07:53:35 > git remote # timeout=10 07:53:35 > git config --get remote.origin.url # timeout=10 07:53:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:53:35 > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 07:53:35 > git rev-parse HEAD^{commit} # timeout=10 07:53:35 > git config core.sparsecheckout # timeout=10 07:53:35 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 07:53:39 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:53:40 + echo snap-build.sh 07:53:40 snap-build.sh 07:53:40 + SNAP_BASE_DIR=. 07:53:40 + '[' '!' -z /w/workspace/edgex-go/3 ']' 07:53:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 07:53:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 07:53:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 07:53:40 + cd /w/workspace/edgex-go/3 07:53:40 + sudo apt-get remove -qy --purge lxd lxd-client 07:53:40 Reading package lists... 07:53:40 Building dependency tree... 07:53:40 Reading state information... 07:53:40 The following packages were automatically installed and are no longer required: 07:53:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:53:41 uidmap xdelta3 07:53:41 Use 'sudo apt autoremove' to remove them. 07:53:41 The following packages will be REMOVED: 07:53:41 lxd* lxd-client* 07:53:41 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:53:41 After this operation, 31.7 MB disk space will be freed. 07:53:43 (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.) 07:53:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:53:45 Removing lxd dnsmasq configuration 07:53:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:53:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:53:47  Building docker-core-data-go ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:53:47 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:53:47 ---> 8fa783b6e90a 07:53:47 Step 3/32 : WORKDIR /edgex-go 07:53:47 ---> Using cache 07:53:47 ---> 3c944b0b39e5 07:53:47 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:47 ---> Using cache 07:53:47 ---> 65c22ea4309f 07:53:47 Step 5/32 : RUN apk add --update --no-cache make git 07:53:47 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:53:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:53:47 ---> 8fa783b6e90a 07:53:47 Step 3/22 : WORKDIR /edgex-go 07:53:47 ---> Using cache 07:53:47 ---> 3c944b0b39e5 07:53:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:47 ---> Using cache 07:53:47 ---> 65c22ea4309f 07:53:47 Step 5/22 : RUN apk add --update --no-cache make git 07:53:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:53:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:53:47 ---> 8fa783b6e90a 07:53:47 Step 3/24 : WORKDIR /edgex-go 07:53:47 ---> Using cache 07:53:47 ---> 3c944b0b39e5 07:53:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:47 ---> Using cache 07:53:47 ---> 65c22ea4309f 07:53:47 Step 5/24 : RUN apk add --update --no-cache make bash git 07:53:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:53:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:53:47 ---> 8fa783b6e90a 07:53:47 Step 3/24 : WORKDIR /edgex-go 07:53:47 ---> Using cache 07:53:47 ---> 3c944b0b39e5 07:53:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:47 ---> Using cache 07:53:47 ---> 65c22ea4309f 07:53:47 Step 5/24 : RUN apk add --update --no-cache make git 07:53:47 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:53:48 (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.) 07:53:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:53:50 Processing triggers for systemd (237-3ubuntu10.42) ... 07:53:50 Processing triggers for ureadahead (0.100.0-21) ... 07:53:51 ---> Running in 0498d51b15a0 07:53:51 ---> Running in 75d0c99bdf70 07:53:51 ---> Running in e695350840d3 07:53:51 ---> Running in 4329ba68271e 07:53:52 + sudo snap remove --purge lxd 07:53:52 snap "lxd" is not installed 07:53:52 + sudo groupadd --force --system lxd 07:53:52 ++ whoami 07:53:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:53:52 + newgrp - lxd 07:53:52 + sudo snap install lxd 07:53:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:53:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:53:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:53:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:53:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:53:56 OK: 218 MiB in 52 packages 07:53:56 OK: 218 MiB in 52 packages 07:53:56 OK: 218 MiB in 52 packages 07:53:57 OK: 218 MiB in 52 packages 07:53:57 Removing intermediate container 0498d51b15a0 07:53:57 ---> 5711b6520d8f 07:53:57 Step 6/24 : COPY go.mod . 07:53:57 Removing intermediate container e695350840d3 07:53:57 ---> e58d58d8a1ec 07:53:57 Step 6/32 : COPY go.mod . 07:53:58 Removing intermediate container 75d0c99bdf70 07:53:58 ---> 1f9c57ce97c7 07:53:58 Step 6/22 : COPY go.mod . 07:53:58 Removing intermediate container 4329ba68271e 07:53:58 ---> 2c733338ea00 07:53:58 Step 6/24 : COPY go.mod . 07:53:58 ---> ea850febda94 07:53:58 Step 7/24 : RUN go mod download 07:53:58 ---> 8bd703479223 07:53:58 Step 7/32 : RUN go mod download 07:53:58 ---> Running in 6e639893b03c 07:53:59 ---> Running in f8f44e55358d 07:53:59 ---> f4447a9db684 07:53:59 Step 7/22 : RUN go mod download 07:53:59 ---> 595bac839a5c 07:53:59 Step 7/24 : RUN go mod download 07:53:59 ---> Running in 1c3665add43d 07:53:59 ---> Running in 6964679418d2 07:54:03 Removing intermediate container 6e639893b03c 07:54:03 ---> 3e05680ef3bc 07:54:03 Step 8/24 : COPY . . 07:54:03 Removing intermediate container f8f44e55358d 07:54:03 ---> 7ee83fc56501 07:54:03 Step 8/32 : COPY . . 07:54:03 Removing intermediate container 1c3665add43d 07:54:03 ---> 57e44c6d15ae 07:54:03 Step 8/22 : COPY . . 07:54:03 Removing intermediate container 6964679418d2 07:54:03 ---> 3b5a0c8eb6ef 07:54:03 Step 8/24 : COPY . . 07:54:05 2021-05-11T07:54:01Z INFO Waiting for automatic snapd restart... 07:54:23 lxd 4.14 from Canonical* installed 07:54:23 + sudo lxd init --auto 07:54:30 ---> 6b85a1c87898 07:54:30 Step 9/24 : RUN go mod tidy 07:54:30 ---> a4f6f285b877 07:54:30 Step 9/24 : RUN go mod tidy 07:54:30 ---> ee3dbdcf2d41 07:54:30 Step 9/32 : RUN go mod tidy 07:54:30 ---> 61f1771bf615 07:54:30 Step 9/22 : RUN go mod tidy 07:54:30 ---> Running in 040e443bc4f7 07:54:30 ---> Running in a4a409d6c467 07:54:30 ---> Running in 00d542f59709 07:54:30 ---> Running in 113478e9d7d7 07:54:32 Removing intermediate container a4a409d6c467 07:54:32 ---> 0b048491b1bc 07:54:32 Step 10/24 : RUN make cmd/core-command/core-command 07:54:32 ---> Running in c823a6d558a0 07:54:32 Removing intermediate container 00d542f59709 07:54:32 ---> 5d96a704e078 07:54:32 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:54:33 ---> Running in f796a478b0a6 07:54:33 Removing intermediate container 040e443bc4f7 07:54:33 ---> c3515eeba8c7 07:54:33 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:54:33 Removing intermediate container 113478e9d7d7 07:54:33 ---> 4cb8ed3f9896 07:54:33 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:54:33 + sudo snap install --classic snapcraft 07:54:33 ---> Running in 0988ff4d128e 07:54:33 ---> Running in 226a55c1e21d 07:54:34 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 07:54:35 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 07:54:35 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 07:54:35 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 07:54:41 snapcraft 4.7.1 from Canonical* installed 07:54:41 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 07:54:41 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 07:54:41 % Total % Received % Xferd Average Speed Time Time Time Current 07:54:41 Dload Upload Total Spent Left Speed 07:54:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 07:54:42 100 3325k 100 3325k 0 0 9210k 0 --:--:-- --:--:-- --:--:-- 9210k 07:54:42 ./yq_linux_amd64 07:54:42 + sudo snapcraft prime --use-lxd 07:54:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:54:44 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: 07:54:44 - README.md 07:54:44 07:54:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:54:45 Launching a container. 07:54:59 Waiting for container to be ready 07:55:00 To start your first instance, try: lxc launch ubuntu:18.04 07:55:00 07:55:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:55:05 Waiting for network to be ready... 07:55:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:55:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:55:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 07:55:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 07:55:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:55:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:55:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 07:55:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 07:55:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 07:55:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:55:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:55:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:55:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:55:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:55:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:55:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:55:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:55:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:55:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:55:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 07:55:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 07:55:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 07:55:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 07:55:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 07:55:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 07:55:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 07:55:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 07:55:12 Fetched 24.5 MB in 6s (4276 kB/s) 07:55:13 Reading package lists... 07:55:13 Reading package lists... 07:55:14 Building dependency tree... 07:55:14 Reading state information... 07:55:14 The following additional packages will be installed: 07:55:14 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:55:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:55:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:55:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:55:14 Suggested packages: 07:55:14 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:55:14 Recommended packages: 07:55:14 gnupg libsasl2-modules 07:55:14 The following NEW packages will be installed: 07:55:14 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:55:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:55:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:55:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:55:14 The following packages will be upgraded: 07:55:14 gpg gpg-agent gpgconf libudev1 07:55:14 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 07:55:14 Need to get 3530 kB of archives. 07:55:14 After this operation, 13.3 MB of additional disk space will be used. 07:55:14 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] 07:55:14 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] 07:55:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 07:55:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 07:55:14 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 07:55:14 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 07:55:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:55:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:55:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 07:55:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 07:55:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 07:55:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:55:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:55:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:55:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:55:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:55:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:55:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:55:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:55:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:55:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:55:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 07:55:15 debconf: delaying package configuration, since apt-utils is not installed 07:55:15 Fetched 3530 kB in 1s (2750 kB/s) 07:55:15 (Reading database ... 12511 files and directories currently installed.) 07:55:15 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 07:55:15 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:55:16 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 07:55:16 Selecting previously unselected package udev. 07:55:16 (Reading database ... 12511 files and directories currently installed.) 07:55:16 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 07:55:16 Unpacking udev (237-3ubuntu10.47) ... 07:55:17 Selecting previously unselected package libfuse2:amd64. 07:55:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:55:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:55:17 Selecting previously unselected package fuse. 07:55:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:55:17 Unpacking fuse (2.9.7-1ubuntu1) ... 07:55:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 07:55:17 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:55:17 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 07:55:17 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:55:17 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 07:55:17 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:55:17 Selecting previously unselected package libksba8:amd64. 07:55:17 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:55:17 Unpacking libksba8:amd64 (1.3.5-2) ... 07:55:17 Selecting previously unselected package libroken18-heimdal:amd64. 07:55:17 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:17 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:17 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:55:17 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:17 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:55:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:55:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libwind0-heimdal:amd64. 07:55:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:55:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:55:18 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:55:18 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:55:18 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:55:18 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:18 Selecting previously unselected package libsasl2-modules-db:amd64. 07:55:18 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:55:18 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:55:18 Selecting previously unselected package libsasl2-2:amd64. 07:55:18 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:55:18 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:55:19 Selecting previously unselected package libldap-common. 07:55:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 07:55:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:55:19 Selecting previously unselected package libldap-2.4-2:amd64. 07:55:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 07:55:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:55:19 Selecting previously unselected package dirmngr. 07:55:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 07:55:19 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 07:55:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:55:19 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 07:55:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:55:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:55:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:55:19 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 07:55:19 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:19 Setting up libksba8:amd64 (1.3.5-2) ... 07:55:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:55:19 Setting up udev (237-3ubuntu10.47) ... 07:55:20 invoke-rc.d: policy-rc.d denied execution of start. 07:55:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Processing triggers for systemd (237-3ubuntu10) ... 07:55:20 Setting up fuse (2.9.7-1ubuntu1) ... 07:55:20 Setting up gpg (2.2.4-1ubuntu1.4) ... 07:55:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:55:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:55:20 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 07:55:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:55:21 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:55:21 settings in the [Install] section, and DefaultInstance for template units). 07:55:21 This means they are not meant to be enabled using systemctl. 07:55:21 Possible reasons for having this kind of units are: 07:55:21 1) A unit may be statically enabled by being symlinked from another unit's 07:55:21 .wants/ or .requires/ directory. 07:55:21 2) A unit's purpose may be to act as a helper for some other unit which has 07:55:21 a requirement dependency on it. 07:55:21 3) A unit may be started when needed via activation (socket, path, timer, 07:55:21 D-Bus, udev, scripted systemctl call, ...). 07:55:21 4) In case of template units, the unit is meant to be enabled with some 07:55:21 instance name specified. 07:55:22 Reading package lists... 07:55:22 Building dependency tree... 07:55:22 Reading state information... 07:55:22 The following additional packages will be installed: 07:55:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:55:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:55:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:55:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:55:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:55:22 Suggested packages: 07:55:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:55:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:55:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:55:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:55:22 systemd-container policykit-1 07:55:22 Recommended packages: 07:55:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:55:22 The following NEW packages will be installed: 07:55:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:55:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:55:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:55:22 multiarch-support openssh-client python3 python3-minimal python3.6 07:55:22 python3.6-minimal snapd squashfs-tools sudo 07:55:22 The following packages will be upgraded: 07:55:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:55:22 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 07:55:22 Need to get 35.2 MB of archives. 07:55:22 After this operation, 141 MB of additional disk space will be used. 07:55:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 07:55:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 07:55:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 07:55:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:55:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 07:55:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 07:55:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 07:55:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:55:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:55:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:55:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:55:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:55:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:55:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:55:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 07:55:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:55:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 07:55:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 07:55:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 07:55:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 07:55:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:55:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:55:24 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:55:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:55:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:55:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:55:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:55:24 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:55:24 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:55:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:55:24 debconf: delaying package configuration, since apt-utils is not installed 07:55:24 Fetched 35.2 MB in 1s (24.5 MB/s) 07:55:24 (Reading database ... 12757 files and directories currently installed.) 07:55:24 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 07:55:24 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:55:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 07:55:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:55:25 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 07:55:25 (Reading database ... 12757 files and directories currently installed.) 07:55:25 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 07:55:25 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 07:55:25 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 07:55:25 (Reading database ... 12757 files and directories currently installed.) 07:55:25 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 07:55:25 Unpacking apt (1.6.13) over (1.6.1) ... 07:55:26 Setting up apt (1.6.13) ... 07:55:26 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:55:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:55:27 (Reading database ... 12764 files and directories currently installed.) 07:55:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:55:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:55:27 Selecting previously unselected package libpython3.6-minimal:amd64. 07:55:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:55:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:55:28 Selecting previously unselected package libexpat1:amd64. 07:55:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:55:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:55:28 Selecting previously unselected package python3.6-minimal. 07:55:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:55:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:55:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 07:55:28 Checking for services that may need to be restarted...done. 07:55:28 Checking for services that may need to be restarted...done. 07:55:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:55:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:55:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:55:29 Selecting previously unselected package python3-minimal. 07:55:29 (Reading database ... 13012 files and directories currently installed.) 07:55:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:55:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:55:29 Selecting previously unselected package mime-support. 07:55:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:55:29 Unpacking mime-support (3.60ubuntu1) ... 07:55:29 Selecting previously unselected package libmpdec2:amd64. 07:55:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:55:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:55:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:55:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:55:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:55:30 Selecting previously unselected package python3.6. 07:55:30 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:55:30 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:55:30 Selecting previously unselected package libpython3-stdlib:amd64. 07:55:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:55:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:55:30 Setting up python3-minimal (3.6.7-1~18.04) ... 07:55:30 Selecting previously unselected package python3. 07:55:30 (Reading database ... 13442 files and directories currently installed.) 07:55:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:55:30 Unpacking python3 (3.6.7-1~18.04) ... 07:55:30 Selecting previously unselected package multiarch-support. 07:55:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:55:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:55:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:55:30 Selecting previously unselected package liblzo2-2:amd64. 07:55:30 (Reading database ... 13479 files and directories currently installed.) 07:55:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:55:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:55:30 Selecting previously unselected package libbsd0:amd64. 07:55:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:55:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:55:30 Selecting previously unselected package sudo. 07:55:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:55:31 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:55:31 Selecting previously unselected package apparmor. 07:55:31 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:55:31 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:55:31 Selecting previously unselected package libedit2:amd64. 07:55:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:55:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:55:31 Selecting previously unselected package libkrb5support0:amd64. 07:55:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:55:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:55:31 Selecting previously unselected package libk5crypto3:amd64. 07:55:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:55:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:55:31 Selecting previously unselected package libkeyutils1:amd64. 07:55:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:55:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:55:32 Selecting previously unselected package libkrb5-3:amd64. 07:55:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:55:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:55:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:55:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:55:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:55:32 Selecting previously unselected package libssl1.0.0:amd64. 07:55:32 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 07:55:32 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:55:32 Selecting previously unselected package openssh-client. 07:55:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:55:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:55:32 Selecting previously unselected package squashfs-tools. 07:55:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:55:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:55:32 Selecting previously unselected package snapd. 07:55:32 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 07:55:32 Unpacking snapd (2.48.3+18.04) ... 07:55:35 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:55:35 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:55:35 Setting up mime-support (3.60ubuntu1) ... 07:55:35 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:55:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:55:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:55:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:55:35 Setting up systemd (237-3ubuntu10.47) ... 07:55:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:55:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:55:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:55:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:55:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:55:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:55:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:55:37 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:55:37 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:55:37 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:55:37 Setting up python3 (3.6.7-1~18.04) ... 07:55:37 running python rtupdate hooks for python3.6... 07:55:37 running python post-rtupdate hooks for python3.6... 07:55:37 Setting up apparmor (2.12-4ubuntu5.1) ... 07:55:39 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:55:39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:55:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:55:39 Setting up snapd (2.48.3+18.04) ... 07:55:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:55:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:55:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:55:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:55:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:55:41 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:55:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:55:41 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:55:41 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:55:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:55:42 /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' 07:55:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:55:42 Processing triggers for systemd (237-3ubuntu10.47) ... 07:55:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:55:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:55:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:55:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] 07:55:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] 07:55:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] 07:55:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] 07:55:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 07:55:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:55:46 Fetched 3861 kB in 2s (1665 kB/s) 07:55:47 Reading package lists... 07:55:48 Reading package lists... 07:55:48 Building dependency tree... 07:55:48 Reading state information... 07:55:48 Calculating upgrade... 07:55:48 The following packages will be upgraded: 07:55:48 advancecomp base-files bash binutils binutils-common 07:55:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:55:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:55:48 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:55:48 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:55:48 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:55:48 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:55:48 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 07:55:48 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 07:55:48 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 07:55:48 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 07:55:48 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 07:55:48 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 07:55:48 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 07:55:48 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:55:48 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:55:48 Need to get 64.0 MB of archives. 07:55:48 After this operation, 5041 kB of additional disk space will be used. 07:55:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 07:55:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:55:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:55:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:55:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:55:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:55:49 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:55:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:55:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:55:49 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:55:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:55:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:55:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:55:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:55:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:55:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:55:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:55:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:55:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:55:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:55:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:55:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:55:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:55:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:55:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:55:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:55:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:55:50 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:55:50 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:55:50 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:55:50 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:55:50 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:55:50 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:55:50 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:55:50 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:55:50 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:55:50 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:55:50 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:55:50 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:55:50 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:55:50 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 07:55:50 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:55:50 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:55:50 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 07:55:50 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:55:50 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:55:50 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:55:50 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:55:50 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:55:50 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:55:50 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:55:50 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:55:50 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:55:50 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:55:50 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:55:50 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 07:55:50 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 07:55:50 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:55:50 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:55:50 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:55:50 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:55:50 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:55:50 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:55:50 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:55:50 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:55:50 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:55:50 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:55:50 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:55:50 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:55:50 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:55:50 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:55:50 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 07:55:50 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 07:55:50 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 07:55:50 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:55:50 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:55:50 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 07:55:51 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:55:51 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:55:51 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:55:51 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:55:51 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:55:51 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:55:51 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:55:51 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 07:55:51 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 07:55:51 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 07:55:51 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 07:55:51 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:55:51 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:55:51 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:55:51 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:55:51 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:55:52 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:55:52 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:55:52 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:55:53 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:55:53 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:55:53 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:55:53 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:55:53 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:55:53 debconf: delaying package configuration, since apt-utils is not installed 07:55:53 Fetched 64.0 MB in 4s (14.3 MB/s) 07:55:53 (Reading database ... 13912 files and directories currently installed.) 07:55:53 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:55:53 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:55:54 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:55:54 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:55:54 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 07:55:54 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 07:55:55 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:55 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:55 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:55 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:55 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:55 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:55 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:55 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:55 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:55 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:56 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:56 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:56 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:56 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:56 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:55:56 (Reading database ... 13911 files and directories currently installed.) 07:55:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:55:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:55:56 (Reading database ... 13911 files and directories currently installed.) 07:55:56 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:56 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:56 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:56 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:56 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:55:57 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:55:57 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:55:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:55:57 (Reading database ... 13911 files and directories currently installed.) 07:55:57 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:55:57 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:55:57 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:55:58 (Reading database ... 13911 files and directories currently installed.) 07:55:58 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:55:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:55:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:55:58 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:55:58 Setting up base-files (10.1ubuntu2.10) ... 07:55:58 Installing new version of config file /etc/issue ... 07:55:58 Installing new version of config file /etc/issue.net ... 07:55:58 Installing new version of config file /etc/lsb-release ... 07:55:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:55:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:55:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:55:59 Removing obsolete conffile /etc/default/motd-news ... 07:55:59 (Reading database ... 13912 files and directories currently installed.) 07:55:59 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:55:59 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:55:59 Setting up bash (4.4.18-2ubuntu1.2) ... 07:55:59 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 07:55:59 (Reading database ... 13912 files and directories currently installed.) 07:55:59 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:55:59 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:55:59 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:56:00 (Reading database ... 13912 files and directories currently installed.) 07:56:00 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:56:00 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:56:00 Setting up tar (1.29b-2ubuntu0.2) ... 07:56:00 (Reading database ... 13912 files and directories currently installed.) 07:56:00 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:56:00 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:56:00 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:56:00 (Reading database ... 13912 files and directories currently installed.) 07:56:00 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:56:00 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:56:01 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:56:01 (Reading database ... 13912 files and directories currently installed.) 07:56:01 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:56:01 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:56:01 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:56:01 (Reading database ... 13912 files and directories currently installed.) 07:56:01 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:56:01 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:56:01 Setting up grep (3.1-2build1) ... 07:56:01 (Reading database ... 13912 files and directories currently installed.) 07:56:01 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:56:01 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:56:01 Setting up login (1:4.5-1ubuntu2) ... 07:56:01 (Reading database ... 13912 files and directories currently installed.) 07:56:01 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:56:02 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:56:02 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:56:02 (Reading database ... 13912 files and directories currently installed.) 07:56:02 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:56:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:56:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:56:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:56:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:56:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:56:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:56:04 (Reading database ... 13912 files and directories currently installed.) 07:56:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:56:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:56:05 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:56:05 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:56:05 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:56:05 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:56:05 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:56:05 (Reading database ... 13912 files and directories currently installed.) 07:56:05 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:56:05 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:56:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:56:06 (Reading database ... 13912 files and directories currently installed.) 07:56:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:56:06 (Reading database ... 13912 files and directories currently installed.) 07:56:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:56:06 (Reading database ... 13912 files and directories currently installed.) 07:56:06 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:06 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:06 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:56:07 (Reading database ... 13912 files and directories currently installed.) 07:56:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:56:07 (Reading database ... 13912 files and directories currently installed.) 07:56:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:56:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:56:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:56:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:56:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:56:07 (Reading database ... 13912 files and directories currently installed.) 07:56:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:56:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:56:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:56:07 (Reading database ... 13912 files and directories currently installed.) 07:56:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:56:08 (Reading database ... 13912 files and directories currently installed.) 07:56:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:56:08 (Reading database ... 13912 files and directories currently installed.) 07:56:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:56:09 Removing intermediate container f796a478b0a6 07:56:09 ---> b94e0ffe13bf 07:56:09 07:56:09 Step 11/32 : FROM alpine:3.12 07:56:09 ---> 9852663dfa18 07:56:09 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:56:09 Removing intermediate container 226a55c1e21d 07:56:09 ---> c912cbd16b3b 07:56:09 07:56:09 Step 11/22 : FROM alpine:3.12 07:56:09 ---> 9852663dfa18 07:56:09 Step 12/22 : RUN apk add --update --no-cache curl 07:56:09 ---> Running in 8a09fed1101d 07:56:09 ---> Running in b3f0ca236372 07:56:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:56:09 Removing intermediate container 8a09fed1101d 07:56:09 ---> 2cacb7debad1 07:56:09 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:56:10 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:56:10 (Reading database ... 13912 files and directories currently installed.) 07:56:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:56:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:56:10 ---> Running in 28d7b1fee4c9 07:56:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:56:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:10 (Reading database ... 13912 files and directories currently installed.) 07:56:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:56:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:11 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:56:11 (Reading database ... 13914 files and directories currently installed.) 07:56:11 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:56:11 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:56:11 Setting up debconf (1.5.66ubuntu1) ... 07:56:11 (1/4) Installing ca-certificates (20191127-r4) 07:56:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:56:11 (3/4) Installing libcurl (7.76.1-r0) 07:56:11 (4/4) Installing curl (7.76.1-r0) 07:56:11 Executing busybox-1.31.1-r20.trigger 07:56:11 Executing ca-certificates-20191127-r4.trigger 07:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:12 (Reading database ... 13914 files and directories currently installed.) 07:56:12 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:56:12 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:56:12 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:56:12 OK: 7 MiB in 18 packages 07:56:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:12 (Reading database ... 13914 files and directories currently installed.) 07:56:12 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:56:12 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:56:12 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:56:12 Removing intermediate container 0988ff4d128e 07:56:12 ---> 73bcc4ad28de 07:56:12 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:56:12 (Reading database ... 13914 files and directories currently installed.) 07:56:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:56:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:56:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:56:12 (1/2) Installing dumb-init (1.2.2-r1) 07:56:12 (2/2) Installing su-exec (0.2-r1) 07:56:12 Executing busybox-1.31.1-r20.trigger 07:56:12 OK: 5 MiB in 16 packages 07:56:12 (Reading database ... 13914 files and directories currently installed.) 07:56:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:56:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:56:13 ---> Running in fc0b6218edfe 07:56:13 Removing intermediate container c823a6d558a0 07:56:13 ---> 6636711f65dd 07:56:13 07:56:13 Step 11/24 : FROM alpine:3.12 07:56:13 ---> 9852663dfa18 07:56:13 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:56:13 ---> Using cache 07:56:13 ---> 858046183408 07:56:13 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:56:13 ---> Using cache 07:56:13 ---> 6298dc20a8a7 07:56:13 Step 14/24 : ENV APP_PORT=48082 07:56:13 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:56:13 (Reading database ... 13914 files and directories currently installed.) 07:56:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:56:13 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:56:13 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:56:13 ---> Running in 10efdbb864ff 07:56:13 (Reading database ... 13914 files and directories currently installed.) 07:56:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:56:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:56:14 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 07:56:14 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:56:14 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:56:14 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:56:14 Removing intermediate container b3f0ca236372 07:56:14 ---> 5d45c4af5dd7 07:56:14 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:56:14 Removing intermediate container 10efdbb864ff 07:56:14 ---> d8777dbce91c 07:56:14 Step 15/24 : EXPOSE $APP_PORT 07:56:14 Removing intermediate container 28d7b1fee4c9 07:56:14 ---> 6bb257d37fce 07:56:14 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:56:14 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:56:14 (Reading database ... 13914 files and directories currently installed.) 07:56:14 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:56:14 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:56:14 ---> Running in 1da6ba94c4bb 07:56:14 ---> Running in d1a519035686 07:56:14 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 07:56:14 ---> Running in cd977e88777f 07:56:14 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:56:14 (Reading database ... 13914 files and directories currently installed.) 07:56:14 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:56:14 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:56:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:56:15 Removing intermediate container 1da6ba94c4bb 07:56:15 ---> b8d5c3e977f8 07:56:15 Step 14/22 : WORKDIR /edgex 07:56:15 Removing intermediate container d1a519035686 07:56:15 ---> 86cc9458eade 07:56:15 Step 16/24 : WORKDIR / 07:56:15 Removing intermediate container cd977e88777f 07:56:15 ---> dbbdf0f30837 07:56:15 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:56:15 ---> Running in b634647ee06f 07:56:15 ---> Running in c73d3e41618e 07:56:15 ---> Running in 3167fd0dcf59 07:56:15 (Reading database ... 13914 files and directories currently installed.) 07:56:15 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:56:15 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:56:15 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:56:15 (Reading database ... 13914 files and directories currently installed.) 07:56:15 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 07:56:15 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 07:56:15 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 07:56:15 (Reading database ... 13914 files and directories currently installed.) 07:56:15 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:56:15 Removing intermediate container b634647ee06f 07:56:15 ---> ba2f3f0228f1 07:56:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:56:16 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:56:16 Removing intermediate container 3167fd0dcf59 07:56:16 ---> 622775afc65b 07:56:16 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:56:16 Removing intermediate container c73d3e41618e 07:56:16 ---> 75e023c7dcc5 07:56:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:56:16 Setting up passwd (1:4.5-1ubuntu2) ... 07:56:16 ---> Running in fb7bfcddf083 07:56:16 (Reading database ... 13914 files and directories currently installed.) 07:56:16 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 07:56:16 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:56:16 Setting up gpgv (2.2.4-1ubuntu1.4) ... 07:56:16 (Reading database ... 13914 files and directories currently installed.) 07:56:16 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 07:56:16 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:56:17 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 07:56:17 (Reading database ... 13914 files and directories currently installed.) 07:56:17 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 07:56:17 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:56:17 ---> dc1152ad2754 07:56:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:56:17 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 07:56:17 (Reading database ... 13914 files and directories currently installed.) 07:56:17 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:56:17 ---> 424d0c044806 07:56:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:56:17 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:56:17 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:56:17 (Reading database ... 13914 files and directories currently installed.) 07:56:17 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:56:18 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:56:18 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:56:18 (Reading database ... 13914 files and directories currently installed.) 07:56:18 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:56:18 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:56:18 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:56:18 (Reading database ... 13914 files and directories currently installed.) 07:56:18 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:56:18 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:56:18 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:56:18 Removing intermediate container fc0b6218edfe 07:56:18 ---> 917046f2093a 07:56:18 07:56:18 Step 12/24 : FROM docker:20.10.0 07:56:18 20.10.0: Pulling from library/docker 07:56:18 (Reading database ... 13914 files and directories currently installed.) 07:56:18 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 07:56:18 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 07:56:18 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 07:56:19 (Reading database ... 13914 files and directories currently installed.) 07:56:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 07:56:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 07:56:19 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 07:56:19 (Reading database ... 13915 files and directories currently installed.) 07:56:19 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:56:19 ---> 26567e7aafe4 07:56:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:56:19 ---> 71426d7cd097 07:56:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:56:19 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:56:19 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:56:19 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:56:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:56:20 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:56:20 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:56:20 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:56:20 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:56:20 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:56:20 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:56:20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:56:20 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:56:20 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:56:20 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:56:20 Removing intermediate container fb7bfcddf083 07:56:20 ---> fc1eedae4131 07:56:20 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:56:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:56:21 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:56:21 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:56:21 ---> 492076d7cce9 07:56:21 Step 20/24 : ENTRYPOINT ["/core-command"] 07:56:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:56:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:56:21 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:56:21 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:56:21 ---> Running in 962326cbe51c 07:56:21 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:56:21 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:56:21 ---> Running in 2eeced26fd5c 07:56:21 ---> 44a0c4c60345 07:56:21 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:56:22 ---> Running in a9b72cc82180 07:56:22 Removing intermediate container 962326cbe51c 07:56:22 ---> 826d600131e2 07:56:22 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:56:22 Removing intermediate container 2eeced26fd5c 07:56:22 ---> daae4b01f9f8 07:56:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:56:22 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:56:22 Removing intermediate container a9b72cc82180 07:56:22 ---> c1e8c64b522d 07:56:22 Step 19/22 : CMD ["--init=true"] 07:56:22 ---> Running in 7dae1a381f6e 07:56:22 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:56:22 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:56:22 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:56:22 ---> Running in 9ae218af0444 07:56:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:56:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:56:23 Removing intermediate container 7dae1a381f6e 07:56:23 ---> e56f51e89024 07:56:23 Step 22/24 : LABEL arch=arm64 07:56:23 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:56:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:56:23 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:56:23 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:56:23 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:56:23 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:56:24 ---> a3d2a430e200 07:56:24 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:56:24 Removing intermediate container 9ae218af0444 07:56:24 ---> d0cb7053e6ad 07:56:24 Step 20/22 : LABEL arch=arm64 07:56:24 ---> Running in e369cc684cca 07:56:24 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:24 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:24 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:24 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:24 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:24 ---> Running in 45e6a0f9cdce 07:56:24 ---> Running in 0db76b92e201 07:56:24 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:24 Removing intermediate container e369cc684cca 07:56:24 ---> e3cbd2007f43 07:56:24 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:56:25 Removing intermediate container 0db76b92e201 07:56:25 ---> 504f1af53ac4 07:56:25 Step 21/22 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:56:25 ---> Running in 39c4b7569de6 07:56:25 ---> Running in 22ca5e3aead0 07:56:26 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:26 Removing intermediate container 39c4b7569de6 07:56:26 ---> e0cce6bd3280 07:56:26 Step 24/24 : LABEL version=0.0.0 07:56:27 ---> Running in c868ddd6e7ce 07:56:27 Removing intermediate container 22ca5e3aead0 07:56:27 ---> db36059f8c88 07:56:27 Step 22/22 : LABEL version=0.0.0 07:56:27 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:27 ---> Running in 45d67b386b83 07:56:27 Removing intermediate container c868ddd6e7ce 07:56:27 ---> 56384e7155dd 07:56:27 07:56:27 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:27 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:28 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:28 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:28 Removing intermediate container 45d67b386b83 07:56:28 ---> cabba737b423 07:56:28 07:56:28 Successfully built 56384e7155dd 07:56:28 Successfully tagged docker-core-command-go-arm64:latest 07:56:28  Building docker-core-command-go ... done Removing intermediate container 45e6a0f9cdce 07:56:28 ---> 84e68a6c2cbe 07:56:28 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:56:28 Successfully built cabba737b423 07:56:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:56:29 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:56:29 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:56:29 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:56:29 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:56:29  Building docker-security-proxy-setup-go ... done  ---> 8cbdc1bf6678 07:56:29 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:56:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:56:29 Status: Downloaded newer image for docker:20.10.0 07:56:29 ---> eeaf43b92773 07:56:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:56:29 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:56:29 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:56:29 ---> Running in d636eca22fd1 07:56:29 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:56:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:56:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:56:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:56:30 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:56:30 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:56:30 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:56:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:56:30 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:56:30 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:56:30 Removing intermediate container d636eca22fd1 07:56:30 ---> d6f90f2142fb 07:56:30 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:56:30 ---> Running in a342e3ed8dff 07:56:30 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:30 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:56:30 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:30 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:30 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:30 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:56:30 ---> a132bf92ce19 07:56:30 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:56:31 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:56:31 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:56:31 07:56:31 Current default time zone: 'Etc/UTC' 07:56:31 Local time is now: Tue May 11 07:56:31 UTC 2021. 07:56:31 Universal Time is now: Tue May 11 07:56:31 UTC 2021. 07:56:31 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:56:31 07:56:31 Setting up systemd-sysv (237-3ubuntu10.47) ... 07:56:31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:31 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 07:56:31 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:56:31 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:56:31 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:56:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:56:31 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:56:31 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:56:31 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:56:31 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:31 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:56:31 ---> 72d594631212 07:56:31 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:56:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:56:31 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:56:31 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 07:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:32 Setting up patch (2.7.6-2ubuntu1.1) ... 07:56:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:56:32 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:56:32 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 07:56:32 Installing new version of config file /etc/ssl/openssl.cnf ... 07:56:32 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:56:32 ---> 45f66b8d5c71 07:56:32 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:56:32 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:56:32 Setting up ca-certificates (20210119~18.04.1) ... 07:56:32 (1/39) Installing readline (8.0.4-r0) 07:56:32 (2/39) Installing bash (5.0.17-r0) 07:56:32 Executing bash-5.0.17-r0.post-install 07:56:32 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:56:32 (4/39) Installing libcurl (7.76.1-r0) 07:56:32 (5/39) Installing curl (7.76.1-r0) 07:56:32 (6/39) Installing dumb-init (1.2.2-r1) 07:56:32 (7/39) Installing libbz2 (1.0.8-r1) 07:56:32 (8/39) Installing expat (2.2.9-r1) 07:56:32 (9/39) Installing libffi (3.3-r2) 07:56:32 (10/39) Installing gdbm (1.13-r1) 07:56:32 (11/39) Installing xz-libs (5.2.5-r0) 07:56:32 (12/39) Installing sqlite-libs (3.32.1-r0) 07:56:32 (13/39) Installing python3 (3.8.10-r0) 07:56:33 ---> d4018852a9a4 07:56:33 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:56:34 ---> Running in 645eeec75d2d 07:56:34 Updating certificates in /etc/ssl/certs... 07:56:34 Removing intermediate container 645eeec75d2d 07:56:34 ---> 796f92a4a5eb 07:56:34 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:56:34 (14/39) Installing py3-appdirs (1.4.4-r1) 07:56:34 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:56:34 (16/39) Installing py3-parsing (2.4.7-r0) 07:56:34 (17/39) Installing py3-six (1.15.0-r0) 07:56:34 (18/39) Installing py3-packaging (20.4-r0) 07:56:34 (19/39) Installing py3-setuptools (47.0.0-r0) 07:56:34 (20/39) Installing py3-chardet (3.0.4-r4) 07:56:34 (21/39) Installing py3-idna (2.9-r0) 07:56:34 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:56:34 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:56:34 (24/39) Installing py3-requests (2.23.0-r0) 07:56:35 (25/39) Installing py3-msgpack (1.0.0-r0) 07:56:35 (26/39) Installing py3-lockfile (0.12.2-r3) 07:56:35 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:56:35 (28/39) Installing py3-colorama (0.4.3-r0) 07:56:35 (29/39) Installing py3-distlib (0.3.0-r0) 07:56:35 (30/39) Installing py3-distro (1.5.0-r1) 07:56:35 (31/39) Installing py3-webencodings (0.5.1-r3) 07:56:35 (32/39) Installing py3-html5lib (1.0.1-r4) 07:56:35 (33/39) Installing py3-pytoml (0.1.21-r0) 07:56:35 (34/39) Installing py3-pep517 (0.8.2-r0) 07:56:35 (35/39) Installing py3-progress (1.5-r0) 07:56:35 (36/39) Installing py3-toml (0.10.1-r0) 07:56:35 (37/39) Installing py3-retrying (1.3.3-r0) 07:56:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:56:35 (39/39) Installing py3-pip (20.1.1-r0) 07:56:35 Executing busybox-1.31.1-r19.trigger 07:56:35 OK: 72 MiB in 59 packages 07:56:35 ---> ade6b2ea737c 07:56:35 Step 27/32 : RUN chmod +x /entrypoint.sh 07:56:35 23 added, 27 removed; done. 07:56:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:56:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:56:35 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:56:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:56:35 Setting up pkgbinarymangler (138.18.04.1) ... 07:56:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:56:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 07:56:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:56:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:56:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:56:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:56:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:56:36 ---> Running in aca588ce45c6 07:56:36 Setting up perl (5.26.1-6ubuntu0.5) ... 07:56:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 07:56:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:56:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:56:36 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 07:56:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:56:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:56:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:56:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:56:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:56:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:56:36 Processing triggers for systemd (237-3ubuntu10.47) ... 07:56:36 Processing triggers for mime-support (3.60ubuntu1) ... 07:56:36 Processing triggers for ca-certificates (20210119~18.04.1) ... 07:56:36 Updating certificates in /etc/ssl/certs... 07:56:37 0 added, 0 removed; done. 07:56:37 Running hooks in /etc/ca-certificates/update.d... 07:56:37 done. 07:56:38 Removing intermediate container aca588ce45c6 07:56:38 ---> bee0b3a4950c 07:56:38 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:56:38 Reading package lists... 07:56:38 ---> Running in 22782d084e81 07:56:38 Building dependency tree... 07:56:38 Reading state information... 07:56:38 The following NEW packages will be installed: 07:56:38 apt-transport-https 07:56:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:56:39 Need to get 1692 B of archives. 07:56:39 After this operation, 154 kB of additional disk space will be used. 07:56:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 07:56:39 debconf: delaying package configuration, since apt-utils is not installed 07:56:39 Fetched 1692 B in 0s (5957 B/s) 07:56:39 Selecting previously unselected package apt-transport-https. 07:56:39 (Reading database ... 13920 files and directories currently installed.) 07:56:39 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 07:56:39 Unpacking apt-transport-https (1.6.13) ... 07:56:39 Setting up apt-transport-https (1.6.13) ... 07:56:39 Removing intermediate container 22782d084e81 07:56:39 ---> 197d12142b7b 07:56:39 Step 29/32 : CMD ["gate"] 07:56:39 ---> Running in 033c7a50fb65 07:56:39 Waiting for network to be ready... 07:56:39 Removing intermediate container 033c7a50fb65 07:56:39 ---> 4a8b47e979b1 07:56:39 Step 30/32 : LABEL arch=arm64 07:56:39 Collecting docker-compose==1.23.2 07:56:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:56:40 ---> Running in 420100f4c105 07:56:40 Removing intermediate container 420100f4c105 07:56:40 ---> 18432c49c97d 07:56:40 Step 31/32 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:56:40 Collecting dockerpty<0.5,>=0.4.1 07:56:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:56:41 ---> Running in c08a1a598b72 07:56:41 Removing intermediate container c08a1a598b72 07:56:41 ---> 1e29b472871a 07:56:41 Step 32/32 : LABEL version=0.0.0 07:56:41 ---> Running in cf6709dd0171 07:56:42 Removing intermediate container cf6709dd0171 07:56:42 ---> 31141749d53d 07:56:42 07:56:42 Successfully built 31141749d53d 07:56:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:56:43  Building docker-security-bootstrapper-go ... done Collecting cached-property<2,>=1.2.0 07:56:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:56:43 Collecting texttable<0.10,>=0.9.0 07:56:43 Downloading texttable-0.9.1.tar.gz (11 kB) 07:56:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:56:45 Collecting docopt<0.7,>=0.6.1 07:56:45 Downloading docopt-0.6.2.tar.gz (25 kB) 07:56:48 2021-05-11T07:56:45Z INFO Waiting for automatic snapd restart... 07:56:48 Collecting websocket-client<1.0,>=0.32.0 07:56:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:56:48 Collecting jsonschema<3,>=2.5.1 07:56:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:56:48 snapd 2.49.2 from Canonical* installed 07:56:49 "snapd" switched to the "latest/stable" channel 07:56:49 07:56:49 Collecting PyYAML<4,>=3.10 07:56:49 Downloading PyYAML-3.13.tar.gz (270 kB) 07:56:52 Collecting docker<4.0,>=3.6.0 07:56:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:56:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:56:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:56:54 Collecting docker-pycreds>=0.4.0 07:56:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:56:54 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) 07:56:54 core18 20210309 from Canonical* installed 07:56:55 Collecting urllib3<1.25,>=1.21.1 07:56:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:56:55 "core18" switched to the "latest/stable" channel 07:56:55 07:56:55 Collecting idna<2.8,>=2.5 07:56:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:56:55 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) 07:56:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:56:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:56:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:56:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:56:56 Installing collected packages: dockerpty, cached-property, texttable, docopt, websocket-client, jsonschema, PyYAML, docker-pycreds, urllib3, idna, requests, docker, docker-compose 07:56:56 Running setup.py install for dockerpty: started 07:56:58 Running setup.py install for dockerpty: finished with status 'done' 07:56:58 Running setup.py install for texttable: started 07:56:59 Running setup.py install for texttable: finished with status 'done' 07:56:59 Running setup.py install for docopt: started 07:57:01 snapcraft 4.7.1 from Canonical* installed 07:57:01 Running setup.py install for docopt: finished with status 'done' 07:57:02 "snapcraft" switched to the "latest/stable" channel 07:57:02 07:57:02 Running setup.py install for PyYAML: started 07:57:04 Running setup.py install for PyYAML: finished with status 'done' 07:57:04 Attempting uninstall: urllib3 07:57:04 Found existing installation: urllib3 1.25.9 07:57:04 Uninstalling urllib3-1.25.9: 07:57:04 Successfully uninstalled urllib3-1.25.9 07:57:05 Attempting uninstall: idna 07:57:05 Found existing installation: idna 2.9 07:57:05 Uninstalling idna-2.9: 07:57:05 Successfully uninstalled idna-2.9 07:57:05 Attempting uninstall: requests 07:57:05 Found existing installation: requests 2.23.0 07:57:05 Uninstalling requests-2.23.0: 07:57:05 Successfully uninstalled requests-2.23.0 07:57:07 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: 07:57:07 - README.md 07:57:07 07:57:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:57:07 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 07:57:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:57:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:57:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:57:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:57:15 Reading package lists... 07:57:15 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 07:57:16 Removing intermediate container a342e3ed8dff 07:57:16 ---> 589884b2d9a7 07:57:16 Step 15/24 : ENV APP_PORT=48090 07:57:16 ---> Running in 39100cd80d65 07:57:16 Removing intermediate container 39100cd80d65 07:57:16 ---> 7705ac49dcbe 07:57:16 Step 16/24 : EXPOSE $APP_PORT 07:57:16 ---> Running in 7ada4897fed4 07:57:16 Removing intermediate container 7ada4897fed4 07:57:16 ---> 48d97f2caad3 07:57:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:57:17 ---> e5eb922124e1 07:57:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:57:18 ---> 4f0d9fee3c4a 07:57:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:57:19 ---> d5b3a68adfd4 07:57:19 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:57:19 ---> Running in 14ed0f56c134 07:57:19 Removing intermediate container 14ed0f56c134 07:57:19 ---> 54c6a2b9a2f1 07:57:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:19 ---> Running in ebb52b1311a3 07:57:20 Removing intermediate container ebb52b1311a3 07:57:20 ---> 66b65cde47e4 07:57:20 Step 22/24 : LABEL arch=arm64 07:57:20 ---> Running in 170605e5b5ad 07:57:20 Removing intermediate container 170605e5b5ad 07:57:20 ---> 847eed938ebe 07:57:20 Step 23/24 : LABEL git_sha=670f3584858cccf1ec2af0b55bcc1500b96a803a 07:57:20 ---> Running in 1c8971d9f941 07:57:21 Removing intermediate container 1c8971d9f941 07:57:21 ---> 3eb2c1c39124 07:57:21 Step 24/24 : LABEL version=0.0.0 07:57:21 ---> Running in 41d1fc7a93fd 07:57:22 Removing intermediate container 41d1fc7a93fd 07:57:22 ---> 83b34e41f7b9 07:57:22 07:57:22 Successfully built 83b34e41f7b9 07:57:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:57:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:57:22 Reading package lists... 07:57:22 Building dependency tree... 07:57:22 Reading state information... 07:57:22 Suggested packages: 07:57:22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:57:22 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:57:22 Recommended packages: 07:57:22 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:57:22 The following NEW packages will be installed: 07:57:22 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:57:22 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:57:22 pkg-config zip 07:57:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:57:22 $ docker stop --time=1 04f9ebc37cae1449531b90aadbeec7b5f484834260d86abaeb40e5be3a32ac10 07:57:22 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:57:22 Need to get 7663 kB of archives. 07:57:22 After this operation, 43.8 MB of additional disk space will be used. 07:57:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 07:57:22 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:57:22 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:57:22 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:57:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:57:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:57:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:57:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:57:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:57:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:57:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 07:57:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 07:57:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 07:57:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:57:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:57:24 debconf: delaying package configuration, since apt-utils is not installed 07:57:24 Fetched 7663 kB in 1s (5487 kB/s) 07:57:24 Selecting previously unselected package libglib2.0-0:amd64. 07:57:24 (Reading database ... 13924 files and directories currently installed.) 07:57:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 07:57:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:57:24 Selecting previously unselected package libpsl5:amd64. 07:57:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:57:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:57:24 Selecting previously unselected package libnghttp2-14:amd64. 07:57:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:57:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:57:24 $ docker rm -f 04f9ebc37cae1449531b90aadbeec7b5f484834260d86abaeb40e5be3a32ac10 07:57:24 Selecting previously unselected package librtmp1:amd64. 07:57:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:57:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:57:24 Selecting previously unselected package libcurl3-gnutls:amd64. 07:57:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 07:57:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:57:24 Selecting previously unselected package liberror-perl. 07:57:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:57:24 Unpacking liberror-perl (0.17025-1) ... [Pipeline] // withDockerContainer [Pipeline] sh 07:57:25 Selecting previously unselected package git-man. 07:57:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 07:57:25 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 07:57:25 + + grepdocker docker images 07:57:25 07:57:25 Selecting previously unselected package git. 07:57:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 07:57:25 Unpacking git (1:2.17.1-1ubuntu0.8) ... 07:57:25 docker-sys-mgmt-agent-go-arm64 latest 83b34e41f7b9 4 seconds ago 299MB 07:57:25 docker-security-bootstrapper-go-arm64 latest 31141749d53d 43 seconds ago 17.1MB 07:57:25 docker-core-command-go-arm64 latest 56384e7155dd 58 seconds ago 16.1MB 07:57:25 docker-security-proxy-setup-go-arm64 latest cabba737b423 58 seconds ago 23.9MB 07:57:25 docker-core-data-go-arm64 latest c79636dcfbce 4 minutes ago 20.3MB 07:57:25 docker-core-metadata-go-arm64 latest fe8ceef54282 4 minutes ago 17.4MB 07:57:25 docker-security-secretstore-setup-go-arm64 latest 232fe5ab51ca 4 minutes ago 24.3MB 07:57:25 docker-support-scheduler-go-arm64 latest 9c188abead46 4 minutes ago 16.1MB 07:57:25 docker-support-notifications-go-arm64 latest 06b597c8f034 4 minutes ago 16.6MB 07:57:25 docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:57:26 ---> job-cost.sh 07:57:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bE2e 07:57:26 Selecting previously unselected package libnorm1:amd64. 07:57:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:57:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:57:26 Selecting previously unselected package libpgm-5.2-0:amd64. 07:57:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:57:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:57:26 Selecting previously unselected package libsodium23:amd64. 07:57:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:57:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:57:26 Selecting previously unselected package libzmq5:amd64. 07:57:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:57:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:57:26 Selecting previously unselected package libzmq3-dev:amd64. 07:57:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:57:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:57:26 Selecting previously unselected package pkg-config. 07:57:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:57:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:57:27 Selecting previously unselected package zip. 07:57:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:57:27 Unpacking zip (3.0-11build1) ... 07:57:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:57:27 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 07:57:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:57:27 Setting up liberror-perl (0.17025-1) ... 07:57:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:57:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:57:27 No schema files found: doing nothing. 07:57:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:57:27 Setting up zip (3.0-11build1) ... 07:57:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:57:27 Setting up libsodium23:amd64 (1.0.16-2) ... 07:57:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:57:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:57:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:57:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:57:27 Setting up git (1:2.17.1-1ubuntu0.8) ... 07:57:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:57:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:57:34 git set to automatically installed. 07:57:34 git-man set to automatically installed. 07:57:34 libcurl3-gnutls set to automatically installed. 07:57:34 liberror-perl set to automatically installed. 07:57:34 libglib2.0-0 set to automatically installed. 07:57:34 libnghttp2-14 set to automatically installed. 07:57:34 libnorm1 set to automatically installed. 07:57:34 libpgm-5.2-0 set to automatically installed. 07:57:34 libpsl5 set to automatically installed. 07:57:34 librtmp1 set to automatically installed. 07:57:34 libsodium23 set to automatically installed. 07:57:34 libzmq3-dev set to automatically installed. 07:57:34 libzmq5 set to automatically installed. 07:57:34 pkg-config set to automatically installed. 07:57:34 zip set to automatically installed. 07:57:36 snapd is not logged in, snap install commands will use sudo 07:57:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:57:55 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 07:57:55 snapd is not logged in, snap install commands will use sudo 07:58:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:58:03 snap "core18" has no updates available 07:58:03 Pulling go-build-helper 07:58:03 + snapcraftctl pull 07:58:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:58:05 'app-service-config' has dependencies that need to be staged: go-build-helper 07:58:05 Skipping pull go-build-helper (already ran) 07:58:05 Building go-build-helper 07:58:05 + snapcraftctl build 07:58:08 Staging go-build-helper 07:58:08 + snapcraftctl stage 07:58:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:58:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:58:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] 07:58:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] 07:58:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:58:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:58:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] 07:58:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] 07:58:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 07:58:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:58:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:58:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:58:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:58:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:58:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:58:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:58:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:58:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:58:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:58:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 07:58:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 07:58:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 07:58:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 07:58:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 07:58:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 07:58:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 07:58:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 07:58:23 Fetched 24.5 MB in 0s (0 B/s) 07:58:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:58:23 Fetched 224 kB in 0s (0 B/s) 07:58:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:58:23 Fetched 157 kB in 0s (0 B/s) 07:58:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:58:23 Fetched 221 kB in 0s (0 B/s) 07:58:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:58:23 Fetched 143 kB in 0s (0 B/s) 07:58:23 Pulling app-service-config 07:58:23 + snapcraftctl pull 07:58:23 Cloning into '/root/parts/app-service-config/src'... 07:58:23 Pulling config-common 07:58:23 + snapcraftctl pull 07:58:29 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:58:29 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:58:29 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:58:29 Fetched 0 B in 0s (0 B/s) 07:58:29 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:58:29 Fetched 0 B in 0s (0 B/s) 07:58:29 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:58:29 Fetched 0 B in 0s (0 B/s) 07:58:29 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:58:29 Fetched 0 B in 0s (0 B/s) 07:58:29 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:58:29 Fetched 0 B in 0s (0 B/s) 07:58:29 Pulling edgex-go 07:58:29 + snapcraftctl pull 07:58:55 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:58:55 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:58:55 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:58:55 Fetched 0 B in 0s (0 B/s) 07:58:55 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:58:55 Fetched 96.5 kB in 0s (0 B/s) 07:58:55 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:58:55 Fetched 279 kB in 0s (0 B/s) 07:58:55 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:58:55 Fetched 122 kB in 0s (0 B/s) 07:58:55 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:58:55 Fetched 77.8 kB in 0s (0 B/s) 07:58:55 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:58:55 Fetched 8848 B in 0s (0 B/s) 07:58:55 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:58:55 Fetched 47.8 kB in 0s (0 B/s) 07:58:55 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:58:55 Fetched 45.6 kB in 0s (0 B/s) 07:58:55 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:58:55 Fetched 15.0 kB in 0s (0 B/s) 07:58:55 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 07:58:55 Fetched 219 kB in 0s (0 B/s) 07:58:55 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 07:58:55 Fetched 154 kB in 0s (0 B/s) 07:58:55 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:58:55 Fetched 50.6 kB in 0s (0 B/s) 07:58:55 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:58:55 Fetched 14.8 kB in 0s (0 B/s) 07:58:55 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:58:55 Fetched 41.8 kB in 0s (0 B/s) 07:58:55 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:58:55 Fetched 499 kB in 0s (0 B/s) 07:58:55 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:58:55 Fetched 111 kB in 0s (0 B/s) 07:58:55 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:58:55 Fetched 240 kB in 0s (0 B/s) 07:58:55 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:58:55 Fetched 29.3 kB in 0s (0 B/s) 07:58:55 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:58:55 Fetched 85.5 kB in 0s (0 B/s) 07:58:55 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:58:55 Fetched 24.5 kB in 0s (0 B/s) 07:58:55 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:58:55 Fetched 49.2 kB in 0s (0 B/s) 07:58:55 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:58:55 Fetched 54.2 kB in 0s (0 B/s) 07:58:55 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:58:55 Fetched 30.8 kB in 0s (0 B/s) 07:58:55 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 07:58:55 Fetched 15.8 kB in 0s (0 B/s) 07:58:55 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:58:55 Fetched 85.9 kB in 0s (0 B/s) 07:58:55 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:58:55 Fetched 8720 B in 0s (0 B/s) 07:58:55 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 07:58:55 Fetched 137 kB in 0s (0 B/s) 07:58:55 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:58:55 Fetched 119 kB in 0s (0 B/s) 07:58:55 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 07:58:55 Fetched 110 kB in 0s (0 B/s) 07:58:55 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:58:55 Fetched 11.1 kB in 0s (0 B/s) 07:58:55 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:58:55 Fetched 645 kB in 0s (0 B/s) 07:58:55 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:58:55 Fetched 41.3 kB in 0s (0 B/s) 07:58:55 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:58:55 Fetched 17.9 kB in 0s (0 B/s) 07:58:55 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:58:55 Fetched 368 kB in 0s (0 B/s) 07:58:55 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:58:55 Fetched 187 kB in 0s (0 B/s) 07:58:55 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:58:55 Fetched 175 kB in 0s (0 B/s) 07:58:55 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:58:55 Fetched 206 kB in 0s (0 B/s) 07:58:55 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 07:58:55 Fetched 1301 kB in 0s (0 B/s) 07:58:55 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:58:55 Fetched 36.2 kB in 0s (0 B/s) 07:58:55 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 07:58:55 Fetched 159 kB in 0s (0 B/s) 07:58:55 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:58:55 Fetched 107 kB in 0s (0 B/s) 07:58:55 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:58:55 Fetched 48.7 kB in 0s (0 B/s) 07:58:55 Pulling static-packages 07:58:55 + snapcraftctl pull 07:58:55 Pulling version 07:58:55 + cd /root/project 07:58:55 + [ -f VERSION ] 07:58:55 + PROJECT_VERSION=local-dev 07:58:55 + git rev-parse --short HEAD 07:58:55 + GIT_REVISION=670f3584 07:58:55 + snapcraftctl set-version local-dev 07:58:56 Skipping build go-build-helper (already ran) 07:58:56 Building app-service-config 07:58:56 + make build 07:58:56 go mod tidy 07:58:58 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 07:58:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 07:58:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 07:58:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:58:58 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 07:58:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 07:58:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 07:58:58 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 07:58:58 go: downloading github.com/stretchr/testify v1.7.0 07:58:58 go: downloading github.com/gorilla/mux v1.8.0 07:58:58 go: downloading github.com/mitchellh/copystructure v1.0.0 07:58:58 go: downloading github.com/x448/float16 v0.8.4 07:58:59 go: downloading github.com/go-kit/kit v0.8.0 07:58:59 go: downloading github.com/stretchr/objx v0.1.0 07:58:59 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 07:58:59 go: downloading github.com/davecgh/go-spew v1.1.1 07:58:59 go: downloading github.com/hashicorp/consul/api v1.8.1 07:59:00 go: downloading github.com/go-playground/validator/v10 v10.5.0 07:59:00 go: downloading github.com/hashicorp/serf v0.9.5 07:59:00 go: downloading github.com/leodido/go-urn v1.2.0 07:59:00 go: downloading github.com/go-playground/universal-translator v0.17.0 07:59:00 go: downloading golang.org/x/text v0.3.2 07:59:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:59:00 go: downloading github.com/hashicorp/go-hclog v0.12.0 07:59:00 go: downloading github.com/go-playground/locales v0.13.0 07:59:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:59:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:59:00 go: downloading github.com/pelletier/go-toml v1.9.0 07:59:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:59:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:59:00 go: downloading github.com/pmezard/go-difflib v1.0.0 07:59:00 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:59:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:59:00 go: downloading github.com/mattn/go-isatty v0.0.12 07:59:00 go: downloading github.com/fatih/color v1.9.0 07:59:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:59:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:59:00 go: downloading github.com/go-stack/stack v1.8.0 07:59:00 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 07:59:00 go: downloading github.com/google/uuid v1.2.0 07:59:00 go: downloading github.com/hashicorp/consul/sdk v0.7.0 07:59:00 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 07:59:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:59:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 07:59:00 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:59:00 go: downloading github.com/hashicorp/go-uuid v1.0.1 07:59:00 go: downloading gopkg.in/yaml.v2 v2.4.0 07:59:00 go: downloading github.com/hashicorp/memberlist v0.2.2 07:59:00 go: downloading github.com/mattn/go-colorable v0.1.6 07:59:00 go: downloading github.com/gorilla/websocket v1.4.2 07:59:00 go: downloading github.com/pkg/errors v0.8.1 07:59:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:59:00 go: downloading github.com/onsi/ginkgo v1.10.1 07:59:00 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 07:59:00 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:59:01 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:59:01 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 07:59:01 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:59:01 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:59:01 go: downloading github.com/hashicorp/go-multierror v1.1.0 07:59:01 go: downloading github.com/miekg/dns v1.1.26 07:59:01 go: downloading github.com/pebbe/zmq4 v1.2.7 07:59:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 07:59:01 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:59:01 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 07:59:01 go: downloading github.com/kr/pretty v0.2.0 07:59:01 go: downloading github.com/go-playground/assert/v2 v2.0.1 07:59:01 go: downloading github.com/hashicorp/errwrap v1.0.0 07:59:01 go: downloading github.com/hpcloud/tail v1.0.0 07:59:01 go: downloading github.com/onsi/gomega v1.7.0 07:59:01 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:59:01 go: downloading github.com/mitchellh/go-homedir v1.1.0 07:59:01 go: downloading github.com/kr/text v0.1.0 07:59:01 go: downloading gopkg.in/fsnotify.v1 v1.4.7 07:59:01 go: downloading github.com/hashicorp/go-msgpack v0.5.3 07:59:01 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:59:01 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 07:59:01 go: downloading github.com/golang/protobuf v1.3.2 07:59:01 go: downloading github.com/fsnotify/fsnotify v1.4.7 07:59:01 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 07:59:16 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 07:59:16 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 07:59:16 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 07:59:16 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 07:59:16 Building config-common 07:59:16 + snapcraftctl build 07:59:20 Building edgex-go 07:59:20 + cd /root/parts/edgex-go/src 07:59:20 + make build 07:59:20 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 07:59:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.84 07:59:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:59:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 07:59:21 go: downloading github.com/imdario/mergo v0.3.12 07:59:26 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 07:59:33 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 07:59:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:59:37 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 07:59:38 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 07:59:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:59:40 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:59:40 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:59:42 lf-activate-venv(): INFO: Adding /tmp/venv-bE2e/bin to PATH 07:59:42 INFO: No Stack... 07:59:42 INFO: Retrieving Pricing Info for: lf-standard-4 07:59:42 INFO: Archiving Costs [Pipeline] sh 07:59:42 + cut -d, -f6 07:59:42 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 07:59:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] 07:59:42 Resource [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] did not exist. Created. 07:59:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:59:42 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 07:59:42 + echo total: 0.20999999344348907 [Pipeline] stash 07:59:43 Stashed 1 file(s) [Pipeline] } 07:59:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3447-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:59:44 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 07:59:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:59:45 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 07:59:47 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 07:59:49 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 07:59:49 go: downloading github.com/lib/pq v1.10.1 07:59:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 07:59:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 07:59:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 07:59:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 07:59:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 07:59:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 07:59:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 07:59:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 07:59:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 07:59:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 07:59:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 07:59:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 07:59:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 07:59:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 07:59:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 07:59:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 07:59:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 07:59:51 + 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 07:59:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 07:59:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 07:59:51 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 07:59:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 07:59:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 07:59:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 07:59:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 07:59:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 07:59:56 Building static-packages 07:59:56 + snapcraftctl build 07:59:58 Building version 07:59:58 + snapcraftctl build 08:00:01 Skipping stage go-build-helper (already ran) 08:00:01 Staging app-service-config 08:00:01 + snapcraftctl stage 08:00:03 Staging config-common 08:00:03 + snapcraftctl stage 08:00:04 Staging edgex-go 08:00:04 + snapcraftctl stage 08:00:05 Staging static-packages 08:00:05 + snapcraftctl stage 08:00:07 Staging version 08:00:07 + snapcraftctl stage 08:00:08 Priming go-build-helper 08:00:08 + snapcraftctl prime 08:00:09 Priming app-service-config 08:00:09 + snapcraftctl prime 08:00:11 Priming config-common 08:00:11 + snapcraftctl prime 08:00:12 Priming edgex-go 08:00:12 + snapcraftctl prime 08:00:14 Priming static-packages 08:00:14 + snapcraftctl prime 08:00:17 Priming version 08:00:17 + snapcraftctl prime 08:00:18 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:00:21 provisioning config files... 08:00:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8587366916767839309tmp [Pipeline] { [Pipeline] sh 08:00:21 + set +x 08:00:21 + curl -s https://codecov.io/bash 08:00:21 + bash -s -- 08:00:22 08:00:22 _____ _ 08:00:22 / ____| | | 08:00:22 | | ___ __| | ___ ___ _____ __ 08:00:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:00:22 | |___| (_) | (_| | __/ (_| (_) \ V / 08:00:22 \_____\___/ \__,_|\___|\___\___/ \_/ 08:00:22 Bash-1.0.2 08:00:22 08:00:22 08:00:22 ==> git version 2.24.3 found 08:00:22 ==> 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 08:00:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:00:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:00:22 ==> Jenkins CI detected. 08:00:22 project root: . 08:00:22 --> token set from env 08:00:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:00:22 ==> Running gcov in . (disable via -X gcov) 08:00:22 ==> Python coveragepy not found 08:00:22 ==> Searching for coverage reports in: 08:00:22 + . 08:00:23 -> Found 1 reports 08:00:23 ==> Detecting git/mercurial file structure 08:00:23 ==> Reading reports 08:00:23 + ./coverage.out bytes=719397 08:00:23 ==> Appending adjustments 08:00:23 https://docs.codecov.io/docs/fixing-reports 08:00:31 + Found adjustments 08:00:31 ==> Gzipping contents 08:00:31 104K /tmp/codecov.BCwE9D.gz 08:00:31 ==> Uploading reports 08:00:31 url: https://codecov.io 08:00:31 query: branch=PR-3447&commit=670f3584858cccf1ec2af0b55bcc1500b96a803a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3447%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3447&job=&cmd_args= 08:00:31 -> Pinging Codecov 08:00:31 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3447&commit=670f3584858cccf1ec2af0b55bcc1500b96a803a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3447%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3447&job=&cmd_args= 08:00:31 -> Uploading to 08:00:31 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/670f3584858cccf1ec2af0b55bcc1500b96a803a/d15b72e2-bfc8-40c4-b382-9848633a7f0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T080031Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=73a4a13113c8872e1f9bc6fbbf5f2505237da0ba570d115475ac01a1d04bc839 08:00:31 % Total % Received % Xferd Average Speed Time Time Time Current 08:00:31 Dload Upload Total Spent Left Speed 08:00:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 194k --:--:-- --:--:-- --:--:-- 194k 08:00:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/670f3584858cccf1ec2af0b55bcc1500b96a803a [Pipeline] } 08:00:32 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 08:00:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:00:34 ---> package-listing.sh 08:00:34 ++ facter osfamily 08:00:34 ++ tr '[:upper:]' '[:lower:]' 08:00:35 + OS_FAMILY=redhat 08:00:35 + workspace=/w/workspace/edgex-go/3 08:00:35 + START_PACKAGES=/tmp/packages_start.txt 08:00:35 + END_PACKAGES=/tmp/packages_end.txt 08:00:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:00:35 + PACKAGES=/tmp/packages_start.txt 08:00:35 + '[' /w/workspace/edgex-go/3 ']' 08:00:35 + PACKAGES=/tmp/packages_end.txt 08:00:35 + case "${OS_FAMILY}" in 08:00:35 + rpm -qa 08:00:35 + sort 08:00:41 + '[' -f /tmp/packages_start.txt ']' 08:00:41 + '[' -f /tmp/packages_end.txt ']' 08:00:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:00:41 + '[' /w/workspace/edgex-go/3 ']' 08:00:41 + mkdir -p /w/workspace/edgex-go/3/archives/ 08:00:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 08:00:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:00:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:00:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:00:43 08:00:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:00:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:00:44 alpine: Pulling from edgex-lftools-log-publisher 08:00:44 df20fa9351a1: Pulling fs layer 08:00:44 36b3adc4ff6f: Pulling fs layer 08:00:44 8ad3a11d3b57: Pulling fs layer 08:00:44 46f8f816bc3b: Pulling fs layer 08:00:44 93b61091891f: Pulling fs layer 08:00:44 93b9cdb0e59b: Pulling fs layer 08:00:44 5e14af77c1be: Pulling fs layer 08:00:44 01666e4c0597: Pulling fs layer 08:00:44 aa168da1d23b: Pulling fs layer 08:00:44 93b9cdb0e59b: Waiting 08:00:44 5e14af77c1be: Waiting 08:00:44 01666e4c0597: Waiting 08:00:44 aa168da1d23b: Waiting 08:00:44 46f8f816bc3b: Waiting 08:00:44 93b61091891f: Waiting 08:00:44 36b3adc4ff6f: Verifying Checksum 08:00:44 36b3adc4ff6f: Download complete 08:00:44 46f8f816bc3b: Verifying Checksum 08:00:44 46f8f816bc3b: Download complete 08:00:44 df20fa9351a1: Download complete 08:00:44 93b9cdb0e59b: Verifying Checksum 08:00:44 93b9cdb0e59b: Download complete 08:00:44 5e14af77c1be: Verifying Checksum 08:00:44 5e14af77c1be: Download complete 08:00:44 01666e4c0597: Verifying Checksum 08:00:44 01666e4c0597: Download complete 08:00:44 93b61091891f: Download complete 08:00:44 8ad3a11d3b57: Verifying Checksum 08:00:44 8ad3a11d3b57: Download complete 08:00:45 df20fa9351a1: Pull complete 08:00:45 36b3adc4ff6f: Pull complete 08:00:48 8ad3a11d3b57: Pull complete 08:00:48 46f8f816bc3b: Pull complete 08:00:49 93b61091891f: Pull complete 08:00:49 93b9cdb0e59b: Pull complete 08:00:50 5e14af77c1be: Pull complete 08:00:50 aa168da1d23b: Verifying Checksum 08:00:50 aa168da1d23b: Download complete 08:00:51 01666e4c0597: Pull complete 08:01:06 aa168da1d23b: Pull complete 08:01:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:01:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:01:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:01:07 prd-centos7-docker-4c-2g-4377 does not seem to be running inside a container 08:01:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:01:13 $ docker top c71d64c86b52c3f0b6e2cf6db18dc0a73f79556e39757cbeb8ba61ede06543e4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:01:14 + touch /tmp/pre-build-complete [Pipeline] sh 08:01:14 + mkdir -p /var/log/sa [Pipeline] sh 08:01:15 + ls /var/log/sa-host 08:01:15 + sadf -c /var/log/sa-host/sa11 08:01:15 file_magic: OK 08:01:15 HZ: Using current value: 100 08:01:15 file_header: OK 08:01:15 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 08:01:15 Statistics: 08:01:15 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:01:15 File successfully converted to sysstat format version 12.2.1 08:01:15 + sadf -c /var/log/sa-host/sa23 08:01:15 file_magic: OK 08:01:15 HZ: Using current value: 100 08:01:15 file_header: OK 08:01:15 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 08:01:15 Statistics: 08:01:15 Hnuu...uuuununununu... 08:01:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:01:16 provisioning config files... 08:01:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4726350041721672164tmp [Pipeline] { [Pipeline] echo 08:01:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:01:17 ---> create-netrc.sh [Pipeline] } 08:01:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:01:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:01:18 ---> python-tools-install.sh [Pipeline] echo 08:01:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:01:19 ---> sudo-logs.sh 08:01:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:01:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:01:20 ---> job-cost.sh 08:01:20 lf-activate-venv: SKIPPING 08:01:20 DEBUG: total: 0.20999999344348907 08:01:20 INFO: Retrieving Stack Cost... 08:01:21 INFO: Retrieving Pricing Info for: v1-standard-2 08:01:22 INFO: Archiving Costs [Pipeline] echo 08:01:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:01:23 ---> logs-deploy.sh 08:01:23 lf-activate-venv: SKIPPING 08:01:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3447/3 08:01:23 INFO: archiving workspace using pattern(s): 08:01:26 Archives upload complete. 08:01:26 INFO: archiving logs to Nexus 08:01:27 ---> uname -a: 08:01:27 Linux prd-centos7-docker-4c-2g-4377.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:01:27 08:01:27 08:01:27 ---> lscpu: 08:01:27 Architecture: x86_64 08:01:27 CPU op-mode(s): 32-bit, 64-bit 08:01:27 Byte Order: Little Endian 08:01:27 Address sizes: 40 bits physical, 48 bits virtual 08:01:27 CPU(s): 4 08:01:27 On-line CPU(s) list: 0-3 08:01:27 Thread(s) per core: 1 08:01:27 Core(s) per socket: 1 08:01:27 Socket(s): 4 08:01:27 NUMA node(s): 1 08:01:27 Vendor ID: GenuineIntel 08:01:27 CPU family: 6 08:01:27 Model: 44 08:01:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:01:27 Stepping: 1 08:01:27 CPU MHz: 2933.438 08:01:27 BogoMIPS: 5866.87 08:01:27 Virtualization: VT-x 08:01:27 Hypervisor vendor: KVM 08:01:27 Virtualization type: full 08:01:27 L1d cache: 128 KiB 08:01:27 L1i cache: 128 KiB 08:01:27 L2 cache: 16 MiB 08:01:27 L3 cache: 64 MiB 08:01:27 NUMA node0 CPU(s): 0-3 08:01:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:01:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:01:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:01:27 Vulnerability Meltdown: Mitigation; PTI 08:01:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:01:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:01:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:01:27 Vulnerability Srbds: Not affected 08:01:27 Vulnerability Tsx async abort: Not affected 08:01:27 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 08:01:27 08:01:27 08:01:27 ---> nproc: 08:01:27 4 08:01:27 08:01:27 08:01:27 ---> df -h: 08:01:27 Filesystem Size Used Available Use% Mounted on 08:01:27 overlay 50.0G 11.4G 38.6G 23% / 08:01:27 tmpfs 64.0M 0 64.0M 0% /dev 08:01:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:01:27 shm 64.0M 0 64.0M 0% /dev/shm 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/3 08:01:27 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/3@tmp 08:01:27 08:01:27 08:01:27 ---> free -m: 08:01:27 total used free shared buff/cache available 08:01:27 Mem: 1837 730 187 0 919 1024 08:01:27 Swap: 1023 73 950 08:01:27 08:01:27 08:01:27 ---> ip addr: 08:01:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:01:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:01:27 inet 127.0.0.1/8 scope host lo 08:01:27 valid_lft forever preferred_lft forever 08:01:27 inet6 ::1/128 scope host 08:01:27 valid_lft forever preferred_lft forever 08:01:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:01:27 link/ether fa:16:3e:ac:50:b4 brd ff:ff:ff:ff:ff:ff 08:01:27 inet 10.30.122.113/23 brd 10.30.123.255 scope global dynamic eth0 08:01:27 valid_lft 84466sec preferred_lft 84466sec 08:01:27 inet6 fe80::f816:3eff:feac:50b4/64 scope link 08:01:27 valid_lft forever preferred_lft forever 08:01:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:01:27 link/ether 02:42:6a:da:0b:54 brd ff:ff:ff:ff:ff:ff 08:01:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:01:27 valid_lft forever preferred_lft forever 08:01:27 inet6 fe80::42:6aff:feda:b54/64 scope link 08:01:27 valid_lft forever preferred_lft forever 08:01:27 08:01:27 08:01:27 ---> sar -b -r -n DEV: 08:01:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 08:01:27 08:01:27 07:28:57 LINUX RESTART (4 CPU) 08:01:27 08:01:27 07:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:01:27 07:31:01 29.24 17.18 12.06 0.00 1796.66 2404.45 0.00 08:01:27 07:32:01 3.11 0.00 3.11 0.00 0.00 1980.02 0.00 08:01:27 07:33:01 2.07 0.00 2.07 0.00 0.00 1714.19 0.00 08:01:27 07:34:01 49.31 13.00 36.31 0.00 4717.31 3310.29 0.00 08:01:27 07:35:02 98.63 60.61 38.02 0.00 5746.19 21255.40 0.00 08:01:27 07:36:01 187.29 55.30 131.99 0.00 2382.47 28083.90 0.00 08:01:27 07:37:01 158.79 71.87 86.92 0.00 2519.14 12542.75 0.00 08:01:27 07:38:02 77.03 26.73 50.31 0.00 1064.02 6267.76 0.00 08:01:27 07:39:01 56.41 11.95 44.46 0.00 449.41 5914.47 0.00 08:01:27 07:40:02 26.90 2.55 24.34 0.00 52.74 2078.92 0.00 08:01:27 07:41:01 89.12 45.98 43.14 0.00 1962.96 4021.29 0.00 08:01:27 07:42:01 58.39 26.56 31.83 0.00 1772.14 2822.78 0.00 08:01:27 07:43:02 28.31 1.44 26.87 0.00 136.17 7992.03 0.00 08:01:27 07:44:02 167.97 42.10 125.87 0.00 12528.80 67208.98 0.00 08:01:27 07:45:01 809.58 656.35 153.23 0.00 81808.56 98998.96 0.00 08:01:27 07:46:03 1681.55 1472.24 209.31 0.00 97566.12 100894.38 0.00 08:01:27 07:47:02 1088.94 947.07 141.87 0.00 48978.15 49891.58 0.00 08:01:27 07:48:02 171.30 88.01 83.29 0.00 7919.72 18768.22 0.00 08:01:27 07:49:02 398.87 126.35 272.51 0.00 26696.80 82280.54 0.00 08:01:27 07:50:04 900.71 699.04 201.67 0.00 76698.97 79572.63 0.00 08:01:27 07:51:02 795.13 584.90 210.23 0.00 35619.25 40422.54 0.00 08:01:27 07:52:01 111.56 28.55 83.01 0.00 5183.77 12118.42 0.00 08:01:27 07:53:01 1.40 0.02 1.38 0.00 0.53 19.81 0.00 08:01:27 07:54:01 0.38 0.13 0.25 0.00 91.17 2.76 0.00 08:01:27 07:55:01 0.27 0.03 0.23 0.00 0.67 2.06 0.00 08:01:27 07:56:02 0.30 0.02 0.28 0.00 0.13 3.31 0.00 08:01:27 07:57:01 0.22 0.00 0.22 0.00 0.00 2.22 0.00 08:01:27 07:58:01 0.27 0.02 0.25 0.00 0.13 2.88 0.00 08:01:27 07:59:01 0.50 0.28 0.22 0.00 12.52 2.58 0.00 08:01:27 08:00:01 0.17 0.00 0.17 0.00 0.00 1.36 0.00 08:01:27 08:01:01 128.83 70.28 58.55 0.00 5550.19 13936.30 0.00 08:01:27 Average: 230.89 163.96 66.93 0.00 13697.01 21531.61 0.00 08:01:27 08:01:27 07:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:01:27 07:31:01 74616 0 556772 29.59 2620 1247536 1090348 37.21 411392 1198884 6420 08:01:27 07:32:01 65984 0 548500 29.15 2620 1264440 1044004 35.63 456116 1163600 9836 08:01:27 07:33:01 74988 0 555280 29.51 2620 1248656 1044004 35.63 503844 1107164 9828 08:01:27 07:34:01 89704 0 659632 35.06 2620 1129588 1314612 44.87 514784 1072140 15080 08:01:27 07:35:02 84472 0 708972 37.68 2596 1085504 1552208 52.97 737132 848688 19152 08:01:27 07:36:01 101744 0 750988 39.91 1492 1027320 1546712 52.79 583168 946300 15136 08:01:27 07:37:01 225580 0 754048 40.08 1492 900424 1442332 49.22 535648 841388 13512 08:01:27 07:38:02 249400 0 834824 44.37 624 796696 1763164 60.17 642736 710480 59620 08:01:27 07:39:01 145392 0 849568 45.15 580 886004 1728892 59.00 723248 726416 49952 08:01:27 07:40:02 171980 0 807344 42.91 512 901708 1622556 55.38 675052 745864 64632 08:01:27 07:41:01 263412 0 779568 41.43 472 838092 1535692 52.41 582900 742048 48704 08:01:27 07:42:01 143984 0 826200 43.91 472 910888 1600580 54.63 664400 775492 60248 08:01:27 07:43:02 417072 0 733088 38.96 440 730944 1118116 38.16 491280 680740 20 08:01:27 07:44:02 84376 0 732788 38.95 84 1064296 1283804 43.81 708564 834268 85532 08:01:27 07:45:01 488348 0 695392 36.96 0 697804 1496360 51.07 504748 676300 48 08:01:27 07:46:03 71776 0 873980 46.45 0 935788 2343588 79.98 764324 807860 51680 08:01:27 07:47:02 69700 0 1415120 75.21 0 396724 4550244 155.29 828984 706860 32468 08:01:27 07:48:02 184836 0 893944 47.51 0 802764 2290188 78.16 720656 707556 30700 08:01:27 07:49:02 65172 0 850184 45.19 0 966188 2117244 72.26 733928 834044 73288 08:01:27 07:50:04 79420 0 1196368 63.58 0 605756 3820072 130.37 799764 732020 31336 08:01:27 07:51:02 407564 0 736104 39.12 0 737876 2051316 70.01 511996 701740 296 08:01:27 07:52:01 273100 0 655328 34.83 0 953116 1280996 43.72 520336 833812 20 08:01:27 07:53:01 274904 0 653520 34.73 0 953120 1268184 43.28 519440 833548 12 08:01:27 07:54:01 277092 0 648588 34.47 0 955864 1191116 40.65 516664 835624 8 08:01:27 07:55:01 277716 0 647956 34.44 0 955872 1190888 40.64 516204 835624 8 08:01:27 07:56:02 277260 0 648404 34.46 0 955880 1191056 40.65 516448 835628 8 08:01:27 07:57:01 277640 0 648016 34.44 0 955888 1190888 40.64 516096 835632 8 08:01:27 07:58:01 278036 0 647616 34.42 0 955892 1190888 40.64 516100 835632 8 08:01:27 07:59:01 276972 0 648296 34.46 0 956276 1191128 40.65 516616 836008 8 08:01:27 08:00:01 277556 0 647708 34.42 0 956280 1190888 40.64 516204 836012 8 08:01:27 08:01:01 80528 0 733468 38.98 0 1067548 1659256 56.63 681208 849468 57116 08:01:27 Average: 197752 0 752825 40.01 621 930346 1641978 56.04 594515 836350 23700 08:01:27 08:01:27 07:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:01:27 07:31:01 eth0 295.46 223.62 1073.05 53.67 0.00 0.00 0.00 0.00 08:01:27 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:32:01 eth0 304.99 232.60 1056.62 15.98 0.00 0.00 0.00 0.00 08:01:27 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:33:01 eth0 262.40 199.07 876.13 13.68 0.00 0.00 0.00 0.00 08:01:27 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:34:01 eth0 285.94 274.44 975.84 46.11 0.00 0.00 0.00 0.00 08:01:27 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:34:01 vethd9625d1 128.24 94.30 14.80 261.99 0.00 0.00 0.00 0.00 08:01:27 07:34:01 docker0 128.24 94.19 13.05 261.98 0.00 0.00 0.00 0.00 08:01:27 07:35:02 eth0 681.76 863.09 2640.84 117.75 0.00 0.00 0.00 0.00 08:01:27 07:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:35:02 docker0 821.40 626.28 63.12 2407.64 0.00 0.00 0.00 0.00 08:01:27 07:36:01 eth0 442.59 324.49 3047.44 33.26 0.00 0.00 0.00 0.00 08:01:27 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:36:01 veth7f16da6 47.41 64.40 4.52 157.21 0.00 0.00 0.00 0.00 08:01:27 07:36:01 docker0 111.23 200.12 7.83 538.07 0.00 0.00 0.00 0.00 08:01:27 07:37:01 eth0 90.67 51.35 339.95 13.43 0.00 0.00 0.00 0.00 08:01:27 07:37:01 vethfc1a676 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:37:01 docker0 31.11 64.54 2.60 313.78 0.00 0.00 0.00 0.00 08:01:27 07:38:02 eth0 12.83 11.03 7.02 27.18 0.00 0.00 0.00 0.00 08:01:27 07:38:02 vethfc1a676 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:39:01 eth0 29.84 24.69 18.32 48.64 0.00 0.00 0.00 0.00 08:01:27 07:39:01 vethfc1a676 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:40:02 eth0 25.47 20.34 18.74 10.54 0.00 0.00 0.00 0.00 08:01:27 07:40:02 vethfc1a676 1.94 1.94 0.15 0.15 0.00 0.00 0.00 0.00 08:01:27 07:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:40:02 docker0 1.94 1.94 0.13 0.15 0.00 0.00 0.00 0.00 08:01:27 07:41:01 eth0 10.49 7.45 7.71 4.26 0.00 0.00 0.00 0.00 08:01:27 07:41:01 vethfc1a676 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:42:01 eth0 27.89 25.85 14.88 70.54 0.00 0.00 0.00 0.00 08:01:27 07:42:01 vethfc1a676 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:43:02 eth0 23.61 17.87 19.22 10.13 0.00 0.00 0.00 0.00 08:01:27 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:44:02 eth0 184.81 141.31 1696.24 65.43 0.00 0.00 0.00 0.00 08:01:27 07:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:44:02 veth41a8410 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:45:01 veth8bd248d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:45:01 veth5110ed3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:45:01 veth03dfca6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:45:01 veth4fb5a33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:46:03 eth0 2718.81 2426.71 11627.65 528.45 0.00 0.00 0.00 0.00 08:01:27 07:46:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 08:01:27 07:46:03 veth41a8410 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 08:01:27 07:46:03 docker0 1111.75 1016.94 87.43 3577.41 0.00 0.00 0.00 0.00 08:01:27 07:47:02 vethe532898 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:47:02 vethd0ae95a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:47:02 eth0 11.75 9.11 9.28 5.09 0.00 0.00 0.00 0.00 08:01:27 07:47:02 vetha8722fa 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:48:02 vethd0ae95a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:48:02 eth0 4.77 3.53 3.72 2.02 0.00 0.00 0.00 0.00 08:01:27 07:48:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:01:27 07:48:02 veth41a8410 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 08:01:27 07:49:02 eth0 281.99 196.98 1780.68 84.32 0.00 0.00 0.00 0.00 08:01:27 07:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:49:02 vethff24d92 40.79 75.53 2.85 337.04 0.00 0.00 0.00 0.00 08:01:27 07:49:02 veth41a8410 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:50:04 veth56b0d6b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:50:04 eth0 58.14 46.85 69.90 69.07 0.00 0.00 0.00 0.00 08:01:27 07:50:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:50:04 veth2d66b1b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:51:02 veth7b2800d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:51:02 eth0 30.55 21.93 51.16 11.18 0.00 0.00 0.00 0.00 08:01:27 07:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:51:02 veth83baf8e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:01:27 07:52:01 eth0 64.30 52.92 76.02 68.51 0.00 0.00 0.00 0.00 08:01:27 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:52:01 docker0 1252.77 1211.75 96.99 4361.27 0.00 0.00 0.00 0.00 08:01:27 07:53:01 eth0 0.68 0.13 0.34 0.02 0.00 0.00 0.00 0.00 08:01:27 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:54:01 eth0 0.63 0.35 0.27 0.14 0.00 0.00 0.00 0.00 08:01:27 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:55:01 eth0 0.55 0.08 0.06 0.07 0.00 0.00 0.00 0.00 08:01:27 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:56:02 eth0 0.61 0.58 0.40 0.27 0.00 0.00 0.00 0.00 08:01:27 07:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:57:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:01:27 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:58:01 eth0 0.55 0.05 0.05 0.00 0.00 0.00 0.00 0.00 08:01:27 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:59:01 eth0 0.47 0.40 0.27 0.21 0.00 0.00 0.00 0.00 08:01:27 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 08:00:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 08:01:01 eth0 211.21 158.17 2167.30 61.44 0.00 0.00 0.00 0.00 08:01:27 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 Average: eth0 110.77 96.15 520.49 27.36 0.00 0.00 0.00 0.00 08:01:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:01:27 Average: docker0 39.85 38.54 3.09 138.73 0.00 0.00 0.00 0.00 08:01:27 08:01:27 08:01:27 ---> sar -P ALL: 08:01:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 08:01:27 08:01:27 07:28:57 LINUX RESTART (4 CPU) 08:01:27 08:01:27 07:30:01 CPU %user %nice %system %iowait %steal %idle 08:01:27 07:31:01 all 11.09 0.00 3.07 1.14 20.05 64.64 08:01:27 07:31:01 0 12.40 0.00 3.42 0.74 22.06 61.38 08:01:27 07:31:01 1 11.54 0.00 3.57 1.60 19.08 64.21 08:01:27 07:31:01 2 9.26 0.00 2.96 1.20 20.62 65.95 08:01:27 07:31:01 3 11.22 0.00 2.34 1.00 18.51 66.93 08:01:27 07:32:01 all 0.49 0.00 0.38 0.00 4.26 94.87 08:01:27 07:32:01 0 1.34 0.00 0.86 0.00 8.52 89.28 08:01:27 07:32:01 1 0.23 0.00 0.16 0.00 3.30 96.31 08:01:27 07:32:01 2 0.30 0.00 0.36 0.00 2.41 96.92 08:01:27 07:32:01 3 0.13 0.00 0.16 0.00 2.93 96.78 08:01:27 07:33:01 all 0.43 0.00 0.28 0.00 3.48 95.81 08:01:27 07:33:01 0 1.25 0.00 0.81 0.00 7.29 90.65 08:01:27 07:33:01 1 0.23 0.00 0.11 0.00 2.77 96.88 08:01:27 07:33:01 2 0.15 0.00 0.13 0.00 1.91 97.81 08:01:27 07:33:01 3 0.10 0.00 0.08 0.00 2.05 97.77 08:01:27 07:34:01 all 4.53 0.00 3.66 1.03 17.09 73.69 08:01:27 07:34:01 0 5.32 0.00 4.41 0.19 19.98 70.10 08:01:27 07:34:01 1 3.74 0.00 3.74 2.41 17.15 72.95 08:01:27 07:34:01 2 3.76 0.00 3.66 0.61 15.41 76.56 08:01:27 07:34:01 3 5.33 0.00 2.82 0.88 15.83 75.14 08:01:27 07:35:02 all 8.46 0.00 3.42 1.28 23.13 63.71 08:01:27 07:35:02 0 5.91 0.00 3.81 0.51 26.11 63.66 08:01:27 07:35:02 1 7.94 0.00 3.54 2.81 23.27 62.44 08:01:27 07:35:02 2 5.13 0.00 2.67 0.70 21.90 69.59 08:01:27 07:35:02 3 15.04 0.00 3.65 1.08 21.18 59.05 08:01:27 07:36:01 all 4.52 0.00 4.07 1.90 24.60 64.91 08:01:27 07:36:01 0 4.39 0.00 3.92 1.64 26.60 63.45 08:01:27 07:36:01 1 4.02 0.00 4.15 1.80 23.80 66.22 08:01:27 07:36:01 2 5.36 0.00 4.51 2.75 23.52 63.86 08:01:27 07:36:01 3 4.33 0.00 3.70 1.42 24.46 66.09 08:01:27 07:37:01 all 6.71 0.00 6.39 5.32 25.82 55.76 08:01:27 07:37:01 0 7.54 0.00 6.46 5.67 26.26 54.07 08:01:27 07:37:01 1 5.15 0.00 7.20 4.59 26.02 57.04 08:01:27 07:37:01 2 7.72 0.00 6.36 4.16 25.93 55.83 08:01:27 07:37:01 3 6.43 0.00 5.53 6.87 25.06 56.11 08:01:27 07:38:02 all 34.26 0.00 9.86 2.40 35.18 18.31 08:01:27 07:38:02 0 35.61 0.00 9.96 2.39 33.77 18.28 08:01:27 07:38:02 1 34.89 0.00 10.45 2.26 35.18 17.23 08:01:27 07:38:02 2 31.78 0.00 9.86 2.38 36.45 19.53 08:01:27 07:38:02 3 34.80 0.00 9.17 2.58 35.31 18.14 08:01:27 07:39:01 all 24.02 0.00 8.85 2.48 45.42 19.24 08:01:27 07:39:01 0 19.55 0.00 8.77 2.32 47.57 21.78 08:01:27 07:39:01 1 22.56 0.00 8.32 2.87 46.39 19.86 08:01:27 07:39:01 2 25.92 0.00 8.88 1.30 44.06 19.84 08:01:27 07:39:01 3 28.40 0.00 9.44 3.44 43.49 15.24 08:01:27 07:40:02 all 18.57 0.00 7.17 0.73 42.70 30.83 08:01:27 07:40:02 0 15.87 0.00 6.18 0.67 43.89 33.38 08:01:27 07:40:02 1 20.21 0.00 7.63 0.70 43.17 28.29 08:01:27 07:40:02 2 17.55 0.00 7.16 0.44 42.28 32.56 08:01:27 07:40:02 3 20.81 0.00 7.76 1.13 41.39 28.92 08:01:27 07:41:01 all 28.60 0.00 12.80 2.34 39.25 17.01 08:01:27 07:41:01 0 24.93 0.00 11.39 2.78 40.36 20.54 08:01:27 07:41:01 1 31.49 0.00 12.57 2.24 38.34 15.37 08:01:27 07:41:01 2 29.53 0.00 12.78 2.68 39.13 15.89 08:01:27 07:41:01 3 28.64 0.00 14.58 1.60 39.12 16.05 08:01:27 08:01:27 07:41:01 CPU %user %nice %system %iowait %steal %idle 08:01:27 07:42:01 all 20.47 0.00 9.85 1.76 38.21 29.70 08:01:27 07:42:01 0 17.22 0.00 8.04 1.20 38.95 34.59 08:01:27 07:42:01 1 23.22 0.00 10.17 1.53 39.63 25.45 08:01:27 07:42:01 2 18.49 0.00 9.61 2.38 37.99 31.54 08:01:27 07:42:01 3 23.26 0.00 11.75 1.98 36.22 26.78 08:01:27 07:43:02 all 10.64 0.00 8.59 0.66 34.61 45.50 08:01:27 07:43:02 0 10.21 0.00 8.64 1.61 35.50 44.04 08:01:27 07:43:02 1 10.83 0.00 8.29 0.57 33.98 46.32 08:01:27 07:43:02 2 10.90 0.00 9.02 0.19 34.49 45.40 08:01:27 07:43:02 3 10.65 0.00 8.42 0.22 34.44 46.28 08:01:27 07:44:02 all 5.34 0.00 7.10 4.11 31.89 51.56 08:01:27 07:44:02 0 4.31 0.00 5.72 3.95 32.27 53.75 08:01:27 07:44:02 1 5.98 0.00 8.67 3.80 31.71 49.84 08:01:27 07:44:02 2 6.53 0.00 7.96 4.93 32.16 48.42 08:01:27 07:44:02 3 4.58 0.00 6.11 3.75 31.42 54.14 08:01:27 07:45:01 all 10.87 0.00 10.08 9.04 42.06 27.95 08:01:27 07:45:01 0 10.74 0.00 9.21 7.83 42.24 29.99 08:01:27 07:45:01 1 11.08 0.00 9.90 9.80 41.29 27.94 08:01:27 07:45:01 2 11.23 0.00 9.53 8.70 41.47 29.06 08:01:27 07:45:01 3 10.44 0.00 11.71 9.84 43.25 24.76 08:01:27 07:46:03 all 7.87 0.00 12.99 22.33 33.67 23.14 08:01:27 07:46:03 0 6.88 0.00 12.48 22.82 34.42 23.41 08:01:27 07:46:03 1 7.94 0.00 13.43 21.40 32.59 24.64 08:01:27 07:46:03 2 8.07 0.00 12.49 23.88 33.31 22.26 08:01:27 07:46:03 3 8.64 0.00 13.57 21.19 34.33 22.28 08:01:27 07:47:02 all 18.78 0.00 11.12 19.52 35.01 15.57 08:01:27 07:47:02 0 16.90 0.00 10.81 18.77 35.90 17.62 08:01:27 07:47:02 1 19.12 0.00 11.31 19.48 34.04 16.05 08:01:27 07:47:02 2 18.30 0.00 10.14 18.90 36.68 15.98 08:01:27 07:47:02 3 20.93 0.00 12.26 20.98 33.35 12.48 08:01:27 07:48:02 all 67.69 0.00 12.69 3.34 14.48 1.81 08:01:27 07:48:02 0 69.06 0.00 12.62 3.47 13.39 1.45 08:01:27 07:48:02 1 66.68 0.00 13.25 4.07 14.71 1.28 08:01:27 07:48:02 2 67.37 0.00 12.56 4.18 14.50 1.39 08:01:27 07:48:02 3 67.62 0.00 12.32 1.58 15.35 3.13 08:01:27 07:49:02 all 9.83 0.00 12.68 15.25 34.32 27.93 08:01:27 07:49:02 0 9.37 0.00 12.60 16.57 34.61 26.84 08:01:27 07:49:02 1 9.88 0.00 12.47 14.80 34.82 28.03 08:01:27 07:49:02 2 9.14 0.00 12.23 15.92 34.50 28.20 08:01:27 07:49:02 3 10.94 0.00 13.43 13.68 33.32 28.63 08:01:27 07:50:04 all 31.97 0.00 14.21 8.06 29.88 15.88 08:01:27 07:50:04 0 32.01 0.00 13.24 10.51 30.71 13.53 08:01:27 07:50:04 1 30.31 0.00 15.67 6.66 29.85 17.51 08:01:27 07:50:04 2 34.74 0.00 14.66 7.05 27.45 16.10 08:01:27 07:50:04 3 30.81 0.00 13.22 8.06 31.59 16.33 08:01:27 07:51:02 all 31.99 0.00 13.58 15.78 23.28 15.37 08:01:27 07:51:02 0 32.00 0.00 12.97 14.78 23.72 16.52 08:01:27 07:51:02 1 29.72 0.00 13.88 16.48 24.49 15.42 08:01:27 07:51:02 2 33.04 0.00 13.65 17.98 22.86 12.46 08:01:27 07:51:02 3 33.21 0.00 13.81 13.89 22.04 17.05 08:01:27 07:52:01 all 17.71 0.00 8.72 2.59 17.39 53.60 08:01:27 07:52:01 0 17.08 0.00 7.74 0.91 17.62 56.64 08:01:27 07:52:01 1 17.69 0.00 8.62 3.50 17.81 52.38 08:01:27 07:52:01 2 18.61 0.00 10.50 3.87 16.41 50.60 08:01:27 07:52:01 3 17.47 0.00 8.01 2.09 17.69 54.74 08:01:27 08:01:27 07:52:01 CPU %user %nice %system %iowait %steal %idle 08:01:27 07:53:01 all 0.07 0.00 0.05 0.00 0.94 98.93 08:01:27 07:53:01 0 0.02 0.00 0.05 0.00 0.37 99.57 08:01:27 07:53:01 1 0.21 0.00 0.05 0.00 1.63 98.10 08:01:27 07:53:01 2 0.05 0.00 0.08 0.00 0.91 98.96 08:01:27 07:53:01 3 0.02 0.00 0.03 0.00 0.84 99.11 08:01:27 07:54:01 all 0.12 0.00 0.21 0.00 1.21 98.46 08:01:27 07:54:01 0 0.02 0.00 0.07 0.00 0.40 99.52 08:01:27 07:54:01 1 0.35 0.00 0.28 0.00 1.60 97.78 08:01:27 07:54:01 2 0.05 0.00 0.35 0.00 1.06 98.54 08:01:27 07:54:01 3 0.05 0.00 0.15 0.00 1.79 98.01 08:01:27 07:55:01 all 0.07 0.00 0.03 0.00 0.81 99.08 08:01:27 07:55:01 0 0.02 0.00 0.03 0.00 0.27 99.68 08:01:27 07:55:01 1 0.02 0.00 0.03 0.00 1.09 98.86 08:01:27 07:55:01 2 0.23 0.00 0.03 0.02 0.79 98.92 08:01:27 07:55:01 3 0.02 0.00 0.03 0.00 1.09 98.86 08:01:27 07:56:02 all 0.09 0.00 0.07 0.00 0.80 99.04 08:01:27 07:56:02 0 0.02 0.00 0.03 0.00 0.40 99.55 08:01:27 07:56:02 1 0.25 0.00 0.05 0.00 0.88 98.83 08:01:27 07:56:02 2 0.08 0.00 0.17 0.00 1.11 98.65 08:01:27 07:56:02 3 0.02 0.00 0.03 0.00 0.81 99.14 08:01:27 07:57:01 all 0.07 0.00 0.23 0.00 1.33 98.37 08:01:27 07:57:01 0 0.08 0.00 0.13 0.00 0.84 98.94 08:01:27 07:57:01 1 0.03 0.00 0.27 0.00 1.01 98.69 08:01:27 07:57:01 2 0.15 0.00 0.15 0.00 2.72 96.98 08:01:27 07:57:01 3 0.02 0.00 0.39 0.00 0.71 98.89 08:01:27 07:58:01 all 0.10 0.00 0.02 0.00 0.60 99.28 08:01:27 07:58:01 0 0.02 0.00 0.00 0.00 0.15 99.83 08:01:27 07:58:01 1 0.02 0.00 0.02 0.00 0.15 99.82 08:01:27 07:58:01 2 0.31 0.00 0.02 0.00 0.74 98.92 08:01:27 07:58:01 3 0.05 0.00 0.05 0.00 1.34 98.57 08:01:27 07:59:01 all 0.10 0.00 0.02 0.00 0.57 99.30 08:01:27 07:59:01 0 0.02 0.00 0.02 0.00 0.23 99.73 08:01:27 07:59:01 1 0.05 0.00 0.02 0.00 0.37 99.57 08:01:27 07:59:01 2 0.28 0.00 0.03 0.00 0.60 99.09 08:01:27 07:59:01 3 0.03 0.00 0.03 0.02 1.09 98.83 08:01:27 08:00:01 all 0.07 0.00 0.03 0.00 0.51 99.39 08:01:27 08:00:01 0 0.02 0.00 0.02 0.00 0.17 99.80 08:01:27 08:00:01 1 0.02 0.00 0.03 0.00 0.37 99.58 08:01:27 08:00:01 2 0.02 0.00 0.03 0.00 0.58 99.37 08:01:27 08:00:01 3 0.25 0.00 0.05 0.00 0.91 98.79 08:01:27 08:01:01 all 4.67 0.00 3.83 2.64 13.50 75.36 08:01:27 08:01:01 0 4.17 0.00 4.22 0.96 14.01 76.64 08:01:27 08:01:01 1 6.90 0.00 4.23 7.30 14.25 67.32 08:01:27 08:01:01 2 3.56 0.00 3.79 1.47 12.52 78.67 08:01:27 08:01:01 3 4.06 0.00 3.09 0.83 13.24 78.78 08:01:27 Average: all 11.53 0.00 5.85 3.97 20.39 58.26 08:01:27 Average: 0 11.11 0.00 5.67 3.88 21.33 58.01 08:01:27 Average: 1 11.56 0.00 6.04 4.19 20.30 57.92 08:01:27 Average: 2 11.46 0.00 5.86 4.03 20.07 58.58 08:01:27 Average: 3 12.01 0.00 5.84 3.76 19.86 58.52 08:01:27 08:01:27 08:01:27