Pull request #3423 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b91a20da177c7cf0cbbb1a081435ab1666a7fa7d+40097948026cfcf365777e8965120a46082f11c2 (325ab4ac6eff830470c33b66d97a7c8e2eb2cf94) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3080 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 40097948026cfcf365777e8965120a46082f11c2 into PR head commit b91a20da177c7cf0cbbb1a081435ab1666a7fa7d Merge succeeded, producing b91a20da177c7cf0cbbb1a081435ab1666a7fa7d Checking out Revision b91a20da177c7cf0cbbb1a081435ab1666a7fa7d (PR-3423) > 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/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # 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 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:09:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:09:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:09:03 ========================================================= 20:09:03 EdgeX Global Pipelines Version Info 20:09:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 07da259a2bb134c1886491919ba7e2f116e15bd4 # timeout=10 20:09:06 ------------------- 20:09:06 stable info: 20:09:06 ------------------- 20:09:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:06 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:09:06 Message: update stable to v1.0.191 20:09:07 ------------------- 20:09:07 experimental info: 20:09:07 ------------------- 20:09:07 Commited By: **** collab-it+edgex@linuxfoundation.org 20:09:07 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 20:09:07 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:09:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3423 [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3423 [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3423 [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b91a20d [Pipeline] echo 20:09:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:09:08 provisioning config files... 20:09:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1006923415779356472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:08 ---> docker-login.sh 20:09:08 nexus3.edgexfoundry.org:10001 20:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:10 Configure a credential helper to remove this warning. See 20:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:10 20:09:10 Login Succeeded 20:09:10 nexus3.edgexfoundry.org:10002 20:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:10 Configure a credential helper to remove this warning. See 20:09:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:10 20:09:10 Login Succeeded 20:09:10 nexus3.edgexfoundry.org:10003 20:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:11 Configure a credential helper to remove this warning. See 20:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:11 20:09:11 Login Succeeded 20:09:11 nexus3.edgexfoundry.org:10004 20:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:12 Configure a credential helper to remove this warning. See 20:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:12 20:09:12 Login Succeeded 20:09:12 docker.io 20:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:12 Configure a credential helper to remove this warning. See 20:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:12 20:09:12 Login Succeeded 20:09:12 ---> docker-login.sh ends [Pipeline] } 20:09:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09: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 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/core-command/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo core-command,cmd/core-command/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/core-data/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo core-data,cmd/core-data/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/core-metadata/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo core-metadata,cmd/core-metadata/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/security-bootstrapper/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ cut -d/ -f2 20:09:13 ++ dirname cmd/security-proxy-setup/Dockerfile 20:09:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/support-notifications/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo support-notifications,cmd/support-notifications/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/support-scheduler/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:09:13 + for file in '`ls cmd/**/Dockerfile`' 20:09:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:09:13 ++ cut -d/ -f2 20:09:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:09: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 20:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:14 20:09:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:09:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:14 latest: Pulling from edgex-devops/git-semver 20:09:14 31603596830f: Pulling fs layer 20:09:14 54011a49482f: Pulling fs layer 20:09:14 a6820b24f6d8: Pulling fs layer 20:09:14 f581987b2513: Pulling fs layer 20:09:14 f581987b2513: Waiting 20:09:14 54011a49482f: Download complete 20:09:14 31603596830f: Verifying Checksum 20:09:14 31603596830f: Download complete 20:09:14 f581987b2513: Verifying Checksum 20:09:14 f581987b2513: Download complete 20:09:15 a6820b24f6d8: Verifying Checksum 20:09:15 a6820b24f6d8: Download complete 20:09:15 31603596830f: Pull complete 20:09:15 54011a49482f: Pull complete 20:09:18 a6820b24f6d8: Pull complete 20:09:19 f581987b2513: Pull complete 20:09:19 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:09:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:09:20 prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container 20:09:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:09:23 $ docker top 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:09:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:24 [ssh-agent] Looking for ssh-agent implementation... 20:09:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:24 $ docker exec 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent 20:09:25 SSH_AUTH_SOCK=/tmp/ssh-f8AuQsK4jQfs/agent.11 20:09:25 SSH_AGENT_PID=16 20:09:25 Running ssh-add (command line suppressed) 20:09:25 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7727802486442515376.key (/w/workspace/edgex-go/2@tmp/private_key_7727802486442515376.key) 20:09:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:25 + git tag --points-at HEAD [Pipeline] } 20:09:26 $ docker exec --env ******** --env ******** 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent -k 20:09:26 unset SSH_AUTH_SOCK; 20:09:26 unset SSH_AGENT_PID; 20:09:26 echo Agent pid 16 killed; 20:09:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:09:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:26 [ssh-agent] Looking for ssh-agent implementation... 20:09:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:27 $ docker exec 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent 20:09:27 SSH_AUTH_SOCK=/tmp/ssh-Bva9NUi0o9x5/agent.45 20:09:27 SSH_AGENT_PID=50 20:09:27 Running ssh-add (command line suppressed) 20:09:27 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7212278425421532464.key (/w/workspace/edgex-go/2@tmp/private_key_7212278425421532464.key) 20:09:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:28 + git semver init 20:09:28 # -> Open(): unable to determine branch for HEAD 20:09:28 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:09:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:09:28 # $SEMVER_REMOTE_NAME = origin 20:09:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:09:28 # $SEMVER_USER_NAME = edgex-jenkins 20:09:28 # $SEMVER_BRANCH = PR-3423 20:09:28 # $SEMVER_TEMP = /tmp/semver-273268969 20:09:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:09:56 # '/tmp/semver-273268969' -> '/w/workspace/edgex-go/2/.semver' 20:09:56 # -> Force: false 20:09:56 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:09:56 $ docker exec --env ******** --env ******** 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f ssh-agent -k 20:09:56 unset SSH_AUTH_SOCK; 20:09:56 unset SSH_AGENT_PID; 20:09:56 echo Agent pid 50 killed; 20:09:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09:57 + git semver [Pipeline] } 20:09:57 $ docker stop --time=1 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f 20:10:00 $ docker rm -f 0317362a370896a0dd4a9700a8495b0bb7378015f60d435604859c1662eb7f0f [Pipeline] // withDockerContainer [Pipeline] sh 20:10:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:10:02 Stashed 1 file(s) [Pipeline] echo 20:10:02 [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 20:10:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:10:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:10:03 + sudo service docker restart 20:10:03 + true 20:10:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:10:05 ========================================================= 20:10:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:10:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:10:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 20:10:16 Sending build context to Docker daemon 329.9MB 20:10:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:10:16 Step 2/6 : FROM ${BASE} 20:10:16 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:10:16 540db60ca938: Pulling fs layer 20:10:16 adcc1eea9eea: Pulling fs layer 20:10:16 4c4ab2625f07: Pulling fs layer 20:10:16 0510c868ecb4: Pulling fs layer 20:10:16 afea3b2eda06: Pulling fs layer 20:10:16 7809a108b3ef: Pulling fs layer 20:10:16 f706445af74f: Pulling fs layer 20:10:16 afea3b2eda06: Waiting 20:10:16 7809a108b3ef: Waiting 20:10:16 f706445af74f: Waiting 20:10:16 0510c868ecb4: Waiting 20:10:17 4c4ab2625f07: Verifying Checksum 20:10:17 4c4ab2625f07: Download complete 20:10:17 adcc1eea9eea: Verifying Checksum 20:10:17 adcc1eea9eea: Download complete 20:10:17 afea3b2eda06: Verifying Checksum 20:10:17 afea3b2eda06: Download complete 20:10:17 7809a108b3ef: Verifying Checksum 20:10:17 7809a108b3ef: Download complete 20:10:17 540db60ca938: Verifying Checksum 20:10:17 540db60ca938: Download complete 20:10:17 Still waiting to schedule task 20:10:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:10:18 540db60ca938: Pull complete 20:10:18 adcc1eea9eea: Pull complete 20:10:18 4c4ab2625f07: Pull complete 20:10:22 f706445af74f: Verifying Checksum 20:10:22 f706445af74f: Download complete 20:10:23 0510c868ecb4: Verifying Checksum 20:10:23 0510c868ecb4: Download complete 20:10:39 0510c868ecb4: Pull complete 20:10:39 afea3b2eda06: Pull complete 20:10:39 7809a108b3ef: Pull complete 20:10:44 f706445af74f: Pull complete 20:10:44 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:10:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:10:44 ---> b068be0155e3 20:10:44 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 20:10:45 ---> Running in 48fedfa6a6b3 20:10:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:10:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:10:48 (1/12) Installing libmagic (5.39-r0) 20:10:48 (2/12) Installing file (5.39-r0) 20:10:48 (3/12) Installing libc-dev (0.7.2-r3) 20:10:48 (4/12) Installing g++ (10.2.1_pre1-r3) 20:10:55 (5/12) Installing fortify-headers (1.1-r0) 20:10:55 (6/12) Installing patch (2.7.6-r6) 20:10:55 (7/12) Installing build-base (0.5-r2) 20:10:55 (8/12) Installing libsodium (1.0.18-r0) 20:10:55 (9/12) Installing pkgconf (1.7.3-r0) 20:10:55 (10/12) Installing libsodium-dev (1.0.18-r0) 20:10:55 (11/12) Installing libzmq (4.3.3-r1) 20:10:56 (12/12) Installing zeromq-dev (4.3.3-r1) 20:10:56 Executing busybox-1.32.1-r6.trigger 20:10:56 OK: 219 MiB in 52 packages 20:11:01 Removing intermediate container 48fedfa6a6b3 20:11:01 ---> b64d07e5fe7f 20:11:01 Step 4/6 : WORKDIR /edgex-go 20:11:01 ---> Running in dac1e979de45 20:11:02 Removing intermediate container dac1e979de45 20:11:02 ---> 28f15a83dba8 20:11:02 Step 5/6 : COPY go.mod . 20:11:03 ---> af53d32d5bf1 20:11:03 Step 6/6 : RUN go mod download 20:11:03 ---> Running in 5c39343c2e45 20:11:42 Removing intermediate container 5c39343c2e45 20:11:42 ---> e5566d29d0a1 20:11:42 Successfully built e5566d29d0a1 20:11:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:11:43 + docker inspect -f . ci-base-image-x86_64 20:11:43 . [Pipeline] withDockerContainer 20:11:44 prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container 20:11:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:11:46 $ docker top 920d310284515db43bd0569c6f1866577ee26943aa30ab1c2b7b0399df7aa0e7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:11:47 + go version 20:11:47 go version go1.16.3 linux/amd64 [Pipeline] } 20:11:47 $ docker stop --time=1 920d310284515db43bd0569c6f1866577ee26943aa30ab1c2b7b0399df7aa0e7 20:11:48 $ docker rm -f 920d310284515db43bd0569c6f1866577ee26943aa30ab1c2b7b0399df7aa0e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:11:49 + docker inspect -f . ci-base-image-x86_64 20:11:49 . [Pipeline] withDockerContainer 20:11:49 prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container 20:11:49 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:11:51 $ docker top 90aa90624291465a343d2e65b3f71bcc09e18cac947db3469d4bf3d4658aed0e -eo pid,comm [Pipeline] { [Pipeline] echo 20:11:51 ========================================================= 20:11:51 [edgeXBuildGoParallel] Running Tests and Build... 20:11:51 ========================================================= [Pipeline] sh 20:11:52 + go mod tidy [Pipeline] sh 20:11:55 + make test 20:11:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:12:14 ? github.com/edgexfoundry/edgex-go [no test files] 20:12:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:13:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3082 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws 20:13:07 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:13:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:13:13 using credential edgex-jenkins-ssh 20:13:13 Cloning the remote Git repository 20:13:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:13:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:13:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:13:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:13:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:13:13 > git init /w/workspace/edgex-go/2 # timeout=10 20:13:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:13 > git --version # timeout=10 20:13:13 > git --version # 'git version 2.17.1' 20:13:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:13:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:13:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:13:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:13:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.295s coverage: 45.9% of statements 20:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements 20:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.163s coverage: 100.0% of statements 20:13:30 Merging remotes/origin/master commit 40097948026cfcf365777e8965120a46082f11c2 into PR head commit b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:13:31 Merge succeeded, producing b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:13:31 Checking out Revision b91a20da177c7cf0cbbb1a081435ab1666a7fa7d (PR-3423) 20:13:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:13:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:13:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:13:30 > git config core.sparsecheckout # timeout=10 20:13:30 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 20:13:31 > git remote # timeout=10 20:13:31 > git config --get remote.origin.url # timeout=10 20:13:31 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:31 > git merge 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 20:13:31 > git rev-parse HEAD^{commit} # timeout=10 20:13:31 > git config core.sparsecheckout # timeout=10 20:13:31 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 20:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.573s coverage: 27.1% of statements 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.186s coverage: 100.0% of statements 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.164s coverage: 100.0% of statements 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.211s coverage: 71.3% of statements 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:13:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 87.7% of statements 20:13:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:13:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:13:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.185s coverage: 78.9% of statements 20:13:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:13:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:13:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:13:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:13:37 + true 20:13:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:13:39 provisioning config files... 20:13:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2532234429336826917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:40 ---> docker-login.sh 20:13:40 nexus3.edgexfoundry.org:10001 20:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.833s coverage: 28.6% of statements 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.472s coverage: 97.5% of statements 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:13:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.249s coverage: 78.3% of statements 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:13:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:41 Configure a credential helper to remove this warning. See 20:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:41 20:13:41 Login Succeeded 20:13:41 nexus3.edgexfoundry.org:10002 20:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:41 Configure a credential helper to remove this warning. See 20:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:41 20:13:41 Login Succeeded 20:13:42 nexus3.edgexfoundry.org:10003 20:13:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:42 Configure a credential helper to remove this warning. See 20:13:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:42 20:13:42 Login Succeeded 20:13:42 nexus3.edgexfoundry.org:10004 20:13:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:42 Configure a credential helper to remove this warning. See 20:13:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:42 20:13:42 Login Succeeded 20:13:42 docker.io 20:13:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:43 Configure a credential helper to remove this warning. See 20:13:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:43 20:13:43 Login Succeeded 20:13:43 ---> docker-login.sh ends [Pipeline] } 20:13:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:13:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.739s coverage: 95.1% of statements 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:13:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.107s coverage: 58.8% of statements 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:13:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.9% of statements 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:13:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.067s coverage: 22.6% of statements 20:13:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.153s coverage: 47.1% of statements 20:13:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.134s coverage: 79.5% of statements [Pipeline] echo 20:13:44 ========================================================= 20:13:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:13:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements 20:13:44 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 20:13:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements 20:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 20:13:47 Sending build context to Docker daemon 167.5MB 20:13:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:13:47 Step 2/6 : FROM ${BASE} 20:13:47 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:13:47 595b0fe564bb: Pulling fs layer 20:13:47 7186ed65a4f7: Pulling fs layer 20:13:47 316046926c0a: Pulling fs layer 20:13:47 4ebd0625c992: Pulling fs layer 20:13:47 207e8628e3a3: Pulling fs layer 20:13:47 4ebd0625c992: Waiting 20:13:47 207e8628e3a3: Waiting 20:13:47 c791037a9be2: Pulling fs layer 20:13:47 ffd874e62e21: Pulling fs layer 20:13:47 ffd874e62e21: Waiting 20:13:47 c791037a9be2: Waiting 20:13:47 316046926c0a: Download complete 20:13:47 7186ed65a4f7: Verifying Checksum 20:13:47 7186ed65a4f7: Download complete 20:13:47 207e8628e3a3: Verifying Checksum 20:13:47 207e8628e3a3: Download complete 20:13:47 c791037a9be2: Verifying Checksum 20:13:47 c791037a9be2: Download complete 20:13:47 595b0fe564bb: Verifying Checksum 20:13:47 595b0fe564bb: Download complete 20:13:48 595b0fe564bb: Pull complete 20:13:48 7186ed65a4f7: Pull complete 20:13:48 316046926c0a: Pull complete 20:13:49 ffd874e62e21: Download complete 20:13:50 4ebd0625c992: Download complete 20:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.179s coverage: 94.4% of statements 20:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.107s coverage: 44.8% of statements 20:14:01 4ebd0625c992: Pull complete 20:14:01 207e8628e3a3: Pull complete 20:14:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.803s coverage: 81.8% of statements 20:14:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:14:01 c791037a9be2: Pull complete 20:14:05 ffd874e62e21: Pull complete 20:14:05 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:14:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:14:05 ---> cfc18b08335c 20:14:05 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:14:09 ---> Running in 57ae1e821ef5 20:14:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.198s coverage: 92.9% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 65.1% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.244s coverage: 87.2% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.084s coverage: 100.0% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 76.0% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.196s coverage: 80.0% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.172s coverage: 87.2% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.145s coverage: 85.4% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.2% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 64.4% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 20:14:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:14:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.855s coverage: 62.9% of statements 20:14:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:14:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:14:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:14:12 (1/12) Installing libmagic (5.39-r0) 20:14:12 (2/12) Installing file (5.39-r0) 20:14:12 (3/12) Installing libc-dev (0.7.2-r3) 20:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.308s coverage: 43.4% of statements 20:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements 20:14:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:14:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.157s coverage: 84.8% of statements 20:14:12 (4/12) Installing g++ (10.2.1_pre1-r3) 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.607s coverage: 47.0% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.165s coverage: 100.0% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.137s coverage: 9.6% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:14:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.413s coverage: 92.6% of statements 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:14:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:14:17 (5/12) Installing fortify-headers (1.1-r0) 20:14:17 (6/12) Installing patch (2.7.6-r6) 20:14:17 (7/12) Installing build-base (0.5-r2) 20:14:17 (8/12) Installing libsodium (1.0.18-r0) 20:14:17 (9/12) Installing pkgconf (1.7.3-r0) 20:14:18 (10/12) Installing libsodium-dev (1.0.18-r0) 20:14:18 (11/12) Installing libzmq (4.3.3-r1) 20:14:18 (12/12) Installing zeromq-dev (4.3.3-r1) 20:14:18 Executing busybox-1.32.1-r6.trigger 20:14:18 OK: 218 MiB in 52 packages 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.279s coverage: 28.7% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.126s coverage: 99.0% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.162s coverage: 64.6% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.280s coverage: 97.6% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.071s coverage: 0.0% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:14:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:14:22 Removing intermediate container 57ae1e821ef5 20:14:22 ---> db821193c539 20:14:22 Step 4/6 : WORKDIR /edgex-go 20:14:22 ---> Running in d83fdd202c9b 20:14:23 Removing intermediate container d83fdd202c9b 20:14:23 ---> 9f90f1270e10 20:14:23 Step 5/6 : COPY go.mod . 20:14:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.155s coverage: 100.0% of statements 20:14:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.143s coverage: 28.1% of statements 20:14:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 20:14:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.104s coverage: 100.0% of statements 20:14:23 ---> 09da4255c7d5 20:14:23 Step 6/6 : RUN go mod download 20:14:23 ---> Running in 61b95fb4d310 20:14:24 GO111MODULE=on go vet ./... 20:14:50 Removing intermediate container 61b95fb4d310 20:14:50 ---> 061d710c50d0 20:14:50 Successfully built 061d710c50d0 20:14:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:14:51 + docker inspect -f . ci-base-image-arm64 20:14:51 . [Pipeline] withDockerContainer 20:14:51 prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container 20:14:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:14:52 $ docker top 6b52e1c8a4aa93692e7fe0c5b18aa87ef8d28bb1fed5924d73aea3f09eca3c6f -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:53 + go version 20:14:53 go version go1.16.3 linux/arm64 [Pipeline] } 20:14:53 $ docker stop --time=1 6b52e1c8a4aa93692e7fe0c5b18aa87ef8d28bb1fed5924d73aea3f09eca3c6f 20:14:55 $ docker rm -f 6b52e1c8a4aa93692e7fe0c5b18aa87ef8d28bb1fed5924d73aea3f09eca3c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:14:56 + docker inspect -f . ci-base-image-arm64 20:14:56 . [Pipeline] withDockerContainer 20:14:56 prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container 20:14:56 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:14:58 $ docker top 17d58007634042228ad1492c9d2aab6c01400d92004a431847d618c85a1bb52a -eo pid,comm [Pipeline] { [Pipeline] echo 20:14:58 ========================================================= 20:14:58 [edgeXBuildGoParallel] Running Tests and Build... 20:14:58 ========================================================= [Pipeline] sh 20:14:59 + go mod tidy [Pipeline] sh 20:15:00 + make test 20:15:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:15:27 ? github.com/edgexfoundry/edgex-go [no test files] 20:15:33 gofmt -l . 20:15:34 [ "`gofmt -l .`" = "" ] 20:15:36 ./bin/test-go-mod-tidy.sh 20:15:37 ./bin/test-attribution-txt.sh [Pipeline] sh 20:15:40 + ls -al . 20:15:40 total 808 20:15:40 drwxrwxr-x 10 1001 1001 4096 May 5 20:15 . 20:15:40 drwxr-xr-x 4 root root 28 May 5 20:11 .. 20:15:40 -rw-rw-r-- 1 1001 1001 11 May 5 20:08 .dockerignore 20:15:40 drwxrwxr-x 8 1001 1001 179 May 5 20:09 .git 20:15:40 drwxrwxr-x 3 1001 1001 125 May 5 20:08 .github 20:15:40 -rw-rw-r-- 1 1001 1001 818 May 5 20:08 .gitignore 20:15:40 drwx------ 3 1001 1001 60 May 5 20:09 .semver 20:15:40 -rw-rw-r-- 1 1001 1001 166 May 5 20:08 .sonarcloud.properties 20:15:40 -rw-rw-r-- 1 1001 1001 8609 May 5 20:08 Attribution.txt 20:15:40 -rw-rw-r-- 1 1001 1001 3804 May 5 20:08 CONTRIBUTING.md 20:15:40 -rw-rw-r-- 1 1001 1001 931 May 5 20:08 Dockerfile.build 20:15:40 -rw-rw-r-- 1 1001 1001 863 May 5 20:08 Jenkinsfile 20:15:40 -rw-rw-r-- 1 1001 1001 10775 May 5 20:08 LICENSE 20:15:40 -rw-rw-r-- 1 1001 1001 5774 May 5 20:08 Makefile 20:15:40 -rw-rw-r-- 1 1001 1001 7978 May 5 20:08 README.md 20:15:40 -rw-rw-r-- 1 1001 1001 6755 May 5 20:08 SECURITY.md 20:15:40 -rw-rw-r-- 1 1001 1001 5 May 5 20:10 VERSION 20:15:40 -rw-rw-r-- 1 1001 1001 4131 May 5 20:08 ZMQWindows.md 20:15:40 drwxrwxr-x 2 1001 1001 117 May 5 20:08 bin 20:15:40 drwxrwxr-x 14 1001 1001 4096 May 5 20:08 cmd 20:15:40 -rw-r--r-- 1 root root 699522 May 5 20:14 coverage.out 20:15:40 -rw-r--r-- 1 root root 1060 May 5 20:15 go.mod 20:15:40 -rw-r--r-- 1 root root 21980 May 5 20:11 go.sum 20:15:40 drwxrwxr-x 8 1001 1001 127 May 5 20:08 internal 20:15:40 drwxrwxr-x 4 1001 1001 26 May 5 20:08 openapi 20:15:40 drwxrwxr-x 4 1001 1001 71 May 5 20:08 snap 20:15:40 -rw-rw-r-- 1 1001 1001 168 May 5 20:08 version.go [Pipeline] sh 20:15:40 + '[' -e coverage.out ] 20:15:40 + chown 1001:1001 coverage.out [Pipeline] stash 20:15:41 Stashed 1 file(s) [Pipeline] sh 20:15:41 + make build 20:15:41 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 20:15:47 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 20:16:09 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 20:16:11 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 20:16:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:16:17 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 20:16:23 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 20:16:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:16:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:16:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:16:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:16:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:16:38 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 20:16:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:16:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:16:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:16:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:16:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:16:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:16:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] } 20:16:46 $ docker stop --time=1 90aa90624291465a343d2e65b3f71bcc09e18cac947db3469d4bf3d4658aed0e 20:16:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:16:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:16:49 $ docker rm -f 90aa90624291465a343d2e65b3f71bcc09e18cac947db3469d4bf3d4658aed0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:16:52 20:16:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:16:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:16:53 latest: Pulling from edgex-devops/edgex-compose 20:16:53 cbdbe7a5bc2a: Pulling fs layer 20:16:53 ca9280d653b3: Pulling fs layer 20:16:53 7e9c9ca2126c: Pulling fs layer 20:16:53 cbdbe7a5bc2a: Verifying Checksum 20:16:53 cbdbe7a5bc2a: Download complete 20:16:54 cbdbe7a5bc2a: Pull complete 20:16:55 ca9280d653b3: Verifying Checksum 20:16:55 ca9280d653b3: Download complete 20:16:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:16:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:16:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:16:58 ca9280d653b3: Pull complete 20:16:58 7e9c9ca2126c: Verifying Checksum 20:16:58 7e9c9ca2126c: Download complete 20:17:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.9% of statements 20:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:17:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:17:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements 20:17:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.281s coverage: 100.0% of statements 20:17:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.1% of statements 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:17:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.243s coverage: 100.0% of statements 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:17:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.215s coverage: 100.0% of statements 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:17:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:17:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:17:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.496s coverage: 87.7% of statements 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:17:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 78.9% of statements 20:17:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:17:14 7e9c9ca2126c: Pull complete 20:17:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:17:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:17:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:17:14 prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container 20:17:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:17:17 $ docker top c47f898b6ad5817994bc0eb397a6c80667cbfcf2526f5510f92f44d1a0f7c273 -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:19 + grep parallel 20:17:19 + docker-compose build --help 20:17:21 --parallel Build images in parallel. [Pipeline] } 20:17:21 $ docker stop --time=1 c47f898b6ad5817994bc0eb397a6c80667cbfcf2526f5510f92f44d1a0f7c273 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.238s coverage: 28.6% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.261s coverage: 100.0% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.452s coverage: 97.5% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.239s coverage: 78.3% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:17:23 $ docker rm -f c47f898b6ad5817994bc0eb397a6c80667cbfcf2526f5510f92f44d1a0f7c273 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:17:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:17:24 . [Pipeline] withDockerContainer 20:17:24 prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container 20:17:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 20:17:26 $ docker top 6d0de52e9a437ee38f0045efe64f4b5319e9ec232dc7345de718bbcbc44a42fc -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:27 + docker-compose -f ./docker-compose-build.yml build --parallel 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.283s coverage: 95.1% of statements 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.275s coverage: 0.9% of statements 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.131s coverage: 22.6% of statements 20:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.163s coverage: 47.1% of statements 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.304s coverage: 79.5% of statements 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.156s coverage: 94.1% of statements 20:17:29 Building docker-core-command-go ... 20:17:29 Building docker-core-data-go ... 20:17:29 Building docker-core-metadata-go ... 20:17:29 Building docker-security-bootstrapper-go ... 20:17:29 Building docker-security-proxy-setup-go ... 20:17:29 Building docker-security-secretstore-setup-go ... 20:17:29 Building docker-support-notifications-go ... 20:17:29 Building docker-support-scheduler-go ... 20:17:29 Building docker-sys-mgmt-agent-go ... 20:17:29 Building docker-security-proxy-setup-go 20:17:29 Building docker-core-metadata-go 20:17:29 Building docker-support-scheduler-go 20:17:29 Building docker-security-bootstrapper-go 20:17:29 Building docker-support-notifications-go 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.193s coverage: 96.3% of statements 20:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.162s coverage: 87.5% of statements 20:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.221s coverage: 94.4% of statements 20:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.137s coverage: 44.8% of statements 20:17:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.510s coverage: 81.8% of statements 20:17:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 76.0% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.139s coverage: 80.0% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.270s coverage: 85.4% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.2% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 64.4% of statements 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 20:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 20:17:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 62.9% of statements 20:17:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:17:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:17:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:18:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.679s coverage: 43.4% of statements 20:18:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:18:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:18:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements 20:18:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:18:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.130s coverage: 84.8% of statements 20:18:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.427s coverage: 47.0% of statements 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:18:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:18:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:18:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.141s coverage: 9.6% of statements 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:18:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 92.6% of statements 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:18:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.460s coverage: 28.7% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.171s coverage: 100.0% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.164s coverage: 64.6% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.344s coverage: 97.6% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.116s coverage: 28.1% of statements 20:18:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 20:18:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 20:18:17 GO111MODULE=on go vet ./... 20:18:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:18:52 ---> e5566d29d0a1 20:18:52 Step 3/31 : WORKDIR /edgex-go 20:18:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:18:52 ---> e5566d29d0a1 20:18:52 Step 3/22 : WORKDIR /edgex-go 20:18:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:52 ---> e5566d29d0a1 20:18:52 Step 3/23 : WORKDIR /edgex-go 20:18:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:18:52 ---> e5566d29d0a1 20:18:52 Step 3/21 : WORKDIR /edgex-go 20:18:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:18:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:18:53 ---> e5566d29d0a1 20:18:53 Step 3/22 : WORKDIR /edgex-go 20:18:53 ---> Running in 1c144e7c354d 20:18:53 ---> Running in 563537a12e78 20:18:53 ---> Running in d6f10d19e494 20:18:53 ---> Running in ed6d7f8d1d5c 20:18:53 ---> Running in ed93b68be095 20:18:54 Removing intermediate container 563537a12e78 20:18:54 ---> 9f65ba72c931 20:18:54 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:54 Removing intermediate container ed6d7f8d1d5c 20:18:54 ---> e488e3f2564b 20:18:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:54 Removing intermediate container 1c144e7c354d 20:18:54 ---> ca1f1259494e 20:18:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:54 Removing intermediate container d6f10d19e494 20:18:54 ---> d67e2c99613a 20:18:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:54 Removing intermediate container ed93b68be095 20:18:54 ---> 8f02f223f5b6 20:18:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:54 ---> Running in a34ab3850e9f 20:18:54 ---> Running in 36eb82dd00cd 20:18:55 ---> Running in b2e16d7fec06 20:18:55 ---> Running in 06100206e161 20:18:55 ---> Running in 67147c0b5341 20:18:59 Removing intermediate container b2e16d7fec06 20:18:59 ---> 97231aa09fd6 20:18:59 Step 5/22 : RUN apk add --update --no-cache make git 20:18:59 Removing intermediate container a34ab3850e9f 20:18:59 ---> 16025ae00746 20:18:59 Step 5/31 : RUN apk add --update --no-cache make git 20:19:00 ---> Running in 77ace2364e25 20:19:00 ---> Running in 4e24064f69f9 20:19:00 Removing intermediate container 36eb82dd00cd 20:19:00 ---> 3efb4a31abd1 20:19:00 Step 5/23 : RUN apk add --update --no-cache make git 20:19:00 Removing intermediate container 67147c0b5341 20:19:00 ---> 208afcaa13e1 20:19:00 Step 5/21 : RUN apk add --update --no-cache make git 20:19:00 Removing intermediate container 06100206e161 20:19:00 ---> 646fa87366c7 20:19:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:19:00 ---> Running in 72cefb07884b 20:19:00 ---> Running in 8c0ad149c3cb 20:19:00 ---> Running in 9225db11cf42 20:19:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:19:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:19:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:19:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:19:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:19:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:19:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:19:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:19:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:19:03 OK: 219 MiB in 52 packages 20:19:03 OK: 219 MiB in 52 packages 20:19:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:19:03 OK: 219 MiB in 52 packages 20:19:03 OK: 219 MiB in 52 packages 20:19:04 Removing intermediate container 4e24064f69f9 20:19:04 ---> 999b56a256f9 20:19:04 Step 6/31 : COPY go.mod . 20:19:04 OK: 219 MiB in 52 packages 20:19:05 Removing intermediate container 77ace2364e25 20:19:05 ---> 39e5fe13e1ea 20:19:05 Step 6/22 : COPY go.mod . 20:19:06 Removing intermediate container 8c0ad149c3cb 20:19:06 ---> 10fa007ce2c2 20:19:06 Step 6/21 : COPY go.mod . 20:19:06 Removing intermediate container 72cefb07884b 20:19:06 ---> 252fa7f3f31b 20:19:06 Step 6/23 : COPY go.mod . 20:19:06 ---> 9c88334fb786 20:19:06 Step 7/31 : RUN go mod download 20:19:06 ---> Running in a20e98ed087a 20:19:06 ---> a2f1425e8f63 20:19:06 Step 7/22 : RUN go mod download 20:19:07 ---> d835e56c17e3 20:19:07 Step 7/23 : RUN go mod download 20:19:07 ---> Running in b192a8790f92 20:19:07 ---> fca108605dd5 20:19:07 Step 7/21 : RUN go mod download 20:19:07 Removing intermediate container 9225db11cf42 20:19:07 ---> 21192032c404 20:19:07 Step 6/22 : COPY go.mod . 20:19:07 ---> Running in c8c8b28ce7c5 20:19:07 ---> Running in 2350bf9d320d 20:19:07 ---> 9ce484693c13 20:19:07 Step 7/22 : RUN go mod download 20:19:08 ---> Running in 42eef84e61e8 20:19:11 Removing intermediate container a20e98ed087a 20:19:11 ---> 239f2946065a 20:19:11 Step 8/31 : COPY . . 20:19:11 Removing intermediate container b192a8790f92 20:19:11 ---> 9fe93875b237 20:19:11 Step 8/22 : COPY . . 20:19:11 Removing intermediate container 2350bf9d320d 20:19:11 ---> 0417049a6d77 20:19:11 Step 8/21 : COPY . . 20:19:11 Removing intermediate container c8c8b28ce7c5 20:19:11 ---> 405203886d46 20:19:11 Step 8/23 : COPY . . 20:19:12 Removing intermediate container 42eef84e61e8 20:19:12 ---> fb817184475d 20:19:12 Step 8/22 : COPY . . 20:19:54 gofmt -l . 20:19:54 [ "`gofmt -l .`" = "" ] 20:19:55 ./bin/test-go-mod-tidy.sh 20:19:56 ./bin/test-attribution-txt.sh [Pipeline] sh 20:19:58 + ls -al . 20:19:58 total 836 20:19:58 drwxrwxr-x 9 1001 1001 4096 May 5 20:19 . 20:19:58 drwxr-xr-x 4 root root 4096 May 5 20:14 .. 20:19:58 -rw-rw-r-- 1 1001 1001 11 May 5 20:13 .dockerignore 20:19:58 drwxrwxr-x 8 1001 1001 4096 May 5 20:13 .git 20:19:58 drwxrwxr-x 3 1001 1001 4096 May 5 20:13 .github 20:19:58 -rw-rw-r-- 1 1001 1001 818 May 5 20:13 .gitignore 20:19:58 -rw-rw-r-- 1 1001 1001 166 May 5 20:13 .sonarcloud.properties 20:19:58 -rw-rw-r-- 1 1001 1001 8609 May 5 20:13 Attribution.txt 20:19:58 -rw-rw-r-- 1 1001 1001 3804 May 5 20:13 CONTRIBUTING.md 20:19:58 -rw-rw-r-- 1 1001 1001 931 May 5 20:13 Dockerfile.build 20:19:58 -rw-rw-r-- 1 1001 1001 863 May 5 20:13 Jenkinsfile 20:19:58 -rw-rw-r-- 1 1001 1001 10775 May 5 20:13 LICENSE 20:19:58 -rw-rw-r-- 1 1001 1001 5774 May 5 20:13 Makefile 20:19:58 -rw-rw-r-- 1 1001 1001 7978 May 5 20:13 README.md 20:19:58 -rw-rw-r-- 1 1001 1001 6755 May 5 20:13 SECURITY.md 20:19:58 -rw-rw-r-- 1 1001 1001 5 May 5 20:10 VERSION 20:19:58 -rw-rw-r-- 1 1001 1001 4131 May 5 20:13 ZMQWindows.md 20:19:58 drwxrwxr-x 2 1001 1001 4096 May 5 20:13 bin 20:19:58 drwxrwxr-x 14 1001 1001 4096 May 5 20:13 cmd 20:19:58 -rw-r--r-- 1 root root 699522 May 5 20:18 coverage.out 20:19:58 -rw-r--r-- 1 root root 1060 May 5 20:19 go.mod 20:19:58 -rw-r--r-- 1 root root 21980 May 5 20:14 go.sum 20:19:58 drwxrwxr-x 8 1001 1001 4096 May 5 20:13 internal 20:19:58 drwxrwxr-x 4 1001 1001 4096 May 5 20:13 openapi 20:19:58 drwxrwxr-x 4 1001 1001 4096 May 5 20:13 snap 20:19:58 -rw-rw-r-- 1 1001 1001 168 May 5 20:13 version.go [Pipeline] sh 20:19:59 + '[' -e coverage.out ] 20:19:59 + chown 1001:1001 coverage.out [Pipeline] stash 20:19:59 Warning: overwriting stash ‘coverage-report’ 20:20:00 Stashed 1 file(s) [Pipeline] sh 20:20:01 + make build 20:20:01 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 20:20:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:20:35 ---> eac29ba8be14 20:20:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:20:35 ---> 32c1592252ee 20:20:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:20:35 ---> c0374b5e2517 20:20:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:20:35 ---> f4a942ea6bdc 20:20:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:20:35 ---> a2cde8f6d2bb 20:20:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:20:35 ---> Running in c48ed472aa78 20:20:35 ---> Running in 1b611ef78de5 20:20:35 ---> Running in 2cf1609e5293 20:20:35 ---> Running in 6095208c3190 20:20:35 ---> Running in a6109e2a37a8 20:20: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 20:20:35 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 20:20:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:20:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:20:35 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 20:20:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:20:38 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 20:20: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 20:20: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 20:20:47 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 20:20:52 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 20:20:54 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 20:20: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 20:21:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:21:04 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] } 20:21:09 $ docker stop --time=1 17d58007634042228ad1492c9d2aab6c01400d92004a431847d618c85a1bb52a 20:21:12 $ docker rm -f 17d58007634042228ad1492c9d2aab6c01400d92004a431847d618c85a1bb52a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:21:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:21:14 20:21:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:21:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:21:14 latest: Pulling from edgex-devops/edgex-compose-arm64 20:21:14 29e5d40040c1: Pulling fs layer 20:21:14 1ce36da41761: Pulling fs layer 20:21:14 25b303627fd3: Pulling fs layer 20:21:14 29e5d40040c1: Verifying Checksum 20:21:14 29e5d40040c1: Download complete 20:21:15 29e5d40040c1: Pull complete 20:21:15 1ce36da41761: Verifying Checksum 20:21:15 1ce36da41761: Download complete 20:21:16 1ce36da41761: Pull complete 20:21:17 25b303627fd3: Download complete 20:21:27 25b303627fd3: Pull complete 20:21:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:21:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:21:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:21:27 prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container 20:21:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:21:30 $ docker top 876fe9694a30dd42de37379a107d2f85db42120e0069cd7308d7e007cf876379 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:31 + docker-compose build --help 20:21:31 + grep parallel 20:21:33 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 20:21:35 --parallel Build images in parallel. [Pipeline] } 20:21:35 $ docker stop --time=1 876fe9694a30dd42de37379a107d2f85db42120e0069cd7308d7e007cf876379 20:21:37 $ docker rm -f 876fe9694a30dd42de37379a107d2f85db42120e0069cd7308d7e007cf876379 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:21:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:21:38 . [Pipeline] withDockerContainer 20:21:38 prd-ubuntu18.04-docker-arm64-4c-16g-3082 does not seem to be running inside a container 20:21:38 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 20:21:39 $ docker top 2458cf9a451246958dd736ad500d3dc8ebddda4dd80638d12390cdff73e27cb9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:40 + docker-compose -f ./docker-compose-build.yml build --parallel 20:21:44 Removing intermediate container c48ed472aa78 20:21:44 ---> 6ad3761045a6 20:21:44 20:21:44 Step 10/31 : FROM alpine:3.12 20:21:44 3.12: Pulling from library/alpine 20:21:44 Removing intermediate container 2cf1609e5293 20:21:44 ---> c8f3832dde2a 20:21:44 20:21:44 Step 10/22 : FROM alpine:3.12 20:21:44 3.12: Pulling from library/alpine 20:21:45 Building docker-core-command-go ... 20:21:45 Building docker-core-data-go ... 20:21:45 Building docker-core-metadata-go ... 20:21:45 Building docker-security-bootstrapper-go ... 20:21:45 Building docker-security-proxy-setup-go ... 20:21:45 Building docker-security-secretstore-setup-go ... 20:21:45 Building docker-support-notifications-go ... 20:21:45 Building docker-support-scheduler-go ... 20:21:45 Building docker-sys-mgmt-agent-go ... 20:21:45 Building docker-support-notifications-go 20:21:45 Building docker-support-scheduler-go 20:21:45 Building docker-security-secretstore-setup-go 20:21:45 Building docker-core-metadata-go 20:21:45 Building docker-security-proxy-setup-go 20:21:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:21:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:21:45 Status: Downloaded newer image for alpine:3.12 20:21:45 ---> 13621d1b12d4 20:21:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:21:45 Status: Image is up to date for alpine:3.12 20:21:45 ---> 13621d1b12d4 20:21:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:21:47 ---> Running in 814e9ca17b92 20:21:47 ---> Running in 4af691b647a3 20:21:50 Removing intermediate container 1b611ef78de5 20:21:50 ---> 5ef9dd1b7941 20:21:50 20:21:50 Step 10/22 : FROM alpine:3.12 20:21:50 ---> 13621d1b12d4 20:21:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:21:50 Removing intermediate container a6109e2a37a8 20:21:50 ---> b4a2b1887233 20:21:50 20:21:50 Step 10/21 : FROM alpine:3.12 20:21:50 ---> 13621d1b12d4 20:21:50 Step 11/21 : RUN apk add --update --no-cache curl 20:21:50 Removing intermediate container 814e9ca17b92 20:21:50 ---> 3f75da0ba186 20:21:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:21:50 ---> Running in 74957312fe85 20:21:50 ---> Running in 885bad6938cf 20:21:50 Removing intermediate container 6095208c3190 20:21:50 ---> da3c6741f763 20:21:50 20:21:50 Step 10/23 : FROM alpine:3.12 20:21:50 ---> 13621d1b12d4 20:21:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:21:50 ---> Running in f0368bb4afc0 20:21:50 ---> Running in 37e479dfe5b2 20:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:51 (1/2) Installing ca-certificates (20191127-r4) 20:21:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:51 (2/2) Installing dumb-init (1.2.2-r1) 20:21:51 Executing busybox-1.31.1-r20.trigger 20:21:51 Executing ca-certificates-20191127-r4.trigger 20:21:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:51 OK: 6 MiB in 16 packages 20:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 (1/1) Installing dumb-init (1.2.2-r1) 20:21:52 Executing busybox-1.31.1-r20.trigger 20:21:52 OK: 6 MiB in 15 packages 20:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 (1/4) Installing ca-certificates (20191127-r4) 20:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:21:52 (3/4) Installing libcurl (7.76.1-r0) 20:21:52 (4/4) Installing curl (7.76.1-r0) 20:21:52 Executing busybox-1.31.1-r20.trigger 20:21:52 Executing ca-certificates-20191127-r4.trigger 20:21:52 (1/2) Installing dumb-init (1.2.2-r1) 20:21:52 (2/2) Installing su-exec (0.2-r1) 20:21:52 (1/1) Installing dumb-init (1.2.2-r1) 20:21:52 Executing busybox-1.31.1-r20.trigger 20:21:52 OK: 6 MiB in 15 packages 20:21:52 OK: 7 MiB in 18 packages 20:21:52 Executing busybox-1.31.1-r20.trigger 20:21:52 OK: 6 MiB in 16 packages 20:21:55 Removing intermediate container 4af691b647a3 20:21:55 ---> af49f90b905f 20:21:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:21:55 Removing intermediate container 74957312fe85 20:21:55 ---> c8b1d3a50ad9 20:21:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:21:55 ---> Running in fb8d1f8ac12f 20:21:55 ---> Running in 48ed29b58420 20:21:55 Removing intermediate container 37e479dfe5b2 20:21:55 ---> 9163b6160da5 20:21:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:21:55 Removing intermediate container 885bad6938cf 20:21:55 ---> be13593fb099 20:21:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:21:55 Removing intermediate container f0368bb4afc0 20:21:55 ---> 1edf8a034748 20:21:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:21:55 Removing intermediate container fb8d1f8ac12f 20:21:55 ---> 47b59cf0fd55 20:21:55 Step 13/22 : ENV APP_PORT=48060 20:21:55 ---> Running in b96d8e48fd2e 20:21:55 ---> Running in 25c516b68110 20:21:56 ---> Running in ef4fb3015665 20:21:56 ---> Running in aeb7e4af06fd 20:21:56 Removing intermediate container 48ed29b58420 20:21:56 ---> 611c60df18b8 20:21:56 Step 13/22 : ENV APP_PORT=48085 20:21:56 ---> Running in 70dd81dc7ac4 20:21:56 Removing intermediate container b96d8e48fd2e 20:21:56 ---> c10a2a084460 20:21:56 Step 13/23 : ENV APP_PORT=48081 20:21:56 Removing intermediate container 25c516b68110 20:21:56 ---> 6bb192967ee3 20:21:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:21:56 Removing intermediate container ef4fb3015665 20:21:56 ---> 71ee18c44934 20:21:56 Step 13/21 : WORKDIR /edgex 20:21:56 ---> Running in 3214dc076bc8 20:21:56 ---> Running in cd826d433aee 20:21:56 Removing intermediate container aeb7e4af06fd 20:21:56 ---> ae16784b8f0d 20:21:56 Step 14/22 : EXPOSE $APP_PORT 20:21:57 ---> Running in 5229b711790d 20:21:57 ---> Running in 11dd56cdbb18 20:21:57 Removing intermediate container 70dd81dc7ac4 20:21:57 ---> 8f1ebd904809 20:21:57 Step 14/22 : EXPOSE $APP_PORT 20:21:57 Removing intermediate container cd826d433aee 20:21:57 ---> f729796220d6 20:21:57 Step 14/23 : EXPOSE $APP_PORT 20:21:57 Removing intermediate container 3214dc076bc8 20:21:57 ---> 07ad8d9cdc1b 20:21:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:21:57 Removing intermediate container 5229b711790d 20:21:57 ---> 1e710a4f282e 20:21:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:21:57 Removing intermediate container 11dd56cdbb18 20:21:57 ---> 4590c07b236a 20:21:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:57 ---> Running in 0629b393b16e 20:21:57 ---> Running in 89df19ef55d6 20:21:57 ---> Running in 1a960e8e1328 20:21:58 Removing intermediate container 89df19ef55d6 20:21:58 ---> 2884577f0650 20:21:58 Step 15/23 : WORKDIR / 20:21:58 Removing intermediate container 0629b393b16e 20:21:58 ---> ec1c6fb58bde 20:21:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:58 ---> 0fbb94700137 20:21:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:21:58 ---> Running in b3c998edd8b0 20:21:58 ---> e4741056970a 20:21:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:21:59 ---> 584490d2a039 20:21:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:22:00 Removing intermediate container b3c998edd8b0 20:22:00 ---> d07cb95356b7 20:22:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:00 ---> 853180bcda98 20:22:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:22:01 ---> 1c640c8ff3b5 20:22:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:22:01 ---> 1dadaa3ca18c 20:22:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:22:01 ---> 66f7810902be 20:22:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:22:01 Removing intermediate container 1a960e8e1328 20:22:01 ---> 1dbbccc9b296 20:22:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:22:02 ---> Running in 10ab56b72451 20:22:02 ---> 0659e8f435b2 20:22:02 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:22:02 ---> 3571a92ab3f1 20:22:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:22:02 ---> Running in 3607f46d1101 20:22:02 ---> ef0756c40a12 20:22:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:22:02 ---> Running in ac289c168ffc 20:22:03 ---> Running in 41344430cdf0 20:22:03 Removing intermediate container 10ab56b72451 20:22:03 ---> 3b8ab27143aa 20:22:03 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:22:03 ---> 98aff329fe78 20:22:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:22:03 Removing intermediate container ac289c168ffc 20:22:03 ---> 6432ad048b4a 20:22:03 Step 18/21 : CMD ["--init=true"] 20:22:03 Removing intermediate container 3607f46d1101 20:22:03 ---> e96e7e34f996 20:22:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:03 ---> Running in c0d42994844d 20:22:03 ---> Running in 6b9641266749 20:22:03 Removing intermediate container 41344430cdf0 20:22:03 ---> efbf35c2fb81 20:22:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:04 ---> Running in 05823682c4da 20:22:04 Removing intermediate container 6b9641266749 20:22:04 ---> 5d5aae56fe5d 20:22:04 Step 20/22 : LABEL arch=x86_64 20:22:04 Removing intermediate container c0d42994844d 20:22:04 ---> 6ff278187471 20:22:04 Step 19/21 : LABEL arch=x86_64 20:22:04 ---> ee1cb3c8ba29 20:22:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:22:04 ---> Running in 423891f0dbcb 20:22:04 ---> 83b406f0cefe 20:22:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:22:04 ---> Running in 1654bb7d8171 20:22:04 ---> Running in d963410dcf48 20:22:04 Removing intermediate container 05823682c4da 20:22:04 ---> 7c1eb1a2ae3b 20:22:04 Step 20/22 : LABEL arch=x86_64 20:22:04 ---> Running in 55fe367cdc75 20:22:05 ---> Running in 5ebd39cc4cce 20:22:05 Removing intermediate container 1654bb7d8171 20:22:05 ---> 8ca9e79417be 20:22:05 Step 20/21 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:22:05 Removing intermediate container 423891f0dbcb 20:22:05 ---> 4cd30eea8735 20:22:05 Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:22:05 ---> Running in f1a7189d21a0 20:22:05 ---> Running in 448dc1274aba 20:22:05 Removing intermediate container 55fe367cdc75 20:22:05 ---> e9a2b5c027ec 20:22:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:05 Removing intermediate container 5ebd39cc4cce 20:22:05 ---> 0856cfd058e5 20:22:05 Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:22:06 ---> Running in 81a41603e485 20:22:06 ---> Running in 1c0d541f732d 20:22:06 Removing intermediate container f1a7189d21a0 20:22:06 ---> 889df4114424 20:22:06 Step 21/21 : LABEL version=0.0.0 20:22:06 Removing intermediate container 448dc1274aba 20:22:06 ---> b56c8d091f2f 20:22:06 Step 22/22 : LABEL version=0.0.0 20:22:06 ---> Running in f81c849524fd 20:22:06 Removing intermediate container 81a41603e485 20:22:06 ---> 9896cdbca026 20:22:06 Step 21/23 : LABEL arch=x86_64 20:22:06 ---> Running in 99eb2271c583 20:22:06 Removing intermediate container 1c0d541f732d 20:22:06 ---> 2b14d1b498c1 20:22:06 Step 22/22 : LABEL version=0.0.0 20:22:07 ---> Running in cb0a73c3bfec 20:22:07 Removing intermediate container f81c849524fd 20:22:07 ---> 4f7186a3f2ba 20:22:07 20:22:07 ---> Running in 4ca1c03874c0 20:22:07 Removing intermediate container 99eb2271c583 20:22:07 ---> 6946bd77e5ac 20:22:07 20:22:07 Removing intermediate container cb0a73c3bfec 20:22:07 ---> 852a7715353a 20:22:07 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:22:07 Removing intermediate container 4ca1c03874c0 20:22:07 ---> 9a7525c7b720 20:22:07 20:22:08 ---> Running in d40effc94fe3 20:22:08 Removing intermediate container d963410dcf48 20:22:08 ---> 7fe4d827603d 20:22:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:08 Successfully built 4f7186a3f2ba 20:22:08 Successfully tagged docker-security-proxy-setup-go:latest 20:22:08  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 20:22:08 Successfully built 6946bd77e5ac 20:22:08 Successfully built 9a7525c7b720 20:22:08 Successfully tagged docker-support-notifications-go:latest 20:22:08 Building docker-core-command-go 20:22:08  Building docker-support-notifications-go ... done Removing intermediate container d40effc94fe3 20:22:08 ---> 84aa37d0ee1e 20:22:08 Step 23/23 : LABEL version=0.0.0 20:22:08 Successfully tagged docker-support-scheduler-go:latest 20:22:08  Building docker-support-scheduler-go ... done Building docker-core-data-go 20:22:08 ---> 5a421d13c202 20:22:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:22:08 ---> Running in 37d548d3e666 20:22:09 Removing intermediate container 37d548d3e666 20:22:09 ---> f6b627395131 20:22:09 20:22:10 Successfully built f6b627395131 20:22:10 Successfully tagged docker-core-metadata-go:latest 20:22:10  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 20:22:10 ---> 0aa426681e5d 20:22:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:22:11 ---> e022f4c0b052 20:22:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:22:14 ---> 2739c08d6a74 20:22:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:22:15 ---> cc8691baca55 20:22:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:22:15 ---> Running in 04cd233e8f93 20:22:16 Removing intermediate container 04cd233e8f93 20:22:16 ---> cede34f71015 20:22:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:22:17 ---> c683e50b6507 20:22:17 Step 26/31 : RUN chmod +x /entrypoint.sh 20:22:18 ---> Running in a7dd281d0f3c 20:22:23 Removing intermediate container a7dd281d0f3c 20:22:23 ---> c0cb71119038 20:22:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:22:23 ---> Running in e5ae881528f7 20:22:23 Removing intermediate container e5ae881528f7 20:22:23 ---> 65dc01f460b1 20:22:23 Step 28/31 : CMD ["gate"] 20:22:23 ---> Running in e70517ebcdd6 20:22:24 Removing intermediate container e70517ebcdd6 20:22:24 ---> 1e70858f7f86 20:22:24 Step 29/31 : LABEL arch=x86_64 20:22:25 ---> Running in 6b9d7093d006 20:22:27 Removing intermediate container 6b9d7093d006 20:22:27 ---> b76bc4f81368 20:22:27 Step 30/31 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:22:28 ---> Running in 94b4ef4e72fe 20:22:29 Removing intermediate container 94b4ef4e72fe 20:22:29 ---> 5dbd4cfaa077 20:22:29 Step 31/31 : LABEL version=0.0.0 20:22:29 ---> Running in 00da4b8e4573 20:22:29 Removing intermediate container 00da4b8e4573 20:22:29 ---> 8ede09752068 20:22:29 20:22:29 Successfully built 8ede09752068 20:22:29 Successfully tagged docker-security-bootstrapper-go:latest 20:23:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:23:06 ---> 061d710c50d0 20:23:06 Step 3/22 : WORKDIR /edgex-go 20:23:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:23:06 ---> 061d710c50d0 20:23:06 Step 3/21 : WORKDIR /edgex-go 20:23:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:23:06 ---> 061d710c50d0 20:23:06 Step 3/23 : WORKDIR /edgex-go 20:23:06 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:06 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:23:06 ---> 061d710c50d0 20:23:06 Step 3/25 : WORKDIR /edgex-go 20:23:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:23:06 ---> 061d710c50d0 20:23:06 Step 3/22 : WORKDIR /edgex-go 20:23:06 ---> Running in 90b1c8c033db 20:23:06 ---> Running in 62caa487fd8c 20:23:06 ---> Running in e75574636252 20:23:06 ---> Running in 7b15cfa5c23e 20:23:06 ---> Running in 6f3a3d82d0b2 20:23:06 Removing intermediate container 90b1c8c033db 20:23:06 ---> 1ff083473f0e 20:23:06 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:06 Removing intermediate container 62caa487fd8c 20:23:06 ---> e27ce974e034 20:23:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:06 Removing intermediate container 6f3a3d82d0b2 20:23:06 ---> ce87dfb17d29 20:23:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:06 Removing intermediate container e75574636252 20:23:06 ---> dbb84b31bf1e 20:23:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:06 Removing intermediate container 7b15cfa5c23e 20:23:06 ---> 2dcbc35279ef 20:23:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:06 ---> Running in 082f1e347372 20:23:06 ---> Running in eceac541d6f5 20:23:06 ---> Running in cc74879e4488 20:23:06 ---> Running in 99333483c40b 20:23:06 ---> Running in 10ac08ea4c35 20:23:06 Removing intermediate container eceac541d6f5 20:23:06 ---> 4fab610ad757 20:23:06 Step 5/22 : RUN apk add --update --no-cache make git 20:23:06 ---> Running in 4a2a6a272bde 20:23:06 Removing intermediate container cc74879e4488 20:23:06 ---> 3f89204a6f67 20:23:06 Step 5/25 : RUN apk add --update --no-cache make git 20:23:06 Removing intermediate container 082f1e347372 20:23:06 ---> 9e8b3f303e77 20:23:06 Step 5/23 : RUN apk add --update --no-cache make git 20:23:06 ---> Running in e7abb2400e03 20:23:06 ---> Running in 917c87e8d0a0 20:23:06 Removing intermediate container 10ac08ea4c35 20:23:06 ---> 3a61be112c78 20:23:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:23:06 Removing intermediate container 99333483c40b 20:23:06 ---> fd9a2133fee4 20:23:06 Step 5/21 : RUN apk add --update --no-cache make git 20:23:06 ---> Running in 1437b3596cf9 20:23:06 ---> Running in c29f5371f6f4 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:23:06 OK: 218 MiB in 52 packages 20:23:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:23:06 OK: 218 MiB in 52 packages 20:23:06 OK: 218 MiB in 52 packages 20:23:06 OK: 218 MiB in 52 packages 20:23:07 Removing intermediate container 4a2a6a272bde 20:23:07 ---> 9678fc89e63d 20:23:07 Step 6/22 : COPY go.mod .OK: 218 MiB in 52 packages 20:23:07 20:23:08 Removing intermediate container e7abb2400e03 20:23:08 ---> 0c89bc8c0237 20:23:08 Step 6/23 : COPY go.mod . 20:23:08 ---> 9934718f1309 20:23:08 Step 7/22 : RUN go mod download 20:23:08 Removing intermediate container 917c87e8d0a0 20:23:08 ---> eebd9efba879 20:23:08 Step 6/25 : COPY go.mod . 20:23:08 Removing intermediate container 1437b3596cf9 20:23:08 ---> 05b2cd816e0e 20:23:08 Step 6/22 : COPY go.mod . 20:23:08 ---> Running in d5d67244a637 20:23:08 Removing intermediate container c29f5371f6f4 20:23:08 ---> f47ec8c616a1 20:23:08 Step 6/21 : COPY go.mod . 20:23:09  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:23:09 ---> e5566d29d0a1 20:23:09 Step 3/23 : WORKDIR /edgex-go 20:23:09 ---> Using cache 20:23:09 ---> 8f02f223f5b6 20:23:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:09 ---> Using cache 20:23:09 ---> 208afcaa13e1 20:23:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:23:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:23:09 ---> e5566d29d0a1 20:23:09 Step 3/23 : WORKDIR /edgex-go 20:23:09 ---> Using cache 20:23:09 ---> 8f02f223f5b6 20:23:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:09 ---> Using cache 20:23:09 ---> 208afcaa13e1 20:23:09 Step 5/23 : RUN apk add --update --no-cache make git 20:23:09 ---> Using cache 20:23:09 ---> 10fa007ce2c2 20:23:09 Step 6/23 : COPY go.mod . 20:23:09 ---> Using cache 20:23:09 ---> fca108605dd5 20:23:09 Step 7/23 : RUN go mod download 20:23:09 ---> Using cache 20:23:09 ---> 0417049a6d77 20:23:09 Step 8/23 : COPY . . 20:23:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:23:09 ---> e5566d29d0a1 20:23:09 Step 3/23 : WORKDIR /edgex-go 20:23:09 ---> Using cache 20:23:09 ---> 8f02f223f5b6 20:23:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:09 ---> Using cache 20:23:09 ---> 208afcaa13e1 20:23:09 Step 5/23 : RUN apk add --update --no-cache make bash git 20:23:09 ---> Using cache 20:23:09 ---> a2cde8f6d2bb 20:23:09 Step 9/23 : RUN make cmd/core-command/core-command 20:23:09 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:23:09 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:23:09 ---> e5566d29d0a1 20:23:09 Step 3/25 : WORKDIR /edgex-go 20:23:09 ---> Using cache 20:23:09 ---> 8f02f223f5b6 20:23:09 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:23:09 ---> Using cache 20:23:09 ---> 208afcaa13e1 20:23:09 Step 5/25 : RUN apk add --update --no-cache make git 20:23:09 ---> Using cache 20:23:09 ---> 10fa007ce2c2 20:23:09 Step 6/25 : COPY go.mod . 20:23:09 ---> Using cache 20:23:09 ---> fca108605dd5 20:23:09 Step 7/25 : RUN go mod download 20:23:09 ---> Using cache 20:23:09 ---> 0417049a6d77 20:23:09 Step 8/25 : COPY . . 20:23:09 ---> Using cache 20:23:09 ---> a2cde8f6d2bb 20:23:09 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:23:09 ---> Running in 297389f7e303 20:23:09 ---> Running in 88100266532f 20:23:09 ---> Running in 5cbceb25c9ae 20:23:09 ---> Running in fe228a5a3fd1 20:23:09 ---> 203012de7ce0 20:23:09 Step 7/23 : RUN go mod download 20:23:09 ---> Running in cbf208a23630 20:23:09 ---> 9abf7c81683d 20:23:09 Step 7/22 : RUN go mod download 20:23:09 ---> b12ac7733496 20:23:09 Step 7/25 : RUN go mod download 20:23:09 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 20:23:09 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 20:23:10 ---> Running in a72668516b61 20:23:10 ---> Running in 7be39bb4378a 20:23:10 ---> f2c08c80699a 20:23:10 Step 7/21 : RUN go mod download 20:23:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:23:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:23:10 ---> Running in f0163c216be9 20:23:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:23:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:23:12 Removing intermediate container d5d67244a637 20:23:12 ---> 4365c2879e22 20:23:12 Step 8/22 : COPY . . 20:23:12 OK: 219 MiB in 52 packages 20:23:13 OK: 219 MiB in 52 packages 20:23:13 Removing intermediate container cbf208a23630 20:23:13 ---> db73e69121b1 20:23:13 Step 8/23 : COPY . . 20:23:14 Removing intermediate container a72668516b61 20:23:14 ---> d6fd39421339 20:23:14 Step 8/22 : COPY . . 20:23:15 Removing intermediate container 7be39bb4378a 20:23:15 ---> 03950f0b7369 20:23:15 Step 8/25 : COPY . . 20:23:15 Removing intermediate container fe228a5a3fd1 20:23:15 ---> bbd2b76c5cde 20:23:15 Step 6/23 : COPY go.mod . 20:23:15 Removing intermediate container 88100266532f 20:23:15 ---> 7deecc611065 20:23:15 Step 6/23 : COPY go.mod . 20:23:15 Removing intermediate container f0163c216be9 20:23:15 ---> 384f30615a83 20:23:15 Step 8/21 : COPY . . 20:23:15 ---> 9db6cfa70874 20:23:15 Step 7/23 : RUN go mod download 20:23:16 ---> 714894dda889 20:23:16 Step 7/23 : RUN go mod download 20:23:16 ---> Running in 6034d5233c48 20:23:16 ---> Running in 94c9f798edc4 20:23:23 Removing intermediate container 94c9f798edc4 20:23:23 ---> c41e7c96aa2d 20:23:23 Step 8/23 : COPY . . 20:23:23 Removing intermediate container 6034d5233c48 20:23:23 ---> 0ce153c68197 20:23:23 Step 8/23 : COPY . . 20:23:42 ---> eb731b6c74c0 20:23:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:23:42 ---> 2357f9614b59 20:23:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:23:42 ---> 15f7bf3e47e0 20:23:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:23:42 ---> e1147f27ce4a 20:23:42 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:23:42 ---> 425c115ff066 20:23:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:23:42 ---> Running in c7036326dece 20:23:42 ---> Running in 06f2e1099f77 20:23:42 ---> Running in f10b0985c7d8 20:23:42 ---> Running in c61d2a265711 20:23:42 ---> Running in 6b916cc02d06 20:23:42 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 20:23:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:23:42 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 20:23:42 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 20:23:43 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 20:24:03 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 20:24:15 Removing intermediate container 5cbceb25c9ae 20:24:15 ---> 5119a43c7cdb 20:24:15 20:24:15 Step 10/23 : FROM alpine:3.12 20:24:15 ---> 13621d1b12d4 20:24:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:24:15 ---> Using cache 20:24:15 ---> 9163b6160da5 20:24:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:24:15 ---> Using cache 20:24:15 ---> c10a2a084460 20:24:15 Step 13/23 : ENV APP_PORT=48082 20:24:18 ---> Running in ab5fdb712246 20:24:21 Removing intermediate container ab5fdb712246 20:24:21 ---> 270698684b83 20:24:21 Step 14/23 : EXPOSE $APP_PORT 20:24:23 ---> Running in 0ce0702c73ef 20:24:24 Removing intermediate container 0ce0702c73ef 20:24:24 ---> f34470086d6b 20:24:24 Step 15/23 : WORKDIR / 20:24:26 ---> Running in 07d3720db58b 20:24:27 Removing intermediate container 297389f7e303 20:24:27 ---> e6e0f8e4f3a2 20:24:27 20:24:27 Step 10/25 : FROM alpine:3.12 20:24:27 ---> 13621d1b12d4 20:24:27 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:24:27 ---> 22b33c3556d6 20:24:27 Step 9/23 : RUN make cmd/core-data/core-data 20:24:27 ---> Running in 50046ff2b261 20:24:27 Removing intermediate container 07d3720db58b 20:24:27 ---> b383dcb707de 20:24:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:27 ---> Running in db6e6aeeed36 20:24:28 ---> 98949f95b80d 20:24:28 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:24:28 ---> Running in ea1718b6d9b3 20:24:29 ---> 7dad6f8880aa 20:24:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:24:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:24:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:24:30 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 20:24:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:24:31 (1/6) Installing ca-certificates (20191127-r4) 20:24:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:24:31 (3/6) Installing libcurl (7.76.1-r0) 20:24:31 (4/6) Installing curl (7.76.1-r0) 20:24:31 (5/6) Installing dumb-init (1.2.2-r1) 20:24:31 (6/6) Installing su-exec (0.2-r1) 20:24:31 Executing busybox-1.31.1-r20.trigger 20:24:31 Executing ca-certificates-20191127-r4.trigger 20:24:31 OK: 7 MiB in 20 packages 20:24:32 ---> 790ee000ce4e 20:24:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:24:33 ---> 4f0c612caa01 20:24:33 Step 19/23 : ENTRYPOINT ["/core-command"] 20:24:35 ---> Running in 6e52dfc231f2 20:24:36 Removing intermediate container 50046ff2b261 20:24:36 ---> a07356acab96 20:24:36 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:24:37 ---> Running in e8f2e4c5e85c 20:24:37 Removing intermediate container 6e52dfc231f2 20:24:37 ---> 2322c640dc05 20:24:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:24:37 ---> Running in a965501eca9b 20:24:40 Removing intermediate container e8f2e4c5e85c 20:24:40 ---> 271dd3e39eb0 20:24:40 Step 13/25 : WORKDIR / 20:24:40 Removing intermediate container a965501eca9b 20:24:40 ---> 38004fa631bc 20:24:40 Step 21/23 : LABEL arch=x86_64 20:24:41 ---> Running in c54655ef8703 20:24:41 ---> Running in 37153a680df8 20:24:42 Removing intermediate container c54655ef8703 20:24:42 ---> ae6a7cf79896 20:24:42 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:24:42 Removing intermediate container 37153a680df8 20:24:42 ---> 962cbbc49cad 20:24:42 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:24:42 ---> Running in 92f30ce4b2ad 20:24:43 Removing intermediate container 92f30ce4b2ad 20:24:43 ---> 4875eb63193c 20:24:43 Step 23/23 : LABEL version=0.0.0 20:24:43 ---> 390dfbe2edb1 20:24:43 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:24:43 ---> Running in 56db65d3cbcf 20:24:44 Removing intermediate container 56db65d3cbcf 20:24:44 ---> 2ae5c1a06bee 20:24:44 20:24:44 ---> b9c78d74cd50 20:24:44 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:24:46 Successfully built 2ae5c1a06bee 20:24:46 Successfully tagged docker-core-command-go:latest 20:24:46  Building docker-core-command-go ... done  ---> fd2c91a41477 20:24:46 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:24:47 ---> 3e8a586b7896 20:24:47 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:24:50 ---> a8a435fde29f 20:24:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:24:52 ---> 75272e2cd305 20:24:52 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:24:54 ---> 5bad27328637 20:24:54 Step 21/25 : 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/ 20:24:54 ---> Running in 0d2229544d35 20:24:59 Removing intermediate container 0d2229544d35 20:24:59 ---> f1f62ed5b345 20:24:59 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:24:59 ---> Running in b92b345a4afe 20:24:59 Removing intermediate container b92b345a4afe 20:24:59 ---> 068b65846588 20:24:59 Step 23/25 : LABEL arch=x86_64 20:25:00 ---> Running in f02735ade3d0 20:25:01 Removing intermediate container f02735ade3d0 20:25:01 ---> 1a35f820077c 20:25:01 Step 24/25 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:25:03 ---> Running in b16e8d0078ff 20:25:04 Removing intermediate container b16e8d0078ff 20:25:04 ---> 7456cca28b98 20:25:04 Step 25/25 : LABEL version=0.0.0 20:25:04 ---> Running in a1bdee1fa586 20:25:05 Removing intermediate container a1bdee1fa586 20:25:05 ---> a73a6b23024a 20:25:05 20:25:06 Successfully built a73a6b23024a 20:25:06 Successfully tagged docker-security-secretstore-setup-go:latest 20:25:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container ea1718b6d9b3 20:25:19 ---> 2c7cde997e59 20:25:19 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:25:19 ---> Running in 0534981048d2 20:25:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:25:26 Removing intermediate container db6e6aeeed36 20:25:26 ---> 6813fe967aab 20:25:26 20:25:26 Step 10/23 : FROM alpine:3.12 20:25:26 ---> 13621d1b12d4 20:25:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:25:26 ---> Running in 9a5a55c96749 20:25:26 Removing intermediate container 0534981048d2 20:25:26 ---> 07596e5c02bf 20:25:26 20:25:26 Step 11/23 : FROM docker:20.10.0 20:25:26 20.10.0: Pulling from library/docker 20:25:26 Removing intermediate container 9a5a55c96749 20:25:26 ---> 0f8b4dfed0e1 20:25:26 Step 12/23 : ENV APP_PORT=48080 20:25:26 ---> Running in be8d22914a24 20:25:27 Removing intermediate container be8d22914a24 20:25:27 ---> 5f7922986a29 20:25:27 Step 13/23 : EXPOSE $APP_PORT 20:25:27 ---> Running in f14f509fb603 20:25:28 Removing intermediate container f14f509fb603 20:25:28 ---> 3b35fd926af0 20:25:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:28 ---> Running in 34ccfd88dee4 20:25:32 Removing intermediate container 34ccfd88dee4 20:25:32 ---> 372f2ced7a64 20:25:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:25:32 ---> Running in 49f30a2ceb32 20:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:34 (1/6) Installing dumb-init (1.2.2-r1) 20:25:34 (2/6) Installing libgcc (9.3.0-r2) 20:25:34 (3/6) Installing libsodium (1.0.18-r0) 20:25:34 (4/6) Installing libstdc++ (9.3.0-r2) 20:25:34 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 20:25:34 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 20:25:35 (5/6) Installing libzmq (4.3.3-r0) 20:25:35 (6/6) Installing zeromq (4.3.3-r0) 20:25:35 Executing busybox-1.31.1-r20.trigger 20:25:35 OK: 8 MiB in 20 packages 20:25:37 Removing intermediate container 49f30a2ceb32 20:25:37 ---> d4a93e3c7aac 20:25:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:38 ---> a5388b08c984 20:25:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:25:40 ---> c1b8a160608b 20:25:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:25:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:25:40 ---> b013c0ec3d3f 20:25:40 Step 19/23 : ENTRYPOINT ["/core-data"] 20:25:40 Status: Downloaded newer image for docker:20.10.0 20:25:40 ---> aefe523efa57 20:25:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:25:41 ---> Running in ba3fb4ea0ec4 20:25:41 ---> Running in 54af15b3acb7 20:25:41 Removing intermediate container 54af15b3acb7 20:25:41 ---> 7c43bee378de 20:25:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:41 Removing intermediate container ba3fb4ea0ec4 20:25:41 ---> 02c19ed5db14 20:25:41 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:25:41 ---> Running in 93bbf398d9a1 20:25:41 ---> Running in 0b6e113d23c1 20:25:41 Removing intermediate container 93bbf398d9a1 20:25:41 ---> 3ca30cd5773c 20:25:41 Step 21/23 : LABEL arch=x86_64 20:25:41 ---> Running in 1526836fdce8 20:25:42 Removing intermediate container 1526836fdce8 20:25:42 ---> 05fdd578f498 20:25:42 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:25:42 ---> Running in 783c4b99380f 20:25:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:43 Removing intermediate container 783c4b99380f 20:25:43 ---> 12f170b6bb6b 20:25:43 Step 23/23 : LABEL version=0.0.0 20:25:43 (1/39) Installing readline (8.0.4-r0) 20:25:43 (2/39) Installing bash (5.0.17-r0) 20:25:43 Executing bash-5.0.17-r0.post-install 20:25:43 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:25:43 (4/39) Installing libcurl (7.76.1-r0) 20:25:43 ---> Running in c83818da20fe 20:25:43 (5/39) Installing curl (7.76.1-r0) 20:25:43 (6/39) Installing dumb-init (1.2.2-r1) 20:25:43 (7/39) Installing libbz2 (1.0.8-r1) 20:25:43 Removing intermediate container c61d2a265711 20:25:43 ---> e5899fda3fb5 20:25:43 20:25:43 Step 10/25 : FROM alpine:3.12 20:25:43 3.12: Pulling from library/alpine 20:25:43 Removing intermediate container 6b916cc02d06 20:25:43 ---> ca3a9dbc9386 20:25:43 20:25:43 Step 10/21 : FROM alpine:3.12 20:25:43 3.12: Pulling from library/alpine 20:25:43 (8/39) Installing expat (2.2.9-r1) 20:25:43 (9/39) Installing libffi (3.3-r2) 20:25:43 (10/39) Installing gdbm (1.13-r1) 20:25:43 (11/39) Installing xz-libs (5.2.5-r0) 20:25:43 (12/39) Installing sqlite-libs (3.32.1-r0) 20:25:43 (13/39) Installing python3 (3.8.8-r0) 20:25:43 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:25:43 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:25:43 Status: Downloaded newer image for alpine:3.12 20:25:43 ---> 9852663dfa18 20:25:43 Step 11/21 : RUN apk add --update --no-cache curl 20:25:43 Status: Image is up to date for alpine:3.12 20:25:43 ---> 9852663dfa18 20:25:43 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:25:43 ---> Running in 873166b181e8 20:25:43 Removing intermediate container c83818da20fe 20:25:43 ---> 46c7e41ed3e2 20:25:43 20:25:44 ---> Running in d9fb11913804 20:25:44 Successfully built 46c7e41ed3e2 20:25:44 Successfully tagged docker-core-data-go:latest 20:25:44  Building docker-core-data-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) 20:25:44 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:25:45 (16/39) Installing py3-parsing (2.4.7-r0) 20:25:45 (17/39) Installing py3-six (1.15.0-r0) 20:25:45 (18/39) Installing py3-packaging (20.4-r0) 20:25:45 (19/39) Installing py3-setuptools (47.0.0-r0) 20:25:45 (20/39) Installing py3-chardet (3.0.4-r4) 20:25:45 (21/39) Installing py3-idna (2.9-r0) 20:25:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:25:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:25:45 (24/39) Installing py3-requests (2.23.0-r0) 20:25:45 (25/39) Installing py3-msgpack (1.0.0-r0) 20:25:45 (26/39) Installing py3-lockfile (0.12.2-r3) 20:25:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:25:45 (28/39) Installing py3-colorama (0.4.3-r0) 20:25:45 (29/39) Installing py3-distlib (0.3.0-r0) 20:25:45 (30/39) Installing py3-distro (1.5.0-r1) 20:25:45 (31/39) Installing py3-webencodings (0.5.1-r3) 20:25:45 (32/39) Installing py3-html5lib (1.0.1-r4) 20:25:45 (33/39) Installing py3-pytoml (0.1.21-r0) 20:25:45 (34/39) Installing py3-pep517 (0.8.2-r0) 20:25:45 (35/39) Installing py3-progress (1.5-r0) 20:25:45 (36/39) Installing py3-toml (0.10.1-r0) 20:25:45 (37/39) Installing py3-retrying (1.3.3-r0) 20:25:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:25:45 (39/39) Installing py3-pip (20.1.1-r0) 20:25:46 Executing busybox-1.31.1-r19.trigger 20:25:46 OK: 72 MiB in 59 packages 20:25:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:47 (1/4) Installing ca-certificates (20191127-r4) 20:25:47 Collecting docker-compose==1.23.2 20:25:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:25:47 (1/6) Installing ca-certificates (20191127-r4) 20:25:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:25:47 (3/4) Installing libcurl (7.76.1-r0) 20:25:47 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:25:47 (3/6) Installing libcurl (7.76.1-r0) 20:25:47 (4/4) Installing curl (7.76.1-r0) 20:25:47 Executing busybox-1.31.1-r20.trigger 20:25:47 (4/6) Installing curl (7.76.1-r0) 20:25:47 (5/6) Installing dumb-init (1.2.2-r1) 20:25:47 Executing ca-certificates-20191127-r4.trigger 20:25:47 (6/6) Installing su-exec (0.2-r1) 20:25:47 Executing busybox-1.31.1-r20.trigger 20:25:47 Executing ca-certificates-20191127-r4.trigger 20:25:47 Collecting jsonschema<3,>=2.5.1 20:25:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:25:47 OK: 7 MiB in 20 packages 20:25:47 OK: 7 MiB in 18 packages 20:25:48 Collecting cached-property<2,>=1.2.0 20:25:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:25:48 Collecting websocket-client<1.0,>=0.32.0 20:25:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:25:48 Collecting docker<4.0,>=3.6.0 20:25:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:25:48 Collecting texttable<0.10,>=0.9.0 20:25:48 Downloading texttable-0.9.1.tar.gz (11 kB) 20:25:49 Collecting dockerpty<0.5,>=0.4.1 20:25:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:25:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:25:50 Collecting PyYAML<4,>=3.10 20:25:51 Downloading PyYAML-3.13.tar.gz (270 kB) 20:25:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:25:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:25:52 Collecting docopt<0.7,>=0.6.1 20:25:52 Downloading docopt-0.6.2.tar.gz (25 kB) 20:25:53 Collecting docker-pycreds>=0.4.0 20:25:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:25:53 Removing intermediate container d9fb11913804 20:25:53 ---> d1d413e717a2 20:25:53 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:25:53 Removing intermediate container 873166b181e8 20:25:53 ---> c620539c1d97 20:25:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:25:53 Removing intermediate container c7036326dece 20:25:53 ---> 980215bd94e0 20:25:53 20:25:53 Step 10/22 : FROM alpine:3.12 20:25:53 ---> 9852663dfa18 20:25:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:25:53 ---> Running in 41179e7c7930 20:25:53 ---> Running in 9dace4651aa6 20:25:53 ---> Running in e796357f4703 20:25:53 Collecting urllib3<1.25,>=1.21.1 20:25:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:25:53 Collecting idna<2.8,>=2.5 20:25:53 Removing intermediate container f10b0985c7d8 20:25:53 ---> c4bedad0056e 20:25:53 20:25:53 Step 10/22 : FROM alpine:3.12 20:25:53 ---> 9852663dfa18 20:25:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:25:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:25:53 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) 20:25:53 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) 20:25:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:25:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:25:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:25:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:25:54 Installing collected packages: jsonschema, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, PyYAML, docopt, docker-compose 20:25:54 ---> Running in 82638eb4454e 20:25:54 Removing intermediate container 41179e7c7930 20:25:54 ---> e31a06d2fb8c 20:25:54 Step 13/21 : WORKDIR /edgex 20:25:54 Removing intermediate container 9dace4651aa6 20:25:54 ---> 76bbf58e26fe 20:25:54 Step 13/25 : WORKDIR / 20:25:54 ---> Running in 00ae1d54db55 20:25:54 ---> Running in 1b1833b13444 20:25:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:55 Attempting uninstall: urllib3 20:25:55 Found existing installation: urllib3 1.25.9 20:25:55 Uninstalling urllib3-1.25.9: 20:25:55 Successfully uninstalled urllib3-1.25.9 20:25:55 Attempting uninstall: idna 20:25:55 Found existing installation: idna 2.9 20:25:55 Uninstalling idna-2.9: 20:25:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:55 Removing intermediate container 00ae1d54db55 20:25:55 ---> 03d8152726e3 20:25:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:25:55 Successfully uninstalled idna-2.9 20:25:55 Removing intermediate container 1b1833b13444 20:25:55 ---> 1c0fac9c183b 20:25:55 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:25:55 Attempting uninstall: requests 20:25:55 Found existing installation: requests 2.23.0 20:25:55 Uninstalling requests-2.23.0: 20:25:55 Successfully uninstalled requests-2.23.0 20:25:55 (1/2) Installing ca-certificates (20191127-r4) 20:25:56 (2/2) Installing dumb-init (1.2.2-r1) 20:25:56 Executing busybox-1.31.1-r20.trigger 20:25:56 Executing ca-certificates-20191127-r4.trigger 20:25:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:56 OK: 6 MiB in 16 packages 20:25:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:56 Running setup.py install for texttable: started 20:25:57 (1/1) Installing dumb-init (1.2.2-r1) 20:25:57 Executing busybox-1.31.1-r20.trigger 20:25:57 OK: 5 MiB in 15 packages 20:25:57 Running setup.py install for texttable: finished with status 'done' 20:25:57 Running setup.py install for dockerpty: started 20:25:57 ---> a0598960bb28 20:25:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:25:57 ---> e6439b86b933 20:25:57 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:25:58 Running setup.py install for dockerpty: finished with status 'done' 20:25:58 Running setup.py install for PyYAML: started 20:25:59 Running setup.py install for PyYAML: finished with status 'done' 20:25:59 Running setup.py install for docopt: started 20:26:00 Removing intermediate container 82638eb4454e 20:26:00 ---> c296b12f4b63 20:26:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:00 ---> c3ec5349168b 20:26:00 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:26:00 ---> Running in a374831eea48 20:26:00 Running setup.py install for docopt: finished with status 'done' 20:26:00 ---> ff6c9d2918e8 20:26:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:26:00 Removing intermediate container e796357f4703 20:26:00 ---> 2fa29e5b457d 20:26:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:26:00 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 20:26:00 ---> Running in 2278298734ed 20:26:00 Removing intermediate container 06f2e1099f77 20:26:00 ---> 487a6d0d4ad0 20:26:00 20:26:00 Step 10/23 : FROM alpine:3.12 20:26:00 ---> 9852663dfa18 20:26:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:26:00 ---> Using cache 20:26:00 ---> c296b12f4b63 20:26:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:00 ---> Using cache 20:26:00 ---> 842846ef6abc 20:26:00 Step 13/23 : ENV APP_PORT=48081 20:26:01 Removing intermediate container a374831eea48 20:26:01 ---> 842846ef6abc 20:26:01 Step 13/22 : ENV APP_PORT=48085 20:26:01 ---> Running in fb6fb10afe47 20:26:01 ---> 093f73af2024 20:26:01 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:26:01 ---> Running in b46a7b7ad504 20:26:01 Removing intermediate container 2278298734ed 20:26:01 ---> 73cebbde039d 20:26:01 Step 13/22 : ENV APP_PORT=48060 20:26:01 ---> Running in b52373e76aad 20:26:02 ---> 08d2e6df48a8 20:26:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:26:02 Removing intermediate container fb6fb10afe47 20:26:02 ---> c989635d1dc9 20:26:02 Step 14/23 : EXPOSE $APP_PORT 20:26:02 Removing intermediate container b46a7b7ad504 20:26:02 ---> 52e6be5aea6c 20:26:02 Step 14/22 : EXPOSE $APP_PORT 20:26:02 ---> Running in f800916c5ac9 20:26:02 ---> Running in 4a2db1d2342d 20:26:02 ---> Running in 4832f3c365ff 20:26:02 ---> 72ff99b4db90 20:26:02 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:26:02 Removing intermediate container b52373e76aad 20:26:02 ---> b2aadfaf40bd 20:26:02 Step 14/22 : EXPOSE $APP_PORT 20:26:02 ---> Running in b94b7fd6782b 20:26:02 Removing intermediate container f800916c5ac9 20:26:02 ---> e0dab0506f37 20:26:02 Step 18/21 : CMD ["--init=true"] 20:26:02 Removing intermediate container 4a2db1d2342d 20:26:02 ---> 325439523d80 20:26:02 Step 15/23 : WORKDIR / 20:26:03 Removing intermediate container 4832f3c365ff 20:26:03 ---> 633102b894b7 20:26:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:03 ---> Running in cafa572eba39 20:26:03 ---> Running in 572efb25ede8 20:26:03 Removing intermediate container b94b7fd6782b 20:26:03 ---> 7a50ebcda0af 20:26:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:03 ---> 38bb23637062 20:26:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:26:03 Removing intermediate container cafa572eba39 20:26:03 ---> a45c7451c779 20:26:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:04 Removing intermediate container 572efb25ede8 20:26:04 ---> f09f57a20025 20:26:04 Step 19/21 : LABEL arch=arm64 20:26:04 ---> 76da4e2a3bdf 20:26:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:26:04 ---> Running in 827dde314cc0 20:26:04 ---> 0a2e6bf150f6 20:26:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:26:05 Removing intermediate container 827dde314cc0 20:26:05 ---> aa173e3391e6 20:26:05 Step 20/21 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:26:06 ---> d0033b955e8e 20:26:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:26:06 ---> Running in ddd8866e34d4 20:26:06 ---> 68a49add28a9 20:26:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:26:06 ---> b2c8b88cd58a 20:26:06 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:26:06 ---> 4730ebe51061 20:26:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:26:06 Removing intermediate container ddd8866e34d4 20:26:06 ---> b98669786651 20:26:06 Step 21/21 : LABEL version=0.0.0 20:26:07 ---> Running in 6ac73a819deb 20:26:07 ---> 39e34e3738e5 20:26:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:26:07 ---> Running in edfd69c3a86e 20:26:07 ---> 9e6d9836792e 20:26:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:26:07 ---> 06d6ae0f9689 20:26:07 Step 21/25 : 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/ 20:26:07 ---> a1bfe00350f3 20:26:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:26:07 ---> Running in dbf475c9f8ab 20:26:07 ---> Running in 906c7ce9da16 20:26:07 Removing intermediate container 6ac73a819deb 20:26:07 ---> d8916eb0e70a 20:26:07 20:26:08 Removing intermediate container edfd69c3a86e 20:26:08 ---> 3039e7297d59 20:26:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:08 ---> Running in bd17c39b2714 20:26:08 Successfully built d8916eb0e70a 20:26:08 Removing intermediate container 906c7ce9da16 20:26:08 ---> a03135e05e4a 20:26:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:26:08  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 20:26:08 ---> Running in 2aebb377ed01 20:26:08 ---> d010ddc4cad2 20:26:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:26:09 ---> Running in b74fd636cdb3 20:26:09 Removing intermediate container bd17c39b2714 20:26:09 ---> 85fe8eb36a25 20:26:09 Step 20/22 : LABEL arch=arm64 20:26:09 ---> Running in 89854ea7a323 20:26:09 Removing intermediate container 2aebb377ed01 20:26:09 ---> 8930b2e042d3 20:26:09 Step 20/22 : LABEL arch=arm64 20:26:09 ---> Running in 1a74a10a0ff1 20:26:10 Removing intermediate container b74fd636cdb3 20:26:10 ---> 718395608ff9 20:26:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:10 Removing intermediate container 89854ea7a323 20:26:10 ---> 70f3b369269d 20:26:10 Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:26:10 ---> Running in 6ebdd2aa64ba 20:26:10 Removing intermediate container 1a74a10a0ff1 20:26:10 ---> b6b853ed229e 20:26:10 Step 21/22 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:26:11 ---> Running in ca6c4ac47c75 20:26:11 ---> Running in 20c832c62355 20:26:11 Removing intermediate container dbf475c9f8ab 20:26:11 ---> 8e0dd1c36255 20:26:11 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:26:11 Removing intermediate container 6ebdd2aa64ba 20:26:11 ---> 1055ba353329 20:26:11 Step 21/23 : LABEL arch=arm64 20:26:12 ---> Running in 0bb210b35e6a 20:26:12 Removing intermediate container ca6c4ac47c75 20:26:12 ---> 12cefe50018a 20:26:12 Step 22/22 : LABEL version=0.0.0 20:26:12 ---> Running in 5a239e8bf9ec 20:26:12 Removing intermediate container 20c832c62355 20:26:12 ---> 9801b8da7e51 20:26:12 Step 22/22 : LABEL version=0.0.0 20:26:12 ---> Running in 16e65a7f6535 20:26:12 ---> Running in f51c19b58515 20:26:12 Removing intermediate container 0bb210b35e6a 20:26:12 ---> fe8d2c7fa254 20:26:12 Step 23/25 : LABEL arch=arm64 20:26:12 Removing intermediate container 5a239e8bf9ec 20:26:12 ---> d1da37f48972 20:26:12 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:26:13 Removing intermediate container 0b6e113d23c1 20:26:13 ---> f91a8661f333 20:26:13 Step 14/23 : ENV APP_PORT=48090 20:26:13 ---> Running in 88e637e043cb 20:26:13 Removing intermediate container 88e637e043cb 20:26:13 ---> 91a2cebfb818 20:26:13 Step 15/23 : EXPOSE $APP_PORT 20:26:13 ---> Running in 2a6c0d7ba566 20:26:13 Removing intermediate container 2a6c0d7ba566 20:26:13 ---> b8d1e2fa91d7 20:26:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:26:13 ---> Running in eb83c15f818f 20:26:13 Removing intermediate container 16e65a7f6535 20:26:13 ---> b588b14f322d 20:26:13 20:26:13 ---> Running in ca3c49c8e61f 20:26:14 Removing intermediate container f51c19b58515 20:26:14 ---> a130c2671d35 20:26:14 20:26:14 ---> 092aeba47529 20:26:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:26:14 Successfully built b588b14f322d 20:26:14 Successfully tagged docker-support-scheduler-go-arm64:latest 20:26:14 Building docker-core-command-go 20:26:14  Building docker-support-scheduler-go ... done Successfully built a130c2671d35 20:26:14 Removing intermediate container eb83c15f818f 20:26:14 ---> 31e3d6a40afa 20:26:14 Step 24/25 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:26:14 Successfully tagged docker-support-notifications-go-arm64:latest 20:26:14  Building docker-support-notifications-go ... done Building docker-core-data-go 20:26:14 Removing intermediate container ca3c49c8e61f 20:26:14 ---> 22475e1672d5 20:26:14 Step 23/23 : LABEL version=0.0.0 20:26:14 ---> a129f181b5ac 20:26:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:26:14 ---> Running in 31eae3583112 20:26:14 ---> Running in c1ec0502770f 20:26:15 ---> a9f9ba772c4d 20:26:15 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:26:15 ---> Running in 76906c1064f1 20:26:15 Removing intermediate container 31eae3583112 20:26:15 ---> 9b1b95ea9098 20:26:15 Step 25/25 : LABEL version=0.0.0 20:26:15 Removing intermediate container c1ec0502770f 20:26:15 ---> f2a95903dc4a 20:26:15 20:26:15 Removing intermediate container 76906c1064f1 20:26:15 ---> ec8bbe3b64b0 20:26:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:15 ---> Running in 1b0899359875 20:26:15 ---> Running in ab41733ff7fb 20:26:15 Removing intermediate container 1b0899359875 20:26:15 ---> c8f6087ee289 20:26:15 Step 21/23 : LABEL arch=x86_64 20:26:16 Successfully built f2a95903dc4a 20:26:16 Successfully tagged docker-core-metadata-go-arm64:latest 20:26:16  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 20:26:16 ---> Running in 71dcc36344c3 20:26:16 Removing intermediate container ab41733ff7fb 20:26:16 ---> a1a3b6555b6a 20:26:16 20:26:16 Removing intermediate container 71dcc36344c3 20:26:16 ---> b75be1d1886e 20:26:16 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:26:16 ---> Running in ebbb9202be26 20:26:16 Successfully built a1a3b6555b6a 20:26:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:26:17 Removing intermediate container ebbb9202be26 20:26:17 ---> fee46f8b68e1 20:26:17 Step 23/23 : LABEL version=0.0.0 20:26:17 ---> Running in f0b87bd6e20a 20:26:17 Removing intermediate container f0b87bd6e20a 20:26:17 ---> 52006de360d9 20:26:17 20:26:18 Successfully built 52006de360d9 20:26:18 Successfully tagged docker-sys-mgmt-agent-go:latest 20:26:18  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:26:18 $ docker stop --time=1 6d0de52e9a437ee38f0045efe64f4b5319e9ec232dc7345de718bbcbc44a42fc 20:26:20 $ docker rm -f 6d0de52e9a437ee38f0045efe64f4b5319e9ec232dc7345de718bbcbc44a42fc [Pipeline] // withDockerContainer [Pipeline] sh 20:26:21 + docker images 20:26:21 + grep docker 20:26:22 docker-sys-mgmt-agent-go latest 52006de360d9 4 seconds ago 312MB 20:26:22 docker-core-data-go latest 46c7e41ed3e2 38 seconds ago 21.5MB 20:26:22 docker-security-secretstore-setup-go latest a73a6b23024a About a minute ago 25.7MB 20:26:22 docker-core-command-go latest 2ae5c1a06bee About a minute ago 17MB 20:26:22 docker-security-bootstrapper-go latest 8ede09752068 3 minutes ago 18.2MB 20:26:22 docker-core-metadata-go latest f6b627395131 4 minutes ago 18.6MB 20:26:22 docker-support-scheduler-go latest 9a7525c7b720 4 minutes ago 17.1MB 20:26:22 docker-support-notifications-go latest 6946bd77e5ac 4 minutes ago 17.6MB 20:26:22 docker-security-proxy-setup-go latest 4f7186a3f2ba 4 minutes ago 25.3MB 20:26:22 docker 20.10.0 aefe523efa57 4 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 20:26:37 Still waiting to schedule task 20:26:37 ‘prd-ubuntu18.04-docker-8c-8g-3084’ is offline 20:27:03  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:03 ---> 061d710c50d0 20:27:03 Step 3/23 : WORKDIR /edgex-go 20:27:03 ---> Using cache 20:27:03 ---> 2dcbc35279ef 20:27:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:03 ---> Using cache 20:27:03 ---> 3a61be112c78 20:27:03 Step 5/23 : RUN apk add --update --no-cache make bash git 20:27:03 ---> Running in 7b254e7161b6 20:27:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:27:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:27:05 OK: 218 MiB in 52 packages 20:27:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:07 ---> 061d710c50d0 20:27:07 Step 3/23 : WORKDIR /edgex-go 20:27:07 ---> Using cache 20:27:07 ---> 2dcbc35279ef 20:27:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:07 ---> Using cache 20:27:07 ---> 3a61be112c78 20:27:07 Step 5/23 : RUN apk add --update --no-cache make git 20:27:07 ---> Running in 3f03d60789bd 20:27:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:08 ---> 061d710c50d0 20:27:08 Step 3/23 : WORKDIR /edgex-go 20:27:08 ---> Using cache 20:27:08 ---> 2dcbc35279ef 20:27:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 ---> Using cache 20:27:08 ---> 3a61be112c78 20:27:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:27:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:08 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:27:08 ---> 061d710c50d0 20:27:08 Step 3/31 : WORKDIR /edgex-go 20:27:08 ---> Using cache 20:27:08 ---> 2dcbc35279ef 20:27:08 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:08 ---> Using cache 20:27:08 ---> 3a61be112c78 20:27:08 Step 5/31 : RUN apk add --update --no-cache make git 20:27:08 ---> Running in e456164c2092 20:27:08 ---> Running in b1614423be0d 20:27:08 Removing intermediate container 7b254e7161b6 20:27:08 ---> efa3821e605f 20:27:08 Step 6/23 : COPY go.mod . 20:27:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:27:09 ---> 6e30c5127bb3 20:27:09 Step 7/23 : RUN go mod download 20:27:09 ---> Running in f02685678f08 20:27:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:27:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:27:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:27:11 OK: 218 MiB in 52 packages 20:27:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:27:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:27:12 Removing intermediate container f02685678f08 20:27:12 ---> 2fd6df3d3a35 20:27:12 Step 8/23 : COPY . . 20:27:12 OK: 218 MiB in 52 packages 20:27:12 Removing intermediate container 3f03d60789bd 20:27:12 ---> 3dda59f22711 20:27:12 Step 6/23 : COPY go.mod . 20:27:12 OK: 218 MiB in 52 packages 20:27:14 ---> e9f65668e7e0 20:27:14 Step 7/23 : RUN go mod download 20:27:15 Removing intermediate container b1614423be0d 20:27:15 ---> 60292e333f80 20:27:15 Step 6/31 : COPY go.mod . 20:27:15 ---> Running in f48f8df57772 20:27:15 Removing intermediate container e456164c2092 20:27:15 ---> 4309c4a50933 20:27:15 Step 6/23 : COPY go.mod . 20:27:16 ---> ee25ca812d1b 20:27:16 Step 7/31 : RUN go mod download 20:27:17 ---> d64051d2e814 20:27:17 Step 7/23 : RUN go mod download 20:27:17 ---> Running in bec16bde805e 20:27:18 ---> Running in 5878724ad08d 20:27:19 Removing intermediate container f48f8df57772 20:27:19 ---> cd29ad19d926 20:27:19 Step 8/23 : COPY . . 20:27:22 Removing intermediate container bec16bde805e 20:27:22 ---> bcd16152c65c 20:27:22 Step 8/31 : COPY . . 20:27:23 Removing intermediate container 5878724ad08d 20:27:23 ---> c06b87ae608a 20:27:23 Step 8/23 : COPY . . 20:27:23 Running on prd-ubuntu18.04-docker-8c-8g-3086 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws 20:27:23 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:27:26 using credential edgex-jenkins-ssh 20:27:26 Cloning the remote Git repository 20:27:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:27:26 > git init /w/workspace/edgex-go/2 # timeout=10 20:27:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:27:26 > git --version # timeout=10 20:27:26 > git --version # 'git version 2.17.1' 20:27:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:27:30 ---> 3a2e2376e134 20:27:30 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:27:32 ---> Running in 45e26fbd6eba 20:27:33 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 20:27:33 Merging remotes/origin/master commit 40097948026cfcf365777e8965120a46082f11c2 into PR head commit b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:27:33 Merge succeeded, producing b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:27:33 Checking out Revision b91a20da177c7cf0cbbb1a081435ab1666a7fa7d (PR-3423) 20:27:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:27:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:27:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:27:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:27:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:27:33 > git config core.sparsecheckout # timeout=10 20:27:33 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 20:27:33 > git remote # timeout=10 20:27:33 > git config --get remote.origin.url # timeout=10 20:27:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:27:33 > git merge 40097948026cfcf365777e8965120a46082f11c2 # timeout=10 20:27:33 > git rev-parse HEAD^{commit} # timeout=10 20:27:33 > git config core.sparsecheckout # timeout=10 20:27:33 > git checkout -f b91a20da177c7cf0cbbb1a081435ab1666a7fa7d # timeout=10 20:27:35 ---> 510bc2551a5a 20:27:35 Step 9/23 : RUN make cmd/core-command/core-command 20:27:36 ---> Running in db2a22f87544 20:27:37 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:27:38 + echo snap-build.sh 20:27:38 snap-build.sh 20:27:38 + SNAP_BASE_DIR=. 20:27:38 + '[' '!' -z /w/workspace/edgex-go/2 ']' 20:27:38 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 20:27:38 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 20:27:38 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 20:27:38 + cd /w/workspace/edgex-go/2 20:27:38 + sudo apt-get remove -qy --purge lxd lxd-client 20:27:38 Reading package lists... 20:27:38 Building dependency tree... 20:27:38 Reading state information... 20:27:38 The following packages were automatically installed and are no longer required: 20:27:38 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:27:38 uidmap xdelta3 20:27:38 Use 'sudo apt autoremove' to remove them. 20:27:38 The following packages will be REMOVED: 20:27:38 lxd* lxd-client* 20:27:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:27:39 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:27:39 After this operation, 31.7 MB disk space will be freed. 20:27:40 (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.) 20:27:40 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:27:41 Removing lxd dnsmasq configuration 20:27:41 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:27:41 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:27:42 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:27:42 (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.) 20:27:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:27:43 Processing triggers for systemd (237-3ubuntu10.42) ... 20:27:43 Processing triggers for ureadahead (0.100.0-21) ... 20:27:45 + sudo snap remove --purge lxd 20:27:45 ---> 0e29cf269c70 20:27:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:27:45 ---> Running in a2c8923a6ac6 20:27:45 ---> a64099bfda59 20:27:45 Step 9/23 : RUN make cmd/core-data/core-data 20:27:45 snap "lxd" is not installed 20:27:45 + sudo groupadd --force --system lxd 20:27:45 ++ whoami 20:27:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:27:45 + newgrp - lxd 20:27:45 ---> Running in 6246f223f69c 20:27:45 + sudo snap install lxd 20:27:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:27:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:27:54 2021-05-05T20:27:51Z INFO Waiting for automatic snapd restart... 20:28:06 lxd 4.13 from Canonical* installed 20:28:06 + sudo lxd init --auto 20:28:12 + sudo snap install --classic snapcraft 20:28:21 snapcraft 4.7.1 from Canonical* installed 20:28:21 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:28:21 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:28:21 % Total % Received % Xferd Average Speed Time Time Time Current 20:28:21 Dload Upload Total Spent Left Speed 20:28:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4354 0 --:--:-- --:--:-- --:--:-- 4354 20:28:21 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M 20:28:21 ./yq_linux_amd64 20:28:21 + sudo snapcraft prime --use-lxd 20:28:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:28:23 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: 20:28:23 - README.md 20:28:23 20:28:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:28:23 Launching a container. 20:28:36 Waiting for container to be ready 20:28:36 To start your first instance, try: lxc launch ubuntu:18.04 20:28:36 20:28:39 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:28:40 Waiting for network to be ready... 20:28:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:28:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 20:28:40 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:28:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 20:28:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 20:28:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:28:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 20:28:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 20:28:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 20:28:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 20:28:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:28:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:28:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:28:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:28:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:28:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:28:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:28:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:28:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:28:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 20:28:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 20:28:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 20:28:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:28:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 20:28:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 20:28:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 20:28:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 20:28:45 Fetched 24.5 MB in 5s (4885 kB/s) 20:28:46 Reading package lists... 20:28:46 Reading package lists... 20:28:46 Building dependency tree... 20:28:46 Reading state information... 20:28:46 The following additional packages will be installed: 20:28:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:28:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:28:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:28:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:28:46 Suggested packages: 20:28:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:28:46 Recommended packages: 20:28:46 gnupg libsasl2-modules 20:28:46 The following NEW packages will be installed: 20:28:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:28:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:28:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:28:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:28:46 The following packages will be upgraded: 20:28:46 gpg gpg-agent gpgconf libudev1 20:28:46 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 20:28:46 Need to get 3529 kB of archives. 20:28:46 After this operation, 13.3 MB of additional disk space will be used. 20:28:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:28:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:28:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:28:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:28:47 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 20:28:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 20:28:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:28:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:28:47 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:28:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:28:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:28:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:28:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:28:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:28:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:28:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:28:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:28:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:28:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:28:48 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:28:48 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:28:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:28:48 debconf: delaying package configuration, since apt-utils is not installed 20:28:48 Fetched 3529 kB in 1s (3515 kB/s) 20:28:48 (Reading database ... 12511 files and directories currently installed.) 20:28:48 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 20:28:48 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:28:48 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 20:28:48 Selecting previously unselected package udev. 20:28:48 (Reading database ... 12511 files and directories currently installed.) 20:28:48 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 20:28:48 Unpacking udev (237-3ubuntu10.46) ... 20:28:48 Selecting previously unselected package libfuse2:amd64. 20:28:48 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:28:48 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:28:49 Selecting previously unselected package fuse. 20:28:49 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:28:49 Unpacking fuse (2.9.7-1ubuntu1) ... 20:28:49 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:28:49 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:28:49 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:28:49 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:28:49 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:28:49 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:28:49 Selecting previously unselected package libksba8:amd64. 20:28:49 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:28:49 Unpacking libksba8:amd64 (1.3.5-2) ... 20:28:49 Selecting previously unselected package libroken18-heimdal:amd64. 20:28:49 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:49 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:49 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:28:49 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:49 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:49 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:28:49 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:49 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:28:50 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:50 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libwind0-heimdal:amd64. 20:28:50 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:50 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:28:50 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:50 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:28:50 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:50 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:28:50 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:50 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:28:50 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:28:50 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:50 Selecting previously unselected package libsasl2-modules-db:amd64. 20:28:50 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:28:50 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:28:50 Selecting previously unselected package libsasl2-2:amd64. 20:28:50 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:28:50 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:28:50 Selecting previously unselected package libldap-common. 20:28:50 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:28:50 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:28:50 Selecting previously unselected package libldap-2.4-2:amd64. 20:28:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:28:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:28:51 Selecting previously unselected package dirmngr. 20:28:51 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:28:51 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:28:51 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:28:51 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:28:51 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:28:51 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:28:51 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:28:51 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:28:51 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:51 Setting up libksba8:amd64 (1.3.5-2) ... 20:28:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:28:51 Setting up udev (237-3ubuntu10.46) ... 20:28:52 invoke-rc.d: policy-rc.d denied execution of start. 20:28:52 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Processing triggers for systemd (237-3ubuntu10) ... 20:28:52 Setting up fuse (2.9.7-1ubuntu1) ... 20:28:52 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:28:52 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:28:52 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:28:52 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:28:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:28:53 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:28:53 settings in the [Install] section, and DefaultInstance for template units). 20:28:53 This means they are not meant to be enabled using systemctl. 20:28:53 Possible reasons for having this kind of units are: 20:28:53 1) A unit may be statically enabled by being symlinked from another unit's 20:28:53 .wants/ or .requires/ directory. 20:28:53 2) A unit's purpose may be to act as a helper for some other unit which has 20:28:53 a requirement dependency on it. 20:28:53 3) A unit may be started when needed via activation (socket, path, timer, 20:28:53 D-Bus, udev, scripted systemctl call, ...). 20:28:53 4) In case of template units, the unit is meant to be enabled with some 20:28:53 instance name specified. 20:28:53 Reading package lists... 20:28:53 Building dependency tree... 20:28:53 Reading state information... 20:28:53 The following additional packages will be installed: 20:28:53 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:28:53 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:28:53 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:28:53 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:28:53 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:28:53 Suggested packages: 20:28:53 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:28:53 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:28:53 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:28:53 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:28:53 systemd-container policykit-1 20:28:53 Recommended packages: 20:28:53 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:28:54 The following NEW packages will be installed: 20:28:54 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:28:54 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:28:54 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:28:54 multiarch-support openssh-client python3 python3-minimal python3.6 20:28:54 python3.6-minimal snapd squashfs-tools sudo 20:28:54 The following packages will be upgraded: 20:28:54 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:28:54 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 20:28:54 Need to get 35.2 MB of archives. 20:28:54 After this operation, 141 MB of additional disk space will be used. 20:28:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 20:28:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 20:28:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:28:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:28:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:28:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:28:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:28:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:28:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:28:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:28:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:28:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:28:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:28:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:28:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:28:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:28:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:28:55 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 20:28:55 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 20:28:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 20:28:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:28:55 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:28:55 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:28:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:28:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:28:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:28:55 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:28:55 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:28:55 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:28:55 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:28:55 debconf: delaying package configuration, since apt-utils is not installed 20:28:55 Fetched 35.2 MB in 1s (27.7 MB/s) 20:28:55 (Reading database ... 12757 files and directories currently installed.) 20:28:55 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 20:28:55 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:28:56 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 20:28:56 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:28:56 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 20:28:56 (Reading database ... 12757 files and directories currently installed.) 20:28:56 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 20:28:56 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 20:28:56 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 20:28:56 (Reading database ... 12757 files and directories currently installed.) 20:28:56 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 20:28:56 Unpacking apt (1.6.13) over (1.6.1) ... 20:28:57 Setting up apt (1.6.13) ... 20:28:57 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:28:57 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:28:57 (Reading database ... 12764 files and directories currently installed.) 20:28:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:28:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:28:58 Selecting previously unselected package libpython3.6-minimal:amd64. 20:28:58 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:28:58 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:28:58 Selecting previously unselected package libexpat1:amd64. 20:28:58 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:28:58 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:28:58 Selecting previously unselected package python3.6-minimal. 20:28:58 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:28:58 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:28:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 20:28:58 Checking for services that may need to be restarted...done. 20:28:58 Checking for services that may need to be restarted...done. 20:28:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:28:59 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:28:59 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:28:59 Selecting previously unselected package python3-minimal. 20:28:59 (Reading database ... 13012 files and directories currently installed.) 20:28:59 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:28:59 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:28:59 Selecting previously unselected package mime-support. 20:28:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:28:59 Unpacking mime-support (3.60ubuntu1) ... 20:28:59 Selecting previously unselected package libmpdec2:amd64. 20:28:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:28:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:28:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:28:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:28:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:29:00 Selecting previously unselected package python3.6. 20:29:00 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:29:00 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:29:00 Selecting previously unselected package libpython3-stdlib:amd64. 20:29:00 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:29:00 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:29:00 Setting up python3-minimal (3.6.7-1~18.04) ... 20:29:00 Selecting previously unselected package python3. 20:29:00 (Reading database ... 13442 files and directories currently installed.) 20:29:00 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:29:00 Unpacking python3 (3.6.7-1~18.04) ... 20:29:00 Selecting previously unselected package multiarch-support. 20:29:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:29:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:29:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:29:00 Selecting previously unselected package liblzo2-2:amd64. 20:29:00 (Reading database ... 13479 files and directories currently installed.) 20:29:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:29:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:29:00 Selecting previously unselected package libbsd0:amd64. 20:29:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:29:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:29:00 Selecting previously unselected package sudo. 20:29:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:29:00 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:29:01 Selecting previously unselected package apparmor. 20:29:01 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:29:01 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:29:01 Selecting previously unselected package libedit2:amd64. 20:29:01 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:29:01 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:29:01 Selecting previously unselected package libkrb5support0:amd64. 20:29:01 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:29:01 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:29:01 Selecting previously unselected package libk5crypto3:amd64. 20:29:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:29:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:29:01 Selecting previously unselected package libkeyutils1:amd64. 20:29:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:29:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:29:01 Selecting previously unselected package libkrb5-3:amd64. 20:29:01 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:29:01 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:29:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:29:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:29:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:29:01 Selecting previously unselected package libssl1.0.0:amd64. 20:29:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:29:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:29:02 Selecting previously unselected package openssh-client. 20:29:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:29:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:29:02 Selecting previously unselected package squashfs-tools. 20:29:02 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:29:02 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:29:02 Selecting previously unselected package snapd. 20:29:02 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:29:02 Unpacking snapd (2.48.3+18.04) ... 20:29:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:29:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:29:05 Setting up mime-support (3.60ubuntu1) ... 20:29:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:29:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:29:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:29:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:29:05 Setting up systemd (237-3ubuntu10.46) ... 20:29:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:29:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:29:05 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:29:05 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:29:05 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:29:05 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:29:05 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:29:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:29:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:29:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:29:06 Setting up python3 (3.6.7-1~18.04) ... 20:29:06 running python rtupdate hooks for python3.6... 20:29:06 running python post-rtupdate hooks for python3.6... 20:29:06 Setting up apparmor (2.12-4ubuntu5.1) ... 20:29:08 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:29:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:29:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:29:08 Setting up snapd (2.48.3+18.04) ... 20:29:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:29:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:29:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:29:09 Removing intermediate container 45e26fbd6eba 20:29:09 ---> f5758ebbb35a 20:29:09 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:29:09 ---> Running in 9fe9ce676072 20:29:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:29:09 Removing intermediate container 9fe9ce676072 20:29:09 ---> 10114a53189e 20:29:09 20:29:09 Step 11/23 : FROM docker:20.10.0 20:29:09 20.10.0: Pulling from library/docker 20:29:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:29:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:29:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:29:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:29:10 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:29:10 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:29:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:29:10 /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' 20:29:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:29:11 Processing triggers for systemd (237-3ubuntu10.46) ... 20:29:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:29:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:29:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:29:14 Reading package lists... 20:29:14 Reading package lists... 20:29:14 Building dependency tree... 20:29:14 Reading state information... 20:29:14 Calculating upgrade... 20:29:14 The following packages will be upgraded: 20:29:14 advancecomp base-files bash binutils binutils-common 20:29:14 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:29:14 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:29:14 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:29:14 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:29:14 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:29:14 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:29:14 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 20:29:14 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 20:29:14 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 20:29:14 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 20:29:14 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 20:29:14 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 20:29:14 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 20:29:14 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:29:15 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:29:15 Need to get 64.0 MB of archives. 20:29:15 After this operation, 5034 kB of additional disk space will be used. 20:29:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 20:29:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:29:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:29:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:29:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:29:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:29:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:29:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:29:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:29:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:29:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:29:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:29:15 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:29:15 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:29:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:29:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:29:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:29:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:29:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:29:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:29:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:29:15 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:29:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:29:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:29:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:29:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:29:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:29:15 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:29:15 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:29:15 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:29:15 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:29:15 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:29:15 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:29:15 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:29:15 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:29:15 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:29:15 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:29:15 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:29:15 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:29:15 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 20:29:15 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:29:16 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:29:16 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:29:16 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:29:16 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:29:16 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:29:16 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:29:16 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:29:16 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:29:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:29:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:29:16 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:29:16 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:29:16 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:29:16 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:29:16 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 20:29:16 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 20:29:16 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:29:16 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:29:16 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:29:16 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:29:16 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:29:16 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:29:16 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:29:16 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:29:16 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:29:16 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:29:16 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 20:29:16 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 20:29:16 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:29:16 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:29:16 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:29:16 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:29:16 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:29:16 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:29:16 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:29:16 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 20:29:16 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:29:16 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:29:16 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:29:16 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:29:16 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:29:16 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:29:16 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:29:16 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:29:16 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:29:16 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:29:16 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:29:16 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:29:16 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:29:16 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:29:16 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:29:17 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:29:17 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:29:17 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:29:17 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:29:18 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:29:18 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:29:18 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:29:18 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:29:18 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:29:18 debconf: delaying package configuration, since apt-utils is not installed 20:29:18 Fetched 64.0 MB in 3s (19.3 MB/s) 20:29:18 (Reading database ... 13912 files and directories currently installed.) 20:29:18 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:29:18 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:29:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:29:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:29:19 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 20:29:19 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 20:29:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:20 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:20 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:20 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:20 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:20 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:20 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:20 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:20 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:20 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:21 (Reading database ... 13911 files and directories currently installed.) 20:29:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:29:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:29:21 (Reading database ... 13911 files and directories currently installed.) 20:29:21 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:21 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:21 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:21 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:29:21 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:29:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:21 (Reading database ... 13911 files and directories currently installed.) 20:29:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:29:22 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:29:22 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:29:22 (Reading database ... 13911 files and directories currently installed.) 20:29:22 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:29:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:29:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:29:22 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:29:23 Setting up base-files (10.1ubuntu2.10) ... 20:29:23 Installing new version of config file /etc/issue ... 20:29:23 Installing new version of config file /etc/issue.net ... 20:29:23 Installing new version of config file /etc/lsb-release ... 20:29:23 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:29:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:29:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:29:23 Removing obsolete conffile /etc/default/motd-news ... 20:29:23 (Reading database ... 13912 files and directories currently installed.) 20:29:23 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:29:23 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:29:23 Setting up bash (4.4.18-2ubuntu1.2) ... 20:29:23 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 20:29:23 (Reading database ... 13912 files and directories currently installed.) 20:29:23 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:23 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:29:23 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:29:24 (Reading database ... 13912 files and directories currently installed.) 20:29:24 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:29:24 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:29:24 Setting up tar (1.29b-2ubuntu0.2) ... 20:29:24 (Reading database ... 13912 files and directories currently installed.) 20:29:24 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:29:24 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:29:24 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:29:25 (Reading database ... 13912 files and directories currently installed.) 20:29:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:29:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:29:25 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:29:25 (Reading database ... 13912 files and directories currently installed.) 20:29:25 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:29:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:29:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:29:25 (Reading database ... 13912 files and directories currently installed.) 20:29:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:29:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:29:25 Setting up grep (3.1-2build1) ... 20:29:25 (Reading database ... 13912 files and directories currently installed.) 20:29:25 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:29:25 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:29:26 Setting up login (1:4.5-1ubuntu2) ... 20:29:26 (Reading database ... 13912 files and directories currently installed.) 20:29:26 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:29:26 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:29:26 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:29:26 (Reading database ... 13912 files and directories currently installed.) 20:29:26 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:29:26 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:29:26 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:29:26 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:29:26 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:29:27 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:29:27 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:29:27 (Reading database ... 13912 files and directories currently installed.) 20:29:27 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:29:27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:29:27 Removing intermediate container a2c8923a6ac6 20:29:27 ---> 51b14106c427 20:29:27 20:29:27 Step 10/31 : FROM alpine:3.12 20:29:27 ---> 9852663dfa18 20:29:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:29:27 Removing intermediate container db2a22f87544 20:29:27 ---> 226e6281b983 20:29:27 20:29:27 Step 10/23 : FROM alpine:3.12 20:29:27 ---> 9852663dfa18 20:29:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:29:27 ---> Using cache 20:29:27 ---> c296b12f4b63 20:29:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:27 ---> Using cache 20:29:27 ---> 842846ef6abc 20:29:27 Step 13/23 : ENV APP_PORT=48082 20:29:27 ---> Running in 2fa01c12beef 20:29:27 ---> Running in 8292a6544f52 20:29:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:29:27 Status: Downloaded newer image for docker:20.10.0 20:29:27 ---> eeaf43b92773 20:29:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:29:27 ---> Running in 6c0e2a80dfbe 20:29:28 Removing intermediate container 2fa01c12beef 20:29:28 ---> b85fc48075cf 20:29:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-execRemoving intermediate container 8292a6544f52 20:29:28 20:29:28 ---> 80be61af0b7b 20:29:28 Step 14/23 : EXPOSE $APP_PORT 20:29:28 Removing intermediate container 6c0e2a80dfbe 20:29:28 ---> f4fce3115c39 20:29:28 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:29:28 ---> Running in 82880aecbec1 20:29:28 ---> Running in 521b15538736 20:29:28 ---> Running in 46cead9c2656 20:29:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:29:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:29:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:29:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:29:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:29:29 Removing intermediate container 82880aecbec1 20:29:29 ---> 6f0c66773a68 20:29:29 Step 15/23 : WORKDIR / 20:29:29 (Reading database ... 13912 files and directories currently installed.) 20:29:29 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:29:29 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:29:29 ---> Running in ca012d303e12 20:29:29 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:29:29 (Reading database ... 13912 files and directories currently installed.) 20:29:29 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:29 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:29:30 (Reading database ... 13912 files and directories currently installed.) 20:29:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:29:30 (Reading database ... 13912 files and directories currently installed.) 20:29:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:30 (Reading database ... 13912 files and directories currently installed.) 20:29:30 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:30 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:29:30 (Reading database ... 13912 files and directories currently installed.) 20:29:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:30 Removing intermediate container ca012d303e12 20:29:30 ---> 337075700d59 20:29:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:30 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:29:30 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:29:30 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:29:30 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:29:31 (Reading database ... 13912 files and directories currently installed.) 20:29:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:29:31 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:29:31 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:29:31 (Reading database ... 13912 files and directories currently installed.) 20:29:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:31 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:31 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:29:31 (Reading database ... 13912 files and directories currently installed.) 20:29:31 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:31 (1/39) Installing readline (8.0.4-r0) 20:29:31 (2/39) Installing bash (5.0.17-r0) 20:29:31 Executing bash-5.0.17-r0.post-install 20:29:31 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:29:31 (4/39) Installing libcurl (7.76.1-r0) 20:29:31 (1/2) Installing dumb-init (1.2.2-r1) 20:29:31 (2/2) Installing su-exec (0.2-r1) 20:29:31 (5/39) Installing curl (7.76.1-r0) 20:29:31 Executing busybox-1.31.1-r20.trigger 20:29:31 (6/39) Installing dumb-init (1.2.2-r1) 20:29:31 (7/39) Installing libbz2 (1.0.8-r1) 20:29:31 (8/39) Installing expat (2.2.9-r1) 20:29:31 OK: 5 MiB in 16 packages 20:29:31 (9/39) Installing libffi (3.3-r2) 20:29:31 (10/39) Installing gdbm (1.13-r1) 20:29:31 (11/39) Installing xz-libs (5.2.5-r0) 20:29:31 (12/39) Installing sqlite-libs (3.32.1-r0) 20:29:31 (13/39) Installing python3 (3.8.8-r0) 20:29:31 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:29:31 (Reading database ... 13912 files and directories currently installed.) 20:29:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:31 ---> 412dffc0f63c 20:29:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:29:31 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:32 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:29:32 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:29:32 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:29:32 (Reading database ... 13912 files and directories currently installed.) 20:29:32 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:29:32 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:29:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:29:33 (Reading database ... 13912 files and directories currently installed.) 20:29:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:29:33 (14/39) Installing py3-appdirs (1.4.4-r1) 20:29:33 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:29:33 (16/39) Installing py3-parsing (2.4.7-r0) 20:29:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:29:33 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:29:33 (Reading database ... 13914 files and directories currently installed.) 20:29:33 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:29:33 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:29:33 (17/39) Installing py3-six (1.15.0-r0) 20:29:33 Removing intermediate container 521b15538736 20:29:33 ---> 87583e5ef3ca 20:29:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:29:33 (18/39) Installing py3-packaging (20.4-r0) 20:29:33 (19/39) Installing py3-setuptools (47.0.0-r0) 20:29:33 (20/39) Installing py3-chardet (3.0.4-r4) 20:29:33 ---> 5780c9c0f3b2 20:29:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:29:33 ---> Running in aa49a6097233 20:29:33 (21/39) Installing py3-idna (2.9-r0) 20:29:33 Setting up debconf (1.5.66ubuntu1) ... 20:29:33 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:29:33 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:29:33 (24/39) Installing py3-requests (2.23.0-r0) 20:29:33 (25/39) Installing py3-msgpack (1.0.0-r0) 20:29:33 (26/39) Installing py3-lockfile (0.12.2-r3) 20:29:33 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:29:33 (28/39) Installing py3-colorama (0.4.3-r0) 20:29:33 (29/39) Installing py3-distlib (0.3.0-r0) 20:29:33 (30/39) Installing py3-distro (1.5.0-r1) 20:29:33 (31/39) Installing py3-webencodings (0.5.1-r3) 20:29:33 (32/39) Installing py3-html5lib (1.0.1-r4) 20:29:33 (Reading database ... 13914 files and directories currently installed.) 20:29:33 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:29:33 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:29:33 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:29:34 (33/39) Installing py3-pytoml (0.1.21-r0) 20:29:34 (34/39) Installing py3-pep517 (0.8.2-r0) 20:29:34 (35/39) Installing py3-progress (1.5-r0) 20:29:34 (36/39) Installing py3-toml (0.10.1-r0) 20:29:34 (37/39) Installing py3-retrying (1.3.3-r0) 20:29:34 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:29:34 (39/39) Installing py3-pip (20.1.1-r0) 20:29:34 (Reading database ... 13914 files and directories currently installed.) 20:29:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:29:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:29:34 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:29:34 Executing busybox-1.31.1-r19.trigger 20:29:34 OK: 72 MiB in 59 packages 20:29:34 Removing intermediate container aa49a6097233 20:29:34 ---> 1c2298f3cfee 20:29:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:29:34 (Reading database ... 13914 files and directories currently installed.) 20:29:34 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:29:34 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:29:34 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:29:34 ---> 1fc9485bb094 20:29:34 Step 19/23 : ENTRYPOINT ["/core-command"] 20:29:34 (Reading database ... 13914 files and directories currently installed.) 20:29:34 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:29:34 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:29:34 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:29:34 ---> Running in e75897bb9fd9 20:29:34 ---> Running in ecfe4c04f7d9 20:29:34 (Reading database ... 13914 files and directories currently installed.) 20:29:34 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:29:34 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:29:35 Removing intermediate container e75897bb9fd9 20:29:35 ---> c41252e751b6 20:29:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:29:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:29:35 (Reading database ... 13914 files and directories currently installed.) 20:29:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:29:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:29:35 Removing intermediate container ecfe4c04f7d9 20:29:35 ---> 0be957c84f4a 20:29:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:35 ---> Running in ee82785314ed 20:29:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 20:29:35 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 20:29:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:29:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:29:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:29:35 (Reading database ... 13914 files and directories currently installed.) 20:29:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:29:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:29:36 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:29:36 (Reading database ... 13914 files and directories currently installed.) 20:29:36 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:29:36 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:29:36 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:29:36 ---> Running in 500873006ede 20:29:36 (Reading database ... 13914 files and directories currently installed.) 20:29:36 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:29:36 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:29:36 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:29:36 (Reading database ... 13914 files and directories currently installed.) 20:29:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:29:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:29:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:29:36 (Reading database ... 13914 files and directories currently installed.) 20:29:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:29:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:29:37 Setting up passwd (1:4.5-1ubuntu2) ... 20:29:37 Removing intermediate container 500873006ede 20:29:37 ---> d2e5835e623e 20:29:37 Step 21/23 : LABEL arch=arm64 20:29:37 (Reading database ... 13914 files and directories currently installed.) 20:29:37 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:29:37 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:29:37 ---> Running in 99fdac14bc2f 20:29:37 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:29:37 (Reading database ... 13914 files and directories currently installed.) 20:29:37 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 20:29:37 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 20:29:37 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 20:29:37 (Reading database ... 13914 files and directories currently installed.) 20:29:37 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 20:29:37 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 20:29:37 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 20:29:37 Removing intermediate container 99fdac14bc2f 20:29:37 ---> 25eb0c3867f6 20:29:37 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:29:38 (Reading database ... 13914 files and directories currently installed.) 20:29:38 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:29:38 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:29:38 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:29:38 (Reading database ... 13914 files and directories currently installed.) 20:29:38 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:29:38 ---> Running in d661bda7fc91 20:29:38 Removing intermediate container 6246f223f69c 20:29:38 ---> b3f75d80678c 20:29:38 20:29:38 Step 10/23 : FROM alpine:3.12 20:29:38 ---> 9852663dfa18 20:29:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:29:38 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:29:38 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:29:38 (Reading database ... 13914 files and directories currently installed.) 20:29:38 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:29:38 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:29:38 Removing intermediate container ee82785314ed 20:29:38 ---> cb4c45c708d4 20:29:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:29:38 ---> Running in 9432f96ccecc 20:29:38 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:29:38 (Reading database ... 13914 files and directories currently installed.) 20:29:38 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:29:38 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:29:38 ---> Running in 2d15986f559c 20:29:38 Removing intermediate container d661bda7fc91 20:29:38 ---> fe01e1d97770 20:29:38 Step 23/23 : LABEL version=0.0.0 20:29:38 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:29:38 (Reading database ... 13914 files and directories currently installed.) 20:29:38 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 20:29:38 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 20:29:39 ---> Running in ec97be40af84 20:29:39 Removing intermediate container 9432f96ccecc 20:29:39 ---> b086acb77d55 20:29:39 Step 12/23 : ENV APP_PORT=48080 20:29:39 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 20:29:39 (Reading database ... 13914 files and directories currently installed.) 20:29:39 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 20:29:39 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 20:29:39 Removing intermediate container 2d15986f559c 20:29:39 ---> ff8359f775fa 20:29:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:29:39 ---> Running in 0e436f9d9c24 20:29:39 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 20:29:39 (Reading database ... 13915 files and directories currently installed.) 20:29:39 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:29:39 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:29:39 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:29:39 Removing intermediate container ec97be40af84 20:29:39 ---> 3fc420c684ad 20:29:39 20:29:39 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:29:39 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:29:39 Collecting docker-compose==1.23.2 20:29:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:29:40 Successfully built 3fc420c684ad 20:29:40 Successfully tagged docker-core-command-go-arm64:latest 20:29:40  Building docker-core-command-go ... done Removing intermediate container 0e436f9d9c24 20:29:40 ---> fe9de7694894 20:29:40 Step 13/23 : EXPOSE $APP_PORT 20:29:40 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:29:40 ---> e0e504383bc9 20:29:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:29:40 ---> Running in fcbe192286ba 20:29:40 ---> Running in 41b7c3313293 20:29:40 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:29:40 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:29:40 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:29:40 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:29:41 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:29:41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:29:41 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:29:41 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:29:41 Collecting cached-property<2,>=1.2.0 20:29:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:29:41 Removing intermediate container fcbe192286ba 20:29:41 ---> 0a6a2e88f0e8 20:29:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:29:41 ---> Running in cef25fcce234 20:29:41 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:29:41 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:29:41 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:29:41 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:29:41 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:29:41 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:29:41 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:29:41 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:29:41 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:29:41 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:29:42 Collecting docker<4.0,>=3.6.0 20:29:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:29:42 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:29:42 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:29:42 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:29:42 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:29:43 Collecting texttable<0.10,>=0.9.0 20:29:43 Downloading texttable-0.9.1.tar.gz (11 kB) 20:29:43 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:29:43 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:29:43 Removing intermediate container 41b7c3313293 20:29:43 ---> 9e40c95be46b 20:29:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:43 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:29:43 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:29:43 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:29:43 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:29:43 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:29:43 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:29:43 Removing intermediate container cef25fcce234 20:29:43 ---> 2f3d10641c93 20:29:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:29:43 ---> Running in 5a72542d48de 20:29:43 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:43 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:43 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:43 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:44 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:44 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:44 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:44 ---> 3231dbb567f6 20:29:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:29:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:45 ---> f73805e8afa3 20:29:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:29:45 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:45 ---> 26d483369fc1 20:29:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:29:46 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:46 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:46 (1/6) Installing dumb-init (1.2.2-r1) 20:29:46 (2/6) Installing libgcc (9.3.0-r2) 20:29:46 ---> 7ec8cd698355 20:29:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:29:46 (3/6) Installing libsodium (1.0.18-r0) 20:29:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:29:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:29:46 (4/6) Installing libstdc++ (9.3.0-r2) 20:29:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:47 (5/6) Installing libzmq (4.3.3-r0) 20:29:47 (6/6) Installing zeromq (4.3.3-r0) 20:29:47 Executing busybox-1.31.1-r20.trigger 20:29:47 OK: 8 MiB in 20 packages 20:29:47 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:47 ---> da9083044b94 20:29:47 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:29:47 Collecting jsonschema<3,>=2.5.1 20:29:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:29:47 ---> Running in c182b38d9f83 20:29:48 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:29:48 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:29:48 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:29:48 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:29:48 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:29:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:29:48 Collecting dockerpty<0.5,>=0.4.1 20:29:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:29:48 Removing intermediate container c182b38d9f83 20:29:48 ---> 24d629aa4428 20:29:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:29:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:29:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:29:48 Removing intermediate container 5a72542d48de 20:29:48 ---> 4e0837fa9e17 20:29:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:29:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:29:48 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:29:48 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:29:49 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:29:49 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:29:49 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:29:49 ---> e9ebc8b06990 20:29:49 Step 26/31 : RUN chmod +x /entrypoint.sh 20:29:49 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:29:49 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:49 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:29:49 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:49 ---> Running in c2690725ce2b 20:29:49 ---> 95b5a4436a53 20:29:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:29:49 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:49 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:49 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:29:49 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:29:49 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:29:49 20:29:49 Current default time zone: 'Etc/UTC' 20:29:49 Local time is now: Wed May 5 20:29:49 UTC 2021. 20:29:49 Universal Time is now: Wed May 5 20:29:49 UTC 2021. 20:29:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:29:49 20:29:50 Setting up systemd-sysv (237-3ubuntu10.46) ... 20:29:50 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:50 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 20:29:50 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:29:50 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:29:50 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:29:50 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:29:50 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:29:50 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:29:50 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:29:50 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:50 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:29:50 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:29:50 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:29:50 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:50 Setting up patch (2.7.6-2ubuntu1.1) ... 20:29:50 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:29:50 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:29:50 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 20:29:50 Installing new version of config file /etc/ssl/openssl.cnf ... 20:29:50 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:29:50 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:29:50 Setting up ca-certificates (20210119~18.04.1) ... 20:29:51 ---> d6d26e889bcc 20:29:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:29:51 Collecting docopt<0.7,>=0.6.1 20:29:51 Downloading docopt-0.6.2.tar.gz (25 kB) 20:29:52 Updating certificates in /etc/ssl/certs... 20:29:52 ---> 2ae5a5e6fee8 20:29:52 Step 19/23 : ENTRYPOINT ["/core-data"] 20:29:52 ---> Running in 77a736abb78a 20:29:52 Removing intermediate container c2690725ce2b 20:29:52 ---> 7e592bd134b2 20:29:52 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:29:52 23 added, 27 removed; done. 20:29:52 ---> Running in e77541c546d6 20:29:53 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:29:53 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:29:53 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:29:53 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:29:53 Setting up pkgbinarymangler (138.18.04.1) ... 20:29:53 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Removing intermediate container 77a736abb78a 20:29:53 ---> e6a37ec8e592 20:29:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:53 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:29:53 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up perl (5.26.1-6ubuntu0.5) ... 20:29:53 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:29:53 ---> Running in 6cee5f7f7847 20:29:53 Removing intermediate container e77541c546d6 20:29:53 ---> f3cf10aacdaa 20:29:53 Step 28/31 : CMD ["gate"] 20:29:53 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:29:53 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:29:53 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:29:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:29:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:29:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:29:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:29:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:29:53 Processing triggers for systemd (237-3ubuntu10.46) ... 20:29:53 Processing triggers for mime-support (3.60ubuntu1) ... 20:29:54 ---> Running in 218fa0b74367 20:29:54 Removing intermediate container 6cee5f7f7847 20:29:54 ---> 1f499f5e79d5 20:29:54 Step 21/23 : LABEL arch=arm64 20:29:54 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:29:54 Updating certificates in /etc/ssl/certs... 20:29:54 ---> Running in 8536983e164a 20:29:54 0 added, 0 removed; done. 20:29:54 Running hooks in /etc/ca-certificates/update.d... 20:29:54 done. 20:29:54 Removing intermediate container 218fa0b74367 20:29:54 ---> 088310baefb3 20:29:54 Step 29/31 : LABEL arch=arm64 20:29:54 Collecting websocket-client<1.0,>=0.32.0 20:29:54 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:29:54 ---> Running in e799c0e71e7f 20:29:54 Removing intermediate container 8536983e164a 20:29:54 ---> 046e8ea17c84 20:29:54 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:29:54 Reading package lists... 20:29:55 ---> Running in 06c0e9e7d073 20:29:55 Building dependency tree... 20:29:55 Reading state information... 20:29:55 Removing intermediate container e799c0e71e7f 20:29:55 ---> 0273a783b73b 20:29:55 Step 30/31 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:29:55 The following NEW packages will be installed: 20:29:55 apt-transport-https 20:29:55 ---> Running in f83ad1781393 20:29:55 Removing intermediate container 06c0e9e7d073 20:29:55 ---> f7a1964a5e80 20:29:55 Step 23/23 : LABEL version=0.0.0 20:29:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:29:55 Need to get 1692 B of archives. 20:29:55 After this operation, 154 kB of additional disk space will be used. 20:29:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 20:29:55 debconf: delaying package configuration, since apt-utils is not installed 20:29:55 Fetched 1692 B in 0s (8459 B/s) 20:29:55 Selecting previously unselected package apt-transport-https. 20:29:55 (Reading database ... 13920 files and directories currently installed.) 20:29:55 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 20:29:55 Unpacking apt-transport-https (1.6.13) ... 20:29:55 ---> Running in fa1f881bb05a 20:29:55 Setting up apt-transport-https (1.6.13) ... 20:29:56 Waiting for network to be ready... 20:29:56 Collecting PyYAML<4,>=3.10 20:29:56 Downloading PyYAML-3.13.tar.gz (270 kB) 20:29:56 Removing intermediate container f83ad1781393 20:29:56 ---> 1398d29a9749 20:29:56 Step 31/31 : LABEL version=0.0.0 20:29:56 Removing intermediate container fa1f881bb05a 20:29:56 ---> 74ed6faf5c4a 20:29:56 20:29:56 ---> Running in 1cdd77864dac 20:29:57 Successfully built 74ed6faf5c4a 20:29:57 Successfully tagged docker-core-data-go-arm64:latest 20:29:57  Building docker-core-data-go ... done Removing intermediate container 1cdd77864dac 20:29:57 ---> f78d4b160787 20:29:57 20:29:57 Successfully built f78d4b160787 20:29:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:29:59  Building docker-security-bootstrapper-go ... done Collecting docker-pycreds>=0.4.0 20:29:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:29:59 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) 20:29:59 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) 20:30:00 Collecting urllib3<1.25,>=1.21.1 20:30:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:30:01 Collecting idna<2.8,>=2.5 20:30:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:30:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:30:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:30:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:30:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:30:02 Installing collected packages: cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, PyYAML, docker-compose 20:30:02 Attempting uninstall: urllib3 20:30:02 Found existing installation: urllib3 1.25.9 20:30:02 Uninstalling urllib3-1.25.9: 20:30:02 Successfully uninstalled urllib3-1.25.9 20:30:02 Attempting uninstall: idna 20:30:02 Found existing installation: idna 2.9 20:30:02 Uninstalling idna-2.9: 20:30:02 Successfully uninstalled idna-2.9 20:30:03 Attempting uninstall: requests 20:30:03 Found existing installation: requests 2.23.0 20:30:03 Uninstalling requests-2.23.0: 20:30:03 Successfully uninstalled requests-2.23.0 20:30:04 2021-05-05T20:29:59Z INFO Waiting for automatic snapd restart... 20:30:04 snapd 2.49.2 from Canonical* installed 20:30:04 "snapd" switched to the "latest/stable" channel 20:30:04 20:30:04 Running setup.py install for texttable: started 20:30:06 Running setup.py install for texttable: finished with status 'done' 20:30:07 Running setup.py install for dockerpty: started 20:30:08 core18 20210309 from Canonical* installed 20:30:09 "core18" switched to the "latest/stable" channel 20:30:09 20:30:09 Running setup.py install for dockerpty: finished with status 'done' 20:30:09 Running setup.py install for docopt: started 20:30:11 Running setup.py install for docopt: finished with status 'done' 20:30:11 Running setup.py install for PyYAML: started 20:30:14 Running setup.py install for PyYAML: finished with status 'done' 20:30:14 snapcraft 4.7.1 from Canonical* installed 20:30:14 "snapcraft" switched to the "latest/stable" channel 20:30:14 20:30:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 20:30:17 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: 20:30:17 - README.md 20:30:17 20:30:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:30:23 Removing intermediate container 46cead9c2656 20:30:23 ---> 864c4e3efc20 20:30:23 Step 14/23 : ENV APP_PORT=48090 20:30:23 ---> Running in ec9eb5264be0 20:30:24 Removing intermediate container ec9eb5264be0 20:30:24 ---> 99ef20aec05a 20:30:24 Step 15/23 : EXPOSE $APP_PORT 20:30:24 ---> Running in ad8b9c80666e 20:30:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:30:24 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:30:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:30:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:30:24 Removing intermediate container ad8b9c80666e 20:30:24 ---> 208709d894e2 20:30:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:30:25 ---> f5b0c2d4221b 20:30:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:30:25 Reading package lists... 20:30:26 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 20:30:26 ---> b6c33bf9bbc4 20:30:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:30:27 ---> cb8618e860aa 20:30:27 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 20:30:27 ---> Running in edca64179ed1 20:30:28 Removing intermediate container edca64179ed1 20:30:28 ---> d9a22a78219b 20:30:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:28 ---> Running in 2cb6e77c75d5 20:30:28 Removing intermediate container 2cb6e77c75d5 20:30:28 ---> f9b1068b00a2 20:30:28 Step 21/23 : LABEL arch=arm64 20:30:28 ---> Running in 0c3e8b9f362e 20:30:29 Removing intermediate container 0c3e8b9f362e 20:30:29 ---> f4c3f4f94595 20:30:29 Step 22/23 : LABEL git_sha=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d 20:30:29 ---> Running in 8d980c44a166 20:30:29 Removing intermediate container 8d980c44a166 20:30:29 ---> 39dd82f2ae47 20:30:29 Step 23/23 : LABEL version=0.0.0 20:30:30 ---> Running in e64c1dbb5283 20:30:30 Removing intermediate container e64c1dbb5283 20:30:30 ---> 476c5cad9f5e 20:30:30 20:30:30 Successfully built 476c5cad9f5e 20:30:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:30:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:30:31 $ docker stop --time=1 2458cf9a451246958dd736ad500d3dc8ebddda4dd80638d12390cdff73e27cb9 20:30:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:30:32 Reading package lists... 20:30:32 Building dependency tree... 20:30:32 Reading state information... 20:30:32 Suggested packages: 20:30:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:30:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:30:32 Recommended packages: 20:30:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:30:32 The following NEW packages will be installed: 20:30:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:30:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:30:32 pkg-config zip 20:30:33 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:30:33 Need to get 7663 kB of archives. 20:30:33 After this operation, 43.8 MB of additional disk space will be used. 20:30:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:30:33 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:30:33 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:30:33 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:30:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:30:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:30:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:30:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:30:33 $ docker rm -f 2458cf9a451246958dd736ad500d3dc8ebddda4dd80638d12390cdff73e27cb9 20:30:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:30:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [Pipeline] // withDockerContainer [Pipeline] sh 20:30:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 20:30:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:30:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:30:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:30:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:30:34 debconf: delaying package configuration, since apt-utils is not installed 20:30:34 Fetched 7663 kB in 1s (6385 kB/s) 20:30:34 Selecting previously unselected package libglib2.0-0:amd64. 20:30:34 + + grep docker 20:30:34 docker images 20:30:34 (Reading database ... 13924 files and directories currently installed.) 20:30:34 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:30:34 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:30:34 Selecting previously unselected package libpsl5:amd64. 20:30:34 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:30:34 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:30:34 docker-sys-mgmt-agent-go-arm64 latest 476c5cad9f5e 4 seconds ago 299MB 20:30:34 docker-security-bootstrapper-go-arm64 latest f78d4b160787 37 seconds ago 17.1MB 20:30:34 docker-core-data-go-arm64 latest 74ed6faf5c4a 38 seconds ago 20.3MB 20:30:34 docker-core-command-go-arm64 latest 3fc420c684ad 55 seconds ago 16.1MB 20:30:34 docker-security-secretstore-setup-go-arm64 latest a1a3b6555b6a 4 minutes ago 24.3MB 20:30:34 docker-core-metadata-go-arm64 latest f2a95903dc4a 4 minutes ago 17.4MB 20:30:34 docker-support-notifications-go-arm64 latest a130c2671d35 4 minutes ago 16.6MB 20:30:34 docker-support-scheduler-go-arm64 latest b588b14f322d 4 minutes ago 16.1MB 20:30:34 docker-security-proxy-setup-go-arm64 latest d8916eb0e70a 4 minutes ago 23.9MB 20:30:34 docker 20.10.0 eeaf43b92773 4 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 20:30:34 Selecting previously unselected package libnghttp2-14:amd64. 20:30:34 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:30:34 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:30:34 Selecting previously unselected package librtmp1:amd64. 20:30:34 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:30:34 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:30:34 Selecting previously unselected package libcurl3-gnutls:amd64. 20:30:34 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 20:30:34 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... Post stage [Pipeline] libraryResource [Pipeline] sh 20:30:34 Selecting previously unselected package liberror-perl. 20:30:34 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:30:34 Unpacking liberror-perl (0.17025-1) ... 20:30:34 Selecting previously unselected package git-man. 20:30:34 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:30:34 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:30:35 ---> job-cost.sh 20:30:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FFOc 20:30:35 Selecting previously unselected package git. 20:30:35 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:30:35 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:30:36 Selecting previously unselected package libnorm1:amd64. 20:30:36 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:30:36 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:30:36 Selecting previously unselected package libpgm-5.2-0:amd64. 20:30:36 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:30:36 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:30:36 Selecting previously unselected package libsodium23:amd64. 20:30:36 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:30:36 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:30:36 Selecting previously unselected package libzmq5:amd64. 20:30:36 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:30:36 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:30:36 Selecting previously unselected package libzmq3-dev:amd64. 20:30:36 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:30:36 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:30:36 Selecting previously unselected package pkg-config. 20:30:36 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:30:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:30:36 Selecting previously unselected package zip. 20:30:36 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:30:36 Unpacking zip (3.0-11build1) ... 20:30:36 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:30:36 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:30:36 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:30:36 Setting up liberror-perl (0.17025-1) ... 20:30:36 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:30:36 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:30:36 No schema files found: doing nothing. 20:30:36 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:30:36 Setting up zip (3.0-11build1) ... 20:30:36 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:30:36 Setting up libsodium23:amd64 (1.0.16-2) ... 20:30:36 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:30:37 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:30:37 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 20:30:37 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:30:37 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:30:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:30:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:30:43 git set to automatically installed. 20:30:43 git-man set to automatically installed. 20:30:43 libcurl3-gnutls set to automatically installed. 20:30:43 liberror-perl set to automatically installed. 20:30:43 libglib2.0-0 set to automatically installed. 20:30:43 libnghttp2-14 set to automatically installed. 20:30:43 libnorm1 set to automatically installed. 20:30:43 libpgm-5.2-0 set to automatically installed. 20:30:43 libpsl5 set to automatically installed. 20:30:43 librtmp1 set to automatically installed. 20:30:43 libsodium23 set to automatically installed. 20:30:43 libzmq3-dev set to automatically installed. 20:30:43 libzmq5 set to automatically installed. 20:30:43 pkg-config set to automatically installed. 20:30:43 zip set to automatically installed. 20:30:45 snapd is not logged in, snap install commands will use sudo 20:30:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:31:10 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:31:10 snapd is not logged in, snap install commands will use sudo 20:31:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:31:18 snap "core18" has no updates available 20:31:18 Pulling go-build-helper 20:31:18 + snapcraftctl pull 20:31:20 'app-service-config' has dependencies that need to be staged: go-build-helper 20:31:20 Skipping pull go-build-helper (already ran) 20:31:20 Building go-build-helper 20:31:20 + snapcraftctl build 20:31:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:31:22 Staging go-build-helper 20:31:22 + snapcraftctl stage 20:31:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:31:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:31:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 20:31:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 20:31:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 20:31:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:31:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 20:31:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 20:31:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 20:31:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 20:31:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:31:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:31:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:31:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:31:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:31:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:31:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:31:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:31:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:31:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 20:31:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 20:31:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 20:31:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:31:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 20:31:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 20:31:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 20:31:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 20:31:34 Fetched 24.5 MB in 0s (0 B/s) 20:31:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:31:34 Fetched 224 kB in 0s (0 B/s) 20:31:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:31:34 Fetched 157 kB in 0s (0 B/s) 20:31:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:31:34 Fetched 221 kB in 0s (0 B/s) 20:31:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:31:34 Fetched 143 kB in 0s (0 B/s) 20:31:34 Pulling app-service-config 20:31:34 + snapcraftctl pull 20:31:34 Cloning into '/root/parts/app-service-config/src'... 20:31:35 Pulling config-common 20:31:35 + snapcraftctl pull 20:31:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:31:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:31:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:31:40 Fetched 0 B in 0s (0 B/s) 20:31:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:31:40 Fetched 0 B in 0s (0 B/s) 20:31:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:31:40 Fetched 0 B in 0s (0 B/s) 20:31:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:31:40 Fetched 0 B in 0s (0 B/s) 20:31:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:31:40 Fetched 0 B in 0s (0 B/s) 20:31:40 Pulling edgex-go 20:31:40 + snapcraftctl pull 20:32:02 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:32:02 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:32:02 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:32:02 Fetched 0 B in 0s (0 B/s) 20:32:02 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:32:02 Fetched 96.5 kB in 0s (0 B/s) 20:32:02 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:32:02 Fetched 279 kB in 0s (0 B/s) 20:32:02 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:32:02 Fetched 122 kB in 0s (0 B/s) 20:32:02 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:32:02 Fetched 77.8 kB in 0s (0 B/s) 20:32:02 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:32:02 Fetched 8848 B in 0s (0 B/s) 20:32:02 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:32:02 Fetched 47.8 kB in 0s (0 B/s) 20:32:02 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:32:02 Fetched 45.6 kB in 0s (0 B/s) 20:32:02 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:32:02 Fetched 15.0 kB in 0s (0 B/s) 20:32:02 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 20:32:02 Fetched 219 kB in 0s (0 B/s) 20:32:02 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:32:02 Fetched 154 kB in 0s (0 B/s) 20:32:02 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:32:02 Fetched 50.6 kB in 0s (0 B/s) 20:32:02 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:32:02 Fetched 14.8 kB in 0s (0 B/s) 20:32:02 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:32:02 Fetched 41.8 kB in 0s (0 B/s) 20:32:02 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:32:02 Fetched 499 kB in 0s (0 B/s) 20:32:02 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:32:02 Fetched 111 kB in 0s (0 B/s) 20:32:02 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:32:02 Fetched 240 kB in 0s (0 B/s) 20:32:02 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:32:02 Fetched 29.3 kB in 0s (0 B/s) 20:32:02 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:32:02 Fetched 85.5 kB in 0s (0 B/s) 20:32:02 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:32:02 Fetched 24.5 kB in 0s (0 B/s) 20:32:02 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:32:02 Fetched 49.2 kB in 0s (0 B/s) 20:32:02 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:32:02 Fetched 54.2 kB in 0s (0 B/s) 20:32:02 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:32:02 Fetched 30.8 kB in 0s (0 B/s) 20:32:02 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:32:02 Fetched 15.8 kB in 0s (0 B/s) 20:32:02 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:32:02 Fetched 85.9 kB in 0s (0 B/s) 20:32:02 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:32:02 Fetched 8720 B in 0s (0 B/s) 20:32:02 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 20:32:02 Fetched 137 kB in 0s (0 B/s) 20:32:02 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:32:02 Fetched 119 kB in 0s (0 B/s) 20:32:02 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 20:32:02 Fetched 110 kB in 0s (0 B/s) 20:32:02 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:32:02 Fetched 11.1 kB in 0s (0 B/s) 20:32:02 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:32:02 Fetched 645 kB in 0s (0 B/s) 20:32:02 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:32:02 Fetched 41.3 kB in 0s (0 B/s) 20:32:02 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:32:02 Fetched 17.9 kB in 0s (0 B/s) 20:32:02 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:32:02 Fetched 368 kB in 0s (0 B/s) 20:32:02 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:32:02 Fetched 187 kB in 0s (0 B/s) 20:32:02 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:32:02 Fetched 175 kB in 0s (0 B/s) 20:32:02 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:32:02 Fetched 206 kB in 0s (0 B/s) 20:32:02 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 20:32:02 Fetched 1301 kB in 0s (0 B/s) 20:32:02 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:32:02 Fetched 36.2 kB in 0s (0 B/s) 20:32:02 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 20:32:02 Fetched 159 kB in 0s (0 B/s) 20:32:02 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:32:02 Fetched 107 kB in 0s (0 B/s) 20:32:02 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:32:02 Fetched 48.7 kB in 0s (0 B/s) 20:32:02 Pulling static-packages 20:32:02 + snapcraftctl pull 20:32:03 Pulling version 20:32:03 + cd /root/project 20:32:03 + [ -f VERSION ] 20:32:03 + PROJECT_VERSION=local-dev 20:32:03 + git rev-parse --short HEAD 20:32:03 + GIT_REVISION=b91a20da 20:32:03 + snapcraftctl set-version local-dev 20:32:04 Skipping build go-build-helper (already ran) 20:32:04 Building app-service-config 20:32:04 + make build 20:32:04 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 20:32:06 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 20:32:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 20:32:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 20:32:06 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 20:32:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 20:32:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 20:32:06 go: downloading github.com/gorilla/mux v1.8.0 20:32:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 20:32:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 20:32:06 go: downloading github.com/hashicorp/consul/api v1.8.1 20:32:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:32:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:32:06 go: downloading github.com/go-kit/kit v0.8.0 20:32:06 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:32:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:32:07 go: downloading github.com/hashicorp/serf v0.9.5 20:32:07 go: downloading github.com/x448/float16 v0.8.4 20:32:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:32:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:32:07 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:32:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:32:07 go: downloading github.com/mitchellh/copystructure v1.0.0 20:32:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:32:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:32:07 go: downloading github.com/go-playground/validator/v10 v10.5.0 20:32:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:32:07 go: downloading github.com/pelletier/go-toml v1.9.0 20:32:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:32:07 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:32:07 go: downloading github.com/google/uuid v1.2.0 20:32:07 go: downloading github.com/gorilla/websocket v1.4.2 20:32:07 go: downloading golang.org/x/text v0.3.2 20:32:07 go: downloading github.com/leodido/go-urn v1.2.0 20:32:07 go: downloading github.com/go-playground/universal-translator v0.17.0 20:32:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:32:07 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 20:32:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:32:07 go: downloading github.com/mattn/go-isatty v0.0.12 20:32:07 go: downloading github.com/fatih/color v1.9.0 20:32:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:32:07 go: downloading github.com/go-playground/locales v0.13.0 20:32:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:32:08 go: downloading github.com/mattn/go-colorable v0.1.6 20:32:08 go: downloading github.com/pebbe/zmq4 v1.2.7 20:32:08 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:32:20 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:32:20 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:32:20 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:32:20 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:32:20 Building config-common 20:32:20 + snapcraftctl build 20:32:23 Building edgex-go 20:32:24 + cd /root/parts/edgex-go/src 20:32:24 + make build 20:32:24 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 20:32:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 20:32:24 go: downloading github.com/imdario/mergo v0.3.12 20:32:24 go: downloading github.com/pkg/errors v0.8.1 20:32:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:32:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:32:28 go: downloading gopkg.in/yaml.v2 v2.4.0 20:32:35 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 20:32:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:32:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:32:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:32:38 go: downloading github.com/stretchr/testify v1.7.0 20:32:38 go: downloading github.com/pmezard/go-difflib v1.0.0 20:32:38 go: downloading github.com/davecgh/go-spew v1.1.1 20:32:38 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:32:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:32:40 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:32:40 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:32:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:32:43 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 20:32:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:32:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:32:48 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 20:32:48 go: downloading github.com/lib/pq v1.10.1 20:32:50 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:32:50 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:32:50 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:32:50 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:32:50 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:32:50 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:32:50 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:32:50 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:32:50 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:32:50 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:32:50 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:32:50 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:32:50 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:32:50 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:32:50 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:32:50 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:32:50 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:32:50 + 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 20:32:50 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:32:50 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:32:50 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:32:50 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:32:50 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:32:50 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:32:50 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:32:50 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:32:53 Building static-packages 20:32:53 + snapcraftctl build 20:32:56 Building version 20:32:56 + snapcraftctl build 20:32:58 lf-activate-venv(): INFO: Adding /tmp/venv-FFOc/bin to PATH 20:32:58 INFO: No Stack... 20:32:58 INFO: Retrieving Pricing Info for: lf-standard-4 20:32:58 INFO: Archiving Costs [Pipeline] sh 20:32:58 Skipping stage go-build-helper (already ran) 20:32:58 Staging app-service-config 20:32:58 + snapcraftctl stage 20:32:59 + cat /w/workspace/edgex-go/2/archives/cost.csv 20:32:59 + cut -d, -f6 [Pipeline] lock 20:32:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] 20:32:59 Resource [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] did not exist. Created. 20:32:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:32:59 + echo total: 0.20999999344348907 [Pipeline] stash 20:32:59 Stashed 1 file(s) [Pipeline] } 20:32:59 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3423-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:33:00 Staging config-common 20:33:00 + snapcraftctl stage 20:33:01 Staging edgex-go 20:33:01 + snapcraftctl stage 20:33:02 Staging static-packages 20:33:02 + snapcraftctl stage 20:33:03 Staging version 20:33:03 + snapcraftctl stage 20:33:05 Priming go-build-helper 20:33:05 + snapcraftctl prime 20:33:05 Priming app-service-config 20:33:05 + snapcraftctl prime 20:33:07 Priming config-common 20:33:07 + snapcraftctl prime 20:33:08 Priming edgex-go 20:33:08 + snapcraftctl prime 20:33:09 Priming static-packages 20:33:09 + snapcraftctl prime 20:33:12 Priming version 20:33:12 + snapcraftctl prime 20:33:13 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:33:15 provisioning config files... 20:33:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7489657129956959807tmp [Pipeline] { [Pipeline] sh 20:33:16 + set +x 20:33:16 + curl -s https://codecov.io/bash 20:33:16 + bash -s -- 20:33:16 20:33:16 _____ _ 20:33:16 / ____| | | 20:33:16 | | ___ __| | ___ ___ _____ __ 20:33:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:33:16 | |___| (_) | (_| | __/ (_| (_) \ V / 20:33:16 \_____\___/ \__,_|\___|\___\___/ \_/ 20:33:16 Bash-1.0.2 20:33:16 20:33:16 20:33:16 ==> git version 2.24.3 found 20:33:16 ==> 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 20:33:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:33:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:33:16 ==> Jenkins CI detected. 20:33:16 project root: . 20:33:16 --> token set from env 20:33:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:33:17 ==> Running gcov in . (disable via -X gcov) 20:33:17 ==> Python coveragepy not found 20:33:17 ==> Searching for coverage reports in: 20:33:17 + . 20:33:17 -> Found 1 reports 20:33:17 ==> Detecting git/mercurial file structure 20:33:17 ==> Reading reports 20:33:17 + ./coverage.out bytes=699522 20:33:17 ==> Appending adjustments 20:33:17 https://docs.codecov.io/docs/fixing-reports 20:33:26 + Found adjustments 20:33:26 ==> Gzipping contents 20:33:26 100K /tmp/codecov.RtcI0I.gz 20:33:26 ==> Uploading reports 20:33:26 url: https://codecov.io 20:33:26 query: branch=PR-3423&commit=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= 20:33:26 -> Pinging Codecov 20:33:26 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3423&commit=b91a20da177c7cf0cbbb1a081435ab1666a7fa7d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3423%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3423&job=&cmd_args= 20:33:26 -> Uploading to 20:33:26 https://storage.googleapis.com/codecov/v4/raw/2021-05-05/00271124DB129430A58F1EEE437C3FCB/b91a20da177c7cf0cbbb1a081435ab1666a7fa7d/edc4784e-7533-4335-a903-351d46c1ef39.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210505%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210505T203326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=771393d1008a0e72ab81705f143e5cea29d20e475fb753ba87a72c1b71550be7 20:33:26 % Total % Received % Xferd Average Speed Time Time Time Current 20:33:26 Dload Upload Total Spent Left Speed 20:33:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 146k --:--:-- --:--:-- --:--:-- 146k 100 97k 0 0 100 97k 0 146k --:--:-- --:--:-- --:--:-- 146k 20:33:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b91a20da177c7cf0cbbb1a081435ab1666a7fa7d [Pipeline] } 20:33:27 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 20:33:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:33:29 ---> package-listing.sh 20:33:29 ++ facter osfamily 20:33:29 ++ tr '[:upper:]' '[:lower:]' 20:33:29 + OS_FAMILY=redhat 20:33:29 + workspace=/w/workspace/edgex-go/2 20:33:29 + START_PACKAGES=/tmp/packages_start.txt 20:33:29 + END_PACKAGES=/tmp/packages_end.txt 20:33:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:33:29 + PACKAGES=/tmp/packages_start.txt 20:33:29 + '[' /w/workspace/edgex-go/2 ']' 20:33:29 + PACKAGES=/tmp/packages_end.txt 20:33:29 + case "${OS_FAMILY}" in 20:33:29 + sort 20:33:29 + rpm -qa 20:33:38 + '[' -f /tmp/packages_start.txt ']' 20:33:38 + '[' -f /tmp/packages_end.txt ']' 20:33:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:33:38 + '[' /w/workspace/edgex-go/2 ']' 20:33:38 + mkdir -p /w/workspace/edgex-go/2/archives/ 20:33:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 20:33:38 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:33:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:33:40 20:33:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:33:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:33:41 alpine: Pulling from edgex-lftools-log-publisher 20:33:41 df20fa9351a1: Pulling fs layer 20:33:41 36b3adc4ff6f: Pulling fs layer 20:33:41 8ad3a11d3b57: Pulling fs layer 20:33:41 46f8f816bc3b: Pulling fs layer 20:33:41 93b61091891f: Pulling fs layer 20:33:41 93b9cdb0e59b: Pulling fs layer 20:33:41 5e14af77c1be: Pulling fs layer 20:33:41 01666e4c0597: Pulling fs layer 20:33:41 aa168da1d23b: Pulling fs layer 20:33:41 46f8f816bc3b: Waiting 20:33:41 93b61091891f: Waiting 20:33:41 93b9cdb0e59b: Waiting 20:33:41 5e14af77c1be: Waiting 20:33:41 01666e4c0597: Waiting 20:33:41 aa168da1d23b: Waiting 20:33:41 36b3adc4ff6f: Verifying Checksum 20:33:41 36b3adc4ff6f: Download complete 20:33:41 46f8f816bc3b: Download complete 20:33:41 df20fa9351a1: Verifying Checksum 20:33:41 df20fa9351a1: Download complete 20:33:41 93b9cdb0e59b: Verifying Checksum 20:33:41 93b9cdb0e59b: Download complete 20:33:41 5e14af77c1be: Download complete 20:33:41 01666e4c0597: Verifying Checksum 20:33:41 01666e4c0597: Download complete 20:33:42 93b61091891f: Download complete 20:33:42 df20fa9351a1: Pull complete 20:33:43 36b3adc4ff6f: Pull complete 20:33:44 8ad3a11d3b57: Verifying Checksum 20:33:44 8ad3a11d3b57: Download complete 20:33:47 8ad3a11d3b57: Pull complete 20:33:47 46f8f816bc3b: Pull complete 20:33:48 93b61091891f: Pull complete 20:33:48 93b9cdb0e59b: Pull complete 20:33:49 5e14af77c1be: Pull complete 20:33:49 01666e4c0597: Pull complete 20:33:51 aa168da1d23b: Verifying Checksum 20:33:51 aa168da1d23b: Download complete 20:34:14 aa168da1d23b: Pull complete 20:34:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:34:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:34:15 prd-centos7-docker-4c-2g-3080 does not seem to be running inside a container 20:34:15 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:34:20 $ docker top 23cdf518d38dafb870e9b944864bcf50323a846d23a0606b74ef07a462f891cd -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:21 + touch /tmp/pre-build-complete [Pipeline] sh 20:34:22 + mkdir -p /var/log/sa [Pipeline] sh 20:34:22 + ls /var/log/sa-host 20:34:22 + sadf -c /var/log/sa-host/sa05 20:34:22 file_magic: OK 20:34:22 HZ: Using current value: 100 20:34:22 file_header: OK 20:34:22 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 20:34:22 Statistics: 20:34:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:34:22 File successfully converted to sysstat format version 12.2.1 20:34:22 + sadf -c /var/log/sa-host/sa23 20:34:22 file_magic: OK 20:34:22 HZ: Using current value: 100 20:34:22 file_header: OK 20:34:22 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 20:34:22 Statistics: 20:34:22 Hnuu...uuuununununu... 20:34:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:34:23 provisioning config files... 20:34:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config885687199426417540tmp [Pipeline] { [Pipeline] echo 20:34:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:34:23 ---> create-netrc.sh [Pipeline] } 20:34:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:34:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:34:25 ---> python-tools-install.sh [Pipeline] echo 20:34:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:34:26 ---> sudo-logs.sh 20:34:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:34:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:34:26 ---> job-cost.sh 20:34:26 lf-activate-venv: SKIPPING 20:34:26 DEBUG: total: 0.20999999344348907 20:34:26 INFO: Retrieving Stack Cost... 20:34:28 INFO: Retrieving Pricing Info for: v1-standard-2 20:34:29 INFO: Archiving Costs [Pipeline] echo 20:34:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:34:29 ---> logs-deploy.sh 20:34:29 lf-activate-venv: SKIPPING 20:34:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3423/2 20:34:29 INFO: archiving workspace using pattern(s): 20:34:34 Archives upload complete. 20:34:34 INFO: archiving logs to Nexus 20:34:36 ---> uname -a: 20:34:36 Linux prd-centos7-docker-4c-2g-3080.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:34:36 20:34:36 20:34:36 ---> lscpu: 20:34:36 Architecture: x86_64 20:34:36 CPU op-mode(s): 32-bit, 64-bit 20:34:36 Byte Order: Little Endian 20:34:36 Address sizes: 40 bits physical, 48 bits virtual 20:34:36 CPU(s): 4 20:34:36 On-line CPU(s) list: 0-3 20:34:36 Thread(s) per core: 1 20:34:36 Core(s) per socket: 1 20:34:36 Socket(s): 4 20:34:36 NUMA node(s): 1 20:34:36 Vendor ID: GenuineIntel 20:34:36 CPU family: 6 20:34:36 Model: 44 20:34:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:34:36 Stepping: 1 20:34:36 CPU MHz: 2933.438 20:34:36 BogoMIPS: 5866.87 20:34:36 Virtualization: VT-x 20:34:36 Hypervisor vendor: KVM 20:34:36 Virtualization type: full 20:34:36 L1d cache: 128 KiB 20:34:36 L1i cache: 128 KiB 20:34:36 L2 cache: 16 MiB 20:34:36 L3 cache: 64 MiB 20:34:36 NUMA node0 CPU(s): 0-3 20:34:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:34:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:34:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:34:36 Vulnerability Meltdown: Mitigation; PTI 20:34:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:34:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:34:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:34:36 Vulnerability Srbds: Not affected 20:34:36 Vulnerability Tsx async abort: Not affected 20:34:36 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 20:34:36 20:34:36 20:34:36 ---> nproc: 20:34:36 4 20:34:36 20:34:36 20:34:36 ---> df -h: 20:34:36 Filesystem Size Used Available Use% Mounted on 20:34:36 overlay 50.0G 12.2G 37.8G 24% / 20:34:36 tmpfs 64.0M 0 64.0M 0% /dev 20:34:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:34:36 shm 64.0M 0 64.0M 0% /dev/shm 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 20:34:36 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 20:34:36 20:34:36 20:34:36 ---> free -m: 20:34:36 total used free shared buff/cache available 20:34:36 Mem: 1837 767 238 0 831 985 20:34:36 Swap: 1023 33 990 20:34:36 20:34:36 20:34:36 ---> ip addr: 20:34:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:34:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:34:36 inet 127.0.0.1/8 scope host lo 20:34:36 valid_lft forever preferred_lft forever 20:34:36 inet6 ::1/128 scope host 20:34:36 valid_lft forever preferred_lft forever 20:34:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:34:36 link/ether fa:16:3e:15:83:30 brd ff:ff:ff:ff:ff:ff 20:34:36 inet 10.30.123.96/23 brd 10.30.123.255 scope global dynamic eth0 20:34:36 valid_lft 84794sec preferred_lft 84794sec 20:34:36 inet6 fe80::f816:3eff:fe15:8330/64 scope link 20:34:36 valid_lft forever preferred_lft forever 20:34:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:34:36 link/ether 02:42:35:f5:3b:36 brd ff:ff:ff:ff:ff:ff 20:34:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:34:36 valid_lft forever preferred_lft forever 20:34:36 inet6 fe80::42:35ff:fef5:3b36/64 scope link 20:34:36 valid_lft forever preferred_lft forever 20:34:36 20:34:36 20:34:36 ---> sar -b -r -n DEV: 20:34:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 20:34:36 20:34:36 20:07:36 LINUX RESTART (4 CPU) 20:34:36 20:34:36 20:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:34:36 20:09:01 168.09 90.99 77.10 0.00 5768.47 42408.18 0.00 20:34:36 20:10:02 89.43 41.87 47.56 0.00 7856.99 12957.65 0.00 20:34:36 20:11:01 162.69 32.50 130.19 0.00 2833.51 38487.82 0.00 20:34:36 20:12:01 193.93 83.02 110.91 0.00 2813.87 12912.36 0.00 20:34:36 20:13:01 80.08 25.93 54.15 0.00 1005.18 7151.15 0.00 20:34:36 20:14:01 53.92 14.16 39.77 0.00 577.13 5271.18 0.00 20:34:36 20:15:01 80.25 41.52 38.73 0.00 1812.48 3322.34 0.00 20:34:36 20:16:01 66.88 23.17 43.71 0.00 1775.25 5128.60 0.00 20:34:36 20:17:01 43.42 8.41 35.01 0.00 705.17 12124.74 0.00 20:34:36 20:18:03 217.65 75.47 142.18 0.00 21568.20 82498.55 0.00 20:34:36 20:19:02 851.65 713.53 138.12 0.00 72301.86 76832.99 0.00 20:34:36 20:20:03 940.73 712.82 227.91 0.00 115783.24 115495.28 0.00 20:34:36 20:21:02 622.48 510.14 112.34 0.00 35655.92 40831.45 0.00 20:34:36 20:22:01 261.08 96.79 164.29 0.00 9704.69 25811.23 0.00 20:34:36 20:23:06 897.00 686.93 210.07 0.00 68585.61 115813.96 0.00 20:34:36 20:24:03 708.35 566.18 142.16 0.00 55311.36 49835.13 0.00 20:34:36 20:25:02 479.53 317.36 162.17 0.00 31553.43 32447.37 0.00 20:34:36 20:26:02 140.29 38.91 101.38 0.00 4284.39 21833.66 0.00 20:34:36 20:27:01 70.86 15.11 55.75 0.00 3139.96 5736.83 0.00 20:34:36 20:28:01 1.58 0.05 1.53 0.00 1.20 19.02 0.00 20:34:36 20:29:01 0.47 0.03 0.43 0.00 0.27 5.56 0.00 20:34:36 20:30:01 0.18 0.02 0.17 0.00 0.13 1.67 0.00 20:34:36 20:31:01 0.32 0.00 0.32 0.00 0.00 3.73 0.00 20:34:36 20:32:01 0.27 0.02 0.25 0.00 0.13 2.61 0.00 20:34:36 20:33:01 0.23 0.03 0.20 0.00 0.27 1.91 0.00 20:34:36 20:34:02 122.89 72.81 50.08 0.00 6259.69 10663.22 0.00 20:34:36 Average: 241.37 160.85 80.52 0.00 17401.95 27907.61 0.00 20:34:36 20:34:36 20:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:34:36 20:09:01 119868 0 539676 28.68 2620 1219380 1088548 37.15 494616 1067544 7712 20:34:36 20:10:02 410416 0 621892 33.05 2596 846640 1176772 40.16 455244 813908 108 20:34:36 20:11:01 182564 0 705580 37.50 1980 991420 1383212 47.21 511028 945436 24 20:34:36 20:12:01 126504 0 826508 43.93 1284 927248 1605856 54.81 614660 860460 4416 20:34:36 20:13:01 82696 0 974740 51.81 856 823252 1956748 66.78 773148 745836 25300 20:34:36 20:14:01 166980 0 812944 43.21 716 900904 1676920 57.23 700524 729976 53084 20:34:36 20:15:01 116340 0 942828 50.11 680 821696 1783748 60.88 755760 720904 78536 20:34:36 20:16:01 116428 0 807260 42.90 680 957176 1534664 52.38 675400 794632 77800 20:34:36 20:17:01 151808 0 783024 41.62 636 946076 1628792 55.59 621272 832468 76596 20:34:36 20:18:03 67064 0 867948 46.13 148 946384 2313168 78.94 748420 837944 76676 20:34:36 20:19:02 439076 0 731468 38.88 148 710852 2220732 75.79 480996 744312 64 20:34:36 20:20:03 84092 0 881828 46.87 148 915476 2423600 82.71 597400 966656 68128 20:34:36 20:21:02 398660 0 1082908 57.55 148 399828 3323176 113.41 648404 559004 27760 20:34:36 20:22:01 354612 0 779296 41.42 148 747488 1623084 55.39 492556 777916 4944 20:34:36 20:23:06 591864 0 701576 37.29 148 587956 1386056 47.30 393828 677712 4 20:34:36 20:24:03 71080 0 825740 43.89 148 984576 2246688 76.68 540288 1030288 40004 20:34:36 20:25:02 455160 0 809564 43.03 148 616672 2130060 72.70 542436 640504 3556 20:34:36 20:26:02 140040 0 733800 39.00 148 1007556 1409784 48.11 607128 881788 24056 20:34:36 20:27:01 131232 0 686304 36.48 148 1063860 1250024 42.66 595452 906280 8 20:34:36 20:28:01 135244 0 682288 36.26 148 1063864 1202724 41.05 591976 906236 8 20:34:36 20:29:01 134932 0 682592 36.28 148 1063872 1202808 41.05 592452 906236 8 20:34:36 20:30:01 135664 0 681844 36.24 148 1063888 1200716 40.98 592124 906244 12 20:34:36 20:31:01 136304 0 681196 36.20 148 1063896 1200452 40.97 591652 906248 12 20:34:36 20:32:01 136624 0 680868 36.19 148 1063904 1200452 40.97 591656 906252 8 20:34:36 20:33:01 136912 0 680572 36.17 148 1063912 1200452 40.97 591680 906252 8 20:34:36 20:34:02 73844 0 767664 40.80 148 1039888 1710516 58.38 716736 822716 47720 20:34:36 Average: 196000 0 768150 40.83 560 916833 1656914 56.55 596801 838221 23714 20:34:36 20:34:36 20:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:34:36 20:09:01 eth0 526.58 304.08 3263.23 63.62 0.00 0.00 0.00 0.00 20:34:36 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:10:02 eth0 701.29 828.56 3112.23 135.10 0.00 0.00 0.00 0.00 20:34:36 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:10:02 docker0 745.23 594.75 65.40 2664.05 0.00 0.00 0.00 0.00 20:34:36 20:11:01 eth0 421.33 277.43 3115.33 30.36 0.00 0.00 0.00 0.00 20:34:36 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:11:01 docker0 53.56 139.19 3.13 381.90 0.00 0.00 0.00 0.00 20:34:36 20:12:01 eth0 161.98 134.42 499.22 21.67 0.00 0.00 0.00 0.00 20:34:36 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:12:01 veth10df8be 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:12:01 docker0 113.05 134.67 9.04 470.83 0.00 0.00 0.00 0.00 20:34:36 20:13:01 eth0 20.66 20.48 8.54 62.20 0.00 0.00 0.00 0.00 20:34:36 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:13:01 veth10df8be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:14:01 eth0 27.62 21.14 21.10 11.74 0.00 0.00 0.00 0.00 20:34:36 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:14:01 veth10df8be 1.05 1.05 0.08 0.08 0.00 0.00 0.00 0.00 20:34:36 20:14:01 docker0 1.05 1.05 0.07 0.08 0.00 0.00 0.00 0.00 20:34:36 20:15:01 eth0 19.01 14.21 13.84 7.63 0.00 0.00 0.00 0.00 20:34:36 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:15:01 veth10df8be 1.01 1.01 0.08 0.08 0.00 0.00 0.00 0.00 20:34:36 20:15:01 docker0 1.01 1.01 0.07 0.08 0.00 0.00 0.00 0.00 20:34:36 20:16:01 eth0 16.49 11.94 14.21 7.93 0.00 0.00 0.00 0.00 20:34:36 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:16:01 veth10df8be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:17:01 eth0 182.71 126.93 1687.41 90.51 0.00 0.00 0.00 0.00 20:34:36 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:18:03 veth67a2872 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:18:03 eth0 22.16 18.70 23.87 9.43 0.00 0.00 0.00 0.00 20:34:36 20:18:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:18:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:19:02 veth09110c8 0.19 0.26 0.02 0.07 0.00 0.00 0.00 0.00 20:34:36 20:19:02 veth67a2872 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:19:02 veth834692f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:19:02 veth184a807 0.19 0.27 0.02 0.07 0.00 0.00 0.00 0.00 20:34:36 20:20:03 veth67a2872 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:20:03 eth0 2163.99 1792.45 11704.47 494.64 0.00 0.00 0.00 0.00 20:34:36 20:20:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:34:36 20:20:03 docker0 930.11 906.51 78.31 3608.39 0.00 0.00 0.00 0.00 20:34:36 20:21:02 veth67a2872 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:21:02 vethc866cfd 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:21:02 vethd89e546 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:21:02 veth7d0e20a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:22:01 veth67a2872 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:22:01 eth0 2306.96 1897.67 12375.97 525.79 0.00 0.00 0.00 0.00 20:34:36 20:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:34:36 20:22:01 docker0 975.87 967.04 81.85 3907.17 0.00 0.00 0.00 0.00 20:34:36 20:23:06 veth67a2872 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:23:06 eth0 25.47 19.34 19.83 10.89 0.00 0.00 0.00 0.00 20:34:36 20:23:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:23:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:24:03 veth67a2872 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:24:03 veth952f04b 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 20:34:36 20:24:03 eth0 56.07 35.99 82.80 83.26 0.00 0.00 0.00 0.00 20:34:36 20:24:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:25:02 veth67a2872 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:25:02 eth0 44.74 31.32 69.56 16.45 0.00 0.00 0.00 0.00 20:34:36 20:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:25:02 veth0ec9ddd 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:34:36 20:26:02 veth67a2872 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:26:02 eth0 210.78 158.61 1661.43 86.44 0.00 0.00 0.00 0.00 20:34:36 20:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:26:02 docker0 1016.33 1051.98 84.45 4405.23 0.00 0.00 0.00 0.00 20:34:36 20:27:01 eth0 12.36 9.35 10.51 5.04 0.00 0.00 0.00 0.00 20:34:36 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:28:01 eth0 1.18 0.53 0.33 0.21 0.00 0.00 0.00 0.00 20:34:36 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:29:01 eth0 1.35 0.48 0.46 0.27 0.00 0.00 0.00 0.00 20:34:36 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:30:01 eth0 0.43 0.23 0.26 0.19 0.00 0.00 0.00 0.00 20:34:36 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:31:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:34:36 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:32:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 20:34:36 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:33:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:34:36 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:34:02 eth0 215.55 167.36 2169.91 73.78 0.00 0.00 0.00 0.00 20:34:36 20:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 20:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 Average: eth0 108.35 87.71 621.84 30.38 0.00 0.00 0.00 0.00 20:34:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:34:36 Average: docker0 38.60 39.95 3.21 167.31 0.00 0.00 0.00 0.00 20:34:36 20:34:36 20:34:36 ---> sar -P ALL: 20:34:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/05/21 _x86_64_ (4 CPU) 20:34:36 20:34:36 20:07:36 LINUX RESTART (4 CPU) 20:34:36 20:34:36 20:08:01 CPU %user %nice %system %iowait %steal %idle 20:34:36 20:09:01 all 15.47 0.00 8.75 7.33 27.83 40.62 20:34:36 20:09:01 0 13.37 0.00 11.58 5.65 29.09 40.30 20:34:36 20:09:01 1 14.88 0.00 7.22 9.11 28.10 40.68 20:34:36 20:09:01 2 11.76 0.00 7.56 8.04 27.13 45.51 20:34:36 20:09:01 3 22.33 0.00 8.76 6.35 26.97 35.58 20:34:36 20:10:02 all 10.75 0.00 5.11 1.14 19.14 63.86 20:34:36 20:10:02 0 13.68 0.00 5.81 1.21 20.97 58.34 20:34:36 20:10:02 1 8.76 0.00 5.63 0.79 18.43 66.38 20:34:36 20:10:02 2 14.91 0.00 4.67 1.13 17.84 61.45 20:34:36 20:10:02 3 5.81 0.00 4.32 1.43 19.29 69.15 20:34:36 20:11:01 all 4.29 0.00 4.25 1.36 28.48 61.63 20:34:36 20:11:01 0 4.62 0.00 4.87 1.18 30.44 58.89 20:34:36 20:11:01 1 3.88 0.00 4.39 1.79 28.49 61.45 20:34:36 20:11:01 2 4.41 0.00 4.00 1.34 27.26 62.98 20:34:36 20:11:01 3 4.23 0.00 3.73 1.12 27.69 63.22 20:34:36 20:12:01 all 6.02 0.00 6.41 4.52 26.75 56.30 20:34:36 20:12:01 0 5.61 0.00 6.10 3.79 27.24 57.26 20:34:36 20:12:01 1 6.19 0.00 6.86 4.66 26.54 55.75 20:34:36 20:12:01 2 6.11 0.00 6.93 6.20 26.57 54.18 20:34:36 20:12:01 3 6.15 0.00 5.75 3.46 26.65 57.98 20:34:36 20:13:01 all 39.45 0.00 11.76 1.92 27.35 19.52 20:34:36 20:13:01 0 36.06 0.00 10.57 1.18 29.20 22.99 20:34:36 20:13:01 1 43.19 0.00 13.45 1.90 26.83 14.63 20:34:36 20:13:01 2 39.10 0.00 10.85 3.68 26.52 19.84 20:34:36 20:13:01 3 39.55 0.00 12.23 0.94 26.82 20.46 20:34:36 20:14:01 all 33.79 0.00 11.81 1.74 20.82 31.84 20:34:36 20:14:01 0 33.45 0.00 11.95 2.02 21.32 31.25 20:34:36 20:14:01 1 37.57 0.00 12.91 1.31 19.31 28.89 20:34:36 20:14:01 2 34.66 0.00 12.36 1.86 18.74 32.38 20:34:36 20:14:01 3 29.68 0.00 10.09 1.77 23.76 34.69 20:34:36 20:15:01 all 35.10 0.00 13.78 2.24 28.99 19.89 20:34:36 20:15:01 0 40.44 0.00 14.92 2.45 27.19 15.00 20:34:36 20:15:01 1 35.26 0.00 14.49 2.62 29.24 18.40 20:34:36 20:15:01 2 30.04 0.00 12.40 2.15 30.62 24.79 20:34:36 20:15:01 3 35.06 0.00 13.42 1.75 28.77 21.00 20:34:36 20:16:01 all 29.49 0.00 13.98 1.87 25.59 29.06 20:34:36 20:16:01 0 27.12 0.00 13.46 2.31 26.88 30.24 20:34:36 20:16:01 1 28.44 0.00 13.12 2.21 26.32 29.91 20:34:36 20:16:01 2 30.54 0.00 15.19 1.49 24.59 28.19 20:34:36 20:16:01 3 32.01 0.00 14.19 1.46 24.51 27.82 20:34:36 20:17:01 all 11.10 0.00 9.73 0.40 29.44 49.33 20:34:36 20:17:01 0 11.12 0.00 10.06 0.57 29.34 48.92 20:34:36 20:17:01 1 11.87 0.00 10.30 0.46 29.82 47.56 20:34:36 20:17:01 2 9.67 0.00 8.51 0.41 29.21 52.19 20:34:36 20:17:01 3 11.76 0.00 10.06 0.18 29.39 48.62 20:34:36 20:18:03 all 5.65 0.00 8.06 7.39 35.21 43.70 20:34:36 20:18:03 0 4.75 0.00 7.42 7.21 35.88 44.75 20:34:36 20:18:03 1 6.37 0.00 8.15 7.56 35.37 42.54 20:34:36 20:18:03 2 6.43 0.00 8.38 7.29 34.31 43.60 20:34:36 20:18:03 3 5.07 0.00 8.28 7.49 35.25 43.90 20:34:36 20:19:02 all 10.37 0.00 9.20 12.82 40.36 27.24 20:34:36 20:19:02 0 9.53 0.00 7.85 11.42 40.21 30.99 20:34:36 20:19:02 1 9.89 0.00 9.24 15.25 40.04 25.58 20:34:36 20:19:02 2 10.09 0.00 9.88 13.73 39.70 26.61 20:34:36 20:19:02 3 12.04 0.00 9.90 10.87 41.51 25.67 20:34:36 20:34:36 20:19:02 CPU %user %nice %system %iowait %steal %idle 20:34:36 20:20:03 all 8.67 0.00 10.39 21.11 36.58 23.24 20:34:36 20:20:03 0 8.49 0.00 10.20 20.46 35.80 25.05 20:34:36 20:20:03 1 7.95 0.00 10.51 19.93 36.66 24.95 20:34:36 20:20:03 2 9.08 0.00 10.30 22.13 36.36 22.13 20:34:36 20:20:03 3 9.15 0.00 10.58 21.91 37.53 20.83 20:34:36 20:21:02 all 41.97 0.00 10.24 11.08 23.06 13.65 20:34:36 20:21:02 0 43.19 0.00 9.65 10.21 22.89 14.06 20:34:36 20:21:02 1 42.66 0.00 11.87 11.19 21.14 13.15 20:34:36 20:21:02 2 40.09 0.00 9.99 12.89 23.89 13.15 20:34:36 20:21:02 3 41.89 0.00 9.44 10.08 24.37 14.22 20:34:36 20:22:01 all 40.01 0.00 12.80 7.97 26.72 12.49 20:34:36 20:22:01 0 42.65 0.00 11.95 7.91 25.60 11.88 20:34:36 20:22:01 1 39.47 0.00 13.78 8.57 26.61 11.57 20:34:36 20:22:01 2 38.55 0.00 12.52 8.56 26.46 13.92 20:34:36 20:22:01 3 39.37 0.00 12.95 6.81 28.28 12.59 20:34:36 20:23:06 all 9.68 0.00 9.92 10.25 38.10 32.05 20:34:36 20:23:06 0 9.99 0.00 10.75 10.79 39.33 29.14 20:34:36 20:23:06 1 8.78 0.00 9.47 10.05 37.85 33.85 20:34:36 20:23:06 2 9.40 0.00 8.81 10.18 37.09 34.52 20:34:36 20:23:06 3 10.59 0.00 10.67 9.99 38.16 30.59 20:34:36 20:24:03 all 29.71 0.00 12.54 13.69 32.80 11.26 20:34:36 20:24:03 0 28.19 0.00 11.12 12.84 34.80 13.05 20:34:36 20:24:03 1 28.61 0.00 13.22 15.14 32.52 10.50 20:34:36 20:24:03 2 29.41 0.00 12.96 14.72 32.05 10.86 20:34:36 20:24:03 3 32.67 0.00 12.89 12.03 31.79 10.61 20:34:36 20:25:02 all 21.97 0.00 8.48 14.45 40.91 14.19 20:34:36 20:25:02 0 22.56 0.00 10.07 14.02 38.85 14.50 20:34:36 20:25:02 1 22.64 0.00 8.03 15.71 40.17 13.45 20:34:36 20:25:02 2 21.46 0.00 7.95 15.72 41.51 13.37 20:34:36 20:25:02 3 21.21 0.00 7.86 12.31 43.16 15.47 20:34:36 20:26:02 all 15.65 0.00 7.99 3.95 24.41 48.00 20:34:36 20:26:02 0 16.35 0.00 8.28 4.39 24.35 46.63 20:34:36 20:26:02 1 11.16 0.00 7.01 4.52 25.51 51.80 20:34:36 20:26:02 2 21.18 0.00 8.99 4.67 24.72 40.44 20:34:36 20:26:02 3 14.08 0.00 7.71 2.19 23.06 52.96 20:34:36 20:27:01 all 1.28 0.00 2.49 2.32 6.67 87.24 20:34:36 20:27:01 0 1.48 0.00 2.35 1.12 6.38 88.67 20:34:36 20:27:01 1 1.26 0.00 2.89 2.61 6.79 86.45 20:34:36 20:27:01 2 1.32 0.00 2.48 3.65 6.68 85.87 20:34:36 20:27:01 3 1.08 0.00 2.23 1.88 6.83 87.98 20:34:36 20:28:01 all 0.06 0.00 0.08 0.00 0.83 99.03 20:34:36 20:28:01 0 0.03 0.00 0.13 0.00 0.98 98.86 20:34:36 20:28:01 1 0.02 0.00 0.07 0.00 0.35 99.57 20:34:36 20:28:01 2 0.02 0.00 0.07 0.00 0.75 99.17 20:34:36 20:28:01 3 0.17 0.00 0.05 0.00 1.26 98.53 20:34:36 20:29:01 all 0.07 0.00 0.47 0.01 2.37 97.09 20:34:36 20:29:01 0 0.00 0.00 0.52 0.02 2.22 97.24 20:34:36 20:29:01 1 0.15 0.00 0.41 0.00 2.58 96.87 20:34:36 20:29:01 2 0.03 0.00 0.80 0.00 2.75 96.41 20:34:36 20:29:01 3 0.08 0.00 0.15 0.02 1.90 97.85 20:34:36 20:30:01 all 0.05 0.00 0.02 0.00 0.50 99.42 20:34:36 20:30:01 0 0.02 0.00 0.00 0.00 0.20 99.78 20:34:36 20:30:01 1 0.17 0.00 0.03 0.00 0.37 99.43 20:34:36 20:30:01 2 0.02 0.00 0.05 0.00 1.35 98.58 20:34:36 20:30:01 3 0.02 0.00 0.00 0.00 0.08 99.90 20:34:36 20:34:36 20:30:01 CPU %user %nice %system %iowait %steal %idle 20:34:36 20:31:01 all 0.08 0.00 0.05 0.00 0.93 98.95 20:34:36 20:31:01 0 0.02 0.00 0.03 0.00 0.58 99.37 20:34:36 20:31:01 1 0.23 0.00 0.07 0.00 0.68 99.02 20:34:36 20:31:01 2 0.05 0.00 0.07 0.00 1.72 98.16 20:34:36 20:31:01 3 0.02 0.00 0.03 0.00 0.71 99.24 20:34:36 20:32:01 all 0.05 0.00 0.02 0.00 0.96 98.97 20:34:36 20:32:01 0 0.00 0.00 0.00 0.00 0.28 99.72 20:34:36 20:32:01 1 0.22 0.00 0.02 0.00 0.83 98.94 20:34:36 20:32:01 2 0.00 0.00 0.02 0.00 1.33 98.65 20:34:36 20:32:01 3 0.00 0.00 0.03 0.00 1.38 98.59 20:34:36 20:33:01 all 0.08 0.00 0.02 0.00 0.95 98.95 20:34:36 20:33:01 0 0.02 0.00 0.02 0.00 1.15 98.81 20:34:36 20:33:01 1 0.23 0.00 0.02 0.00 0.84 98.91 20:34:36 20:33:01 2 0.03 0.00 0.03 0.00 0.70 99.24 20:34:36 20:33:01 3 0.03 0.00 0.02 0.02 1.11 98.83 20:34:36 20:34:02 all 3.87 0.00 3.35 2.62 20.94 69.21 20:34:36 20:34:02 0 3.25 0.00 3.04 0.93 21.46 71.32 20:34:36 20:34:02 1 3.53 0.00 3.80 1.69 21.19 69.78 20:34:36 20:34:02 2 3.60 0.00 3.31 1.43 19.83 71.83 20:34:36 20:34:02 3 5.13 0.00 3.25 6.49 21.28 63.85 20:34:36 Average: all 13.72 0.00 6.89 5.01 21.94 52.44 20:34:36 Average: 0 13.75 0.00 6.94 4.69 22.22 52.39 20:34:36 Average: 1 13.62 0.00 7.07 5.28 21.84 52.20 20:34:36 Average: 2 13.65 0.00 6.79 5.42 21.66 52.48 20:34:36 Average: 3 13.85 0.00 6.75 4.64 22.05 52.70 20:34:36 20:34:36 20:34:36