Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70985b36a4c4f7a9ce085f1c274b64dae150ac78+dd3c5304426daa1a06e165d92e5378a7e6535b25 (c429fe6710cacce618a2ff0afcce329003ef46de) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29154 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 70985b36a4c4f7a9ce085f1c274b64dae150ac78 Merge succeeded, producing 70985b36a4c4f7a9ce085f1c274b64dae150ac78 Checking out Revision 70985b36a4c4f7a9ce085f1c274b64dae150ac78 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:42:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:42:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 # timeout=10 [Pipeline] echo 16:42:04 ========================================================= 16:42:04 EdgeX Global Pipelines Version Info 16:42:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:42:06 ------------------- 16:42:06 stable info: 16:42:06 ------------------- 16:42:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:42:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:42:06 Message: update stable to v1.0.184 16:42:07 ------------------- 16:42:07 experimental info: 16:42:07 ------------------- 16:42:07 Commited By: **** collab-it+edgex@linuxfoundation.org 16:42:07 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:42:07 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:42:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:42:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:42:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo 16:42:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo 16:42:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo 16:42:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70985b36a4c4f7a9ce085f1c274b64dae150ac78 [Pipeline] echo 16:42:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70985b3 [Pipeline] echo 16:42:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:42:10 provisioning config files... 16:42:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4786909071447111725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:42:11 ---> docker-login.sh 16:42:11 nexus3.edgexfoundry.org:10001 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 nexus3.edgexfoundry.org:10002 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 nexus3.edgexfoundry.org:10003 16:42:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:11 Configure a credential helper to remove this warning. See 16:42:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:11 16:42:11 Login Succeeded 16:42:11 nexus3.edgexfoundry.org:10004 16:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:12 Configure a credential helper to remove this warning. See 16:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:12 16:42:12 Login Succeeded 16:42:12 docker.io 16:42:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:42:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:42:12 Configure a credential helper to remove this warning. See 16:42:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:42:12 16:42:12 Login Succeeded 16:42:12 ---> docker-login.sh ends [Pipeline] } 16:42:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:13 ++ 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 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/core-command/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo core-command,cmd/core-command/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/core-data/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo core-data,cmd/core-data/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/core-metadata/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo core-metadata,cmd/core-metadata/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/security-bootstrapper/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/security-proxy-setup/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/support-notifications/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo support-notifications,cmd/support-notifications/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/support-scheduler/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:42:13 + for file in '`ls cmd/**/Dockerfile`' 16:42:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:42:13 ++ cut -d/ -f2 16:42:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:42:13 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 16:42:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:13 16:42:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:42:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:14 latest: Pulling from edgex-devops/git-semver 16:42:14 31603596830f: Pulling fs layer 16:42:14 2a8b12db71e7: Pulling fs layer 16:42:14 6ca5941a6612: Pulling fs layer 16:42:14 ecc8261a40a4: Pulling fs layer 16:42:14 ecc8261a40a4: Waiting 16:42:14 2a8b12db71e7: Verifying Checksum 16:42:14 2a8b12db71e7: Download complete 16:42:14 31603596830f: Verifying Checksum 16:42:14 31603596830f: Download complete 16:42:14 6ca5941a6612: Verifying Checksum 16:42:14 6ca5941a6612: Download complete 16:42:14 ecc8261a40a4: Verifying Checksum 16:42:14 ecc8261a40a4: Download complete 16:42:14 31603596830f: Pull complete 16:42:15 2a8b12db71e7: Pull complete 16:42:16 6ca5941a6612: Pull complete 16:42:16 ecc8261a40a4: Pull complete 16:42:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:42:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:42:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:42:16 prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container 16:42:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:42:19 $ docker top a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:42:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:19 [ssh-agent] Looking for ssh-agent implementation... 16:42:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:20 $ docker exec a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent 16:42:20 SSH_AUTH_SOCK=/tmp/ssh-tDmP5cQblmDp/agent.12 16:42:20 SSH_AGENT_PID=17 16:42:20 Running ssh-add (command line suppressed) 16:42:20 Identity added: /w/workspace/edgex-go/11@tmp/private_key_4639196784082617335.key (/w/workspace/edgex-go/11@tmp/private_key_4639196784082617335.key) 16:42:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:20 + git tag --points-at HEAD [Pipeline] } 16:42:20 $ docker exec --env ******** --env ******** a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent -k 16:42:20 unset SSH_AUTH_SOCK; 16:42:20 unset SSH_AGENT_PID; 16:42:20 echo Agent pid 17 killed; 16:42:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:42:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:42:21 [ssh-agent] Looking for ssh-agent implementation... 16:42:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:42:21 $ docker exec a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent 16:42:21 SSH_AUTH_SOCK=/tmp/ssh-TC1RrxRJ60E5/agent.45 16:42:21 SSH_AGENT_PID=50 16:42:21 Running ssh-add (command line suppressed) 16:42:21 Identity added: /w/workspace/edgex-go/11@tmp/private_key_5008472044429332692.key (/w/workspace/edgex-go/11@tmp/private_key_5008472044429332692.key) 16:42:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:42:22 + git semver init 16:42:22 # -> Open(): unable to determine branch for HEAD 16:42:22 # $GIT_DIR = /w/workspace/edgex-go/11/.git 16:42:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 16:42:22 # $SEMVER_REMOTE_NAME = origin 16:42:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:42:22 # $SEMVER_USER_NAME = edgex-jenkins 16:42:22 # $SEMVER_BRANCH = PR-3209 16:42:22 # $SEMVER_TEMP = /tmp/semver-117239973 16:42:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:42:54 # '/tmp/semver-117239973' -> '/w/workspace/edgex-go/11/.semver' 16:42:54 # -> Force: false 16:42:54 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 16:42:54 $ docker exec --env ******** --env ******** a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef ssh-agent -k 16:42:54 unset SSH_AUTH_SOCK; 16:42:54 unset SSH_AGENT_PID; 16:42:54 echo Agent pid 50 killed; 16:42:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:42:56 + git semver [Pipeline] } 16:42:56 $ docker stop --time=1 a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef 16:42:58 $ docker rm -f a4ded3eca636a2f2ecf7426bbc50f2b91d8510c8489e13cb5ba63b2efa7c55ef [Pipeline] // withDockerContainer [Pipeline] sh 16:42:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:42:59 Stashed 1 file(s) [Pipeline] echo 16:42:59 [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 16:43:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:43:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:43:00 + sudo service docker restart 16:43:00 + true 16:43:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:43:01 ========================================================= 16:43:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:43:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:43:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:43:05 Sending build context to Docker daemon 328.3MB 16:43:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:43:05 Step 2/6 : FROM ${BASE} 16:43:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:43:05 188c0c94c7c5: Pulling fs layer 16:43:05 0ef7d3d256c8: Pulling fs layer 16:43:05 de9db76c5a1d: Pulling fs layer 16:43:05 bca2f99d35d6: Pulling fs layer 16:43:05 93359f2a8cfa: Pulling fs layer 16:43:05 7c6f9722023f: Pulling fs layer 16:43:05 a35cf1a2eb13: Pulling fs layer 16:43:05 bca2f99d35d6: Waiting 16:43:05 93359f2a8cfa: Waiting 16:43:05 7c6f9722023f: Waiting 16:43:05 a35cf1a2eb13: Waiting 16:43:05 de9db76c5a1d: Download complete 16:43:05 0ef7d3d256c8: Download complete 16:43:05 93359f2a8cfa: Verifying Checksum 16:43:05 93359f2a8cfa: Download complete 16:43:05 7c6f9722023f: Verifying Checksum 16:43:05 7c6f9722023f: Download complete 16:43:05 188c0c94c7c5: Verifying Checksum 16:43:05 188c0c94c7c5: Download complete 16:43:06 188c0c94c7c5: Pull complete 16:43:06 0ef7d3d256c8: Pull complete 16:43:07 de9db76c5a1d: Pull complete 16:43:09 a35cf1a2eb13: Verifying Checksum 16:43:09 a35cf1a2eb13: Download complete 16:43:10 bca2f99d35d6: Verifying Checksum 16:43:10 bca2f99d35d6: Download complete 16:43:14 Still waiting to schedule task 16:43:14 ‘prd-centos7-docker-4c-2g-29146’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29148’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29153’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29157’ is offline 16:43:16 bca2f99d35d6: Pull complete 16:43:16 93359f2a8cfa: Pull complete 16:43:16 7c6f9722023f: Pull complete 16:43:20 a35cf1a2eb13: Pull complete 16:43:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:43:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:43:20 ---> a62c8e92a672 16:43:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:43:20 ---> Running in d3cadb22bb53 16:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:22 (1/12) Installing libmagic (5.38-r0) 16:43:22 (2/12) Installing file (5.38-r0) 16:43:22 (3/12) Installing libc-dev (0.7.2-r3) 16:43:23 (4/12) Installing g++ (9.3.0-r2) 16:43:33 (5/12) Installing fortify-headers (1.1-r0) 16:43:33 (6/12) Installing patch (2.7.6-r6) 16:43:33 (7/12) Installing build-base (0.5-r2) 16:43:33 (8/12) Installing libsodium (1.0.18-r0) 16:43:33 (9/12) Installing pkgconf (1.7.2-r0) 16:43:33 (10/12) Installing libsodium-dev (1.0.18-r0) 16:43:33 (11/12) Installing libzmq (4.3.3-r0) 16:43:33 (12/12) Installing zeromq-dev (4.3.3-r0) 16:43:33 Executing busybox-1.31.1-r19.trigger 16:43:33 OK: 233 MiB in 51 packages 16:43:37 Removing intermediate container d3cadb22bb53 16:43:37 ---> 457a1aa6430f 16:43:37 Step 4/6 : WORKDIR /edgex-go 16:43:37 ---> Running in a49d461a07c9 16:43:37 Removing intermediate container a49d461a07c9 16:43:37 ---> 263306d0563b 16:43:37 Step 5/6 : COPY go.mod . 16:43:37 ---> 2cb2bddf9af3 16:43:37 Step 6/6 : RUN go mod download 16:43:37 ---> Running in 54168efcaa38 16:44:04 Removing intermediate container 54168efcaa38 16:44:04 ---> 2ca16f0f4974 16:44:04 Successfully built 2ca16f0f4974 16:44:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:44:04 + docker inspect -f . ci-base-image-x86_64 16:44:04 . [Pipeline] withDockerContainer 16:44:04 prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container 16:44:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:44:05 $ docker top 28df3feea4d67e9374e294db51b22896eea51538e8e75353bbd7590cd052d7d9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:44:06 + go version 16:44:06 go version go1.15.5 linux/amd64 [Pipeline] } 16:44:06 $ docker stop --time=1 28df3feea4d67e9374e294db51b22896eea51538e8e75353bbd7590cd052d7d9 16:44:07 $ docker rm -f 28df3feea4d67e9374e294db51b22896eea51538e8e75353bbd7590cd052d7d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:08 + docker inspect -f . ci-base-image-x86_64 16:44:08 . [Pipeline] withDockerContainer 16:44:08 prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container 16:44:08 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:44:09 $ docker top 28664110fce065760bacaf8645cf932bfb2075c741f33d7bce1f0b5fe1751563 -eo pid,comm [Pipeline] { [Pipeline] echo 16:44:09 ========================================================= 16:44:09 [edgeXBuildGoParallel] Running Tests and Build... 16:44:09 ========================================================= [Pipeline] sh 16:44:10 + make test 16:44:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:44:20 ? github.com/edgexfoundry/edgex-go [no test files] 16:44:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:44:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:44:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:44:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:44:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:45:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.9% of statements 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:45:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:45:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 16:45:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:45:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:45:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:45:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:45:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.174s coverage: 71.3% of statements 16:45:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:45:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:45:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.253s coverage: 82.9% of statements 16:45:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:45:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:45:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.122s coverage: 78.9% of statements 16:45:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:45:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.615s coverage: 28.6% of statements 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:45:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:45:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:45:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.217s coverage: 86.7% of statements 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:45:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.243s coverage: 97.5% of statements 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:45:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:45:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:45:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.504s coverage: 92.8% of statements 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:45:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:45:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:45:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:45:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements 16:45:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.056s coverage: 79.5% of statements 16:45:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 16:45:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 16:45:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements 16:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements 16:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 16:45:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.6% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.315s coverage: 62.4% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.443s coverage: 69.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.266s coverage: 38.4% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.240s coverage: 47.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.159s coverage: 87.8% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.172s coverage: 29.1% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.107s coverage: 95.6% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:45:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:45:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:45:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 16:45:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements 16:45:40 GO111MODULE=on go vet ./... 16:45:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29161 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 16:45:53 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 16:45:58 using credential edgex-jenkins-ssh 16:45:58 Cloning the remote Git repository 16:45:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:45:58 > git init /w/workspace/edgex-go/11 # timeout=10 16:45:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:45:58 > git --version # timeout=10 16:45:58 > git --version # 'git version 2.17.1' 16:45:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:45:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:17 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:46:17 Merge succeeded, producing 70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:46:17 Checking out Revision 70985b36a4c4f7a9ce085f1c274b64dae150ac78 (PR-3209) 16:46:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:46:17 > git config core.sparsecheckout # timeout=10 16:46:17 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 16:46:17 > git remote # timeout=10 16:46:17 > git config --get remote.origin.url # timeout=10 16:46:17 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:17 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 16:46:17 > git rev-parse HEAD^{commit} # timeout=10 16:46:18 > git config core.sparsecheckout # timeout=10 16:46:18 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 16:46:19 gofmt -l . 16:46:19 [ "`gofmt -l .`" = "" ] 16:46:19 ./bin/test-go-mod-tidy.sh 16:46:19 ./bin/test-attribution-txt.sh [Pipeline] sh 16:46:20 + ls -al . 16:46:20 total 736 16:46:20 drwxrwxr-x 10 1001 1001 4096 Mar 9 16:46 . 16:46:20 drwxr-xr-x 4 root root 30 Mar 9 16:44 .. 16:46:20 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:41 .dockerignore 16:46:20 drwxrwxr-x 8 1001 1001 179 Mar 9 16:42 .git 16:46:20 drwxrwxr-x 3 1001 1001 125 Mar 9 16:41 .github 16:46:20 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:41 .gitignore 16:46:20 drwx------ 3 1001 1001 60 Mar 9 16:42 .semver 16:46:20 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:41 .sonarcloud.properties 16:46:20 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:41 Attribution.txt 16:46:20 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:41 CONTRIBUTING.md 16:46:20 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:41 Dockerfile.build 16:46:20 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:41 Jenkinsfile 16:46:20 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:41 LICENSE 16:46:20 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:41 Makefile 16:46:20 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:41 README.md 16:46:20 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:41 SECURITY.md 16:46:20 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION 16:46:20 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:41 ZMQWindows.md 16:46:20 drwxrwxr-x 2 1001 1001 117 Mar 9 16:41 bin 16:46:20 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:41 cmd 16:46:20 -rw-r--r-- 1 root root 624012 Mar 9 16:45 coverage.out 16:46:20 -rw-r--r-- 1 root root 1055 Mar 9 16:46 go.mod 16:46:20 -rw-r--r-- 1 root root 22099 Mar 9 16:46 go.sum 16:46:20 drwxrwxr-x 8 1001 1001 127 Mar 9 16:41 internal 16:46:20 drwxrwxr-x 4 1001 1001 26 Mar 9 16:41 openapi 16:46:20 drwxrwxr-x 4 1001 1001 71 Mar 9 16:41 snap 16:46:20 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:41 version.go [Pipeline] sh 16:46:20 + '[' -e coverage.out ] 16:46:20 + chown 1001:1001 coverage.out [Pipeline] stash 16:46:21 Stashed 1 file(s) [Pipeline] sh 16:46:21 + make build 16:46:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:46:22 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:46:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:46:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:46:24 + sudo service docker restart 16:46:24 + true 16:46: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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:46:27 provisioning config files... 16:46:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config8331321885716998064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:27 ---> docker-login.sh 16:46:27 nexus3.edgexfoundry.org:10001 16:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:29 Configure a credential helper to remove this warning. See 16:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:29 16:46:29 Login Succeeded 16:46:29 nexus3.edgexfoundry.org:10002 16:46:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:29 Configure a credential helper to remove this warning. See 16:46:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:29 16:46:29 Login Succeeded 16:46:29 nexus3.edgexfoundry.org:10003 16:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:30 Configure a credential helper to remove this warning. See 16:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:30 16:46:30 Login Succeeded 16:46:30 nexus3.edgexfoundry.org:10004 16:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:30 Configure a credential helper to remove this warning. See 16:46:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:30 16:46:30 Login Succeeded 16:46:30 docker.io 16:46:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:31 Configure a credential helper to remove this warning. See 16:46:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:31 16:46:31 Login Succeeded 16:46:31 ---> docker-login.sh ends [Pipeline] } 16:46:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:46:31 ========================================================= 16:46:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:46:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:46:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:46:34 Sending build context to Docker daemon 166.6MB 16:46:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:46:34 Step 2/6 : FROM ${BASE} 16:46:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:46:34 5f621e34cdf4: Pulling fs layer 16:46:34 a4357932f1b6: Pulling fs layer 16:46:34 18c013af1878: Pulling fs layer 16:46:34 00ac8860ef70: Pulling fs layer 16:46:34 63d7cb157983: Pulling fs layer 16:46:34 b116817d02f9: Pulling fs layer 16:46:34 745a02a5169b: Pulling fs layer 16:46:34 00ac8860ef70: Waiting 16:46:34 63d7cb157983: Waiting 16:46:34 b116817d02f9: Waiting 16:46:34 745a02a5169b: Waiting 16:46:34 18c013af1878: Verifying Checksum 16:46:34 18c013af1878: Download complete 16:46:34 a4357932f1b6: Verifying Checksum 16:46:34 a4357932f1b6: Download complete 16:46:34 63d7cb157983: Download complete 16:46:34 b116817d02f9: Download complete 16:46:34 5f621e34cdf4: Download complete 16:46:35 5f621e34cdf4: Pull complete 16:46:36 a4357932f1b6: Pull complete 16:46:36 18c013af1878: Pull complete 16:46:37 745a02a5169b: Verifying Checksum 16:46:37 745a02a5169b: Download complete 16:46:38 00ac8860ef70: Verifying Checksum 16:46:38 00ac8860ef70: Download complete 16:46:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:46:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:46:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:46:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:46:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:46:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:46:48 00ac8860ef70: Pull complete 16:46:48 63d7cb157983: Pull complete 16:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:46:49 b116817d02f9: Pull complete 16:46:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:46:53 745a02a5169b: Pull complete 16:46:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:46:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:46:53 ---> b7e6874047d6 16:46:53 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 [Pipeline] } 16:46:54 $ docker stop --time=1 28664110fce065760bacaf8645cf932bfb2075c741f33d7bce1f0b5fe1751563 16:46:56 ---> Running in 92f2947a6aa5 16:46:56 $ docker rm -f 28664110fce065760bacaf8645cf932bfb2075c741f33d7bce1f0b5fe1751563 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 16:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:46:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:46:58 16:46:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:46:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:46:59 latest: Pulling from edgex-devops/edgex-compose 16:46:59 cbdbe7a5bc2a: Pulling fs layer 16:46:59 ca9280d653b3: Pulling fs layer 16:46:59 7e9c9ca2126c: Pulling fs layer 16:46:59 cbdbe7a5bc2a: Download complete 16:46:59 (1/12) Installing libmagic (5.38-r0) 16:46:59 ca9280d653b3: Verifying Checksum 16:46:59 ca9280d653b3: Download complete 16:46:59 cbdbe7a5bc2a: Pull complete 16:47:00 (2/12) Installing file (5.38-r0) 16:47:00 (3/12) Installing libc-dev (0.7.2-r3) 16:47:00 (4/12) Installing g++ (9.3.0-r2) 16:47:00 7e9c9ca2126c: Verifying Checksum 16:47:01 ca9280d653b3: Pull complete 16:47:09 7e9c9ca2126c: Pull complete 16:47:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:47:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:47:09 prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container 16:47:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:47:11 $ docker top 52c1d531f3a1694649b05202ded3c5baaf1d27912c98a7c8a7b1c46112bd72e9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:12 + docker-compose build --help 16:47:12 + grep parallel 16:47:12 (5/12) Installing fortify-headers (1.1-r0) 16:47:12 (6/12) Installing patch (2.7.6-r6) 16:47:12 (7/12) Installing build-base (0.5-r2) 16:47:12 (8/12) Installing libsodium (1.0.18-r0) 16:47:12 (9/12) Installing pkgconf (1.7.2-r0) 16:47:12 (10/12) Installing libsodium-dev (1.0.18-r0) 16:47:12 (11/12) Installing libzmq (4.3.3-r0) 16:47:13 (12/12) Installing zeromq-dev (4.3.3-r0) 16:47:13 Executing busybox-1.31.1-r19.trigger 16:47:13 OK: 217 MiB in 51 packages 16:47:13 --parallel Build images in parallel. [Pipeline] } 16:47:13 $ docker stop --time=1 52c1d531f3a1694649b05202ded3c5baaf1d27912c98a7c8a7b1c46112bd72e9 16:47:14 $ docker rm -f 52c1d531f3a1694649b05202ded3c5baaf1d27912c98a7c8a7b1c46112bd72e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:47:15 . [Pipeline] withDockerContainer 16:47:15 prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container 16:47:15 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:47:16 $ docker top ea436c8f7acf0c332aaf416f2c462123bf182fe2971f169d700f974bee64d682 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:17 + docker-compose -f ./docker-compose-build.yml build --parallel 16:47:17 Removing intermediate container 92f2947a6aa5 16:47:17 ---> 9d21e28d3be7 16:47:17 Step 4/6 : WORKDIR /edgex-go 16:47:17 ---> Running in 91675608fabe 16:47:17 Removing intermediate container 91675608fabe 16:47:17 ---> 0a9fb3169642 16:47:17 Step 5/6 : COPY go.mod . 16:47:18 ---> e68483f18531 16:47:18 Step 6/6 : RUN go mod download 16:47:18 ---> Running in 82659abdf827 16:47:18 Building docker-core-command-go ... 16:47:18 Building docker-core-data-go ... 16:47:18 Building docker-core-metadata-go ... 16:47:18 Building docker-security-bootstrapper-go ... 16:47:18 Building docker-security-proxy-setup-go ... 16:47:18 Building docker-security-secretstore-setup-go ... 16:47:18 Building docker-support-notifications-go ... 16:47:18 Building docker-support-scheduler-go ... 16:47:18 Building docker-sys-mgmt-agent-go ... 16:47:18 Building docker-security-secretstore-setup-go 16:47:18 Building docker-core-command-go 16:47:18 Building docker-support-notifications-go 16:47:18 Building docker-support-scheduler-go 16:47:18 Building docker-core-metadata-go 16:47:46 Removing intermediate container 82659abdf827 16:47:46 ---> 38b5fd697b4c 16:47:46 Successfully built 38b5fd697b4c 16:47:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:47:46 + docker inspect -f . ci-base-image-arm64 16:47:46 . [Pipeline] withDockerContainer 16:47:46 prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container 16:47:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:47:48 $ docker top abb78247fbea7a6317cf193a60a1c6feb0529cf28a71b390208c3b9a7a76560a -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:49 + go version 16:47:49 go version go1.15.5 linux/arm64 [Pipeline] } 16:47:49 $ docker stop --time=1 abb78247fbea7a6317cf193a60a1c6feb0529cf28a71b390208c3b9a7a76560a 16:47:51 $ docker rm -f abb78247fbea7a6317cf193a60a1c6feb0529cf28a71b390208c3b9a7a76560a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:52 + docker inspect -f . ci-base-image-arm64 16:47:52 . [Pipeline] withDockerContainer 16:47:52 prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container 16:47:52 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:47:54 $ docker top 13bec83eaaab6f59b757d3e89e7365370c9b50b6f6b94006f2fdc09c360e6f69 -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:54 ========================================================= 16:47:54 [edgeXBuildGoParallel] Running Tests and Build... 16:47:54 ========================================================= [Pipeline] sh 16:47:55 + make test 16:47:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:47:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:47:58 ---> 2ca16f0f4974 16:47:58 Step 3/23 : WORKDIR /edgex-go 16:47:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:47:58 ---> 2ca16f0f4974 16:47:58 Step 3/22 : WORKDIR /edgex-go 16:47:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:47:58 ---> 2ca16f0f4974 16:47:58 Step 3/23 : WORKDIR /edgex-go 16:47:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:47:58 ---> 2ca16f0f4974 16:47:58 Step 3/22 : WORKDIR /edgex-go 16:47:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:47:58 ---> 2ca16f0f4974 16:47:58 Step 3/24 : WORKDIR /edgex-go 16:47:58 ---> Running in 81c5fda0b04f 16:47:58 ---> Running in 3e71077505c7 16:47:58 ---> Running in 346d84cf32fb 16:47:58 ---> Running in 6cfb70e815da 16:47:58 ---> Running in e74b43f14c8f 16:47:59 Removing intermediate container 346d84cf32fb 16:47:59 ---> b2277f5b20ed 16:47:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:59 Removing intermediate container e74b43f14c8f 16:47:59 ---> 34349fa61722 16:47:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:59 Removing intermediate container 81c5fda0b04f 16:47:59 ---> 70d0db64cdb5 16:47:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:59 Removing intermediate container 3e71077505c7 16:47:59 ---> 0aaf880db5e9 16:47:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:59 Removing intermediate container 6cfb70e815da 16:47:59 ---> a31e10437e98 16:47:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:59 ---> Running in 51e1b6c5641f 16:47:59 ---> Running in d83b2c88b048 16:47:59 ---> Running in b297f6777089 16:47:59 ---> Running in bc91037d50d8 16:47:59 ---> Running in 465b5345b5ca 16:48:02 Removing intermediate container d83b2c88b048 16:48:02 ---> 6a28a6c2e170 16:48:02 Step 5/24 : RUN apk add --update --no-cache make git 16:48:02 ---> Running in 1b3865b28cf6 16:48:02 Removing intermediate container b297f6777089 16:48:02 ---> 784cc1c7d9b0 16:48:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:48:02 Removing intermediate container bc91037d50d8 16:48:02 ---> 8528efb2b44c 16:48:02 Step 5/23 : RUN apk add --update --no-cache make git 16:48:02 Removing intermediate container 51e1b6c5641f 16:48:02 ---> 67ffd79843f2 16:48:02 Step 5/23 : RUN apk add --update --no-cache make git 16:48:02 ---> Running in b1e13606a204 16:48:02 ---> Running in 93329cb83e4b 16:48:02 Removing intermediate container 465b5345b5ca 16:48:02 ---> e975896fc59f 16:48:02 Step 5/22 : RUN apk add --update --no-cache make git 16:48:03 ---> Running in e28b0527132b 16:48:03 ---> Running in 27a518480557 16:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:06 OK: 233 MiB in 51 packages 16:48:06 OK: 233 MiB in 51 packages 16:48:06 OK: 233 MiB in 51 packages 16:48:06 OK: 233 MiB in 51 packages 16:48:06 OK: 233 MiB in 51 packages 16:48:07 Removing intermediate container b1e13606a204 16:48:07 ---> 84866ec279cc 16:48:07 Step 6/22 : COPY go.mod . 16:48:07 Removing intermediate container 1b3865b28cf6 16:48:07 ---> f894c419022c 16:48:07 Step 6/24 : COPY go.mod . 16:48:07 Removing intermediate container 27a518480557 16:48:07 ---> d476b10bd1a8 16:48:07 Step 6/22 : COPY go.mod . 16:48:07 Removing intermediate container 93329cb83e4b 16:48:07 ---> f4b381501372 16:48:07 Step 6/23 : COPY go.mod . 16:48:07 Removing intermediate container e28b0527132b 16:48:07 ---> abd508b5361e 16:48:07 Step 6/23 : COPY go.mod . 16:48:07 ---> 4b9091a436c9 16:48:07 Step 7/22 : RUN go mod download 16:48:07 ---> fac72912c3e7 16:48:07 Step 7/24 : RUN go mod download 16:48:07 ---> fae5d118af01 16:48:07 Step 7/22 : RUN go mod download 16:48:07 ---> Running in c6e14ab2c10e 16:48:07 ---> 550d8293e3c5 16:48:07 Step 7/23 : RUN go mod download 16:48:07 ---> Running in 5aa154a45580 16:48:07 ---> Running in c536429fcca5 16:48:08 ---> Running in 6759dda9d620 16:48:08 ---> cdaa5adfcd9b 16:48:08 Step 7/23 : RUN go mod download 16:48:08 ---> Running in e0a73744cd65 16:48:11 Removing intermediate container 5aa154a45580 16:48:11 ---> a6039a0c7af1 16:48:11 Step 8/22 : COPY . . 16:48:11 Removing intermediate container 6759dda9d620 16:48:11 ---> d05f85fedc99 16:48:11 Step 8/23 : COPY . . 16:48:11 Removing intermediate container c536429fcca5 16:48:11 ---> 694ebcd7257b 16:48:11 Step 8/22 : COPY . . 16:48:11 Removing intermediate container c6e14ab2c10e 16:48:11 ---> 3a0ebb569343 16:48:11 Step 8/24 : COPY . . 16:48:11 Removing intermediate container e0a73744cd65 16:48:11 ---> 0773324727e1 16:48:11 Step 8/23 : COPY . . 16:48:17 ? github.com/edgexfoundry/edgex-go [no test files] 16:48:58 ---> b459712e1ff4 16:48:58 ---> 0e61ec3ef07b 16:48:58 Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:48:58 16:48:58 ---> f8001fed8407 16:48:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:48:58 ---> 9c4fbfc03421 16:48:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:48:58 ---> 235d75ce8ec2 16:48:58 Step 9/23 : RUN make cmd/core-command/core-command 16:48:58 ---> Running in c8330eba3ed3 16:48:58 ---> Running in 7019118f8a1c 16:48:58 ---> Running in 33e05401f00a 16:48:58 ---> Running in 1506860a6f3f 16:48:58 ---> Running in 323a12f65cfa 16:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:49:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:49:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:49:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:49:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:49:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:49:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:49:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:49:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:49:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.289s coverage: 45.9% of statements 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:49:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.250s coverage: 100.0% of statements 16:49:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:49:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:49:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:49:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:49:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 71.3% of statements 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:49:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:49:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.460s coverage: 82.9% of statements 16:49:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:49:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:49:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements 16:49:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:49:58 Removing intermediate container 7019118f8a1c 16:49:58 ---> 927cf85033b2 16:49:58 16:49:58 Step 10/24 : FROM alpine:3.12 16:49:58 3.12: Pulling from library/alpine 16:49:58 Removing intermediate container 1506860a6f3f 16:49:58 ---> fb74da2a53db 16:49:58 16:49:58 Step 10/23 : FROM alpine:3.12 16:49:58 3.12: Pulling from library/alpine 16:49:58 Removing intermediate container 33e05401f00a 16:49:58 ---> 3c8fac2899e3 16:49:58 16:49:58 Step 10/22 : FROM alpine:3.12 16:49:58 Removing intermediate container 323a12f65cfa 16:49:58 ---> 8c2c4b58b655 16:49:58 16:49:58 Step 10/22 : FROM alpine:3.12 16:49:58 3.12: Pulling from library/alpine 16:49:58 3.12: Pulling from library/alpine 16:49:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:49:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:49:58 Status: Downloaded newer image for alpine:3.12 16:49:58 Status: Image is up to date for alpine:3.12 16:49:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:49:58 Status: Image is up to date for alpine:3.12 16:49:58 ---> 88dd2752d2ea 16:49:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:49:58 ---> 88dd2752d2ea 16:49:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:49:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:49:58 Status: Image is up to date for alpine:3.12 16:49:58 ---> 88dd2752d2ea 16:49:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:49:58 ---> 88dd2752d2ea 16:49:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:50:00 ---> Running in 049df9daa465 16:50:00 ---> Running in 530cfe687613 16:50:00 ---> Running in 44e25ea65c04 16:50:00 ---> Running in c54846b0ffde 16:50:00 Removing intermediate container c8330eba3ed3 16:50:00 ---> 5224e676fffa 16:50:00 16:50:00 Step 10/23 : FROM alpine:3.12 16:50:00 ---> 88dd2752d2ea 16:50:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:50:00 ---> Running in 08165e8eca25 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.277s coverage: 86.7% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:50:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:50:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:00 (1/1) Installing dumb-init (1.2.2-r1) 16:50:00 Executing busybox-1.31.1-r19.trigger 16:50:01 OK: 6 MiB in 15 packages 16:50:01 (1/5) Installing ca-certificates (20191127-r4) 16:50:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:50:01 (3/5) Installing libcurl (7.69.1-r3) 16:50:01 (4/5) Installing curl (7.69.1-r3) 16:50:01 (5/5) Installing dumb-init (1.2.2-r1) 16:50:01 Executing busybox-1.31.1-r19.trigger 16:50:01 Executing ca-certificates-20191127-r4.trigger 16:50:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:01 OK: 7 MiB in 19 packages 16:50:01 (1/2) Installing ca-certificates (20191127-r4) 16:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:02 (2/2) Installing dumb-init (1.2.2-r1) 16:50:02 Executing busybox-1.31.1-r19.trigger 16:50:02 Executing ca-certificates-20191127-r4.trigger 16:50:02 OK: 6 MiB in 16 packages 16:50:02 (1/1) Installing dumb-init (1.2.2-r1) 16:50:02 Executing busybox-1.31.1-r19.trigger 16:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:02 OK: 6 MiB in 15 packages 16:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:02 (1/1) Installing dumb-init (1.2.2-r1) 16:50:02 Executing busybox-1.31.1-r19.trigger 16:50:02 OK: 6 MiB in 15 packages 16:50:04 Removing intermediate container 049df9daa465 16:50:04 ---> a00e135da85f 16:50:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:50:04 Removing intermediate container 530cfe687613 16:50:04 ---> 2f76b008ff0a 16:50:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:50:04 ---> Running in 1eed6e257401 16:50:04 ---> Running in ee35a679c821 16:50:04 Removing intermediate container c54846b0ffde 16:50:04 ---> fd9e31b97525 16:50:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:50:04 Removing intermediate container 08165e8eca25 16:50:04 ---> 7fe4085f18a7 16:50:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:50:04 Removing intermediate container 44e25ea65c04 16:50:04 ---> 0333a143bf02 16:50:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:50:05 ---> Running in 681fe18d2e9c 16:50:05 ---> Running in 738fbf348c23 16:50:05 ---> Running in ca8a42522a87 16:50:05 Removing intermediate container 1eed6e257401 16:50:05 ---> 17b78cb5c8ba 16:50:05 Step 13/23 : ENV APP_PORT=48082 16:50:05 Removing intermediate container ee35a679c821 16:50:05 ---> 2203f13de3be 16:50:05 Step 13/24 : WORKDIR / 16:50:05 ---> Running in 00300ada7c23 16:50:05 ---> Running in dacdb093141b 16:50:05 Removing intermediate container 738fbf348c23 16:50:05 ---> 82db2382527d 16:50:05 Step 13/23 : ENV APP_PORT=48081 16:50:05 Removing intermediate container 681fe18d2e9c 16:50:05 ---> 88d3622e2fb7 16:50:05 Step 13/22 : ENV APP_PORT=48085 16:50:05 Removing intermediate container ca8a42522a87 16:50:05 ---> 41986319b949 16:50:05 Step 13/22 : ENV APP_PORT=48060 16:50:05 Removing intermediate container 00300ada7c23 16:50:05 ---> 83696397e54e 16:50:05 Step 14/23 : EXPOSE $APP_PORT 16:50:05 ---> Running in 7a13bfa0a51f 16:50:05 ---> Running in 9e5f77e8da08 16:50:05 ---> Running in 4bc63ed406f5 16:50:05 ---> Running in 28980e4802cb 16:50:06 Removing intermediate container dacdb093141b 16:50:06 ---> 4a38792f3676 16:50:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:50:06 Removing intermediate container 7a13bfa0a51f 16:50:06 ---> 5c17076b0ba1 16:50:06 Step 14/23 : EXPOSE $APP_PORT 16:50:06 Removing intermediate container 9e5f77e8da08 16:50:06 ---> 4eb2c59d9132 16:50:06 Step 14/22 : EXPOSE $APP_PORT 16:50:06 Removing intermediate container 28980e4802cb 16:50:06 ---> dd1e6026d875 16:50:06 Step 15/23 : WORKDIR / 16:50:06 Removing intermediate container 4bc63ed406f5 16:50:06 ---> 4c132c2cf70e 16:50:06 Step 14/22 : EXPOSE $APP_PORT 16:50:06 ---> Running in 70653bcf2089 16:50:06 ---> 0919f766ae26 16:50:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:50:06 ---> Running in 214789a16272 16:50:06 ---> Running in 53c7b7106df0 16:50:06 ---> Running in 5905ff1f0493 16:50:06 Removing intermediate container 70653bcf2089 16:50:06 ---> 5f383f7c60f6 16:50:06 Step 15/23 : WORKDIR / 16:50:06 Removing intermediate container 214789a16272 16:50:06 ---> 13774b93b7be 16:50:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:06 ---> Running in de9bc72f4b85 16:50:06 Removing intermediate container 5905ff1f0493 16:50:06 ---> 715e1e861541 16:50:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:07 Removing intermediate container 53c7b7106df0 16:50:07 ---> cd2a676c8fe0 16:50:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:07 ---> d7eefc0df8dd 16:50:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:50:07 Removing intermediate container de9bc72f4b85 16:50:07 ---> 18be74bc3763 16:50:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:07 ---> be4d0fd8d5f8 16:50:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:50:07 ---> 8c16fb4720c0 16:50:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:50:07 ---> 8337cfae6e8a 16:50:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:50:07 ---> 4304bbac6ca9 16:50:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:50:08 ---> 3f18445eaa5b 16:50:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:50:08 ---> 74a2c66cb0e5 16:50:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:50:08 ---> ee3fc10f6f81 16:50:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:50:08 ---> ccf4bfe62f2f 16:50:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:50:08 ---> 5d1707f1fa0b 16:50:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:50:09 ---> 08fcdaf9dc87 16:50:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:50:09 ---> 354664ba1529 16:50:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:50:09 ---> Running in c0ea23c8c4f3 16:50:09 ---> e1fe99a49e76 16:50:09 Step 19/23 : ENTRYPOINT ["/core-command"] 16:50:09 ---> 2a0828fbaf36 16:50:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:50:10 ---> Running in 4f944b9be49b 16:50:10 ---> Running in 186843a94d7e 16:50:10 Removing intermediate container c0ea23c8c4f3 16:50:10 ---> a716c171edc8 16:50:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:10 ---> 0d1d02fd3035 16:50:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:50:10 ---> cd593b9e1226 16:50:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:50:10 ---> Running in aca8ac54e6da 16:50:10 ---> Running in 6bfcb6044c86 16:50:10 Removing intermediate container 4f944b9be49b 16:50:10 ---> 247e0325604e 16:50:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:10 Removing intermediate container 186843a94d7e 16:50:10 ---> 8cc1b59604c6 16:50:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:10 ---> Running in 79feb6b7fd6f 16:50:10 ---> Running in 262cad676b8f 16:50:10 Removing intermediate container 6bfcb6044c86 16:50:10 ---> d99bf8ad2257 16:50:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:10 Removing intermediate container aca8ac54e6da 16:50:10 ---> f7652872bee0 16:50:10 Step 20/22 : LABEL arch=x86_64 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.314s coverage: 92.8% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.236s coverage: 0.1% of statements 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:50:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 16:50:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 16:50:10 ---> e862afe0872e 16:50:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:50:10 ---> Running in 7767befd63ed 16:50:10 ---> Running in 633d4ca093fe 16:50:10 ---> Running in 87d9fc552fb0 16:50:11 Removing intermediate container 79feb6b7fd6f 16:50:11 ---> 48d389af8f67 16:50:11 Step 21/23 : LABEL arch=x86_64 16:50:11 Removing intermediate container 262cad676b8f 16:50:11 ---> 9ce548841b17 16:50:11 Step 20/22 : LABEL arch=x86_64 16:50:11 ---> Running in 1391447312b1 16:50:11 ---> Running in 4fa38a513091 16:50:11 Removing intermediate container 633d4ca093fe 16:50:11 ---> d6760d6751e3 16:50:11 Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:50:11 Removing intermediate container 7767befd63ed 16:50:11 ---> 7e5dbd645342 16:50:11 Step 21/23 : LABEL arch=x86_64 16:50:11 ---> Running in 7c7c20e99e55 16:50:11 ---> Running in 01882c24ae04 16:50:11 Removing intermediate container 1391447312b1 16:50:11 ---> ca8f894fca12 16:50:11 Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:50:11 Removing intermediate container 4fa38a513091 16:50:11 ---> b3253150bad5 16:50:11 Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:50:11 Removing intermediate container 7c7c20e99e55 16:50:11 ---> 9ec952c1b924 16:50:11 Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:50:11 ---> Running in ce7f81806878 16:50:11 Removing intermediate container 01882c24ae04 16:50:11 ---> bd8a8b2a366f 16:50:11 Step 22/22 : LABEL version=0.0.0 16:50:11 ---> Running in 416c10318fc0 16:50:12 ---> Running in a74d61db4aa6 16:50:12 ---> Running in 3ecd411aee02 16:50:12 Removing intermediate container ce7f81806878 16:50:12 ---> 12f109cc93ec 16:50:12 Step 23/23 : LABEL version=0.0.0 16:50:12 Removing intermediate container 416c10318fc0 16:50:12 ---> f88340cc0e26 16:50:12 Step 22/22 : LABEL version=0.0.0 16:50:12 Removing intermediate container a74d61db4aa6 16:50:12 ---> dda5476c6470 16:50:12 Step 23/23 : LABEL version=0.0.0 16:50:12 ---> Running in 4fcbdcee8e98 16:50:12 ---> Running in 2806802026f0 16:50:12 Removing intermediate container 3ecd411aee02 16:50:12 ---> d301fca8a203 16:50:12 16:50:12 ---> Running in 581049514a41 16:50:12 Removing intermediate container 87d9fc552fb0 16:50:12 ---> a2535536da6f 16:50:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:50:12 ---> Running in f53212666df6 16:50:12 Successfully built d301fca8a203 16:50:13 Removing intermediate container 2806802026f0 16:50:13 ---> f5bb43f47dc2 16:50:13 16:50:13 Successfully tagged docker-support-notifications-go:latest 16:50:13  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 16:50:13 Removing intermediate container 4fcbdcee8e98 16:50:13 ---> 73c4f145d996 16:50:13 16:50:13 Removing intermediate container 581049514a41 16:50:13 ---> b444b024c41f 16:50:13 16:50:13 Successfully built f5bb43f47dc2 16:50:13 Removing intermediate container f53212666df6 16:50:13 ---> 988d25ac6f01 16:50:13 Step 22/24 : LABEL arch=x86_64 16:50:13 Successfully tagged docker-core-command-go:latest 16:50:13  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 16:50:13 ---> Running in 3897e36593be 16:50:13 Successfully built 73c4f145d996 16:50:13 Successfully built b444b024c41f 16:50:13 Successfully tagged docker-support-scheduler-go:latest 16:50:13  Building docker-support-scheduler-go ... done Building docker-core-data-go 16:50:13 Successfully tagged docker-core-metadata-go:latest 16:50:13 Building docker-sys-mgmt-agent-go 16:50:13  Building docker-core-metadata-go ... done Removing intermediate container 3897e36593be 16:50:13 ---> a3014f60a176 16:50:13 Step 23/24 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:50:13 ---> Running in f9ab86880adc 16:50:14 Removing intermediate container f9ab86880adc 16:50:14 ---> 3d244df05bc3 16:50:14 Step 24/24 : LABEL version=0.0.0 16:50:14 ---> Running in 99de39c0242e 16:50:14 Removing intermediate container 99de39c0242e 16:50:14 ---> 92f42bd2c8c5 16:50:14 16:50:14 Successfully built 92f42bd2c8c5 16:50:14 Successfully tagged docker-security-secretstore-setup-go:latest 16:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 16:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 16:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.126s coverage: 81.4% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.6% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.495s coverage: 62.4% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.835s coverage: 69.0% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 38.4% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 16:50:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:50:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.142s coverage: 84.8% of statements 16:50:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.475s coverage: 47.0% of statements 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:50:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:50:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:50:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.439s coverage: 87.8% of statements 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:50:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:50:47  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:47 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:50:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:47 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:50:47 ---> 2ca16f0f4974 16:50:47 Step 3/31 : WORKDIR /edgex-go 16:50:47 16:50:47 ---> 2ca16f0f4974 16:50:47 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 3/26 : WORKDIR /edgex-go 16:50:47 ---> 2ca16f0f4974 16:50:47 Step 3/21 : WORKDIR /edgex-go 16:50:47 16:50:47 ---> Using cache 16:50:47 ---> a31e10437e98 16:50:47 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:47 ---> Using cache 16:50:47 ---> Using cache 16:50:47 ---> a31e10437e98 16:50:47 ---> a31e10437e98 16:50:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:47 16:50:47 ---> Using cache 16:50:47 ---> e975896fc59f 16:50:47 Step 5/21 : RUN apk add --update --no-cache make git 16:50:47 ---> Using cache 16:50:47 ---> e975896fc59f 16:50:47 Step 5/31 : RUN apk add --update --no-cache make git 16:50:47 ---> Using cache 16:50:47 ---> e975896fc59f 16:50:47 Step 5/26 : RUN apk add --update --no-cache make bash git 16:50:47 ---> Using cache 16:50:47 ---> d476b10bd1a8 16:50:47 Step 6/21 : COPY go.mod . 16:50:47 ---> Using cache 16:50:47 ---> d476b10bd1a8 16:50:47 Step 6/31 : COPY go.mod . 16:50:47 ---> Using cache 16:50:47 ---> fae5d118af01 16:50:47 Step 7/31 : RUN go mod download 16:50:47 ---> Using cache 16:50:47 ---> fae5d118af01 16:50:47 Step 7/21 : RUN go mod download 16:50:47 ---> Using cache 16:50:47 ---> 694ebcd7257b 16:50:47 Step 8/31 : COPY . . 16:50:47 ---> Using cache 16:50:47 ---> 694ebcd7257b 16:50:47 Step 8/21 : COPY . . 16:50:47 ---> Using cache 16:50:47 ---> 9c4fbfc03421 16:50:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:50:47 ---> Using cache 16:50:47 ---> 9c4fbfc03421 16:50:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:50:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:47 ---> 2ca16f0f4974 16:50:47 Step 3/23 : WORKDIR /edgex-go 16:50:47 ---> Using cache 16:50:47 ---> a31e10437e98 16:50:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:47 ---> Using cache 16:50:47 ---> e975896fc59f 16:50:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:50:48 ---> Running in 86dc080306a4 16:50:48 ---> Running in bee7caeaa8ae 16:50:48 ---> Running in 7acb330a281f 16:50:48 ---> Running in ea69bc5d47d1 16:50: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 16:50: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 16:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:51 OK: 233 MiB in 51 packages 16:50:51 OK: 233 MiB in 51 packages 16:50:52 Removing intermediate container 86dc080306a4 16:50:52 ---> 8da6cf77b4eb 16:50:52 Step 6/26 : COPY go.mod . 16:50:53 Removing intermediate container 7acb330a281f 16:50:53 ---> 1c810ce92c79 16:50:53 Step 6/23 : COPY go.mod . 16:50:53 ---> 927f7f9cac24 16:50:53 Step 7/26 : RUN go mod download 16:50:53 ---> Running in e4b358eb0a7f 16:50:53 ---> 12096ff63e94 16:50:53 Step 7/23 : RUN go mod download 16:50:53 ---> Running in 4c6d7e3f66a5 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.282s coverage: 29.1% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.179s coverage: 95.6% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:50:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 16:50:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 16:50:55 GO111MODULE=on go vet ./... 16:50:58 Removing intermediate container e4b358eb0a7f 16:50:58 ---> 1e54d73d346e 16:50:58 Step 8/26 : COPY . . 16:50:58 Removing intermediate container 4c6d7e3f66a5 16:50:58 ---> 9ccfc92d314f 16:50:58 Step 8/23 : COPY . . 16:51:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:51:25 Removing intermediate container ea69bc5d47d1 16:51:25 ---> f0b29d851c82 16:51:25 16:51:25 Step 10/31 : FROM alpine:3.12 16:51:25 ---> 88dd2752d2ea 16:51:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:51:28 ---> Running in eea2052befdc 16:51:29 Removing intermediate container eea2052befdc 16:51:29 ---> d310228bb9e3 16:51:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:51:30 ---> Running in 8397719ba455 16:51:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:32 (1/2) Installing dumb-init (1.2.2-r1) 16:51:32 (2/2) Installing su-exec (0.2-r1) 16:51:32 Executing busybox-1.31.1-r19.trigger 16:51:32 OK: 6 MiB in 16 packages 16:51:33 Removing intermediate container bee7caeaa8ae 16:51:33 ---> 54784f2b262a 16:51:33 16:51:33 Step 10/21 : FROM alpine:3.12 16:51:33 ---> 88dd2752d2ea 16:51:33 Step 11/21 : RUN apk add --update --no-cache curl 16:51:34 ---> Running in 8a4fc06307f1 16:51:34 ---> ebeaa9a7b46a 16:51:34 Step 9/23 : RUN make cmd/core-data/core-data 16:51:34 ---> 00f691a8ec71 16:51:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:51:34 ---> Running in 4c7c5180abca 16:51:34 ---> Running in 46c426d03058 16:51:34 Removing intermediate container 8397719ba455 16:51:34 ---> d18c032e47e6 16:51:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:51:34 ---> Running in ac1981add05f 16:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:34 Removing intermediate container ac1981add05f 16:51:34 ---> e49962fccd22 16:51:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:34 ---> Running in 477e2265c6b7 16:51:35 (1/4) Installing ca-certificates (20191127-r4) 16:51:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:51:35 (3/4) Installing libcurl (7.69.1-r3) 16:51:35 (4/4) Installing curl (7.69.1-r3) 16:51:35 Executing busybox-1.31.1-r19.trigger 16:51:35 Executing ca-certificates-20191127-r4.trigger 16:51: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 16:51:35 OK: 7 MiB in 18 packages 16:51:35 Removing intermediate container 477e2265c6b7 16:51:35 ---> b11ab60870c6 16:51:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:51:35 ---> Running in 3a0e145a628f 16:51:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:51:37 Removing intermediate container 8a4fc06307f1 16:51:37 ---> 9337aed33fd9 16:51:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:51:37 ---> Running in 69b01d0cf9c7 16:51:37 Removing intermediate container 69b01d0cf9c7 16:51:37 ---> 64a8d617e8af 16:51:37 Step 13/21 : WORKDIR /edgex 16:51:38 ---> Running in 55a428144bda 16:51:38 Removing intermediate container 3a0e145a628f 16:51:38 ---> 0ac7b6c1d613 16:51:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:51:38 ---> Running in ece1929d518e 16:51:38 Removing intermediate container 55a428144bda 16:51:38 ---> 8e12fcfe7fc8 16:51:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:51:39 Removing intermediate container ece1929d518e 16:51:39 ---> 6113fb009ccb 16:51:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:51:39 ---> 4042114e51a8 16:51:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:51:40 ---> 111660427343 16:51:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:51:40 ---> Running in 7e59f5c0a989 16:51:40 ---> b535a47eab3f 16:51:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:51:42 ---> d8e4e4f24fa5 16:51:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:51:42 ---> Running in bcba04fa20cb 16:51:43 Removing intermediate container bcba04fa20cb 16:51:43 ---> 8ae754f6ac12 16:51:43 Step 18/21 : CMD ["--init=true"] 16:51:43 ---> Running in e07fc18cf0ff 16:51:44 Removing intermediate container e07fc18cf0ff 16:51:44 ---> 908de7b55fb4 16:51:44 Step 19/21 : LABEL arch=x86_64 16:51:44 Removing intermediate container 7e59f5c0a989 16:51:44 ---> d3968b63ea2d 16:51:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:51:44 ---> Running in e88ac58ff36a 16:51:45 Removing intermediate container e88ac58ff36a 16:51:45 ---> 686aa418070e 16:51:45 Step 20/21 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:51:45 ---> Running in e3b7a0c8c2c6 16:51:45 ---> 08ca0e446e54 16:51:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:51:45 Removing intermediate container e3b7a0c8c2c6 16:51:45 ---> 8ba73d990719 16:51:45 Step 21/21 : LABEL version=0.0.0 16:51:45 ---> Running in 748815fcf298 16:51:46 Removing intermediate container 748815fcf298 16:51:46 ---> 632d447d318c 16:51:46 16:51:48 ---> 17945fcf5dd7 16:51:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:51:48 Successfully built 632d447d318c 16:51:48 Successfully tagged docker-security-proxy-setup-go:latest 16:51:48  Building docker-security-proxy-setup-go ... done  ---> 8e994a2966f2 16:51:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:51:49 ---> afda266a5da0 16:51:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:51:49 ---> ff6f5d9760af 16:51:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:51:50 ---> Running in b0b43315a44a 16:51:51 Removing intermediate container b0b43315a44a 16:51:51 ---> 5a119e8f6d7d 16:51:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:51:52 ---> c0ae8548e306 16:51:52 Step 26/31 : RUN chmod +x /entrypoint.sh 16:51:52 ---> Running in f336fa08cb59 16:51:54 Removing intermediate container f336fa08cb59 16:51:54 ---> 9cb07e587d48 16:51:54 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:51:55 ---> Running in bbc9a98de73d 16:51:55 Removing intermediate container bbc9a98de73d 16:51:55 ---> 797df4810149 16:51:55 Step 28/31 : CMD ["gate"] 16:51:56 ---> Running in 0dc0271967d8 16:51:56 Removing intermediate container 0dc0271967d8 16:51:56 ---> 4da85ee7bda7 16:51:56 Step 29/31 : LABEL arch=x86_64 16:51:56 ---> Running in 953e1292b577 16:51:56 Removing intermediate container 953e1292b577 16:51:56 ---> 1b220320ee4a 16:51:56 Step 30/31 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:51:57 ---> Running in d3ea0de642fd 16:51:57 Removing intermediate container d3ea0de642fd 16:51:57 ---> dca8834304d4 16:51:57 Step 31/31 : LABEL version=0.0.0 16:51:57 ---> Running in 063dcbe8e2fd 16:51:58 Removing intermediate container 063dcbe8e2fd 16:51:58 ---> b503778b5fda 16:51:58 16:51:58 Successfully built b503778b5fda 16:51:58 Successfully tagged docker-security-bootstrapper-go:latest 16:52:04  Building docker-security-bootstrapper-go ... done Removing intermediate container 4c7c5180abca 16:52:04 ---> 588f54ec5933 16:52:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:52:04 ---> Running in ebfde047e4a6 16:52:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:52:06 Removing intermediate container 46c426d03058 16:52:06 ---> 2f0c1655a703 16:52:06 16:52:06 Step 10/23 : FROM alpine:3.12 16:52:06 ---> 88dd2752d2ea 16:52:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:52:06 ---> Running in 465d5a0a36e7 16:52:06 Removing intermediate container ebfde047e4a6 16:52:06 ---> 58cafecd0c71 16:52:06 16:52:06 Step 11/26 : FROM docker:20.10.0 16:52:06 20.10.0: Pulling from library/docker 16:52:06 Removing intermediate container 465d5a0a36e7 16:52:06 ---> 48cfad09602c 16:52:06 Step 12/23 : ENV APP_PORT=48080 16:52:06 ---> Running in b760a390e8e5 16:52:07 Removing intermediate container b760a390e8e5 16:52:07 ---> da82b0aa9d29 16:52:07 Step 13/23 : EXPOSE $APP_PORT 16:52:07 ---> Running in 9a538b1f94ac 16:52:08 Removing intermediate container 9a538b1f94ac 16:52:08 ---> 9cd2ce31a182 16:52:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:52:08 ---> Running in 1b95a2501631 16:52:09 Removing intermediate container 1b95a2501631 16:52:09 ---> f6d2fa955bb2 16:52:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:52:09 ---> Running in 41071390b577 16:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:12 (1/6) Installing dumb-init (1.2.2-r1) 16:52:12 (2/6) Installing libgcc (9.3.0-r2) 16:52:12 (3/6) Installing libsodium (1.0.18-r0) 16:52:12 (4/6) Installing libstdc++ (9.3.0-r2) 16:52:13 (5/6) Installing libzmq (4.3.3-r0) 16:52:13 (6/6) Installing zeromq (4.3.3-r0) 16:52:13 Executing busybox-1.31.1-r19.trigger 16:52:13 OK: 8 MiB in 20 packages 16:52:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:52:14 Status: Downloaded newer image for docker:20.10.0 16:52:14 ---> aefe523efa57 16:52:14 Step 12/26 : RUN apk add --no-cache bash 16:52:14 ---> Running in 1841e8f00592 16:52:14 Removing intermediate container 41071390b577 16:52:14 ---> 69977bfece7c 16:52:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:15 ---> 9e37374c7cca 16:52:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:52:15 (1/2) Installing readline (8.0.4-r0) 16:52:15 (2/2) Installing bash (5.0.17-r0) 16:52:15 Executing bash-5.0.17-r0.post-install 16:52:15 Executing busybox-1.31.1-r19.trigger 16:52:15 OK: 12 MiB in 22 packages 16:52:15 ---> 467b2dff3bcc 16:52:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:52:15 Removing intermediate container 1841e8f00592 16:52:15 ---> 7ec92558170e 16:52:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:52:15 ---> Running in 5a8c397837f6 16:52:15 ---> 0a3a22143917 16:52:15 Step 19/23 : ENTRYPOINT ["/core-data"] 16:52:15 ---> Running in 860d3db189f1 16:52:16 Removing intermediate container 5a8c397837f6 16:52:16 ---> 0bf4bf27f362 16:52:16 Step 14/26 : ENV APP_PORT=48090 16:52:16 ---> Running in 236f8d59ec33 16:52:16 Removing intermediate container 860d3db189f1 16:52:16 ---> 9ed5b778250b 16:52:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:16 ---> Running in 12c6fd604f90 16:52:16 Removing intermediate container 236f8d59ec33 16:52:16 ---> 0c2333d64ebe 16:52:16 Step 15/26 : EXPOSE $APP_PORT 16:52:16 ---> Running in b3d593e37207 16:52:16 Removing intermediate container 12c6fd604f90 16:52:16 ---> 95e37cbc5f47 16:52:16 Step 21/23 : LABEL arch=x86_64 16:52:16 ---> Running in cba057e67951 16:52:16 Removing intermediate container b3d593e37207 16:52:16 ---> 8fcf2b99ddc4 16:52:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:52:16 Removing intermediate container cba057e67951 16:52:16 ---> b92c3b20825a 16:52:16 Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:52:16 ---> Running in e55e28572a10 16:52:17 Removing intermediate container e55e28572a10 16:52:17 ---> a8d4ea9fe016 16:52:17 Step 23/23 : LABEL version=0.0.0 16:52:17 ---> Running in 4cd6cd816ed4 16:52:17 ---> 3a7da03e6317 16:52:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:52:17 Removing intermediate container 4cd6cd816ed4 16:52:17 ---> 386a94b5b61a 16:52:17 16:52:17 Successfully built 386a94b5b61a 16:52:17 Successfully tagged docker-core-data-go:latest 16:52:17  Building docker-core-data-go ... done  ---> d829c02039ca 16:52:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:52:17 gofmt -l . 16:52:17 [ "`gofmt -l .`" = "" ] 16:52:17 ./bin/test-go-mod-tidy.sh 16:52:17 ./bin/test-attribution-txt.sh [Pipeline] sh 16:52:18 ---> 406c6b76d80b 16:52:18 Step 19/26 : RUN apk --no-cache add py3-pip 16:52:18 ---> Running in f14a38c12cc8 16:52:18 + ls -al . 16:52:18 total 764 16:52:18 drwxrwxr-x 9 1001 1001 4096 Mar 9 16:52 . 16:52:18 drwxr-xr-x 4 root root 4096 Mar 9 16:47 .. 16:52:18 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:46 .dockerignore 16:52:18 drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 .git 16:52:18 drwxrwxr-x 3 1001 1001 4096 Mar 9 16:46 .github 16:52:18 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:46 .gitignore 16:52:18 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:46 .sonarcloud.properties 16:52:18 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:46 Attribution.txt 16:52:18 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:46 CONTRIBUTING.md 16:52:18 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:46 Dockerfile.build 16:52:18 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:46 Jenkinsfile 16:52:18 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:46 LICENSE 16:52:18 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:46 Makefile 16:52:18 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:46 README.md 16:52:18 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:46 SECURITY.md 16:52:18 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:42 VERSION 16:52:18 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:46 ZMQWindows.md 16:52:18 drwxrwxr-x 2 1001 1001 4096 Mar 9 16:46 bin 16:52:18 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:46 cmd 16:52:18 -rw-r--r-- 1 root root 624012 Mar 9 16:50 coverage.out 16:52:18 -rw-r--r-- 1 root root 1055 Mar 9 16:52 go.mod 16:52:18 -rw-r--r-- 1 root root 22099 Mar 9 16:52 go.sum 16:52:18 drwxrwxr-x 8 1001 1001 4096 Mar 9 16:46 internal 16:52:18 drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 openapi 16:52:18 drwxrwxr-x 4 1001 1001 4096 Mar 9 16:46 snap 16:52:18 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:46 version.go [Pipeline] sh 16:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:19 (1/33) Installing libbz2 (1.0.8-r1) 16:52:19 (2/33) Installing expat (2.2.9-r1) 16:52:19 (3/33) Installing libffi (3.3-r2) 16:52:19 (4/33) Installing gdbm (1.13-r1) 16:52:19 (5/33) Installing xz-libs (5.2.5-r0) 16:52:19 (6/33) Installing sqlite-libs (3.32.1-r0) 16:52:19 (7/33) Installing python3 (3.8.5-r1) 16:52:19 + '[' -e coverage.out ] 16:52:19 + chown 1001:1001 coverage.out [Pipeline] stash 16:52:19 Warning: overwriting stash ‘coverage-report’ 16:52:20 (8/33) Installing py3-appdirs (1.4.4-r1) 16:52:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:52:20 (10/33) Installing py3-parsing (2.4.7-r0) 16:52:20 (11/33) Installing py3-six (1.15.0-r0) 16:52:20 (12/33) Installing py3-packaging (20.4-r0) 16:52:20 (13/33) Installing py3-setuptools (47.0.0-r0) 16:52:20 (14/33) Installing py3-chardet (3.0.4-r4) 16:52:20 (15/33) Installing py3-idna (2.9-r0) 16:52:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:52:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:52:20 (18/33) Installing py3-requests (2.23.0-r0) 16:52:20 (19/33) Installing py3-msgpack (1.0.0-r0) 16:52:20 (20/33) Installing py3-lockfile (0.12.2-r3) 16:52:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:52:20 (22/33) Installing py3-colorama (0.4.3-r0) 16:52:20 (23/33) Installing py3-distlib (0.3.0-r0) 16:52:20 (24/33) Installing py3-distro (1.5.0-r1) 16:52:20 (25/33) Installing py3-webencodings (0.5.1-r3) 16:52:20 (26/33) Installing py3-html5lib (1.0.1-r4) 16:52:20 (27/33) Installing py3-pytoml (0.1.21-r0) 16:52:20 (28/33) Installing py3-pep517 (0.8.2-r0) 16:52:20 (29/33) Installing py3-progress (1.5-r0) 16:52:20 (30/33) Installing py3-toml (0.10.1-r0) 16:52:20 (31/33) Installing py3-retrying (1.3.3-r0) 16:52:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:52:20 (33/33) Installing py3-pip (20.1.1-r0) 16:52:20 Executing busybox-1.31.1-r19.trigger 16:52:20 OK: 71 MiB in 55 packages 16:52:20 Stashed 1 file(s) [Pipeline] sh 16:52:21 + make build 16:52:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:52:30 Removing intermediate container f14a38c12cc8 16:52:30 ---> 94a7c3d356c7 16:52:30 Step 20/26 : RUN pip install docker-compose==1.23.2 16:52:30 ---> Running in 259e359b5473 16:52:30 Collecting docker-compose==1.23.2 16:52:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:52:30 Collecting websocket-client<1.0,>=0.32.0 16:52:30 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:52:31 Collecting texttable<0.10,>=0.9.0 16:52:31 Downloading texttable-0.9.1.tar.gz (11 kB) 16:52:31 Collecting cached-property<2,>=1.2.0 16:52:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:52:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:52:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:52:31 Collecting docopt<0.7,>=0.6.1 16:52:31 Downloading docopt-0.6.2.tar.gz (25 kB) 16:52:33 Collecting jsonschema<3,>=2.5.1 16:52:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:52:33 Collecting dockerpty<0.5,>=0.4.1 16:52:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:52:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:52:33 Collecting docker<4.0,>=3.6.0 16:52:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:52:34 Collecting PyYAML<4,>=3.10 16:52:34 Downloading PyYAML-3.13.tar.gz (270 kB) 16:52:35 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:52:35 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:52:35 Collecting urllib3<1.25,>=1.21.1 16:52:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:52:35 Collecting idna<2.8,>=2.5 16:52:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:52:35 Collecting docker-pycreds>=0.4.0 16:52:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:52:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:52:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:52:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:52:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:52:35 Installing collected packages: websocket-client, texttable, cached-property, urllib3, idna, requests, docopt, jsonschema, dockerpty, docker-pycreds, docker, PyYAML, docker-compose 16:52:35 Running setup.py install for texttable: started 16:52:36 Running setup.py install for texttable: finished with status 'done' 16:52:36 Attempting uninstall: urllib3 16:52:36 Found existing installation: urllib3 1.25.9 16:52:36 Uninstalling urllib3-1.25.9: 16:52:36 Successfully uninstalled urllib3-1.25.9 16:52:36 Attempting uninstall: idna 16:52:36 Found existing installation: idna 2.9 16:52:36 Uninstalling idna-2.9: 16:52:36 Successfully uninstalled idna-2.9 16:52:36 Attempting uninstall: requests 16:52:36 Found existing installation: requests 2.23.0 16:52:36 Uninstalling requests-2.23.0: 16:52:36 Successfully uninstalled requests-2.23.0 16:52:36 Running setup.py install for docopt: started 16:52:37 Running setup.py install for docopt: finished with status 'done' 16:52:37 Running setup.py install for dockerpty: started 16:52:37 Running setup.py install for dockerpty: finished with status 'done' 16:52:38 Running setup.py install for PyYAML: started 16:52:38 Running setup.py install for PyYAML: finished with status 'done' 16:52:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:52:42 Removing intermediate container 259e359b5473 16:52:42 ---> bc1783b66eef 16:52:42 Step 21/26 : RUN apk --no-cache add curl 16:52:42 ---> Running in 793120ef6763 16:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:52:42 (2/3) Installing libcurl (7.69.1-r3) 16:52:42 (3/3) Installing curl (7.69.1-r3) 16:52:42 Executing busybox-1.31.1-r19.trigger 16:52:42 OK: 72 MiB in 58 packages 16:52:43 Removing intermediate container 793120ef6763 16:52:43 ---> 6b2246c90046 16:52:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:52:43 ---> Running in aff4737b1026 16:52:43 Removing intermediate container aff4737b1026 16:52:43 ---> a06ee7ca50ae 16:52:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:43 ---> Running in f3121507af9d 16:52:43 Removing intermediate container f3121507af9d 16:52:43 ---> 55392c8932df 16:52:43 Step 24/26 : LABEL arch=x86_64 16:52:43 ---> Running in 296f933c741d 16:52:43 Removing intermediate container 296f933c741d 16:52:43 ---> e36475d20bac 16:52:43 Step 25/26 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:52:43 ---> Running in 8c368270ffe1 16:52:44 Removing intermediate container 8c368270ffe1 16:52:44 ---> c0f0a1419b55 16:52:44 Step 26/26 : LABEL version=0.0.0 16:52:44 ---> Running in 1313714a3ecb 16:52:44 Removing intermediate container 1313714a3ecb 16:52:44 ---> e9c308ebba79 16:52:44 16:52:44 Successfully built e9c308ebba79 16:52:44 Successfully tagged docker-sys-mgmt-agent-go:latest 16:52:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:52:45 $ docker stop --time=1 ea436c8f7acf0c332aaf416f2c462123bf182fe2971f169d700f974bee64d682 16:52:46 $ docker rm -f ea436c8f7acf0c332aaf416f2c462123bf182fe2971f169d700f974bee64d682 [Pipeline] // withDockerContainer [Pipeline] sh 16:52:47 + docker images 16:52:47 + grep docker 16:52:47 docker-sys-mgmt-agent-go latest e9c308ebba79 3 seconds ago 313MB 16:52:47 docker-core-data-go latest 386a94b5b61a 30 seconds ago 22.6MB 16:52:47 docker-security-bootstrapper-go latest b503778b5fda 50 seconds ago 18.7MB 16:52:47 docker-security-proxy-setup-go latest 632d447d318c About a minute ago 24.7MB 16:52:47 docker-security-secretstore-setup-go latest 92f42bd2c8c5 2 minutes ago 24.9MB 16:52:47 docker-support-notifications-go latest d301fca8a203 2 minutes ago 17.8MB 16:52:47 docker-support-scheduler-go latest 73c4f145d996 2 minutes ago 17.2MB 16:52:47 docker-core-metadata-go latest b444b024c41f 2 minutes ago 19MB 16:52:47 docker-core-command-go latest f5bb43f47dc2 2 minutes ago 17.2MB 16:52:47 docker 20.10.0 aefe523efa57 2 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 16:52:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:52:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:53:03 Still waiting to schedule task 16:53:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:53:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:53:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:53: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 16:53:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:53:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:53:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:53:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:53:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:53:41 $ docker stop --time=1 13bec83eaaab6f59b757d3e89e7365370c9b50b6f6b94006f2fdc09c360e6f69 16:53:44 $ docker rm -f 13bec83eaaab6f59b757d3e89e7365370c9b50b6f6b94006f2fdc09c360e6f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:46 16:53:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:53:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:47 latest: Pulling from edgex-devops/edgex-compose-arm64 16:53:47 29e5d40040c1: Pulling fs layer 16:53:47 1ce36da41761: Pulling fs layer 16:53:47 25b303627fd3: Pulling fs layer 16:53:47 29e5d40040c1: Verifying Checksum 16:53:47 29e5d40040c1: Download complete 16:53:48 29e5d40040c1: Pull complete 16:53:48 1ce36da41761: Verifying Checksum 16:53:48 1ce36da41761: Download complete 16:53:49 1ce36da41761: Pull complete 16:53:49 25b303627fd3: Verifying Checksum 16:53:49 25b303627fd3: Download complete 16:53:59 25b303627fd3: Pull complete 16:53:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:53:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:54:00 prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container 16:54:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:54:03 $ docker top 383c6ee997fd54c35af33f622d021516b3ad2b73aca1ca5e923479462fa326d6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:04 + grep parallel 16:54:04 + docker-compose build --help 16:54:07 --parallel Build images in parallel. [Pipeline] } 16:54:07 $ docker stop --time=1 383c6ee997fd54c35af33f622d021516b3ad2b73aca1ca5e923479462fa326d6 16:54:09 $ docker rm -f 383c6ee997fd54c35af33f622d021516b3ad2b73aca1ca5e923479462fa326d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:11 . [Pipeline] withDockerContainer 16:54:11 prd-ubuntu18.04-docker-arm64-4c-16g-29161 does not seem to be running inside a container 16:54:11 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 16:54:12 $ docker top f046a644f1154fbdbafd172584cfdd82884c8bcc31bab22c7ed7601dbc435dae -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:13 + docker-compose -f ./docker-compose-build.yml build --parallel 16:54:18 Building docker-core-command-go ... 16:54:18 Building docker-core-data-go ... 16:54:18 Building docker-core-metadata-go ... 16:54:18 Building docker-security-bootstrapper-go ... 16:54:18 Building docker-security-proxy-setup-go ... 16:54:18 Building docker-security-secretstore-setup-go ... 16:54:18 Building docker-support-notifications-go ... 16:54:18 Building docker-support-scheduler-go ... 16:54:18 Building docker-sys-mgmt-agent-go ... 16:54:18 Building docker-security-bootstrapper-go 16:54:18 Building docker-core-command-go 16:54:18 Building docker-support-notifications-go 16:54:18 Building docker-security-secretstore-setup-go 16:54:18 Building docker-core-metadata-go 16:55:36 Running on prd-ubuntu18.04-docker-8c-8g-29167 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 16:55:36 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 16:55:38 using credential edgex-jenkins-ssh 16:55:38 Cloning the remote Git repository 16:55:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:55:38 > git init /w/workspace/edgex-go/11 # timeout=10 16:55:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:55:38 > git --version # timeout=10 16:55:38 > git --version # 'git version 2.17.1' 16:55:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:55:39 ---> 38b5fd697b4c 16:55:39 Step 3/23 : WORKDIR /edgex-go 16:55:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:55:39 ---> 38b5fd697b4c 16:55:39 Step 3/24 : WORKDIR /edgex-go 16:55:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:55:39 ---> 38b5fd697b4c 16:55:39 Step 3/22 : WORKDIR /edgex-go 16:55:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:55:39 ---> 38b5fd697b4c 16:55:39 Step 3/23 : WORKDIR /edgex-go 16:55:39 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:55:39 ---> 38b5fd697b4c 16:55:39 Step 3/31 : WORKDIR /edgex-go 16:55:39 ---> Running in 1f19d949a72b 16:55:39 ---> Running in 607795fc63cb 16:55:39 ---> Running in df5000017956 16:55:39 ---> Running in 64a86810d5c7 16:55:39 ---> Running in 2404b18baffb 16:55:39 Removing intermediate container 607795fc63cb 16:55:39 ---> 13d146ad500d 16:55:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:39 Removing intermediate container 1f19d949a72b 16:55:39 ---> 80c49d7464ae 16:55:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:39 Removing intermediate container 2404b18baffb 16:55:39 ---> 00025215f3ec 16:55:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:39 Removing intermediate container df5000017956 16:55:39 ---> 4177be1477db 16:55:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:39 Removing intermediate container 64a86810d5c7 16:55:39 ---> 3b5062e228aa 16:55:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:39 ---> Running in e3fdd15d1c04 16:55:39 ---> Running in 7d63c9efeaaf 16:55:39 ---> Running in 35084a4702a8 16:55:39 ---> Running in c05276fb534b 16:55:39 ---> Running in ebe389114aa1 16:55:39 Removing intermediate container e3fdd15d1c04 16:55:39 ---> 39cc401d5f4f 16:55:39 Step 5/23 : RUN apk add --update --no-cache make git 16:55:39 ---> Running in 29c2305db00a 16:55:39 Removing intermediate container 7d63c9efeaaf 16:55:39 ---> 3d0ff8e16cd1 16:55:39 Step 5/23 : RUN apk add --update --no-cache make git 16:55:39 ---> Running in af3de73a18fa 16:55:39 Removing intermediate container ebe389114aa1 16:55:39 ---> 0f66b377a936 16:55:39 Step 5/24 : RUN apk add --update --no-cache make git 16:55:39 Removing intermediate container 35084a4702a8 16:55:39 ---> 8b2f206e9bb6 16:55:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:55:39 Removing intermediate container c05276fb534b 16:55:39 ---> fdc763319d63 16:55:39 Step 5/31 : RUN apk add --update --no-cache make git 16:55:39 ---> Running in b5e466e0616c 16:55:39 ---> Running in d3ad71f0cda0 16:55:39 ---> Running in 480ce4e368a3 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:39 OK: 217 MiB in 51 packages 16:55:39 OK: 217 MiB in 51 packages 16:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:39 OK: 217 MiB in 51 packages 16:55:39 OK: 217 MiB in 51 packages 16:55:40 Removing intermediate container af3de73a18fa 16:55:40 ---> b4636a79adeb 16:55:40 Step 6/23 : COPY go.mod . 16:55:41 Removing intermediate container d3ad71f0cda0 16:55:41 ---> 9c2ff4308268 16:55:41 Step 6/22 : COPY go.mod . 16:55:41 Removing intermediate container b5e466e0616c 16:55:41 ---> 098d196ccf9f 16:55:41 Step 6/24 : COPY go.mod . 16:55:41 Removing intermediate container 29c2305db00a 16:55:41 ---> 8d3746ff9b79 16:55:41 Step 6/23 : COPY go.mod . 16:55:41 OK: 217 MiB in 51 packages 16:55:41 ---> 1e8a0ec14712 16:55:41 Step 7/23 : RUN go mod download 16:55:41 ---> Running in feaefa15bded 16:55:42 ---> 8ce588cce9c4 16:55:42 ---> 65d82f29eaca 16:55:42 Step 7/24 : RUN go mod download 16:55:42 Step 7/23 : RUN go mod download 16:55:42 ---> 027e0eef2489 16:55:42 Step 7/22 : RUN go mod download 16:55:42 ---> Running in 59cbfd6e13c6 16:55:42 ---> Running in 94cf1c756e03 16:55:42 ---> Running in 7d1d19cfe1f0 16:55:43 Removing intermediate container 480ce4e368a3 16:55:43 ---> 4982b9694476 16:55:43 Step 6/31 : COPY go.mod . 16:55:44 ---> f766e5859e71 16:55:44 Step 7/31 : RUN go mod download 16:55:45 ---> Running in 6cc35dcb32dc 16:55:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:55:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:55:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:55:44 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:45 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:55:45 Merge succeeded, producing 70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:55:45 Checking out Revision 70985b36a4c4f7a9ce085f1c274b64dae150ac78 (PR-3209) 16:55:46 Removing intermediate container feaefa15bded 16:55:46 ---> a786857d5401 16:55:46 Step 8/23 : COPY . . 16:55:45 > git config core.sparsecheckout # timeout=10 16:55:45 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 16:55:45 > git remote # timeout=10 16:55:45 > git config --get remote.origin.url # timeout=10 16:55:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:45 > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 16:55:45 > git rev-parse HEAD^{commit} # timeout=10 16:55:45 > git config core.sparsecheckout # timeout=10 16:55:45 > git checkout -f 70985b36a4c4f7a9ce085f1c274b64dae150ac78 # timeout=10 16:55:47 Removing intermediate container 7d1d19cfe1f0 16:55:47 ---> ce18c0aae068 16:55:47 Step 8/24 : COPY . . 16:55:47 Removing intermediate container 59cbfd6e13c6 16:55:47 ---> a89dc50a28d4 16:55:47 Step 8/22 : COPY . . 16:55:48 Removing intermediate container 94cf1c756e03 16:55:48 ---> 603dbb83eb07 16:55:48 Step 8/23 : COPY . . 16:55:49 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:50 Removing intermediate container 6cc35dcb32dc 16:55:50 ---> e604910fac84 16:55:50 Step 8/31 : COPY . . 16:55:50 + echo snap-build.sh 16:55:50 snap-build.sh 16:55:50 + SNAP_BASE_DIR=. 16:55:50 + '[' '!' -z /w/workspace/edgex-go/11 ']' 16:55:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/11 16:55:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' 16:55:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/11] 16:55:50 + cd /w/workspace/edgex-go/11 16:55:50 + sudo apt-get remove -qy --purge lxd lxd-client 16:55:50 Reading package lists... 16:55:50 Building dependency tree... 16:55:50 Reading state information... 16:55:50 The following packages were automatically installed and are no longer required: 16:55:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:55:50 uidmap xdelta3 16:55:50 Use 'sudo apt autoremove' to remove them. 16:55:50 The following packages will be REMOVED: 16:55:50 lxd* lxd-client* 16:55:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:55:50 After this operation, 31.7 MB disk space will be freed. 16:55:51 (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.) 16:55:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:55:52 Removing lxd dnsmasq configuration 16:55:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:55:53 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:55:54 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:55:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 16:55:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:55:55 Processing triggers for systemd (237-3ubuntu10.42) ... 16:55:55 Processing triggers for ureadahead (0.100.0-21) ... 16:55:57 + sudo snap remove --purge lxd 16:55:57 snap "lxd" is not installed 16:55:57 + sudo groupadd --force --system lxd 16:55:57 ++ whoami 16:55:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:55:57 + newgrp - lxd 16:55:57 + sudo snap install lxd 16:56:07 2021-03-09T16:56:04Z INFO Waiting for automatic snapd restart... 16:56:17 ---> 94432be70390 16:56:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:56:17 ---> 51e26059633d 16:56:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:56:17 ---> 47d6a022ca0b 16:56:17 Step 9/23 : RUN make cmd/core-command/core-command 16:56:17 ---> bb592ac73be1 16:56:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:56:17 ---> Running in f07d93f20ecb 16:56:17 ---> 0b848c8ab444 16:56:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:56:17 ---> Running in f4378bde8899 16:56:17 ---> Running in b5a5c3b45064 16:56:17 ---> Running in 16f414050130 16:56:17 ---> Running in 134fd248d5f5 16:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:56:29 lxd 4.11 from Canonical* installed 16:56:29 + sudo lxd init --auto 16:56:39 + sudo snap install --classic snapcraft 16:56:47 snapcraft 4.5.4 from Canonical* installed 16:56:47 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:56:47 + patch --verbose -p1 16:56:47 Hmm... Looks like a unified diff to me... 16:56:47 The text leading up to this was: 16:56:47 -------------------------- 16:56:47 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:56:47 |From: Tony Espy 16:56:47 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:56:47 |Subject: [PATCH] optimize snap build for pipeline CI check 16:56:47 | 16:56:47 |This patch is used by the EdgeX CI pipeline builds to 16:56:47 |optimize the snap CI check run for pull requests. When 16:56:47 |applied, it essentially strips out everything (apps and 16:56:47 |parts) from the snapcraft.yaml file except those required 16:56:47 |to build edgex-go, as the whole idea of the CI check is to 16:56:47 |catch changes to edgex-go that break the snap build. 16:56:47 | 16:56:47 |In general, anyone updating snapcraft.yaml will also need 16:56:47 |to update this patch file, otherwise it may fail to apply, 16:56:47 |resulting in a failed snap build CI check in the associated 16:56:47 |pull request. 16:56:47 | 16:56:47 |Note - in addition to applying this patch, the pipeline also 16:56:47 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:56:47 |need to build the finally binary .snap file (and it won't 16:56:47 |work with the patch applied). This further reduces the build 16:56:47 |time. 16:56:47 |--- 16:56:47 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:56:47 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:56:47 | 16:56:47 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:56:47 |index 1e537489..faf42425 100644 16:56:47 |--- a/snap/snapcraft.yaml 16:56:47 |+++ b/snap/snapcraft.yaml 16:56:47 -------------------------- 16:56:47 patching file snap/snapcraft.yaml 16:56:47 Using Plan A... 16:56:47 Hunk #1 succeeded at 73. 16:56:47 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 16:56:47 Hunk #3 succeeded at 217 (offset 3 lines). 16:56:47 Hunk #4 succeeded at 225 (offset 3 lines). 16:56:47 Hunk #5 succeeded at 232 (offset 3 lines). 16:56:47 Hunk #6 succeeded at 259 (offset 3 lines). 16:56:47 Hunk #7 succeeded at 293 (offset 3 lines). 16:56:47 Hunk #8 succeeded at 352 (offset 11 lines). 16:56:47 Hmm... Ignoring the trailing garbage. 16:56:47 done 16:56:47 + sudo snapcraft prime --use-lxd 16:56:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:56:47 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:56:47 - README.md 16:56:47 - snapcraft.yaml.orig 16:56:47 16:56:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:56:48 Launching a container. 16:57:00 Waiting for container to be ready 16:57:00 To start your first instance, try: lxc launch ubuntu:18.04 16:57:00 16:57:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:57:03 Waiting for network to be ready... 16:57:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:57:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:57:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 16:57:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 16:57:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:57:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:57:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 16:57:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 16:57:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 16:57:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 16:57:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:57:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:57:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:57:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:57:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:57:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:57:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:57:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:57:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:57:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 16:57:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 16:57:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:57:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:57:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 16:57:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 16:57:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 16:57:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 16:57:08 Fetched 24.0 MB in 4s (6151 kB/s) 16:57:08 Reading package lists... 16:57:08 Reading package lists... 16:57:08 Building dependency tree... 16:57:08 Reading state information... 16:57:08 The following additional packages will be installed: 16:57:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:57:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:57:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:57:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:57:08 Suggested packages: 16:57:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:57:08 Recommended packages: 16:57:08 gnupg libsasl2-modules 16:57:08 The following NEW packages will be installed: 16:57:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:57:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:57:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:57:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:57:08 The following packages will be upgraded: 16:57:08 gpg gpg-agent gpgconf libudev1 16:57:09 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:57:09 Need to get 3530 kB of archives. 16:57:09 After this operation, 13.3 MB of additional disk space will be used. 16:57:09 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:57:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:57:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:57:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:57:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:57:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:57:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:57:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:57:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:57:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:57:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:57:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:57:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:57:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:57:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:57:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:57:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:57:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:57:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:57:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:57:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:57:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:57:10 debconf: delaying package configuration, since apt-utils is not installed 16:57:10 Fetched 3530 kB in 1s (3486 kB/s) 16:57:10 (Reading database ... 12511 files and directories currently installed.) 16:57:10 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:57:10 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:10 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:57:10 Selecting previously unselected package udev. 16:57:10 (Reading database ... 12511 files and directories currently installed.) 16:57:10 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:57:10 Unpacking udev (237-3ubuntu10.44) ... 16:57:10 Selecting previously unselected package libfuse2:amd64. 16:57:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:57:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:57:11 Selecting previously unselected package fuse. 16:57:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:57:11 Unpacking fuse (2.9.7-1ubuntu1) ... 16:57:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:11 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:11 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:11 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:11 Selecting previously unselected package libksba8:amd64. 16:57:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:57:11 Unpacking libksba8:amd64 (1.3.5-2) ... 16:57:11 Selecting previously unselected package libroken18-heimdal:amd64. 16:57:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:57:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:57:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:57:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libwind0-heimdal:amd64. 16:57:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:57:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:57:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:57:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:57:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:57:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:12 Selecting previously unselected package libsasl2-modules-db:amd64. 16:57:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:57:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:12 Selecting previously unselected package libsasl2-2:amd64. 16:57:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:57:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:12 Selecting previously unselected package libldap-common. 16:57:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:57:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:57:12 Selecting previously unselected package libldap-2.4-2:amd64. 16:57:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:57:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:57:13 Selecting previously unselected package dirmngr. 16:57:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:13 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:57:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:57:13 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:57:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:57:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:57:13 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:57:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:13 Setting up libksba8:amd64 (1.3.5-2) ... 16:57:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:13 Setting up udev (237-3ubuntu10.44) ... 16:57:13 invoke-rc.d: policy-rc.d denied execution of start. 16:57:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Processing triggers for systemd (237-3ubuntu10) ... 16:57:14 Setting up fuse (2.9.7-1ubuntu1) ... 16:57:14 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:57:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:57:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:57:14 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:57:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:57:14 settings in the [Install] section, and DefaultInstance for template units). 16:57:14 This means they are not meant to be enabled using systemctl. 16:57:14 Possible reasons for having this kind of units are: 16:57:14 1) A unit may be statically enabled by being symlinked from another unit's 16:57:14 .wants/ or .requires/ directory. 16:57:14 2) A unit's purpose may be to act as a helper for some other unit which has 16:57:14 a requirement dependency on it. 16:57:14 3) A unit may be started when needed via activation (socket, path, timer, 16:57:14 D-Bus, udev, scripted systemctl call, ...). 16:57:14 4) In case of template units, the unit is meant to be enabled with some 16:57:14 instance name specified. 16:57:15 Reading package lists... 16:57:15 Building dependency tree... 16:57:15 Reading state information... 16:57:15 The following additional packages will be installed: 16:57:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:57:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:57:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:57:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:57:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:57:15 Suggested packages: 16:57:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:57:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:57:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:57:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:57:15 systemd-container policykit-1 16:57:15 Recommended packages: 16:57:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:57:15 The following NEW packages will be installed: 16:57:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:57:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:57:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:57:15 multiarch-support openssh-client python3 python3-minimal python3.6 16:57:15 python3.6-minimal snapd squashfs-tools sudo 16:57:15 The following packages will be upgraded: 16:57:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:57:15 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:57:15 Need to get 35.2 MB of archives. 16:57:15 After this operation, 141 MB of additional disk space will be used. 16:57:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:57:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:57:15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:57:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 16:57:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:57:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:57:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:57:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:57:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:57:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:57:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:57:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:57:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:57:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:57:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:57:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:57:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:57:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:57:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:57:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:57:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:57:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:57:16 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:57:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:57:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:57:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:57:16 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:57:16 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:57:16 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:57:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:57:17 debconf: delaying package configuration, since apt-utils is not installed 16:57:17 Fetched 35.2 MB in 1s (26.3 MB/s) 16:57:17 (Reading database ... 12757 files and directories currently installed.) 16:57:17 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:57:17 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:57:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:17 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:57:18 (Reading database ... 12757 files and directories currently installed.) 16:57:18 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:57:18 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:57:18 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:57:18 (Reading database ... 12757 files and directories currently installed.) 16:57:18 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:57:18 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:57:18 Setting up apt (1.6.12ubuntu0.2) ... 16:57:18 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:57:19 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:57:19 (Reading database ... 12764 files and directories currently installed.) 16:57:19 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:57:19 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:57:19 Selecting previously unselected package libpython3.6-minimal:amd64. 16:57:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:19 Selecting previously unselected package libexpat1:amd64. 16:57:19 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:57:19 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:57:19 Selecting previously unselected package python3.6-minimal. 16:57:19 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:19 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:57:20 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 16:57:20 Checking for services that may need to be restarted...done. 16:57:20 Checking for services that may need to be restarted...done. 16:57:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:57:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:57:21 Selecting previously unselected package python3-minimal. 16:57:21 (Reading database ... 13012 files and directories currently installed.) 16:57:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:57:21 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:57:21 Selecting previously unselected package mime-support. 16:57:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:57:21 Unpacking mime-support (3.60ubuntu1) ... 16:57:21 Selecting previously unselected package libmpdec2:amd64. 16:57:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:57:21 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:57:21 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:57:21 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:21 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:21 Selecting previously unselected package python3.6. 16:57:21 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:21 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:57:21 Selecting previously unselected package libpython3-stdlib:amd64. 16:57:21 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:57:21 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:57:21 Setting up python3-minimal (3.6.7-1~18.04) ... 16:57:22 Selecting previously unselected package python3. 16:57:22 (Reading database ... 13442 files and directories currently installed.) 16:57:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:57:22 Unpacking python3 (3.6.7-1~18.04) ... 16:57:22 Selecting previously unselected package multiarch-support. 16:57:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:57:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:57:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:57:22 Selecting previously unselected package liblzo2-2:amd64. 16:57:22 (Reading database ... 13479 files and directories currently installed.) 16:57:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:57:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:57:22 Selecting previously unselected package libbsd0:amd64. 16:57:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:57:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:57:22 Selecting previously unselected package sudo. 16:57:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:57:22 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:57:22 Selecting previously unselected package apparmor. 16:57:22 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:57:22 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:57:22 Selecting previously unselected package libedit2:amd64. 16:57:22 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:57:22 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:57:22 Selecting previously unselected package libkrb5support0:amd64. 16:57:22 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:57:22 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:57:23 Selecting previously unselected package libk5crypto3:amd64. 16:57:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:57:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:57:23 Selecting previously unselected package libkeyutils1:amd64. 16:57:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:57:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:57:23 Selecting previously unselected package libkrb5-3:amd64. 16:57:23 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:57:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:57:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:57:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:57:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:57:23 Selecting previously unselected package libssl1.0.0:amd64. 16:57:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:57:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:57:23 Selecting previously unselected package openssh-client. 16:57:23 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:57:23 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:57:23 Selecting previously unselected package squashfs-tools. 16:57:23 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:57:23 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:57:23 Selecting previously unselected package snapd. 16:57:23 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:57:24 Unpacking snapd (2.48.3+18.04) ... 16:57:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:57:26 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:57:26 Setting up mime-support (3.60ubuntu1) ... 16:57:27 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:57:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:57:27 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:57:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:27 Setting up systemd (237-3ubuntu10.44) ... 16:57:27 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:57:28 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:57:28 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:57:28 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:57:28 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:28 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:57:28 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:57:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:57:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:57:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:57:29 Setting up python3 (3.6.7-1~18.04) ... 16:57:29 running python rtupdate hooks for python3.6... 16:57:29 running python post-rtupdate hooks for python3.6... 16:57:29 Setting up apparmor (2.12-4ubuntu5.1) ... 16:57:31 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:57:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:57:31 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:57:31 Setting up snapd (2.48.3+18.04) ... 16:57:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:57:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:57:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:57:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:57:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:57:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:57:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:57:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:57:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:57:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:57:33 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:57:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:33 Processing triggers for systemd (237-3ubuntu10.44) ... 16:57:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:57:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:57:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:57:35 Reading package lists... 16:57:35 Reading package lists... 16:57:35 Building dependency tree... 16:57:35 Reading state information... 16:57:36 Calculating upgrade... 16:57:36 The following packages will be upgraded: 16:57:36 advancecomp base-files bash binutils binutils-common 16:57:36 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:57:36 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:57:36 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:57:36 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:57:36 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:57:36 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:57:36 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:57:36 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:57:36 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:57:36 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:57:36 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:57:36 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:57:36 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:57:36 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:57:36 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:57:36 Need to get 63.8 MB of archives. 16:57:36 After this operation, 5202 kB of additional disk space will be used. 16:57:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 16:57:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:57:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:57:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:57:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:57:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:57:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:57:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:57:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:57:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:57:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:57:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:57:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:57:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:57:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:57:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:57:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:57:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:57:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:57:36 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:57:36 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:57:36 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:57:36 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:57:36 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:57:36 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:57:36 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:57:36 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:57:36 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:57:36 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:57:36 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:57:36 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:57:36 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:57:36 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:57:36 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:57:36 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:57:36 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:57:36 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:57:36 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:57:36 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:57:36 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 16:57:36 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:57:36 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:57:36 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:57:36 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:57:36 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:57:36 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:57:36 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:57:36 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:57:36 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:57:36 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:57:36 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:57:36 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:57:36 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:57:36 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:57:36 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:57:36 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:57:37 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:57:37 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:57:37 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:57:37 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:57:37 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:57:37 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:57:37 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:57:37 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:57:37 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:57:37 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:57:37 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:57:37 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:57:37 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:57:37 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:57:37 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:57:37 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:57:37 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:57:37 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:57:37 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:57:37 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:57:37 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:57:37 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:57:37 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:57:37 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:57:37 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:57:37 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:57:37 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:57:37 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:57:37 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:57:37 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:57:38 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:57:38 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:57:38 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:57:38 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:57:38 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:57:38 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:57:38 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:57:38 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:57:38 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:57:38 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:57:38 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:57:38 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:57:38 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:57:38 debconf: delaying package configuration, since apt-utils is not installed 16:57:38 Fetched 63.8 MB in 2s (27.6 MB/s) 16:57:38 (Reading database ... 13912 files and directories currently installed.) 16:57:38 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:57:38 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:57:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 16:57:39 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 16:57:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:40 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:40 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:40 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:40 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:40 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:41 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:57:41 (Reading database ... 13911 files and directories currently installed.) 16:57:41 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:41 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:57:41 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:57:41 (Reading database ... 13911 files and directories currently installed.) 16:57:41 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:41 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:41 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:41 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:41 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:41 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:42 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:57:42 (Reading database ... 13911 files and directories currently installed.) 16:57:42 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:57:42 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:42 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:57:42 (Reading database ... 13911 files and directories currently installed.) 16:57:42 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:57:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:57:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:57:43 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:57:43 Setting up base-files (10.1ubuntu2.10) ... 16:57:43 Installing new version of config file /etc/issue ... 16:57:43 Installing new version of config file /etc/issue.net ... 16:57:43 Installing new version of config file /etc/lsb-release ... 16:57:43 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:57:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:57:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:57:43 Removing obsolete conffile /etc/default/motd-news ... 16:57:43 (Reading database ... 13912 files and directories currently installed.) 16:57:43 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:57:43 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:57:43 Setting up bash (4.4.18-2ubuntu1.2) ... 16:57:43 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:57:44 (Reading database ... 13912 files and directories currently installed.) 16:57:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:57:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:57:44 (Reading database ... 13912 files and directories currently installed.) 16:57:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:57:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:57:44 Setting up tar (1.29b-2ubuntu0.2) ... 16:57:44 (Reading database ... 13912 files and directories currently installed.) 16:57:44 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:57:44 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:57:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:57:45 (Reading database ... 13912 files and directories currently installed.) 16:57:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:45 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:57:45 (Reading database ... 13912 files and directories currently installed.) 16:57:45 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:45 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:57:45 (Reading database ... 13912 files and directories currently installed.) 16:57:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:57:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:57:45 Setting up grep (3.1-2build1) ... 16:57:45 (Reading database ... 13912 files and directories currently installed.) 16:57:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:57:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:57:45 Setting up login (1:4.5-1ubuntu2) ... 16:57:46 (Reading database ... 13912 files and directories currently installed.) 16:57:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:57:46 (Reading database ... 13912 files and directories currently installed.) 16:57:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:57:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:57:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:57:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:57:47 (Reading database ... 13912 files and directories currently installed.) 16:57:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:57:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:48 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:57:48 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:57:48 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:57:48 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:57:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:57:49 (Reading database ... 13912 files and directories currently installed.) 16:57:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:57:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:57:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:57:49 (Reading database ... 13912 files and directories currently installed.) 16:57:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:49 (Reading database ... 13912 files and directories currently installed.) 16:57:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:49 (Reading database ... 13912 files and directories currently installed.) 16:57:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:50 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:50 (Reading database ... 13912 files and directories currently installed.) 16:57:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:50 (Reading database ... 13912 files and directories currently installed.) 16:57:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:57:50 (Reading database ... 13912 files and directories currently installed.) 16:57:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:57:50 (Reading database ... 13912 files and directories currently installed.) 16:57:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:51 (Reading database ... 13912 files and directories currently installed.) 16:57:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:57:51 (Reading database ... 13912 files and directories currently installed.) 16:57:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:51 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:57:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:57:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:57:52 (Reading database ... 13912 files and directories currently installed.) 16:57:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:57:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:52 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:57:53 (Reading database ... 13912 files and directories currently installed.) 16:57:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:57:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:57:53 (Reading database ... 13914 files and directories currently installed.) 16:57:53 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:57:53 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:57:53 Setting up debconf (1.5.66ubuntu1) ... 16:57:53 (Reading database ... 13914 files and directories currently installed.) 16:57:53 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:57:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:57:54 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:57:54 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:57:54 (Reading database ... 13914 files and directories currently installed.) 16:57:54 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:57:54 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:57:54 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:57:54 (Reading database ... 13914 files and directories currently installed.) 16:57:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:57:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:54 (Reading database ... 13914 files and directories currently installed.) 16:57:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:57:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:54 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:55 (Reading database ... 13914 files and directories currently installed.) 16:57:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:57:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:55 (Reading database ... 13914 files and directories currently installed.) 16:57:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:57:55 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:57:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:57:55 (Reading database ... 13914 files and directories currently installed.) 16:57:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:57:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:57:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:57:56 (Reading database ... 13914 files and directories currently installed.) 16:57:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:57:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:56 (Reading database ... 13914 files and directories currently installed.) 16:57:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:57:56 (Reading database ... 13914 files and directories currently installed.) 16:57:56 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:57:56 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:57:56 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:57:57 (Reading database ... 13914 files and directories currently installed.) 16:57:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:57:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:57:57 Setting up passwd (1:4.5-1ubuntu2) ... 16:57:57 (Reading database ... 13914 files and directories currently installed.) 16:57:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:57 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:57 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:57:58 (Reading database ... 13914 files and directories currently installed.) 16:57:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:57:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:57:58 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:57:58 (Reading database ... 13914 files and directories currently installed.) 16:57:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:57:58 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:57:58 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:57:58 (Reading database ... 13914 files and directories currently installed.) 16:57:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:57:58 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:57:58 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:57:58 (Reading database ... 13914 files and directories currently installed.) 16:57:58 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:57:58 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:57:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:57:59 (Reading database ... 13914 files and directories currently installed.) 16:57:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:57:59 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:57:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:57:59 (Reading database ... 13914 files and directories currently installed.) 16:57:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:57:59 Removing intermediate container 134fd248d5f5 16:57:59 ---> 49ddcaa2bce1 16:57:59 16:57:59 Step 10/24 : FROM alpine:3.12 16:57:59 3.12: Pulling from library/alpine 16:57:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:57:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:57:59 (Reading database ... 13915 files and directories currently installed.) 16:57:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:57:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:57:59 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:57:59 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:58:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 16:58:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 16:58:00 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:58:00 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:58:00 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:58:00 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:58:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:58:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:58:00 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:58:00 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:58:00 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:58:00 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:58:00 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:58:00 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:58:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:58:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:58:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:58:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:58:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:58:01 Status: Downloaded newer image for alpine:3.12 16:58:01 ---> d10569e2745f 16:58:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:58:01 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:58:01 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:58:01 ---> Running in 3ed08b9b3232 16:58:02 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:58:02 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:58:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:58:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:58:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:03 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:58:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:58:03 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:03 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:04 (1/5) Installing ca-certificates (20191127-r4) 16:58:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:58:04 (3/5) Installing libcurl (7.69.1-r3) 16:58:04 (4/5) Installing curl (7.69.1-r3) 16:58:04 (5/5) Installing dumb-init (1.2.2-r1) 16:58:04 Executing busybox-1.31.1-r19.trigger 16:58:05 Executing ca-certificates-20191127-r4.trigger 16:58:05 Removing intermediate container 16f414050130 16:58:05 ---> fa937e186b41 16:58:05 16:58:05 Step 10/31 : FROM alpine:3.12 16:58:05 ---> d10569e2745f 16:58:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:58:05 OK: 7 MiB in 19 packages 16:58:05 ---> Running in 8a4b9de0ef73 16:58:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:06 Removing intermediate container 8a4b9de0ef73 16:58:06 ---> 8cd562027821 16:58:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:58:06 ---> Running in 09b01dae6790 16:58:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:08 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:58:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:08 Removing intermediate container 3ed08b9b3232 16:58:08 ---> 5fb9ec72f116 16:58:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:58:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:08 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:58:08 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:08 ---> Running in a7fbc42488e5 16:58:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:58:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:58:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:09 (1/2) Installing dumb-init (1.2.2-r1) 16:58:09 (2/2) Installing su-exec (0.2-r1) 16:58:09 Executing busybox-1.31.1-r19.trigger 16:58:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:09 OK: 5 MiB in 16 packages 16:58:09 Removing intermediate container a7fbc42488e5 16:58:09 ---> 65ff7c7b10e7 16:58:09 Step 13/24 : WORKDIR / 16:58:09 ---> Running in c03d8888cc77 16:58:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:58:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:58:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:58:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:58:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:58:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:58:10 16:58:10 Current default time zone: 'Etc/UTC' 16:58:10 Local time is now: Tue Mar 9 16:58:10 UTC 2021. 16:58:10 Universal Time is now: Tue Mar 9 16:58:10 UTC 2021. 16:58:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:58:10 16:58:10 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:58:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 16:58:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:58:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:58:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:58:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:58:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:58:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:58:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:58:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:58:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:58:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:10 Setting up patch (2.7.6-2ubuntu1.1) ... 16:58:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:58:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:58:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 16:58:11 Installing new version of config file /etc/ssl/openssl.cnf ... 16:58:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:58:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:58:11 Setting up ca-certificates (20210119~18.04.1) ... 16:58:11 Removing intermediate container c03d8888cc77 16:58:11 ---> 028748679f60 16:58:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:58:12 Removing intermediate container 09b01dae6790 16:58:12 ---> 8972573bbfe1 16:58:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:58:12 ---> 2c63eadf2046 16:58:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:58:12 ---> Running in 7079e30af045 16:58:13 Updating certificates in /etc/ssl/certs... 16:58:14 23 added, 27 removed; done. 16:58:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:58:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:58:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:58:14 Setting up pkgbinarymangler (138.18.04.1) ... 16:58:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Removing intermediate container 7079e30af045 16:58:14 ---> dadda571a65d 16:58:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:58:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:58:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up perl (5.26.1-6ubuntu0.5) ... 16:58:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:58:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:58:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:58:14 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:58:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:58:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:58:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:58:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:58:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:58:14 Processing triggers for systemd (237-3ubuntu10.44) ... 16:58:14 Processing triggers for mime-support (3.60ubuntu1) ... 16:58:14 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:58:14 Updating certificates in /etc/ssl/certs... 16:58:14 ---> Running in 577b37042263 16:58:15 0 added, 0 removed; done. 16:58:15 Running hooks in /etc/ca-certificates/update.d... 16:58:15 done. 16:58:15 ---> 92e778297cb9 16:58:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:58:15 Reading package lists... 16:58:15 Removing intermediate container b5a5c3b45064 16:58:15 ---> 6aafb8bc5cf7 16:58:15 16:58:15 Step 10/23 : FROM alpine:3.12 16:58:15 ---> d10569e2745f 16:58:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:58:16 Building dependency tree... 16:58:16 Reading state information... 16:58:16 Removing intermediate container 577b37042263 16:58:16 ---> 2a9a054e1625 16:58:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:58:16 The following NEW packages will be installed: 16:58:16 apt-transport-https 16:58:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:58:16 Need to get 1696 B of archives. 16:58:16 After this operation, 153 kB of additional disk space will be used. 16:58:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:58:16 debconf: delaying package configuration, since apt-utils is not installed 16:58:16 Fetched 1696 B in 0s (39.5 kB/s) 16:58:16 Selecting previously unselected package apt-transport-https. 16:58:16 (Reading database ... 13920 files and directories currently installed.) 16:58:16 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:58:16 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:58:16 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:58:16 ---> Running in 75fdd13b04a9 16:58:16 ---> f668168e6342 16:58:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:58:16 ---> Running in 905d1cba2c98 16:58:16 Waiting for network to be ready... 16:58:17 Removing intermediate container f4378bde8899 16:58:17 ---> 85ac32678ef5 16:58:17 16:58:17 Step 10/22 : FROM alpine:3.12 16:58:17 ---> d10569e2745f 16:58:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:58:18 ---> Running in 01f768936b0b 16:58:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:18 ---> d9d56ff156eb 16:58:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:58:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:19 (1/1) Installing dumb-init (1.2.2-r1) 16:58:19 Executing busybox-1.31.1-r19.trigger 16:58:19 OK: 5 MiB in 15 packages 16:58:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:20 (1/2) Installing ca-certificates (20191127-r4) 16:58:20 (2/2) Installing dumb-init (1.2.2-r1) 16:58:20 Executing busybox-1.31.1-r19.trigger 16:58:20 Executing ca-certificates-20191127-r4.trigger 16:58:20 OK: 6 MiB in 16 packages 16:58:21 ---> 1b7da19c31c4 16:58:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:58:21 Removing intermediate container 905d1cba2c98 16:58:21 ---> 7654c619f6e2 16:58:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:58:22 Removing intermediate container 75fdd13b04a9 16:58:22 ---> 88ecf5a3e414 16:58:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:58:22 ---> Running in 24774dbed900 16:58:22 ---> d71b9abc316d 16:58:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:58:22 ---> Running in 46910fc49b3e 16:58:23 ---> Running in 43a52f3e5edf 16:58:23 Removing intermediate container f07d93f20ecb 16:58:23 ---> 87d6b17d65d0 16:58:23 16:58:23 Step 10/23 : FROM alpine:3.12 16:58:23 Removing intermediate container 01f768936b0b 16:58:23 ---> 97d3b2c13bb0 16:58:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:58:23 ---> d10569e2745f 16:58:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:58:23 ---> Using cache 16:58:23 ---> 88ecf5a3e414 16:58:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:58:23 Removing intermediate container 46910fc49b3e 16:58:23 ---> 3ac9b41f833e 16:58:23 Step 13/23 : ENV APP_PORT=48082 16:58:23 2021-03-09T16:58:20Z INFO Waiting for automatic snapd restart... 16:58:23 snapd 2.49 from Canonical* installed 16:58:23 Removing intermediate container 24774dbed900 16:58:23 ---> d66d10747ad4 16:58:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:58:23 ---> Running in 5617d43451a3 16:58:23 ---> Running in 648afa91679d 16:58:23 ---> Running in 42ab2abf075d 16:58:23 "snapd" switched to the "latest/stable" channel 16:58:23 16:58:24 Removing intermediate container 648afa91679d 16:58:24 ---> 4e829f7c48f2 16:58:24 Step 13/22 : ENV APP_PORT=48060 16:58:24 Removing intermediate container 5617d43451a3 16:58:24 ---> 2655b0fd3713 16:58:24 Step 13/23 : ENV APP_PORT=48081 16:58:24 Removing intermediate container 42ab2abf075d 16:58:24 ---> d2019532da55 16:58:24 Step 14/23 : EXPOSE $APP_PORT 16:58:24 ---> Running in 285efc1eb949 16:58:24 ---> Running in 73c642e065ab 16:58:24 ---> Running in 6abb01f77a6c 16:58:24 ---> ea901253653c 16:58:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:58:24 ---> Running in e3a2beecfc5a 16:58:25 Removing intermediate container 285efc1eb949 16:58:25 ---> 6b2b1d347d1f 16:58:25 Step 14/22 : EXPOSE $APP_PORT 16:58:25 Removing intermediate container 6abb01f77a6c 16:58:25 ---> 4bad4df0ed9d 16:58:25 Step 15/23 : WORKDIR /Removing intermediate container 73c642e065ab 16:58:25 ---> 0bcd83b1ed02 16:58:25 Step 14/23 : EXPOSE $APP_PORT 16:58:25 16:58:25 ---> Running in 4fb73bad09c3 16:58:25 ---> Running in e8e6e505ee04 16:58:25 ---> Running in b9a82bb2ba00 16:58:26 Removing intermediate container 4fb73bad09c3 16:58:26 ---> 67bf26df225e 16:58:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:26 Removing intermediate container 43a52f3e5edf 16:58:26 ---> 1484c5834735 16:58:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:58:26 Removing intermediate container e8e6e505ee04 16:58:26 ---> 0101cb690d01 16:58:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:26 core18 20210128 from Canonical* installed 16:58:26 ---> Running in 8432415d256a 16:58:26 Removing intermediate container b9a82bb2ba00 16:58:26 ---> a21191f38ef6 16:58:26 Step 15/23 : WORKDIR / 16:58:26 "core18" switched to the "latest/stable" channel 16:58:26 16:58:26 ---> Running in b273dfcff178 16:58:27 ---> e0b15af36bcb 16:58:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:58:27 Removing intermediate container 8432415d256a 16:58:27 ---> e98da0c98ebb 16:58:27 Step 22/24 : LABEL arch=arm64 16:58:27 Removing intermediate container b273dfcff178 16:58:27 ---> 049d361889ec 16:58:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:27 ---> Running in c922271395cf 16:58:27 ---> 39bf803bffe7 16:58:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:58:28 Removing intermediate container e3a2beecfc5a 16:58:28 ---> 46c2940fc4ae 16:58:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:28 Removing intermediate container c922271395cf 16:58:28 ---> a9f962cd5db5 16:58:28 Step 23/24 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:58:29 ---> Running in 9d2f633cb0fe 16:58:29 ---> dc6f2a381697 16:58:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:58:29 ---> 92131ac8e0e1 16:58:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:58:29 ---> 624004de4f19 16:58:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:58:29 Removing intermediate container 9d2f633cb0fe 16:58:29 ---> 98d22cf774d1 16:58:29 Step 24/24 : LABEL version=0.0.0 16:58:29 ---> 8eaeb253418c 16:58:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:58:30 snapcraft 4.5.4 from Canonical* installed 16:58:30 ---> Running in f14b31e20971 16:58:30 "snapcraft" switched to the "latest/stable" channel 16:58:30 16:58:30 ---> 7da3b33c10cd 16:58:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:58:31 Removing intermediate container f14b31e20971 16:58:31 ---> 055a1c140d08 16:58:31 16:58:31 ---> Running in 515f7911b2d7 16:58:31 ---> 28e2a79bb4cf 16:58:31 Step 19/23 : ENTRYPOINT ["/core-command"] 16:58:31 ---> 921c24150c73 16:58:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:58:31 ---> 62b655acc179 16:58:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:58:31 ---> Running in bd8e2f7d1a39 16:58:31 Successfully built 055a1c140d08 16:58:31 Removing intermediate container 515f7911b2d7 16:58:31 ---> 7cb91f6f9250 16:58:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:58:31  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 16:58:32 ---> Running in 4e26ceb4a97b 16:58:32 Removing intermediate container bd8e2f7d1a39 16:58:32 ---> 41f59b37d4ce 16:58:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:32 ---> Running in 0ad28cc192b1 16:58:32 ---> b7d6eb07665b 16:58:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:58:32 ---> d462c31e3951 16:58:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:58:32 ---> Running in 4719462e0bb6 16:58:33 Removing intermediate container 4e26ceb4a97b 16:58:33 ---> 57048731c516 16:58:33 Step 20/22 : LABEL arch=arm64 16:58:33 ---> Running in 85e66150314b 16:58:33 Removing intermediate container 0ad28cc192b1 16:58:33 ---> 6f2eb9a8d7b7 16:58:33 Step 21/23 : LABEL arch=arm64 16:58:34 Removing intermediate container 4719462e0bb6 16:58:34 ---> 2ad585977d4e 16:58:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:34 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:58:34 - README.md 16:58:34 - snapcraft.yaml.orig 16:58:34 16:58:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:58:34 ---> Running in 58b3c88b8c43 16:58:34 ---> c5307164cc50 16:58:34 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:58:34 ---> Running in 553de3348683 16:58:34 Removing intermediate container 85e66150314b 16:58:34 ---> 9710c3931c07 16:58:34 Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:58:35 ---> Running in b8272f0431ea 16:58:35 Removing intermediate container 58b3c88b8c43 16:58:35 ---> 546130875c8a 16:58:35 Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:58:35 Removing intermediate container 553de3348683 16:58:35 ---> fc5c954253bd 16:58:35 Step 21/23 : LABEL arch=arm64 16:58:36 ---> 4d785fcd2233 16:58:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:58:36 ---> Running in ad9bc9aa09c5 16:58:36 ---> Running in 0ea0d326a83a 16:58:37 ---> Running in a79eefc9333f 16:58:37 Removing intermediate container b8272f0431ea 16:58:37 ---> 4e977995b016 16:58:37 Step 22/22 : LABEL version=0.0.0 16:58:37 Removing intermediate container 0ea0d326a83a 16:58:37 ---> 62e5f51f6678 16:58:37 Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:58:37 Removing intermediate container ad9bc9aa09c5 16:58:37 ---> caafb958d191 16:58:37 Step 23/23 : LABEL version=0.0.0 16:58:37 ---> Running in 9d504da483ee 16:58:37 ---> Running in 29d11891ceae 16:58:38 Removing intermediate container a79eefc9333f 16:58:38 ---> 17dfe3066f56 16:58:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:58:38 ---> Running in a9c003f59ea2 16:58:38 Removing intermediate container 9d504da483ee 16:58:38 ---> 583f80f4d940 16:58:38 16:58:38 Removing intermediate container 29d11891ceae 16:58:38 ---> 1b775f2b6c32 16:58:38 Step 23/23 : LABEL version=0.0.0 16:58:38 Removing intermediate container a9c003f59ea2 16:58:38 ---> 761ecdd53965 16:58:38 16:58:38 Successfully built 583f80f4d940 16:58:39 Successfully tagged docker-support-notifications-go-arm64:latest 16:58:39 ---> Running in 707ff7828055 16:58:39 Building docker-security-proxy-setup-go 16:58:39  Building docker-support-notifications-go ... done  ---> 071937a88f44 16:58:39 Step 26/31 : RUN chmod +x /entrypoint.sh 16:58:39 Successfully built 761ecdd53965 16:58:39 Successfully tagged docker-core-command-go-arm64:latest 16:58:39  Building docker-core-command-go ... done Building docker-core-data-go 16:58:39 Removing intermediate container 707ff7828055 16:58:39 ---> de36f57ee49e 16:58:39 16:58:39 ---> Running in 0545a5b47e93 16:58:40 Successfully built de36f57ee49e 16:58:40 Successfully tagged docker-core-metadata-go-arm64:latest 16:58:40 Building docker-sys-mgmt-agent-go 16:58:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:58:40 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:58:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:58:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:58:41 Fetched 88.7 kB in 1s (151 kB/s) 16:58:42 Reading package lists... 16:58:42  Building docker-core-metadata-go ... done Removing intermediate container 0545a5b47e93 16:58:42 ---> 10ad5baf1016 16:58:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:58:42 ---> Running in fa0802c5178d 16:58:42 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 16:58:42 Removing intermediate container fa0802c5178d 16:58:42 ---> 41a8fc8df26f 16:58:42 Step 28/31 : CMD ["gate"] 16:58:43 ---> Running in f5a585a49c54 16:58:44 Removing intermediate container f5a585a49c54 16:58:44 ---> 04042067776c 16:58:44 Step 29/31 : LABEL arch=arm64 16:58:45 ---> Running in c26ef92078f8 16:58:46 Removing intermediate container c26ef92078f8 16:58:46 ---> be64e6c72a85 16:58:46 Step 30/31 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 16:58:47 ---> Running in ace7154fcfc5 16:58:48 Removing intermediate container ace7154fcfc5 16:58:48 ---> 5fdbaa5252fe 16:58:48 Step 31/31 : LABEL version=0.0.0 16:58:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:58:48 Reading package lists... 16:58:48 Building dependency tree... 16:58:48 Reading state information... 16:58:48 Suggested packages: 16:58:48 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:58:48 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:58:48 Recommended packages: 16:58:48 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:58:48 The following NEW packages will be installed: 16:58:48 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:58:48 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:58:48 pkg-config zip 16:58:48 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:58:48 Need to get 7656 kB of archives. 16:58:48 After this operation, 43.7 MB of additional disk space will be used. 16:58:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 16:58:48 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:58:49 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:58:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:58:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:58:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:58:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:58:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:58:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:58:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:58:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:58:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:58:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:58:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:58:49 ---> Running in 9337466da515 16:58:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:58:50 debconf: delaying package configuration, since apt-utils is not installed 16:58:50 Fetched 7656 kB in 1s (7107 kB/s) 16:58:50 Selecting previously unselected package libglib2.0-0:amd64. 16:58:50 (Reading database ... 13924 files and directories currently installed.) 16:58:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 16:58:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 16:58:50 Selecting previously unselected package libpsl5:amd64. 16:58:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:58:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:58:50 Selecting previously unselected package libnghttp2-14:amd64. 16:58:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:58:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:58:50 Selecting previously unselected package librtmp1:amd64. 16:58:50 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:58:50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:58:50 Selecting previously unselected package libcurl3-gnutls:amd64. 16:58:50 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:58:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:58:50 Selecting previously unselected package liberror-perl. 16:58:50 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:58:50 Unpacking liberror-perl (0.17025-1) ... 16:58:50 Selecting previously unselected package git-man. 16:58:50 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:58:50 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:58:50 Removing intermediate container 9337466da515 16:58:50 ---> dd1d17cee57b 16:58:50 16:58:51 Selecting previously unselected package git. 16:58:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:58:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:58:51 Successfully built dd1d17cee57b 16:58:51 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:58:52 Selecting previously unselected package libnorm1:amd64. 16:58:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:58:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:58:52 Selecting previously unselected package libpgm-5.2-0:amd64. 16:58:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:58:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:58:52 Selecting previously unselected package libsodium23:amd64. 16:58:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:58:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:58:52 Selecting previously unselected package libzmq5:amd64. 16:58:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:58:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:58:52 Selecting previously unselected package libzmq3-dev:amd64. 16:58:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:58:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:58:52 Selecting previously unselected package pkg-config. 16:58:52 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:58:52 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:58:52 Selecting previously unselected package zip. 16:58:52 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:58:52 Unpacking zip (3.0-11build1) ... 16:58:52 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:58:52 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:58:52 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:58:52 Setting up liberror-perl (0.17025-1) ... 16:58:52 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:58:52 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 16:58:52 No schema files found: doing nothing. 16:58:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:58:52 Setting up zip (3.0-11build1) ... 16:58:52 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:58:52 Setting up libsodium23:amd64 (1.0.16-2) ... 16:58:52 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:58:52 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:58:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:58:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:58:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:58:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:58:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:58:59 git set to automatically installed. 16:58:59 git-man set to automatically installed. 16:58:59 libcurl3-gnutls set to automatically installed. 16:58:59 liberror-perl set to automatically installed. 16:58:59 libglib2.0-0 set to automatically installed. 16:58:59 libnghttp2-14 set to automatically installed. 16:58:59 libnorm1 set to automatically installed. 16:58:59 libpgm-5.2-0 set to automatically installed. 16:58:59 libpsl5 set to automatically installed. 16:58:59 librtmp1 set to automatically installed. 16:58:59 libsodium23 set to automatically installed. 16:58:59 libzmq3-dev set to automatically installed. 16:58:59 libzmq5 set to automatically installed. 16:58:59 pkg-config set to automatically installed. 16:58:59 zip set to automatically installed. 16:59:01 snapd is not logged in, snap install commands will use sudo 16:59:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:08 snap "core18" has no updates available 16:59:08 Pulling config-common 16:59:08 + snapcraftctl pull 16:59:09 Pulling go-build-helper 16:59:09 + snapcraftctl pull 16:59:23  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:59:23 ---> 38b5fd697b4c 16:59:23 Step 3/22 : WORKDIR /edgex-go 16:59:23 ---> Using cache 16:59:23 ---> 3b5062e228aa 16:59:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:23 ---> Using cache 16:59:23 ---> fdc763319d63 16:59:23 Step 5/22 : RUN apk add --update --no-cache make git 16:59:23 ---> Using cache 16:59:23 ---> 4982b9694476 16:59:23 Step 6/22 : COPY go.mod . 16:59:23 ---> Using cache 16:59:23 ---> f766e5859e71 16:59:23 Step 7/22 : RUN go mod download 16:59:23 ---> Using cache 16:59:23 ---> e604910fac84 16:59:23 Step 8/22 : COPY . . 16:59:23 ---> Using cache 16:59:23 ---> bb592ac73be1 16:59:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:59:26 ---> Running in db0320c09c5b 16:59:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:59:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:59:30 ---> 38b5fd697b4c 16:59:30 Step 3/21 : WORKDIR /edgex-go 16:59:30 ---> Using cache 16:59:30 ---> 3b5062e228aa 16:59:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:30 ---> Using cache 16:59:30 ---> fdc763319d63 16:59:30 Step 5/21 : RUN apk add --update --no-cache make git 16:59:30 ---> Using cache 16:59:30 ---> 4982b9694476 16:59:30 Step 6/21 : COPY go.mod . 16:59:30 ---> Using cache 16:59:30 ---> f766e5859e71 16:59:30 Step 7/21 : RUN go mod download 16:59:30 ---> Using cache 16:59:30 ---> e604910fac84 16:59:30 Step 8/21 : COPY . . 16:59:30 ---> Using cache 16:59:30 ---> bb592ac73be1 16:59:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:59:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:59:31 ---> 38b5fd697b4c 16:59:31 Step 3/23 : WORKDIR /edgex-go 16:59:31 ---> Using cache 16:59:31 ---> 3b5062e228aa 16:59:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:31 ---> Using cache 16:59:31 ---> fdc763319d63 16:59:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:59:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:59:31 ---> 38b5fd697b4c 16:59:31 Step 3/26 : WORKDIR /edgex-go 16:59:31 ---> Using cache 16:59:31 ---> 3b5062e228aa 16:59:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:31 ---> Using cache 16:59:31 ---> fdc763319d63 16:59:31 Step 5/26 : RUN apk add --update --no-cache make bash git 16:59:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:59:31 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:59:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:59:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 16:59:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:59:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:59:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:59:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:59:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:59:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:59:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:59:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 16:59:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:59:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:59:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 16:59:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 16:59:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 16:59:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 16:59:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:59:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 16:59:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 16:59:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:59:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:59:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 16:59:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 16:59:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 16:59:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 16:59:31 Fetched 24.0 MB in 0s (0 B/s) 16:59:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:59:31 Fetched 96.5 kB in 0s (0 B/s) 16:59:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:59:31 Fetched 279 kB in 0s (0 B/s) 16:59:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:59:31 Fetched 122 kB in 0s (0 B/s) 16:59:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:59:31 Fetched 77.8 kB in 0s (0 B/s) 16:59:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:59:31 Fetched 8848 B in 0s (0 B/s) 16:59:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:59:31 Fetched 47.8 kB in 0s (0 B/s) 16:59:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:59:31 Fetched 45.6 kB in 0s (0 B/s) 16:59:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:59:31 Fetched 15.0 kB in 0s (0 B/s) 16:59:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:59:31 Fetched 214 kB in 0s (0 B/s) 16:59:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:59:31 Fetched 154 kB in 0s (0 B/s) 16:59:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:59:31 Fetched 50.6 kB in 0s (0 B/s) 16:59:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:59:31 Fetched 14.8 kB in 0s (0 B/s) 16:59:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:59:31 Fetched 41.8 kB in 0s (0 B/s) 16:59:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:59:31 Fetched 499 kB in 0s (0 B/s) 16:59:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:59:31 Fetched 111 kB in 0s (0 B/s) 16:59:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:59:31 Fetched 240 kB in 0s (0 B/s) 16:59:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:59:31 Fetched 29.3 kB in 0s (0 B/s) 16:59:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:59:31 Fetched 85.5 kB in 0s (0 B/s) 16:59:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:59:31 Fetched 24.5 kB in 0s (0 B/s) 16:59:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:59:31 Fetched 49.2 kB in 0s (0 B/s) 16:59:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:59:31 Fetched 54.2 kB in 0s (0 B/s) 16:59:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:59:31 Fetched 30.8 kB in 0s (0 B/s) 16:59:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:59:31 Fetched 15.8 kB in 0s (0 B/s) 16:59:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:59:31 Fetched 85.9 kB in 0s (0 B/s) 16:59:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:59:31 Fetched 8720 B in 0s (0 B/s) 16:59:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:59:31 Fetched 137 kB in 0s (0 B/s) 16:59:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:59:31 Fetched 119 kB in 0s (0 B/s) 16:59:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:59:31 Fetched 109 kB in 0s (0 B/s) 16:59:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:59:31 Fetched 11.1 kB in 0s (0 B/s) 16:59:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:59:31 Fetched 645 kB in 0s (0 B/s) 16:59:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:59:31 Fetched 41.3 kB in 0s (0 B/s) 16:59:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:59:31 Fetched 17.9 kB in 0s (0 B/s) 16:59:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:59:31 Fetched 368 kB in 0s (0 B/s) 16:59:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:59:31 Fetched 187 kB in 0s (0 B/s) 16:59:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:59:31 Fetched 175 kB in 0s (0 B/s) 16:59:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:59:32 ---> Running in 38c266323e18 16:59:32 ---> Running in 86d2dfee2234 16:59:32 ---> Running in 143da698c7d4 16:59:35 Fetched 206 kB in 0s (0 B/s) 16:59:35 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 16:59:35 Fetched 1301 kB in 0s (0 B/s) 16:59:35 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:59:35 Fetched 36.2 kB in 0s (0 B/s) 16:59:35 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:59:35 Fetched 159 kB in 0s (0 B/s) 16:59:35 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:59:35 Fetched 107 kB in 0s (0 B/s) 16:59:35 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:59:35 Fetched 48.7 kB in 0s (0 B/s) 16:59:35 Pulling static-packages 16:59:35 + snapcraftctl pull 16:59:35 'go115' has dependencies that need to be staged: go-build-helper static-packages 16:59:35 Skipping pull go-build-helper (already ran) 16:59:35 Skipping pull static-packages (already ran) 16:59:35 Building go-build-helper 16:59:35 + snapcraftctl build 16:59: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 16:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:36 OK: 217 MiB in 51 packages 16:59:36 OK: 217 MiB in 51 packages 16:59:38 Removing intermediate container 86d2dfee2234 16:59:38 ---> 201243cf35d9 16:59:38 Step 6/26 : COPY go.mod . 16:59:38 Removing intermediate container 38c266323e18 16:59:38 ---> 521dfc078215 16:59:38 Step 6/23 : COPY go.mod . 16:59:39 Building static-packages 16:59:39 + snapcraftctl build 16:59:39 ---> ee27e8d0c73d 16:59:39 Step 7/26 : RUN go mod download 16:59:39 ---> Running in f26c06fae264 16:59:40 ---> 6274d02f5c90 16:59:40 Step 7/23 : RUN go mod download 16:59:40 ---> Running in 84bba2697f28 16:59:40 Staging go-build-helper 16:59:40 + snapcraftctl stage 16:59:41 Staging static-packages 16:59:41 + snapcraftctl stage 16:59:42 Pulling go115 16:59:42 + snapcraftctl pull 16:59:43 'edgex-go' has dependencies that need to be staged: go115 16:59:43 Skipping pull go115 (already ran) 16:59:43 Building go115 16:59:43 + dpkg --print-architecture 16:59:43 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 16:59:43 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 16:59:43 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 16:59:43 % Total % Received % Xferd Average Speed Time Time Time Current 16:59:43 Dload Upload Total Spent Left Speed 16:59:45 Removing intermediate container f26c06fae264 16:59:45 ---> cd94fb4a63e3 16:59:45 Step 8/26 : COPY . . 16:59:45 Removing intermediate container 84bba2697f28 16:59:45 ---> 1166e387cc37 16:59:45 Step 8/23 : COPY . . 16:59:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 41.9M 0 0:00:02 --:--:-- 0:00:02 41.9M 70 115M 70 81.4M 0 0 45.5M 0 0:00:02 0:00:01 0:00:01 45.5M 100 115M 100 115M 0 0 43.0M 0 0:00:02 0:00:02 --:--:-- 43.0M 16:59:46 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 16:59:46 + sha256sum -c sha256 16:59:46 + grep OK 16:59:46 go1.15.2.linux-amd64.tar.gz: OK 16:59:46 + mkdir -p /root/stage/go1.15 16:59:46 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 16:59:51 Staging go115 16:59:51 + snapcraftctl stage 16:59:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:59:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:59:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:59:56 Fetched 0 B in 0s (0 B/s) 16:59:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:59:56 Fetched 224 kB in 0s (0 B/s) 16:59:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:59:56 Fetched 157 kB in 0s (0 B/s) 16:59:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:59:56 Fetched 221 kB in 0s (0 B/s) 16:59:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:59:56 Fetched 143 kB in 0s (0 B/s) 16:59:56 Pulling edgex-go 16:59:56 + snapcraftctl pull 16:59:57 Pulling version 16:59:57 + cd /root/project 16:59:57 + [ -f VERSION ] 16:59:57 + PROJECT_VERSION=local-dev 16:59:57 + git rev-parse --short HEAD 16:59:57 + GIT_REVISION=70985b36 16:59:57 + snapcraftctl set-version local-dev 16:59:58 Building config-common 16:59:58 + snapcraftctl build 17:00:00 Skipping build go-build-helper (already ran) 17:00:00 Skipping build static-packages (already ran) 17:00:00 Skipping build go115 (already ran) 17:00:00 Building edgex-go 17:00:00 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 17:00:00 + cd /root/parts/edgex-go/src 17:00:00 + make build 17:00: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 17:00:02 go: downloading github.com/gorilla/mux v1.8.0 17:00:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:00:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 17:00:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 17:00:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:00:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:00:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:00:02 go: downloading github.com/google/uuid v1.2.0 17:00:02 go: downloading github.com/hashicorp/consul/api v1.8.1 17:00:02 go: downloading github.com/BurntSushi/toml v0.3.1 17:00:02 go: downloading github.com/pkg/errors v0.8.1 17:00:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:00:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:00:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:00:02 go: downloading github.com/go-kit/kit v0.8.0 17:00:02 go: downloading github.com/imdario/mergo v0.3.11 17:00:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:00:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:00:02 go: downloading github.com/pebbe/zmq4 v1.2.5 17:00:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:00:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:00:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:00:02 go: downloading github.com/x448/float16 v0.8.4 17:00:02 go: downloading github.com/pelletier/go-toml v1.2.0 17:00:02 go: downloading github.com/leodido/go-urn v1.2.0 17:00:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:00:02 go: downloading github.com/hashicorp/serf v0.9.5 17:00:02 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:00:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:00:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:00:02 go: downloading github.com/mitchellh/copystructure v1.0.0 17:00:02 go: downloading github.com/go-playground/universal-translator v0.17.0 17:00:02 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:00:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:00:02 go: downloading github.com/gorilla/websocket v1.4.2 17:00:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:00:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:00:02 go: downloading github.com/fatih/color v1.9.0 17:00:02 go: downloading github.com/mattn/go-isatty v0.0.12 17:00:02 go: downloading github.com/go-playground/locales v0.13.0 17:00:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:00:02 go: downloading github.com/mattn/go-colorable v0.1.6 17:00:02 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:00:02 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:00:02 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:00:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:00:11 go: downloading gopkg.in/yaml.v2 v2.4.0 17:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:00:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:00:18 ---> fb7201bfcf8a 17:00:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:00:18 ---> Running in 87c03af0ea4e 17:00:18 ---> 33093b2f379b 17:00:18 Step 9/23 : RUN make cmd/core-data/core-data 17:00:18 ---> Running in 77780a840680 17:00:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:00:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:00:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:00:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:00:18 go: downloading github.com/stretchr/testify v1.7.0 17:00:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:00:18 go: downloading github.com/davecgh/go-spew v1.1.1 17:00:18 go: downloading github.com/pmezard/go-difflib v1.0.0 17:00:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:00:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:00:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:00:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:00:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:00:22 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:00:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:00:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:00:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:00:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:00:26 go: downloading github.com/lib/pq v1.9.0 17:00:28 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:00:28 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:00:28 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:00:28 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:00:28 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:00:28 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:00:28 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:00:28 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:00:28 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:00:28 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:00:28 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:00:28 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:00:28 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:00:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:00:28 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:00:28 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:00:28 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:00:28 + 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 17:00:28 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:00:28 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:00:28 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:00:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:00:28 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:00:28 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:00:28 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:00:29 Building version 17:00:29 + snapcraftctl build 17:00:31 Staging config-common 17:00:31 + snapcraftctl stage 17:00:32 Skipping stage go-build-helper (already ran) 17:00:32 Skipping stage static-packages (already ran) 17:00:32 Skipping stage go115 (already ran) 17:00:32 Staging edgex-go 17:00:32 + snapcraftctl stage 17:00:33 Staging version 17:00:33 + snapcraftctl stage 17:00:34 Priming config-common 17:00:34 + snapcraftctl prime 17:00:35 Priming go-build-helper 17:00:35 + snapcraftctl prime 17:00:35 Priming static-packages 17:00:35 + snapcraftctl prime 17:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:00:38 Priming go115 17:00:38 + snapcraftctl prime 17:00:39 Priming edgex-go 17:00:39 + snapcraftctl prime 17:00:40 Priming version 17:00:40 + snapcraftctl prime 17:00:41 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] } 17:00:48 Removing intermediate container db0320c09c5b 17:00:48 ---> 2b32bb3a672c 17:00:48 17:00:48 Step 10/22 : FROM alpine:3.12 17:00:48 ---> d10569e2745f 17:00:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:00:48 ---> Using cache 17:00:48 ---> 88ecf5a3e414 17:00:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:00:48 ---> Using cache 17:00:48 ---> 2655b0fd3713 17:00:48 Step 13/22 : ENV APP_PORT=48085 17:00:48 ---> Running in 53623f16a340 17:00:48 Removing intermediate container 53623f16a340 17:00:48 ---> 1a11747cc626 17:00:48 Step 14/22 : EXPOSE $APP_PORT 17:00:48 ---> Running in 3058db2f8c23 17:00:49 Removing intermediate container 3058db2f8c23 17:00:49 ---> 8a94705939db 17:00:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:50 Removing intermediate container 143da698c7d4 17:00:50 ---> 7a977942aa38 17:00:50 17:00:50 Step 10/21 : FROM alpine:3.12 17:00:50 ---> d10569e2745f 17:00:50 Step 11/21 : RUN apk add --update --no-cache curl 17:00:50 ---> Running in 37def7eeee7c 17:00:51 ---> 171aa6dbca1e 17:00:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:00:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:53 ---> 23ca4460abc3 17:00:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:00:53 (1/4) Installing ca-certificates (20191127-r4) 17:00:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:00:53 (3/4) Installing libcurl (7.69.1-r3) 17:00:53 (4/4) Installing curl (7.69.1-r3) 17:00:54 Executing busybox-1.31.1-r19.trigger 17:00:54 Executing ca-certificates-20191127-r4.trigger 17:00:54 OK: 7 MiB in 18 packages 17:00:54 ---> af7b69f4cef7 17:00:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:00:54 ---> Running in d8070327bf8f 17:00:55 Removing intermediate container d8070327bf8f 17:00:55 ---> 75862306e512 17:00:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:56 ---> Running in ad7c2256f63e 17:00:56 Removing intermediate container 37def7eeee7c 17:00:56 ---> db8053ebf548 17:00:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:00:56 Removing intermediate container ad7c2256f63e 17:00:56 ---> b068a50074a7 17:00:56 Step 20/22 : LABEL arch=arm64 17:00:56 ---> Running in eb88e6a6c8bb 17:00:56 ---> Running in 0a00d39a3b07 17:00:57 Removing intermediate container eb88e6a6c8bb 17:00:57 ---> d2fc75d50443 17:00:57 Step 13/21 : WORKDIR /edgex 17:00:57 Removing intermediate container 0a00d39a3b07 17:00:57 ---> 2070a8cdd055 17:00:57 Step 21/22 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 17:00:58 ---> Running in c470bd6a19fb 17:00:58 ---> Running in cb1e3fc3ad6d 17:00:58 Removing intermediate container c470bd6a19fb 17:00:58 ---> 2d4dac90a7c9 17:00:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:00:59 Removing intermediate container cb1e3fc3ad6d 17:00:59 ---> f5799d2c9145 17:00:59 Step 22/22 : LABEL version=0.0.0 17:00:59 ---> Running in f3fe31393dbc 17:00:59 ---> d2038116b23a 17:00:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:00:59 Removing intermediate container f3fe31393dbc 17:00:59 ---> 593bc206910a 17:00:59 17:01:00 Successfully built 593bc206910a 17:01:00 Successfully tagged docker-support-scheduler-go-arm64:latest 17:01:01  Building docker-support-scheduler-go ... done  ---> 01a1b9171579 17:01:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:01:03 ---> 9098c0d8ae94 17:01:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:01:03 ---> Running in 97458d31115d 17:01:04 Removing intermediate container 97458d31115d 17:01:04 ---> b49ee0fa9fca 17:01:04 Step 18/21 : CMD ["--init=true"] 17:01:04 ---> Running in bd5c1c7f3f05 17:01:04 Removing intermediate container bd5c1c7f3f05 17:01:04 ---> 4c5dd9cc512a 17:01:04 Step 19/21 : LABEL arch=arm64 17:01:05 ---> Running in 229f03fa14aa 17:01:05 Removing intermediate container 229f03fa14aa 17:01:05 ---> f4e3fbefa164 17:01:05 Step 20/21 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 17:01:05 ---> Running in 85a2b4fa3007 17:01:06 Removing intermediate container 85a2b4fa3007 17:01:06 ---> 55a500f11808 17:01:06 Step 21/21 : LABEL version=0.0.0 17:01:06 ---> Running in c442d09509b8 17:01:07 Removing intermediate container c442d09509b8 17:01:07 ---> 41b18a5b90aa 17:01:07 17:01:08 Successfully built 41b18a5b90aa 17:01:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:01:26  Building docker-security-proxy-setup-go ... done Removing intermediate container 87c03af0ea4e 17:01:26 ---> 907f069cf6ff 17:01:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:01:26 ---> Running in 022e3109be65 17:01:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:01:28 Removing intermediate container 022e3109be65 17:01:28 ---> 12bc592481f6 17:01:28 17:01:28 Step 11/26 : FROM docker:20.10.0 17:01:28 20.10.0: Pulling from library/docker 17:01:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:01:36 Status: Downloaded newer image for docker:20.10.0 17:01:36 ---> eeaf43b92773 17:01:36 Step 12/26 : RUN apk add --no-cache bash 17:01:36 ---> Running in a4d08f432686 17:01:37 Removing intermediate container 77780a840680 17:01:37 ---> 5421a70f5f33 17:01:37 17:01:37 Step 10/23 : FROM alpine:3.12 17:01:37 ---> d10569e2745f 17:01:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:01:37 ---> Running in d0f77bec3491 17:01:38 Removing intermediate container d0f77bec3491 17:01:38 ---> 40116948ec47 17:01:38 Step 12/23 : ENV APP_PORT=48080 17:01:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:38 ---> Running in 7abbda722e25 17:01:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:38 Removing intermediate container 7abbda722e25 17:01:38 ---> 9efca344573e 17:01:38 Step 13/23 : EXPOSE $APP_PORT 17:01:39 (1/2) Installing readline (8.0.4-r0) 17:01:39 (2/2) Installing bash (5.0.17-r0) 17:01:39 ---> Running in 4221be1b12d6 17:01:39 Executing bash-5.0.17-r0.post-install 17:01:39 Executing busybox-1.31.1-r19.trigger 17:01:39 OK: 12 MiB in 22 packages 17:01:39 Removing intermediate container 4221be1b12d6 17:01:39 ---> 4fd2fe4ce485 17:01:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:39 ---> Running in 9a1d4c80b750 17:01:40 Removing intermediate container a4d08f432686 17:01:40 ---> c2d4cae463d2 17:01:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:01:40 ---> Running in fe39011d01a8 17:01:41 Removing intermediate container fe39011d01a8 17:01:41 ---> e31167653f6c 17:01:41 Step 14/26 : ENV APP_PORT=48090 17:01:41 ---> Running in dfd6e037225c 17:01:41 Removing intermediate container dfd6e037225c 17:01:41 ---> f0ad6b6c5084 17:01:41 Step 15/26 : EXPOSE $APP_PORT 17:01:42 ---> Running in 787d2cb06308 17:01:42 Removing intermediate container 9a1d4c80b750 17:01:42 ---> 6589ebf3022f 17:01:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:01:42 ---> Running in 38dbfe4876cd 17:01:42 Removing intermediate container 787d2cb06308 17:01:42 ---> 1e303d00d932 17:01:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:01:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:44 ---> 5caa8e917842 17:01:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:44 ---> dcfa2fe2565f 17:01:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:01:45 (1/6) Installing dumb-init (1.2.2-r1) 17:01:45 (2/6) Installing libgcc (9.3.0-r2) 17:01:45 ---> ef8f73e3f4e8 17:01:45 Step 19/26 : RUN apk --no-cache add py3-pip 17:01:45 (3/6) Installing libsodium (1.0.18-r0) 17:01:46 (4/6) Installing libstdc++ (9.3.0-r2) 17:01:46 ---> Running in fe6c8d14aee7 17:01:46 (5/6) Installing libzmq (4.3.3-r0) 17:01:46 (6/6) Installing zeromq (4.3.3-r0) 17:01:46 Executing busybox-1.31.1-r19.trigger 17:01:46 OK: 8 MiB in 20 packages 17:01:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:48 Removing intermediate container 38dbfe4876cd 17:01:48 ---> 215c8e341aed 17:01:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:48 (1/33) Installing libbz2 (1.0.8-r1) 17:01:48 (2/33) Installing expat (2.2.9-r1) 17:01:48 (3/33) Installing libffi (3.3-r2) 17:01:48 (4/33) Installing gdbm (1.13-r1) 17:01:48 (5/33) Installing xz-libs (5.2.5-r0) 17:01:48 (6/33) Installing sqlite-libs (3.32.1-r0) 17:01:48 (7/33) Installing python3 (3.8.5-r1) 17:01:49 ---> b355b543aae9 17:01:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:01:50 (8/33) Installing py3-appdirs (1.4.4-r1) 17:01:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:01:50 (10/33) Installing py3-parsing (2.4.7-r0) 17:01:50 (11/33) Installing py3-six (1.15.0-r0) 17:01:50 (12/33) Installing py3-packaging (20.4-r0) 17:01:50 (13/33) Installing py3-setuptools (47.0.0-r0) 17:01:50 (14/33) Installing py3-chardet (3.0.4-r4) 17:01:50 (15/33) Installing py3-idna (2.9-r0) 17:01:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:01:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:01:50 (18/33) Installing py3-requests (2.23.0-r0) 17:01:50 (19/33) Installing py3-msgpack (1.0.0-r0) 17:01:50 (20/33) Installing py3-lockfile (0.12.2-r3) 17:01:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:01:50 (22/33) Installing py3-colorama (0.4.3-r0) 17:01:50 (23/33) Installing py3-distlib (0.3.0-r0) 17:01:50 (24/33) Installing py3-distro (1.5.0-r1) 17:01:50 (25/33) Installing py3-webencodings (0.5.1-r3) 17:01:50 (26/33) Installing py3-html5lib (1.0.1-r4) 17:01:50 (27/33) Installing py3-pytoml (0.1.21-r0) 17:01:50 (28/33) Installing py3-pep517 (0.8.2-r0) 17:01:50 (29/33) Installing py3-progress (1.5-r0) 17:01:50 (30/33) Installing py3-toml (0.10.1-r0) 17:01:50 (31/33) Installing py3-retrying (1.3.3-r0) 17:01:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:01:50 (33/33) Installing py3-pip (20.1.1-r0) 17:01:50 Executing busybox-1.31.1-r19.trigger 17:01:50 OK: 71 MiB in 55 packages 17:01:51 ---> bbef798ff2bc 17:01:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:01:52 ---> 6b754784c89f 17:01:52 Step 19/23 : ENTRYPOINT ["/core-data"] 17:01:52 ---> Running in 0a4280717125 17:01:52 Removing intermediate container 0a4280717125 17:01:52 ---> d4312db560d0 17:01:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:53 ---> Running in 5704fcedde18 17:01:53 Removing intermediate container 5704fcedde18 17:01:53 ---> e62c92827ebb 17:01:53 Step 21/23 : LABEL arch=arm64 17:01:53 ---> Running in 9a70fb35b2ca 17:01:54 Removing intermediate container 9a70fb35b2ca 17:01:54 ---> e96ca0f20642 17:01:54 Step 22/23 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 17:01:54 ---> Running in 2d3b21995a68 17:01:55 Removing intermediate container 2d3b21995a68 17:01:55 ---> b787e555a188 17:01:55 Step 23/23 : LABEL version=0.0.0 17:01:55 ---> Running in 80a59bbe315e 17:01:55 Removing intermediate container 80a59bbe315e 17:01:55 ---> c2c23c9fddc8 17:01:55 17:01:56 Successfully built c2c23c9fddc8 17:01:56 Successfully tagged docker-core-data-go-arm64:latest 17:01:56  Building docker-core-data-go ... done Removing intermediate container fe6c8d14aee7 17:01:56 ---> 963310a9fcac 17:01:56 Step 20/26 : RUN pip install docker-compose==1.23.2 17:01:56 ---> Running in 473ae3dfb401 17:02:02 Collecting docker-compose==1.23.2 17:02:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:02:02 Collecting docker<4.0,>=3.6.0 17:02:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:02:02 Collecting cached-property<2,>=1.2.0 17:02:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:02:03 Collecting dockerpty<0.5,>=0.4.1 17:02:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:02:05 Collecting jsonschema<3,>=2.5.1 17:02:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:02:05 Collecting websocket-client<1.0,>=0.32.0 17:02:05 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:02:06 Collecting PyYAML<4,>=3.10 17:02:06 Downloading PyYAML-3.13.tar.gz (270 kB) 17:02:10 Collecting docopt<0.7,>=0.6.1 17:02:10 Downloading docopt-0.6.2.tar.gz (25 kB) 17:02:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:02:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:02:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:02:12 Collecting texttable<0.10,>=0.9.0 17:02:12 Downloading texttable-0.9.1.tar.gz (11 kB) 17:02:14 Collecting docker-pycreds>=0.4.0 17:02:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:02:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:02:15 Collecting urllib3<1.25,>=1.21.1 17:02:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:02:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:02:15 Collecting idna<2.8,>=2.5 17:02:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:02:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:02:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:02:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:02:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:02:16 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, jsonschema, PyYAML, docopt, texttable, docker-compose 17:02:16 Attempting uninstall: urllib3 17:02:16 Found existing installation: urllib3 1.25.9 17:02:16 Uninstalling urllib3-1.25.9: 17:02:16 Successfully uninstalled urllib3-1.25.9 17:02:17 Attempting uninstall: idna 17:02:17 Found existing installation: idna 2.9 17:02:17 Uninstalling idna-2.9: 17:02:17 Successfully uninstalled idna-2.9 17:02:18 Attempting uninstall: requests 17:02:18 Found existing installation: requests 2.23.0 17:02:18 Uninstalling requests-2.23.0: 17:02:18 Successfully uninstalled requests-2.23.0 17:02:19 Running setup.py install for dockerpty: started 17:02:21 Running setup.py install for dockerpty: finished with status 'done' 17:02:21 Running setup.py install for PyYAML: started 17:02:23 Running setup.py install for PyYAML: finished with status 'done' 17:02:23 Running setup.py install for docopt: started 17:02:25 Running setup.py install for docopt: finished with status 'done' 17:02:25 Running setup.py install for texttable: started 17:02:27 Running setup.py install for texttable: finished with status 'done' 17:02:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 17:02:32 Removing intermediate container 473ae3dfb401 17:02:32 ---> b09e0b3633fd 17:02:32 Step 21/26 : RUN apk --no-cache add curl 17:02:32 ---> Running in 238b458fec2e 17:02:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:02:33 (2/3) Installing libcurl (7.69.1-r3) 17:02:33 (3/3) Installing curl (7.69.1-r3) 17:02:33 Executing busybox-1.31.1-r19.trigger 17:02:33 OK: 71 MiB in 58 packages 17:02:34 Removing intermediate container 238b458fec2e 17:02:34 ---> 5ca84b6d4a1b 17:02:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:02:35 ---> Running in 3c558019a3fc 17:02:35 Removing intermediate container 3c558019a3fc 17:02:35 ---> aca68d383507 17:02:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:35 ---> Running in 6d27a0e30bb2 17:02:36 Removing intermediate container 6d27a0e30bb2 17:02:36 ---> f95bc19861b6 17:02:36 Step 24/26 : LABEL arch=arm64 17:02:36 ---> Running in d551546e6b9b 17:02:36 Removing intermediate container d551546e6b9b 17:02:36 ---> d433791eee26 17:02:36 Step 25/26 : LABEL git_sha=70985b36a4c4f7a9ce085f1c274b64dae150ac78 17:02:36 ---> Running in 6478b1497e19 17:02:37 Removing intermediate container 6478b1497e19 17:02:37 ---> ede03c3b6389 17:02:37 Step 26/26 : LABEL version=0.0.0 17:02:37 ---> Running in c8c971f50c99 17:02:38 Removing intermediate container c8c971f50c99 17:02:38 ---> 21bb86f3e729 17:02:38 17:02:38 Successfully built 21bb86f3e729 17:02:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:02:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:02:39 $ docker stop --time=1 f046a644f1154fbdbafd172584cfdd82884c8bcc31bab22c7ed7601dbc435dae 17:02:41 $ docker rm -f f046a644f1154fbdbafd172584cfdd82884c8bcc31bab22c7ed7601dbc435dae [Pipeline] // withDockerContainer [Pipeline] sh 17:02:41 + docker images 17:02:41 + grep docker 17:02:42 docker-sys-mgmt-agent-go-arm64 latest 21bb86f3e729 4 seconds ago 300MB 17:02:42 docker-core-data-go-arm64 latest c2c23c9fddc8 46 seconds ago 21.3MB 17:02:42 docker-security-proxy-setup-go-arm64 latest 41b18a5b90aa About a minute ago 23.4MB 17:02:42 docker-support-scheduler-go-arm64 latest 593bc206910a About a minute ago 16.3MB 17:02:42 docker-security-bootstrapper-go-arm64 latest dd1d17cee57b 3 minutes ago 17.8MB 17:02:42 docker-core-metadata-go-arm64 latest de36f57ee49e 4 minutes ago 17.9MB 17:02:42 docker-support-notifications-go-arm64 latest 583f80f4d940 4 minutes ago 16.9MB 17:02:42 docker-core-command-go-arm64 latest 761ecdd53965 4 minutes ago 16.2MB 17:02:42 docker-security-secretstore-setup-go-arm64 latest 055a1c140d08 4 minutes ago 23.7MB 17:02:42 docker 20.10.0 eeaf43b92773 2 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 17:02:43 ---> job-cost.sh 17:02:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-q44H 17:03:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:04:58 lf-activate-venv(): INFO: Adding /tmp/venv-q44H/bin to PATH 17:04:58 INFO: No Stack... 17:04:58 INFO: Retrieving Pricing Info for: lf-standard-4 17:04:58 INFO: Archiving Costs [Pipeline] sh 17:04:59 + cat /w/workspace/edgex-go/11/archives/cost.csv 17:04:59 + cut -d, -f6 [Pipeline] lock 17:05:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] 17:05:00 Resource [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] did not exist. Created. 17:05:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:05:00 + echo total: 0.20999999344348907 [Pipeline] stash 17:05:00 Stashed 1 file(s) [Pipeline] } 17:05:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-11-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:05:02 provisioning config files... 17:05:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config8175519021596523742tmp [Pipeline] { [Pipeline] sh 17:05:02 + set +x 17:05:02 + curl -s https://codecov.io/bash 17:05:02 + bash -s -- 17:05:03 17:05:03 _____ _ 17:05:03 / ____| | | 17:05:03 | | ___ __| | ___ ___ _____ __ 17:05:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:05:03 | |___| (_) | (_| | __/ (_| (_) \ V / 17:05:03 \_____\___/ \__,_|\___|\___\___/ \_/ 17:05:03 Bash-20210309-2b87ace 17:05:03 17:05:03 17:05:03 ==> git version 2.24.3 found 17:05:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:05:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:05:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:05:03 ==> Jenkins CI detected. 17:05:03 project root: . 17:05:03 --> token set from env 17:05:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:05:03 ==> Running gcov in . (disable via -X gcov) 17:05:03 ==> Python coveragepy not found 17:05:03 ==> Searching for coverage reports in: 17:05:03 + . 17:05:03 -> Found 1 reports 17:05:03 ==> Detecting git/mercurial file structure 17:05:03 ==> Reading reports 17:05:03 + ./coverage.out bytes=624012 17:05:03 ==> Appending adjustments 17:05:03 https://docs.codecov.io/docs/fixing-reports 17:05:06 + Found adjustments 17:05:06 ==> Gzipping contents 17:05:06 92K /tmp/codecov.oSpZeK.gz 17:05:06 ==> Uploading reports 17:05:06 url: https://codecov.io 17:05:06 query: branch=PR-3209&commit=70985b36a4c4f7a9ce085f1c274b64dae150ac78&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 17:05:06 -> Pinging Codecov 17:05:06 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=70985b36a4c4f7a9ce085f1c274b64dae150ac78&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 17:05:07 -> Uploading to 17:05:07 https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/70985b36a4c4f7a9ce085f1c274b64dae150ac78/b48dec5c-a263-4d86-823c-7333dda70589.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T170507Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b2f9f398c2001b59021e1cf90970b01851a6007573185060fe40c111bcb5a8da 17:05:07 % Total % Received % Xferd Average Speed Time Time Time Current 17:05:07 Dload Upload Total Spent Left Speed 17:05:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92226 0 0 100 92226 0 152k --:--:-- --:--:-- --:--:-- 152k 100 92226 0 0 100 92226 0 152k --:--:-- --:--:-- --:--:-- 152k 17:05:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/70985b36a4c4f7a9ce085f1c274b64dae150ac78 [Pipeline] } 17:05:07 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 17:05:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:05:10 ---> package-listing.sh 17:05:10 ++ facter osfamily 17:05:10 ++ tr '[:upper:]' '[:lower:]' 17:05:10 + OS_FAMILY=redhat 17:05:10 + workspace=/w/workspace/edgex-go/11 17:05:10 + START_PACKAGES=/tmp/packages_start.txt 17:05:10 + END_PACKAGES=/tmp/packages_end.txt 17:05:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:05:10 + PACKAGES=/tmp/packages_start.txt 17:05:10 + '[' /w/workspace/edgex-go/11 ']' 17:05:10 + PACKAGES=/tmp/packages_end.txt 17:05:10 + case "${OS_FAMILY}" in 17:05:10 + rpm -qa 17:05:10 + sort 17:05:15 + '[' -f /tmp/packages_start.txt ']' 17:05:15 + '[' -f /tmp/packages_end.txt ']' 17:05:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:05:15 + '[' /w/workspace/edgex-go/11 ']' 17:05:15 + mkdir -p /w/workspace/edgex-go/11/archives/ 17:05:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 17:05:15 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:05:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:05:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:16 17:05:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:05:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:16 alpine: Pulling from edgex-lftools-log-publisher 17:05:16 df20fa9351a1: Pulling fs layer 17:05:16 36b3adc4ff6f: Pulling fs layer 17:05:16 8ad3a11d3b57: Pulling fs layer 17:05:16 46f8f816bc3b: Pulling fs layer 17:05:16 93b61091891f: Pulling fs layer 17:05:16 93b9cdb0e59b: Pulling fs layer 17:05:16 5e14af77c1be: Pulling fs layer 17:05:16 01666e4c0597: Pulling fs layer 17:05:16 aa168da1d23b: Pulling fs layer 17:05:16 46f8f816bc3b: Waiting 17:05:16 93b61091891f: Waiting 17:05:16 5e14af77c1be: Waiting 17:05:16 01666e4c0597: Waiting 17:05:16 aa168da1d23b: Waiting 17:05:17 36b3adc4ff6f: Verifying Checksum 17:05:17 36b3adc4ff6f: Download complete 17:05:17 46f8f816bc3b: Verifying Checksum 17:05:17 46f8f816bc3b: Download complete 17:05:17 df20fa9351a1: Verifying Checksum 17:05:17 df20fa9351a1: Download complete 17:05:17 93b9cdb0e59b: Verifying Checksum 17:05:17 93b9cdb0e59b: Download complete 17:05:17 5e14af77c1be: Verifying Checksum 17:05:17 5e14af77c1be: Download complete 17:05:17 93b61091891f: Download complete 17:05:17 01666e4c0597: Verifying Checksum 17:05:17 01666e4c0597: Download complete 17:05:17 df20fa9351a1: Pull complete 17:05:17 8ad3a11d3b57: Verifying Checksum 17:05:17 8ad3a11d3b57: Download complete 17:05:17 36b3adc4ff6f: Pull complete 17:05:19 8ad3a11d3b57: Pull complete 17:05:20 aa168da1d23b: Download complete 17:05:20 46f8f816bc3b: Pull complete 17:05:20 93b61091891f: Pull complete 17:05:20 93b9cdb0e59b: Pull complete 17:05:20 5e14af77c1be: Pull complete 17:05:20 01666e4c0597: Pull complete 17:05:29 aa168da1d23b: Pull complete 17:05:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:05:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:05:29 prd-centos7-docker-4c-2g-29154 does not seem to be running inside a container 17:05:29 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 17:05:33 $ docker top 63047bec1fbfef25285944a57952b93fddbdac4ffbb3c93617566db0e9cabf0d -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:34 + touch /tmp/pre-build-complete [Pipeline] sh 17:05:34 + mkdir -p /var/log/sa [Pipeline] sh 17:05:35 + ls /var/log/sa-host 17:05:35 + sadf -c /var/log/sa-host/sa09 17:05:35 file_magic: OK 17:05:35 HZ: Using current value: 100 17:05:35 file_header: OK 17:05:35 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:05:35 Statistics: 17:05:35 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... 17:05:35 File successfully converted to sysstat format version 12.2.1 17:05:35 + sadf -c /var/log/sa-host/sa23 17:05:35 file_magic: OK 17:05:35 HZ: Using current value: 100 17:05:35 file_header: OK 17:05:35 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:05:35 Statistics: 17:05:35 Hnuu...uuuununununu... 17:05:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:05:35 provisioning config files... 17:05:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4867244486436524750tmp [Pipeline] { [Pipeline] echo 17:05:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:05:36 ---> create-netrc.sh [Pipeline] } 17:05:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:05:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:05:36 ---> python-tools-install.sh [Pipeline] echo 17:05:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:05:36 ---> sudo-logs.sh 17:05:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:05:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:05:37 ---> job-cost.sh 17:05:37 lf-activate-venv: SKIPPING 17:05:37 DEBUG: total: 0.20999999344348907 17:05:37 INFO: Retrieving Stack Cost... 17:05:38 INFO: Retrieving Pricing Info for: v1-standard-2 17:05:38 INFO: Archiving Costs [Pipeline] echo 17:05:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:05:39 ---> logs-deploy.sh 17:05:39 lf-activate-venv: SKIPPING 17:05:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/11 17:05:39 INFO: archiving workspace using pattern(s): 17:05:41 Archives upload complete. 17:05:41 INFO: archiving logs to Nexus 17:05:42 ---> uname -a: 17:05:42 Linux prd-centos7-docker-4c-2g-29154.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:05:42 17:05:42 17:05:42 ---> lscpu: 17:05:42 Architecture: x86_64 17:05:42 CPU op-mode(s): 32-bit, 64-bit 17:05:42 Byte Order: Little Endian 17:05:42 Address sizes: 40 bits physical, 48 bits virtual 17:05:42 CPU(s): 4 17:05:42 On-line CPU(s) list: 0-3 17:05:42 Thread(s) per core: 1 17:05:42 Core(s) per socket: 1 17:05:42 Socket(s): 4 17:05:42 NUMA node(s): 1 17:05:42 Vendor ID: GenuineIntel 17:05:42 CPU family: 6 17:05:42 Model: 44 17:05:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:05:42 Stepping: 1 17:05:42 CPU MHz: 2933.438 17:05:42 BogoMIPS: 5866.87 17:05:42 Virtualization: VT-x 17:05:42 Hypervisor vendor: KVM 17:05:42 Virtualization type: full 17:05:42 L1d cache: 128 KiB 17:05:42 L1i cache: 128 KiB 17:05:42 L2 cache: 16 MiB 17:05:42 L3 cache: 64 MiB 17:05:42 NUMA node0 CPU(s): 0-3 17:05:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:05:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:05:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:05:42 Vulnerability Meltdown: Mitigation; PTI 17:05:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:05:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:05:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:05:42 Vulnerability Srbds: Not affected 17:05:42 Vulnerability Tsx async abort: Not affected 17:05:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:05:42 17:05:42 17:05:42 ---> nproc: 17:05:42 4 17:05:42 17:05:42 17:05:42 ---> df -h: 17:05:42 Filesystem Size Used Available Use% Mounted on 17:05:42 overlay 50.0G 11.3G 38.7G 23% / 17:05:42 tmpfs 64.0M 0 64.0M 0% /dev 17:05:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:05:42 shm 64.0M 0 64.0M 0% /dev/shm 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/11 17:05:42 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/11@tmp 17:05:42 17:05:42 17:05:42 ---> free -m: 17:05:42 total used free shared buff/cache available 17:05:42 Mem: 1837 719 229 0 888 1034 17:05:42 Swap: 1023 61 962 17:05:42 17:05:42 17:05:42 ---> ip addr: 17:05:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:05:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:05:42 inet 127.0.0.1/8 scope host lo 17:05:42 valid_lft forever preferred_lft forever 17:05:42 inet6 ::1/128 scope host 17:05:42 valid_lft forever preferred_lft forever 17:05:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:05:42 link/ether fa:16:3e:5b:4e:2a brd ff:ff:ff:ff:ff:ff 17:05:42 inet 10.30.122.223/23 brd 10.30.123.255 scope global dynamic eth0 17:05:42 valid_lft 84931sec preferred_lft 84931sec 17:05:42 inet6 fe80::f816:3eff:fe5b:4e2a/64 scope link 17:05:42 valid_lft forever preferred_lft forever 17:05:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:05:42 link/ether 02:42:37:65:4f:c8 brd ff:ff:ff:ff:ff:ff 17:05:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:05:42 valid_lft forever preferred_lft forever 17:05:42 inet6 fe80::42:37ff:fe65:4fc8/64 scope link 17:05:42 valid_lft forever preferred_lft forever 17:05:42 17:05:42 17:05:42 ---> sar -b -r -n DEV: 17:05:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 17:05:42 17:05:42 16:41:00 LINUX RESTART (4 CPU) 17:05:42 17:05:42 16:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:05:42 16:43:01 123.61 74.11 49.51 0.00 9694.52 12998.55 0.00 17:05:42 16:44:01 256.46 61.58 194.88 0.00 3378.24 51214.34 0.00 17:05:42 16:45:02 187.49 100.31 87.18 0.00 3569.85 10201.59 0.00 17:05:42 16:46:01 97.73 45.90 51.83 0.00 1530.67 4817.45 0.00 17:05:42 16:47:01 96.70 34.28 62.43 0.00 2166.27 13539.72 0.00 17:05:42 16:48:01 1018.20 766.64 251.56 0.00 93297.41 161025.66 0.00 17:05:42 16:49:02 2600.94 2318.13 282.82 0.00 142009.87 150988.15 0.00 17:05:42 16:50:01 200.18 77.15 123.03 0.00 5761.02 24279.23 0.00 17:05:42 16:51:02 1264.68 996.39 268.29 0.00 88450.91 132502.91 0.00 17:05:42 16:52:03 1317.57 1051.92 265.65 0.00 62952.47 73540.59 0.00 17:05:42 16:53:01 156.80 18.23 138.57 0.00 3558.26 21486.05 0.00 17:05:42 16:54:01 5.53 0.12 5.41 0.00 1.87 193.91 0.00 17:05:42 16:55:01 0.27 0.00 0.27 0.00 0.00 2.86 0.00 17:05:42 16:56:01 1.85 1.65 0.20 0.00 58.09 2.02 0.00 17:05:42 16:57:01 0.85 0.07 0.78 0.00 1.47 15.30 0.00 17:05:42 16:58:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 17:05:42 16:59:01 0.33 0.02 0.32 0.00 0.53 3.28 0.00 17:05:42 17:00:01 0.27 0.00 0.27 0.00 0.00 4.05 0.00 17:05:42 17:01:01 0.32 0.03 0.28 0.00 0.67 3.83 0.00 17:05:42 17:02:01 0.72 0.38 0.33 0.00 24.23 4.91 0.00 17:05:42 17:03:01 0.23 0.02 0.22 0.00 0.13 2.46 0.00 17:05:42 17:04:01 0.18 0.00 0.18 0.00 0.00 2.07 0.00 17:05:42 17:05:01 0.38 0.15 0.23 0.00 30.11 2.07 0.00 17:05:42 Average: 320.78 243.01 77.77 0.00 18250.47 28729.53 0.00 17:05:42 17:05:42 16:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:05:42 16:43:01 283712 0 651372 34.62 2620 943840 1501308 51.24 569604 824936 4076 17:05:42 16:44:01 361360 0 683648 36.33 1564 834972 1108208 37.82 410232 818916 20 17:05:42 16:45:02 80520 0 918264 48.80 824 881936 1740964 59.42 781912 732576 42940 17:05:42 16:46:01 301268 0 759380 40.36 720 820176 1334872 45.56 584260 704120 50584 17:05:42 16:47:01 185844 0 773672 41.12 680 921348 1548976 52.86 609080 805980 91712 17:05:42 16:48:01 381836 0 678788 36.08 72 820848 1382552 47.18 523648 762016 92 17:05:42 16:49:02 283048 0 1155184 61.40 72 443240 4548408 155.23 747840 576204 8404 17:05:42 16:50:01 460060 0 774120 41.14 72 647292 2187908 74.67 487232 682676 1828 17:05:42 16:51:02 73244 0 884792 47.02 72 923436 2475124 84.47 695988 870636 86864 17:05:42 16:52:03 334148 0 709248 37.69 72 838076 1625200 55.47 606236 696728 0 17:05:42 16:53:01 174556 0 643376 34.19 72 1063540 1229508 41.96 561900 900568 20 17:05:42 16:54:01 180388 0 637536 33.88 72 1063548 1197532 40.87 558984 899616 16 17:05:42 16:55:01 180372 0 637540 33.88 72 1063560 1193372 40.73 558736 899592 16 17:05:42 16:56:01 178824 0 638136 33.92 72 1064512 1193384 40.73 558968 900460 8 17:05:42 16:57:01 179028 0 637824 33.90 72 1064620 1193336 40.73 558860 900628 8 17:05:42 16:58:01 179776 0 637020 33.86 72 1064676 1193252 40.72 558380 900636 8 17:05:42 16:59:01 179612 0 637240 33.87 72 1064620 1193252 40.72 558364 900628 12 17:05:42 17:00:01 179468 0 637364 33.87 72 1064640 1193348 40.73 558840 900644 8 17:05:42 17:01:01 178360 0 638456 33.93 72 1064656 1196020 40.82 559160 900648 8 17:05:42 17:02:01 178008 0 638124 33.91 72 1065340 1193880 40.75 559132 901260 8 17:05:42 17:03:01 178484 0 637636 33.89 72 1065352 1193760 40.74 558752 901264 8 17:05:42 17:04:01 178236 0 637880 33.90 72 1065356 1193880 40.75 559356 901264 8 17:05:42 17:05:01 177372 0 637832 33.90 72 1066268 1193856 40.74 559124 902168 8 17:05:42 Average: 220327 0 708019 37.63 335 952863 1522257 51.95 577591 834094 12463 17:05:42 17:05:42 16:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:05:42 16:43:01 eth0 793.93 1102.63 3136.39 141.24 0.00 0.00 0.00 0.00 17:05:42 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:43:01 docker0 990.03 632.20 76.66 2675.22 0.00 0.00 0.00 0.00 17:05:42 16:44:01 eth0 514.39 443.09 3662.50 41.16 0.00 0.00 0.00 0.00 17:05:42 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:44:01 docker0 146.12 175.67 10.45 830.86 0.00 0.00 0.00 0.00 17:05:42 16:45:02 vethdf6a028 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:05:42 16:45:02 eth0 37.30 20.62 33.12 13.63 0.00 0.00 0.00 0.00 17:05:42 16:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:46:01 vethdf6a028 2.39 2.39 0.19 0.19 0.00 0.00 0.00 0.00 17:05:42 16:46:01 eth0 50.24 42.92 18.79 85.37 0.00 0.00 0.00 0.00 17:05:42 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:46:01 docker0 2.39 2.39 0.16 0.19 0.00 0.00 0.00 0.00 17:05:42 16:47:01 eth0 177.39 137.99 1690.16 21.29 0.00 0.00 0.00 0.00 17:05:42 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:48:01 vethd6f9a9c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:48:01 veth9f00757 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:48:01 eth0 45.17 36.03 27.84 63.29 0.00 0.00 0.00 0.00 17:05:42 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:49:02 vethcd0f441 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:05:42 16:49:02 veth4938bc4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:05:42 16:49:02 eth0 44.25 18.41 158.78 7.46 0.00 0.00 0.00 0.00 17:05:42 16:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:50:01 veth76eb4f8 2.07 3.63 0.14 29.94 0.00 0.00 0.00 0.00 17:05:42 16:50:01 veth690d66a 2.57 6.07 0.17 32.21 0.00 0.00 0.00 0.00 17:05:42 16:50:01 veth5e61142 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:50:01 eth0 33.84 21.56 157.96 6.03 0.00 0.00 0.00 0.00 17:05:42 16:51:02 veth8f793f3 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 17:05:42 16:51:02 eth0 53.24 32.02 139.62 33.61 0.00 0.00 0.00 0.00 17:05:42 16:51:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 17:05:42 16:51:02 veth3c7a1e0 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 17:05:42 16:52:03 eth0 52.95 32.67 97.11 63.52 0.00 0.00 0.00 0.00 17:05:42 16:52:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:52:03 veth0ca7010 0.00 0.86 0.00 0.04 0.00 0.00 0.00 0.00 17:05:42 16:52:03 veth301d957 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 17:05:42 16:53:01 eth0 233.68 185.88 1748.90 90.58 0.00 0.00 0.00 0.00 17:05:42 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:53:01 docker0 1240.29 965.43 93.93 4533.45 0.00 0.00 0.00 0.00 17:05:42 16:54:01 eth0 1.18 0.53 0.68 0.19 0.00 0.00 0.00 0.00 17:05:42 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:55:01 eth0 1.05 0.33 0.35 0.20 0.00 0.00 0.00 0.00 17:05:42 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:56:01 eth0 1.02 0.30 0.32 0.23 0.00 0.00 0.00 0.00 17:05:42 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:57:01 eth0 0.40 0.20 0.15 0.07 0.00 0.00 0.00 0.00 17:05:42 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:58:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:05:42 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:59:01 eth0 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 17:05:42 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:00:01 eth0 1.00 0.33 0.32 0.20 0.00 0.00 0.00 0.00 17:05:42 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:01:01 eth0 0.33 0.02 0.03 0.00 0.00 0.00 0.00 0.00 17:05:42 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:02:01 eth0 0.87 0.47 0.42 0.27 0.00 0.00 0.00 0.00 17:05:42 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:03:01 eth0 0.65 0.07 0.06 0.01 0.00 0.00 0.00 0.00 17:05:42 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:04:01 eth0 1.90 0.55 0.63 0.36 0.00 0.00 0.00 0.00 17:05:42 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:05:01 eth0 0.58 0.32 0.28 0.20 0.00 0.00 0.00 0.00 17:05:42 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 Average: eth0 88.75 90.18 471.06 24.62 0.00 0.00 0.00 0.00 17:05:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:42 Average: docker0 52.20 40.63 3.95 190.80 0.00 0.00 0.00 0.00 17:05:42 17:05:42 17:05:42 ---> sar -P ALL: 17:05:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/09/21 _x86_64_ (4 CPU) 17:05:42 17:05:42 16:41:00 LINUX RESTART (4 CPU) 17:05:42 17:05:42 16:42:01 CPU %user %nice %system %iowait %steal %idle 17:05:42 16:43:01 all 11.36 0.00 5.67 1.84 0.54 80.60 17:05:42 16:43:01 0 11.33 0.00 6.70 0.48 0.47 81.02 17:05:42 16:43:01 1 13.35 0.00 5.08 0.94 0.58 80.06 17:05:42 16:43:01 2 11.91 0.00 5.48 3.77 0.56 78.28 17:05:42 16:43:01 3 8.84 0.00 5.43 2.17 0.53 83.03 17:05:42 16:44:01 all 11.43 0.00 9.82 4.51 1.07 73.17 17:05:42 16:44:01 0 11.21 0.00 9.98 3.99 1.06 73.76 17:05:42 16:44:01 1 11.70 0.00 9.52 4.65 0.88 73.25 17:05:42 16:44:01 2 11.82 0.00 10.09 4.57 1.23 72.29 17:05:42 16:44:01 3 10.98 0.00 9.68 4.82 1.11 73.41 17:05:42 16:45:02 all 52.04 0.00 13.49 4.01 2.47 27.98 17:05:42 16:45:02 0 51.11 0.00 13.39 4.07 2.65 28.78 17:05:42 16:45:02 1 52.14 0.00 13.79 5.61 2.39 26.07 17:05:42 16:45:02 2 50.02 0.00 13.57 3.82 2.73 29.87 17:05:42 16:45:02 3 54.90 0.00 13.20 2.55 2.12 27.22 17:05:42 16:46:01 all 47.48 0.00 14.27 2.52 5.96 29.76 17:05:42 16:46:01 0 46.97 0.00 14.25 2.22 5.72 30.83 17:05:42 16:46:01 1 47.16 0.00 14.36 2.79 6.29 29.40 17:05:42 16:46:01 2 50.14 0.00 14.62 2.48 5.54 27.22 17:05:42 16:46:01 3 45.64 0.00 13.86 2.61 6.30 31.59 17:05:42 16:47:01 all 36.58 0.00 13.35 2.67 3.87 43.52 17:05:42 16:47:01 0 35.17 0.00 12.70 0.63 3.81 47.69 17:05:42 16:47:01 1 38.44 0.00 14.17 2.83 3.28 41.28 17:05:42 16:47:01 2 37.41 0.00 13.74 4.51 3.78 40.56 17:05:42 16:47:01 3 35.33 0.00 12.80 2.72 4.60 44.54 17:05:42 16:48:01 all 21.93 0.00 24.11 8.13 4.38 41.44 17:05:42 16:48:01 0 20.70 0.00 22.10 7.70 4.93 44.57 17:05:42 16:48:01 1 23.68 0.00 26.10 8.37 3.66 38.19 17:05:42 16:48:01 2 21.47 0.00 25.30 8.28 4.50 40.45 17:05:42 16:48:01 3 21.89 0.00 22.96 8.17 4.43 42.55 17:05:42 16:49:02 all 23.25 0.00 29.52 19.74 5.87 21.61 17:05:42 16:49:02 0 22.54 0.00 28.98 19.42 6.44 22.61 17:05:42 16:49:02 1 25.71 0.00 32.06 19.32 5.10 17.81 17:05:42 16:49:02 2 23.22 0.00 28.52 19.55 5.84 22.87 17:05:42 16:49:02 3 21.54 0.00 28.55 20.69 6.07 23.15 17:05:42 16:50:01 all 69.37 0.00 13.93 8.11 1.85 6.73 17:05:42 16:50:01 0 70.12 0.00 14.05 6.59 1.54 7.70 17:05:42 16:50:01 1 68.83 0.00 14.80 9.40 1.74 5.22 17:05:42 16:50:01 2 69.63 0.00 13.51 9.22 2.11 5.52 17:05:42 16:50:01 3 68.91 0.00 13.37 7.20 2.03 8.49 17:05:42 16:51:02 all 31.19 0.00 26.25 10.13 5.89 26.55 17:05:42 16:51:02 0 32.30 0.00 24.78 9.02 6.07 27.84 17:05:42 16:51:02 1 33.32 0.00 27.20 10.90 5.50 23.08 17:05:42 16:51:02 2 30.12 0.00 25.25 11.44 6.28 26.91 17:05:42 16:51:02 3 28.99 0.00 27.80 9.13 5.72 28.36 17:05:42 16:52:03 all 48.69 0.00 21.35 11.27 5.29 13.40 17:05:42 16:52:03 0 50.35 0.00 20.80 9.64 4.83 14.39 17:05:42 16:52:03 1 49.80 0.00 21.39 10.16 4.90 13.75 17:05:42 16:52:03 2 46.33 0.00 20.96 12.09 6.02 14.61 17:05:42 16:52:03 3 48.29 0.00 22.28 13.22 5.41 10.80 17:05:42 16:53:01 all 10.07 0.00 7.43 4.86 1.05 76.59 17:05:42 16:53:01 0 9.64 0.00 7.99 4.97 0.87 76.53 17:05:42 16:53:01 1 7.87 0.00 6.34 5.76 1.14 78.89 17:05:42 16:53:01 2 13.74 0.00 8.35 5.11 1.18 71.62 17:05:42 16:53:01 3 9.02 0.00 7.03 3.59 1.00 79.36 17:05:42 17:05:42 16:53:01 CPU %user %nice %system %iowait %steal %idle 17:05:42 16:54:01 all 0.17 0.00 0.05 0.00 0.00 99.78 17:05:42 16:54:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:05:42 16:54:01 1 0.53 0.00 0.07 0.02 0.00 99.38 17:05:42 16:54:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:05:42 16:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:05:42 16:55:01 all 0.16 0.00 0.04 0.00 0.00 99.79 17:05:42 16:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:05:42 16:55:01 1 0.55 0.00 0.05 0.00 0.00 99.40 17:05:42 16:55:01 2 0.05 0.00 0.05 0.00 0.02 99.88 17:05:42 16:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:05:42 16:56:01 all 0.15 0.00 0.06 0.03 0.00 99.76 17:05:42 16:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:05:42 16:56:01 1 0.50 0.00 0.12 0.10 0.00 99.28 17:05:42 16:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:05:42 16:56:01 3 0.05 0.00 0.05 0.02 0.00 99.88 17:05:42 16:57:01 all 0.13 0.00 0.05 0.00 0.00 99.82 17:05:42 16:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:05:42 16:57:01 1 0.40 0.00 0.07 0.00 0.00 99.53 17:05:42 16:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:05:42 16:57:01 3 0.08 0.00 0.07 0.00 0.00 99.85 17:05:42 16:58:01 all 0.03 0.00 0.02 0.00 0.00 99.95 17:05:42 16:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:05:42 16:58:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:05:42 16:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:05:42 16:58:01 3 0.07 0.00 0.03 0.00 0.00 99.90 17:05:42 16:59:01 all 0.14 0.00 0.04 0.00 0.00 99.82 17:05:42 16:59:01 0 0.02 0.00 0.03 0.02 0.00 99.93 17:05:42 16:59:01 1 0.45 0.00 0.07 0.00 0.02 99.47 17:05:42 16:59:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:05:42 16:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:05:42 17:00:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:05:42 17:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:05:42 17:00:01 1 0.52 0.00 0.03 0.00 0.00 99.45 17:05:42 17:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:05:42 17:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:05:42 17:01:01 all 0.15 0.00 0.04 0.00 0.00 99.80 17:05:42 17:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:05:42 17:01:01 1 0.53 0.00 0.05 0.00 0.00 99.42 17:05:42 17:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:05:42 17:01:01 3 0.05 0.00 0.05 0.00 0.02 99.88 17:05:42 17:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:05:42 17:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:05:42 17:02:01 1 0.52 0.00 0.08 0.00 0.00 99.40 17:05:42 17:02:01 2 0.03 0.00 0.03 0.02 0.00 99.92 17:05:42 17:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:05:42 17:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:05:42 17:03:01 0 0.02 0.00 0.03 0.02 0.00 99.93 17:05:42 17:03:01 1 0.52 0.00 0.03 0.00 0.00 99.45 17:05:42 17:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:05:42 17:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:05:42 17:04:01 all 0.15 0.00 0.04 0.00 0.01 99.80 17:05:42 17:04:01 0 0.02 0.00 0.07 0.00 0.02 99.90 17:05:42 17:04:01 1 0.43 0.00 0.05 0.00 0.02 99.50 17:05:42 17:04:01 2 0.08 0.00 0.03 0.00 0.00 99.88 17:05:42 17:04:01 3 0.05 0.00 0.02 0.00 0.02 99.92 17:05:42 17:05:42 17:04:01 CPU %user %nice %system %iowait %steal %idle 17:05:42 17:05:01 all 0.15 0.00 0.04 0.01 0.00 99.80 17:05:42 17:05:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:05:42 17:05:01 1 0.50 0.00 0.05 0.03 0.00 99.42 17:05:42 17:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:05:42 17:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:05:42 Average: all 15.33 0.00 7.59 3.28 1.62 72.18 17:05:42 Average: 0 15.19 0.00 7.45 2.90 1.63 72.83 17:05:42 Average: 1 15.87 0.00 7.82 3.40 1.49 71.41 17:05:42 Average: 2 15.40 0.00 7.61 3.59 1.68 71.72 17:05:42 Average: 3 14.87 0.00 7.47 3.23 1.66 72.78 17:05:42 17:05:42 17:05:42