Pull request #3234 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f4c972d2592fc2985c3de358e6f1142267c5400+78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb (b169bfbda73412873471996b932b665671a0c771) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32267’ Running on prd-centos7-docker-4c-2g-32269 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/50 [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/50 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 Merge succeeded, producing 5f4c972d2592fc2985c3de358e6f1142267c5400 Checking out Revision 5f4c972d2592fc2985c3de358e6f1142267c5400 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # 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 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:02:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:02:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:02:01 ========================================================= 16:02:01 EdgeX Global Pipelines Version Info 16:02:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:02:03 ------------------- 16:02:03 stable info: 16:02:03 ------------------- 16:02:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:02:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:02:03 Message: update stable to v1.0.186 16:02:04 ------------------- 16:02:04 experimental info: 16:02:04 ------------------- 16:02:04 Commited By: **** collab-it+edgex@linuxfoundation.org 16:02:04 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:02:04 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:02:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 16:02:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] echo 16:02:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f4c972 [Pipeline] echo 16:02:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:02:07 provisioning config files... 16:02:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config7736807146626115253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:02:07 ---> docker-login.sh 16:02:07 nexus3.edgexfoundry.org:10001 16:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:02:08 Configure a credential helper to remove this warning. See 16:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:02:08 16:02:08 Login Succeeded 16:02:08 nexus3.edgexfoundry.org:10002 16:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:02:08 Configure a credential helper to remove this warning. See 16:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:02:08 16:02:08 Login Succeeded 16:02:08 nexus3.edgexfoundry.org:10003 16:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:02:08 Configure a credential helper to remove this warning. See 16:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:02:08 16:02:08 Login Succeeded 16:02:08 nexus3.edgexfoundry.org:10004 16:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:02:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:02:08 Configure a credential helper to remove this warning. See 16:02:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:02:08 16:02:08 Login Succeeded 16:02:08 docker.io 16:02:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:02:09 Configure a credential helper to remove this warning. See 16:02:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:02:09 16:02:09 Login Succeeded 16:02:09 ---> docker-login.sh ends [Pipeline] } 16:02:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:02:09 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/core-command/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo core-command,cmd/core-command/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/core-data/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo core-data,cmd/core-data/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/core-metadata/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo core-metadata,cmd/core-metadata/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/security-bootstrapper/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/security-proxy-setup/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/support-notifications/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo support-notifications,cmd/support-notifications/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/support-scheduler/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:02:09 + for file in '`ls cmd/**/Dockerfile`' 16:02:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:02:09 ++ cut -d/ -f2 16:02:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:02:09 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:02:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:02:10 16:02:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:02:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:02:10 latest: Pulling from edgex-devops/git-semver 16:02:10 31603596830f: Pulling fs layer 16:02:10 2a8b12db71e7: Pulling fs layer 16:02:10 6ca5941a6612: Pulling fs layer 16:02:10 ecc8261a40a4: Pulling fs layer 16:02:10 ecc8261a40a4: Waiting 16:02:10 2a8b12db71e7: Verifying Checksum 16:02:10 2a8b12db71e7: Download complete 16:02:11 ecc8261a40a4: Verifying Checksum 16:02:11 ecc8261a40a4: Download complete 16:02:11 6ca5941a6612: Verifying Checksum 16:02:11 6ca5941a6612: Download complete 16:02:11 31603596830f: Verifying Checksum 16:02:11 31603596830f: Download complete 16:02:11 31603596830f: Pull complete 16:02:11 2a8b12db71e7: Pull complete 16:02:12 6ca5941a6612: Pull complete 16:02:12 ecc8261a40a4: Pull complete 16:02:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:02:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:02:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:02:12 prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container 16:02:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:02:15 $ docker top c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:02:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:02:15 [ssh-agent] Looking for ssh-agent implementation... 16:02:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:02:16 $ docker exec c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent 16:02:16 SSH_AUTH_SOCK=/tmp/ssh-N00pskdi32xX/agent.11 16:02:16 SSH_AGENT_PID=16 16:02:16 Running ssh-add (command line suppressed) 16:02:16 Identity added: /w/workspace/edgex-go/50@tmp/private_key_4626015623811918005.key (/w/workspace/edgex-go/50@tmp/private_key_4626015623811918005.key) 16:02:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:02:16 + git tag --points-at HEAD [Pipeline] } 16:02:16 $ docker exec --env ******** --env ******** c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent -k 16:02:16 unset SSH_AUTH_SOCK; 16:02:16 unset SSH_AGENT_PID; 16:02:16 echo Agent pid 16 killed; 16:02:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:02:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:02:17 [ssh-agent] Looking for ssh-agent implementation... 16:02:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:02:17 $ docker exec c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent 16:02:17 SSH_AUTH_SOCK=/tmp/ssh-GJm9HkKVq85w/agent.47 16:02:17 SSH_AGENT_PID=52 16:02:17 Running ssh-add (command line suppressed) 16:02:17 Identity added: /w/workspace/edgex-go/50@tmp/private_key_5979688482101325006.key (/w/workspace/edgex-go/50@tmp/private_key_5979688482101325006.key) 16:02:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:02:17 + git semver init 16:02:17 # -> Open(): unable to determine branch for HEAD 16:02:17 # $GIT_DIR = /w/workspace/edgex-go/50/.git 16:02:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/50 16:02:17 # $SEMVER_REMOTE_NAME = origin 16:02:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:02:17 # $SEMVER_USER_NAME = edgex-jenkins 16:02:17 # $SEMVER_BRANCH = PR-3234 16:02:17 # $SEMVER_TEMP = /tmp/semver-671811879 16:02:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:02:36 # '/tmp/semver-671811879' -> '/w/workspace/edgex-go/50/.semver' 16:02:36 # -> Force: false 16:02:36 # $SEMVER_DIR = /w/workspace/edgex-go/50/.semver [Pipeline] } 16:02:36 $ docker exec --env ******** --env ******** c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 ssh-agent -k 16:02:36 unset SSH_AUTH_SOCK; 16:02:36 unset SSH_AGENT_PID; 16:02:36 echo Agent pid 52 killed; 16:02:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:02:36 + git semver [Pipeline] } 16:02:36 $ docker stop --time=1 c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 16:02:38 $ docker rm -f c7da58ce58492bb9db993ebb336f4082c11c841d658cbd290402e386319e5b79 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:02:39 Stashed 1 file(s) [Pipeline] echo 16:02:39 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:02:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:02:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:02:41 + sudo service docker restart 16:02:41 + true 16:02:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:02:41 ========================================================= 16:02:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:02:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:02:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:02:45 Sending build context to Docker daemon 328.9MB 16:02:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:02:45 Step 2/6 : FROM ${BASE} 16:02:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:02:45 188c0c94c7c5: Pulling fs layer 16:02:45 0ef7d3d256c8: Pulling fs layer 16:02:45 de9db76c5a1d: Pulling fs layer 16:02:45 bca2f99d35d6: Pulling fs layer 16:02:45 93359f2a8cfa: Pulling fs layer 16:02:45 7c6f9722023f: Pulling fs layer 16:02:45 a35cf1a2eb13: Pulling fs layer 16:02:45 93359f2a8cfa: Waiting 16:02:45 7c6f9722023f: Waiting 16:02:45 a35cf1a2eb13: Waiting 16:02:45 bca2f99d35d6: Waiting 16:02:45 de9db76c5a1d: Verifying Checksum 16:02:45 de9db76c5a1d: Download complete 16:02:45 0ef7d3d256c8: Download complete 16:02:45 93359f2a8cfa: Verifying Checksum 16:02:45 93359f2a8cfa: Download complete 16:02:45 7c6f9722023f: Verifying Checksum 16:02:45 7c6f9722023f: Download complete 16:02:45 188c0c94c7c5: Verifying Checksum 16:02:45 188c0c94c7c5: Download complete 16:02:46 188c0c94c7c5: Pull complete 16:02:46 0ef7d3d256c8: Pull complete 16:02:46 de9db76c5a1d: Pull complete 16:02:47 a35cf1a2eb13: Verifying Checksum 16:02:47 a35cf1a2eb13: Download complete 16:02:48 bca2f99d35d6: Verifying Checksum 16:02:48 bca2f99d35d6: Download complete 16:02:53 bca2f99d35d6: Pull complete 16:02:53 93359f2a8cfa: Pull complete 16:02:53 7c6f9722023f: Pull complete 16:02:55 Still waiting to schedule task 16:02:55 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:02:59 a35cf1a2eb13: Pull complete 16:02:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:02:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:02:59 ---> a62c8e92a672 16:02:59 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:02:59 ---> Running in 9f20d154dd07 16:02:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:00 (1/12) Installing libmagic (5.38-r0) 16:03:00 (2/12) Installing file (5.38-r0) 16:03:00 (3/12) Installing libc-dev (0.7.2-r3) 16:03:00 (4/12) Installing g++ (9.3.0-r2) 16:03:08 (5/12) Installing fortify-headers (1.1-r0) 16:03:08 (6/12) Installing patch (2.7.6-r6) 16:03:08 (7/12) Installing build-base (0.5-r2) 16:03:08 (8/12) Installing libsodium (1.0.18-r0) 16:03:08 (9/12) Installing pkgconf (1.7.2-r0) 16:03:08 (10/12) Installing libsodium-dev (1.0.18-r0) 16:03:08 (11/12) Installing libzmq (4.3.3-r0) 16:03:08 (12/12) Installing zeromq-dev (4.3.3-r0) 16:03:08 Executing busybox-1.31.1-r19.trigger 16:03:08 OK: 233 MiB in 51 packages 16:03:13 Removing intermediate container 9f20d154dd07 16:03:13 ---> 19e425d43ad4 16:03:13 Step 4/6 : WORKDIR /edgex-go 16:03:13 ---> Running in f9ae7e6c7a18 16:03:13 Removing intermediate container f9ae7e6c7a18 16:03:13 ---> 62f03f7f40dd 16:03:13 Step 5/6 : COPY go.mod . 16:03:13 ---> ebe40cb93240 16:03:13 Step 6/6 : RUN go mod download 16:03:13 ---> Running in 242e5d643814 16:03:35 Removing intermediate container 242e5d643814 16:03:35 ---> 6fd96c7c573d 16:03:35 Successfully built 6fd96c7c573d 16:03:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:03:35 + docker inspect -f . ci-base-image-x86_64 16:03:35 . [Pipeline] withDockerContainer 16:03:35 prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container 16:03:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:03:36 $ docker top ecc44747d4606b5247d4472f7c9fcb2882d4773976ae04e118bb96cde59ae3c6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:03:37 + go version 16:03:37 go version go1.15.5 linux/amd64 [Pipeline] } 16:03:37 $ docker stop --time=1 ecc44747d4606b5247d4472f7c9fcb2882d4773976ae04e118bb96cde59ae3c6 16:03:38 $ docker rm -f ecc44747d4606b5247d4472f7c9fcb2882d4773976ae04e118bb96cde59ae3c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:03:39 + docker inspect -f . ci-base-image-x86_64 16:03:39 . [Pipeline] withDockerContainer 16:03:39 prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container 16:03:39 $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:03:40 $ docker top f911cc87e8cd8957ff3c5ba4e89b03d6f4cc1cdf63a22c774f338c62a873cd6e -eo pid,comm [Pipeline] { [Pipeline] echo 16:03:40 ========================================================= 16:03:40 [edgeXBuildGoParallel] Running Tests and Build... 16:03:40 ========================================================= [Pipeline] sh 16:03:40 + make test 16:03:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:03:50 ? github.com/edgexfoundry/edgex-go [no test files] 16:04:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:04:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:04:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:04:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:04:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:04:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:04:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:04:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:04:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:04:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:04:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:04:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:04:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements 16:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 16:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 16:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 71.3% of statements 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:04:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 16:04:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:04:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:04:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:04:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:04:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:04:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:04:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:04:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 1.0% of statements 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 47.1% of statements 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 16:04:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 16:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 16:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 16:04:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.205s coverage: 82.6% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.091s coverage: 92.9% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 69.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 38.4% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.156s coverage: 87.1% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 29.1% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.098s coverage: 95.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:04:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 16:04:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:04:53 GO111MODULE=on go vet ./... 16:05:21 gofmt -l . 16:05:21 [ "`gofmt -l .`" = "" ] 16:05:21 ./bin/test-go-mod-tidy.sh 16:05:21 ./bin/test-attribution-txt.sh [Pipeline] sh 16:05:23 + ls -al . 16:05:23 total 780 16:05:23 drwxrwxr-x 10 1001 1001 4096 Mar 31 16:05 . 16:05:23 drwxr-xr-x 4 root root 30 Mar 31 16:03 .. 16:05:23 -rw-rw-r-- 1 1001 1001 11 Mar 31 16:01 .dockerignore 16:05:23 drwxrwxr-x 8 1001 1001 179 Mar 31 16:02 .git 16:05:23 drwxrwxr-x 3 1001 1001 125 Mar 31 16:01 .github 16:05:23 -rw-rw-r-- 1 1001 1001 818 Mar 31 16:01 .gitignore 16:05:23 drwx------ 3 1001 1001 60 Mar 31 16:02 .semver 16:05:23 -rw-rw-r-- 1 1001 1001 166 Mar 31 16:01 .sonarcloud.properties 16:05:23 -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:01 Attribution.txt 16:05:23 -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:01 CONTRIBUTING.md 16:05:23 -rw-rw-r-- 1 1001 1001 931 Mar 31 16:01 Dockerfile.build 16:05:23 -rw-rw-r-- 1 1001 1001 863 Mar 31 16:01 Jenkinsfile 16:05:23 -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:01 LICENSE 16:05:23 -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:01 Makefile 16:05:23 -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:01 README.md 16:05:23 -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:01 SECURITY.md 16:05:23 -rw-rw-r-- 1 1001 1001 5 Mar 31 16:02 VERSION 16:05:23 -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:01 ZMQWindows.md 16:05:23 drwxrwxr-x 2 1001 1001 117 Mar 31 16:01 bin 16:05:23 drwxrwxr-x 14 1001 1001 4096 Mar 31 16:01 cmd 16:05:23 -rw-r--r-- 1 root root 669470 Mar 31 16:04 coverage.out 16:05:23 -rw-r--r-- 1 root root 1057 Mar 31 16:05 go.mod 16:05:23 -rw-r--r-- 1 root root 22362 Mar 31 16:05 go.sum 16:05:23 drwxrwxr-x 8 1001 1001 127 Mar 31 16:01 internal 16:05:23 drwxrwxr-x 4 1001 1001 26 Mar 31 16:01 openapi 16:05:23 drwxrwxr-x 4 1001 1001 71 Mar 31 16:01 snap 16:05:23 -rw-rw-r-- 1 1001 1001 168 Mar 31 16:01 version.go [Pipeline] sh 16:05:23 + '[' -e coverage.out ] 16:05:23 + chown 1001:1001 coverage.out [Pipeline] stash 16:05:23 Stashed 1 file(s) [Pipeline] sh 16:05:23 + make build 16:05:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:05:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:05:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32273 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:05:34 Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout 16:05: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 16:05: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 16:05: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 16:05: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 16:05:39 using credential edgex-jenkins-ssh 16:05:39 Cloning the remote Git repository 16:05:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:05:39 > git init /w/workspace/edgex-go/50 # timeout=10 16:05: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 16:05:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:05:40 > git --version # timeout=10 16:05:40 > git --version # 'git version 2.17.1' 16:05:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:05:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:05: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 16:05:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:05:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:05:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:05:48 $ docker stop --time=1 f911cc87e8cd8957ff3c5ba4e89b03d6f4cc1cdf63a22c774f338c62a873cd6e 16:05:50 $ docker rm -f f911cc87e8cd8957ff3c5ba4e89b03d6f4cc1cdf63a22c774f338c62a873cd6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:05:51 16:05:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:05:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:05:52 latest: Pulling from edgex-devops/edgex-compose 16:05:52 cbdbe7a5bc2a: Pulling fs layer 16:05:52 ca9280d653b3: Pulling fs layer 16:05:52 7e9c9ca2126c: Pulling fs layer 16:05:52 cbdbe7a5bc2a: Download complete 16:05:53 ca9280d653b3: Verifying Checksum 16:05:53 ca9280d653b3: Download complete 16:05:53 cbdbe7a5bc2a: Pull complete 16:05:54 7e9c9ca2126c: Verifying Checksum 16:05:54 7e9c9ca2126c: Download complete 16:05:54 ca9280d653b3: Pull complete 16:05:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:05:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:05:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:05:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:05:55 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:05:55 Merging remotes/origin/master commit 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 16:05:56 Merge succeeded, producing 5f4c972d2592fc2985c3de358e6f1142267c5400 16:05:56 Checking out Revision 5f4c972d2592fc2985c3de358e6f1142267c5400 (PR-3234) 16:05:55 > git config core.sparsecheckout # timeout=10 16:05:55 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 16:05:56 > git remote # timeout=10 16:05:56 > git config --get remote.origin.url # timeout=10 16:05:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:56 > git merge 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb # timeout=10 16:05:56 > git rev-parse HEAD^{commit} # timeout=10 16:05:56 > git config core.sparsecheckout # timeout=10 16:05:56 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 16:06:00 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:06:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:06:02 7e9c9ca2126c: Pull complete 16:06:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:06:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:06:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] sh [Pipeline] withDockerContainer 16:06:02 prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container 16:06:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:06:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 16:06:05 $ docker top 3d8b7f47d01404d0da2c187dc2a2283c62a88bc9980bc57a274fa10dbf452c72 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 16:06:06 + true 16:06:06 + sudo service docker restart 16:06:06 + docker-compose build --help 16:06:06 + grep parallel 16:06:07 --parallel Build images in parallel. [Pipeline] } 16:06:07 $ docker stop --time=1 3d8b7f47d01404d0da2c187dc2a2283c62a88bc9980bc57a274fa10dbf452c72 16:06:08 $ docker rm -f 3d8b7f47d01404d0da2c187dc2a2283c62a88bc9980bc57a274fa10dbf452c72 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:06:09 provisioning config files... 16:06:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/50@tmp/config7897644870410325400tmp [Pipeline] writeFile [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:06:09 ---> docker-login.sh 16:06:09 nexus3.edgexfoundry.org:10001 16:06:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:06:09 . [Pipeline] withDockerContainer 16:06:09 prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container 16:06:09 $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:06:10 $ docker top 0a957d26ccd9700ceeecc4b896f45b134fb19137db231e991213136cb351cf98 -eo pid,comm 16:06:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 16:06:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:10 Configure a credential helper to remove this warning. See 16:06:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:10 16:06:10 Login Succeeded 16:06:10 nexus3.edgexfoundry.org:10002 16:06:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:11 + docker-compose -f ./docker-compose-build.yml build --parallel 16:06:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:11 Configure a credential helper to remove this warning. See 16:06:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:11 16:06:11 Login Succeeded 16:06:11 nexus3.edgexfoundry.org:10003 16:06:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:12 Configure a credential helper to remove this warning. See 16:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:12 16:06:12 Login Succeeded 16:06:12 nexus3.edgexfoundry.org:10004 16:06:12 Building docker-core-command-go ... 16:06:12 Building docker-core-data-go ... 16:06:12 Building docker-core-metadata-go ... 16:06:12 Building docker-security-bootstrapper-go ... 16:06:12 Building docker-security-proxy-setup-go ... 16:06:12 Building docker-security-secretstore-setup-go ... 16:06:12 Building docker-support-notifications-go ... 16:06:12 Building docker-support-scheduler-go ... 16:06:12 Building docker-sys-mgmt-agent-go ... 16:06:12 Building docker-core-metadata-go 16:06:12 Building docker-security-proxy-setup-go 16:06:12 Building docker-core-command-go 16:06:12 Building docker-sys-mgmt-agent-go 16:06:12 Building docker-support-scheduler-go 16:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:12 Configure a credential helper to remove this warning. See 16:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:12 16:06:12 Login Succeeded 16:06:12 docker.io 16:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:13 Configure a credential helper to remove this warning. See 16:06:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:13 16:06:13 Login Succeeded 16:06:13 ---> docker-login.sh ends [Pipeline] } 16:06:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:06:13 ========================================================= 16:06:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:06:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:06:14 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:06:16 Sending build context to Docker daemon 167MB 16:06:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:06:16 Step 2/6 : FROM ${BASE} 16:06:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:06:16 5f621e34cdf4: Pulling fs layer 16:06:16 a4357932f1b6: Pulling fs layer 16:06:16 18c013af1878: Pulling fs layer 16:06:16 00ac8860ef70: Pulling fs layer 16:06:16 63d7cb157983: Pulling fs layer 16:06:16 b116817d02f9: Pulling fs layer 16:06:16 745a02a5169b: Pulling fs layer 16:06:16 b116817d02f9: Waiting 16:06:16 63d7cb157983: Waiting 16:06:16 745a02a5169b: Waiting 16:06:16 00ac8860ef70: Waiting 16:06:16 18c013af1878: Verifying Checksum 16:06:16 18c013af1878: Download complete 16:06:16 a4357932f1b6: Download complete 16:06:16 63d7cb157983: Verifying Checksum 16:06:16 63d7cb157983: Download complete 16:06:16 b116817d02f9: Verifying Checksum 16:06:16 b116817d02f9: Download complete 16:06:16 5f621e34cdf4: Verifying Checksum 16:06:16 5f621e34cdf4: Download complete 16:06:17 5f621e34cdf4: Pull complete 16:06:17 a4357932f1b6: Pull complete 16:06:18 18c013af1878: Pull complete 16:06:19 745a02a5169b: Verifying Checksum 16:06:19 745a02a5169b: Download complete 16:06:20 00ac8860ef70: Verifying Checksum 16:06:20 00ac8860ef70: Download complete 16:06:30 00ac8860ef70: Pull complete 16:06:30 63d7cb157983: Pull complete 16:06:31 b116817d02f9: Pull complete 16:06:34 745a02a5169b: Pull complete 16:06:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:06:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:06:34 ---> b7e6874047d6 16:06:34 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:06:38 ---> Running in b40f8f780228 16:06:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:41 (1/12) Installing libmagic (5.38-r0) 16:06:41 (2/12) Installing file (5.38-r0) 16:06:41 (3/12) Installing libc-dev (0.7.2-r3) 16:06:41 (4/12) Installing g++ (9.3.0-r2) 16:06:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:44 16:06:44 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 16:06:44 16:06:44 ---> 6fd96c7c573d 16:06:44 Step 3/23 : WORKDIR /edgex-go 16:06:44 ---> 6fd96c7c573d 16:06:44 Step 3/23 : WORKDIR /edgex-go 16:06:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:06:44 ---> 6fd96c7c573d 16:06:44 Step 3/26 : WORKDIR /edgex-go 16:06:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:06:44 ---> 6fd96c7c573d 16:06:44 Step 3/21 : WORKDIR /edgex-go 16:06:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:44 ---> 6fd96c7c573d 16:06:44 Step 3/22 : WORKDIR /edgex-go 16:06:44 ---> Running in c4d410a760f4 16:06:44 ---> Running in 0a6fcb360904 16:06:44 ---> Running in 29e9745d0688 16:06:44 ---> Running in 5020b6d1d300 16:06:44 ---> Running in 4c3886310a50 16:06:44 Removing intermediate container 0a6fcb360904 16:06:44 ---> 8d3e38b8a850 16:06:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:44 Removing intermediate container 4c3886310a50 16:06:44 ---> a5eb1fb8bdbd 16:06:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:44 Removing intermediate container 5020b6d1d300 16:06:44 ---> 4380abbfb4c1 16:06:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:44 Removing intermediate container c4d410a760f4 16:06:44 ---> d5c406da4fd0 16:06:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:44 Removing intermediate container 29e9745d0688 16:06:44 ---> 04bac66397af 16:06:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:44 ---> Running in 457fc1770dd5 16:06:44 ---> Running in 858efdb38810 16:06:44 ---> Running in a6738c086dba 16:06:44 ---> Running in f16a9c64889a 16:06:44 ---> Running in 12917c5e0c16 16:06:45 (5/12) Installing fortify-headers (1.1-r0) 16:06:45 (6/12) Installing patch (2.7.6-r6) 16:06:45 (7/12) Installing build-base (0.5-r2) 16:06:45 (8/12) Installing libsodium (1.0.18-r0) 16:06:45 (9/12) Installing pkgconf (1.7.2-r0) 16:06:45 (10/12) Installing libsodium-dev (1.0.18-r0) 16:06:45 (11/12) Installing libzmq (4.3.3-r0) 16:06:45 (12/12) Installing zeromq-dev (4.3.3-r0) 16:06:45 Executing busybox-1.31.1-r19.trigger 16:06:45 OK: 217 MiB in 51 packages 16:06:46 Removing intermediate container 858efdb38810 16:06:46 ---> 9361f35a6783 16:06:46 Step 5/23 : RUN apk add --update --no-cache make git 16:06:46 Removing intermediate container a6738c086dba 16:06:46 ---> d1b441ff0f79 16:06:46 Step 5/26 : RUN apk add --update --no-cache make bash git 16:06:46 ---> Running in dbdb1596407f 16:06:46 ---> Running in 36d2d9695caa 16:06:46 Removing intermediate container f16a9c64889a 16:06:46 ---> a03c359e3c68 16:06:46 Step 5/23 : RUN apk add --update --no-cache make git 16:06:47 Removing intermediate container 12917c5e0c16 16:06:47 ---> be25f5f44990 16:06:47 Step 5/21 : RUN apk add --update --no-cache make git 16:06:47 Removing intermediate container 457fc1770dd5 16:06:47 ---> 1a8f9722763d 16:06:47 Step 5/22 : RUN apk add --update --no-cache make git 16:06:47 ---> Running in 824b8f1b6c5e 16:06:47 ---> Running in d90b6a19deac 16:06:47 ---> Running in 9d1c6ad136fb 16:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:48 OK: 233 MiB in 51 packages 16:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:49 OK: 233 MiB in 51 packages 16:06:49 OK: 233 MiB in 51 packages 16:06:49 Removing intermediate container dbdb1596407f 16:06:49 ---> 05deb24e148d 16:06:49 Step 6/23 : COPY go.mod . 16:06:49 OK: 233 MiB in 51 packages 16:06:49 OK: 233 MiB in 51 packages 16:06:49 ---> 2bcb5d54305d 16:06:49 Step 7/23 : RUN go mod download 16:06:49 Removing intermediate container b40f8f780228 16:06:49 ---> fcc9dfe7f696 16:06:49 Step 4/6 : WORKDIR /edgex-go 16:06:49 ---> Running in 36d426eab3ed 16:06:49 ---> Running in 2d35c07b941e 16:06:49 Removing intermediate container 824b8f1b6c5e 16:06:49 ---> 0623ea2f6616 16:06:49 Step 6/21 : COPY go.mod . 16:06:50 Removing intermediate container 36d426eab3ed 16:06:50 ---> 96af3792ca9d 16:06:50 Step 5/6 : COPY go.mod . 16:06:50 Removing intermediate container 9d1c6ad136fb 16:06:50 ---> 4bb8f82df738 16:06:50 Step 6/22 : COPY go.mod . 16:06:50 ---> d98b1eb55068 16:06:50 Step 7/21 : RUN go mod download 16:06:50 Removing intermediate container d90b6a19deac 16:06:50 ---> 1de822513f0a 16:06:50 Step 6/23 : COPY go.mod . 16:06:50 ---> 7bfcc2e2361a 16:06:50 Step 7/22 : RUN go mod download 16:06:50 Removing intermediate container 36d2d9695caa 16:06:50 ---> cd3af4912e1b 16:06:50 Step 6/26 : COPY go.mod . 16:06:50 ---> Running in c7f508454b95 16:06:50 ---> Running in ba30318b283c 16:06:51 ---> 2dfa5bf61bf8 16:06:51 Step 7/23 : RUN go mod download 16:06:51 ---> 62708db36bef 16:06:51 Step 6/6 : RUN go mod download 16:06:51 ---> Running in c366c80d047f 16:06:51 ---> Running in e47b5a2478d4 16:06:51 ---> 68d64c4305df 16:06:51 Step 7/26 : RUN go mod download 16:06:51 ---> Running in 3e06aa848f83 16:06:52 Removing intermediate container 2d35c07b941e 16:06:52 ---> c460c5822804 16:06:52 Step 8/23 : COPY . . 16:06:54 Removing intermediate container ba30318b283c 16:06:54 ---> 8211c7d3fcaf 16:06:54 Step 8/22 : COPY . . 16:06:55 Removing intermediate container c7f508454b95 16:06:55 ---> 28952bf115c6 16:06:55 Step 8/21 : COPY . . 16:06:58 Removing intermediate container e47b5a2478d4 16:06:58 ---> 89b19f9edc45 16:06:58 Step 8/23 : COPY . . 16:06:59 Removing intermediate container 3e06aa848f83 16:06:59 ---> 476e6e7c0c0d 16:06:59 Step 8/26 : COPY . . 16:07:18 Removing intermediate container c366c80d047f 16:07:18 ---> d97c9c729bc0 16:07:18 Successfully built d97c9c729bc0 16:07:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:07:18 + docker inspect -f . ci-base-image-arm64 16:07:18 . [Pipeline] withDockerContainer 16:07:18 prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container 16:07:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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 16:07:20 $ docker top 1abb855c7942da731dcb49bea8e270fa4c58f12ffdd442db3b3548c27fe583a4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:21 + go version 16:07:21 go version go1.15.5 linux/arm64 [Pipeline] } 16:07:21 $ docker stop --time=1 1abb855c7942da731dcb49bea8e270fa4c58f12ffdd442db3b3548c27fe583a4 16:07:23 $ docker rm -f 1abb855c7942da731dcb49bea8e270fa4c58f12ffdd442db3b3548c27fe583a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:24 + docker inspect -f . ci-base-image-arm64 16:07:24 . [Pipeline] withDockerContainer 16:07:24 prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container 16:07:24 $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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 16:07:25 $ docker top 4e032330aa433487fce0655ca180bf17d84daeba1c84adc33e58859c5d638e31 -eo pid,comm [Pipeline] { [Pipeline] echo 16:07:26 ========================================================= 16:07:26 [edgeXBuildGoParallel] Running Tests and Build... 16:07:26 ========================================================= [Pipeline] sh 16:07:26 + make test 16:07:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:07:31 ---> 14a9b753daae 16:07:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:07:31 ---> 0b1f8c46313f 16:07:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:07:31 ---> 13535d7e36ad 16:07:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:07:32 ---> b9cae06f5ba7 16:07:32 Step 9/23 : RUN make cmd/core-command/core-command 16:07:32 ---> Running in 590df2eacc9c 16:07:32 ---> Running in 7f25627274c8 16:07:32 ---> Running in 3ae68b9cbb1b 16:07:32 ---> Running in 1970e6fa159f 16:07:32 ---> f520a18162ad 16:07:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:07:32 ---> Running in 79c8a6015975 16:07:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:07:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:07:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:07:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:07:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:07:49 ? github.com/edgexfoundry/edgex-go [no test files] 16:08:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:08:12 Removing intermediate container 79c8a6015975 16:08:12 ---> 38643cde29cb 16:08:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:08:13 Removing intermediate container 1970e6fa159f 16:08:13 ---> 2febd2249529 16:08:13 16:08:13 Step 10/23 : FROM alpine:3.12 16:08:13 ---> Running in e9d0d2371556 16:08:13 3.12: Pulling from library/alpine 16:08:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:08:14 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:08:14 Status: Downloaded newer image for alpine:3.12 16:08:14 ---> 42cb162f0360 16:08:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:08:19 ---> Running in 4cd85f9044cb 16:08:19 Removing intermediate container 7f25627274c8 16:08:19 ---> b97ede05ad02 16:08:19 16:08:19 Step 10/21 : FROM alpine:3.12 16:08:19 ---> 42cb162f0360 16:08:19 Step 11/21 : RUN apk add --update --no-cache curl 16:08:19 Removing intermediate container 590df2eacc9c 16:08:19 ---> 2177661eec46 16:08:19 16:08:19 Step 10/22 : FROM alpine:3.12 16:08:19 ---> 42cb162f0360 16:08:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:08:19 Removing intermediate container 3ae68b9cbb1b 16:08:19 ---> 1d8b8eb27787 16:08:19 16:08:19 Step 10/23 : FROM alpine:3.12 16:08:19 ---> 42cb162f0360 16:08:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:08:19 ---> Running in 89d353456b6f 16:08:19 ---> Running in c3fea219e30d 16:08:19 ---> Running in 8afb51fb3c26 16:08:19 Removing intermediate container e9d0d2371556 16:08:19 ---> b1235e548106 16:08:19 16:08:19 Step 11/26 : FROM docker:20.10.0 16:08:19 20.10.0: Pulling from library/docker 16:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:20 (1/1) Installing dumb-init (1.2.2-r1) 16:08:20 Executing busybox-1.31.1-r19.trigger 16:08:20 OK: 6 MiB in 15 packages 16:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:20 (1/4) Installing ca-certificates (20191127-r4) 16:08:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:08:20 (3/4) Installing libcurl (7.69.1-r3) 16:08:20 (4/4) Installing curl (7.69.1-r3) 16:08:20 Executing busybox-1.31.1-r19.trigger 16:08:20 Executing ca-certificates-20191127-r4.trigger 16:08:21 OK: 7 MiB in 18 packages 16:08:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:21 (1/1) Installing dumb-init (1.2.2-r1) 16:08:21 Executing busybox-1.31.1-r19.trigger 16:08:21 (1/1) Installing dumb-init (1.2.2-r1) 16:08:21 Executing busybox-1.31.1-r19.trigger 16:08:21 OK: 6 MiB in 15 packages 16:08:21 OK: 6 MiB in 15 packages 16:08:22 Removing intermediate container 4cd85f9044cb 16:08:22 ---> b10db1a464ef 16:08:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:08:22 ---> Running in 06fb7ede3940 16:08:23 Removing intermediate container 89d353456b6f 16:08:23 ---> 7d3a008940b1 16:08:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:08:23 Removing intermediate container c3fea219e30d 16:08:23 ---> 1f58f7fcf76c 16:08:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:08:25 Removing intermediate container 8afb51fb3c26 16:08:25 ---> d2865a243782 16:08:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:08:25 Removing intermediate container 06fb7ede3940 16:08:25 ---> 8d68f60a37d2 16:08:25 Step 13/23 : ENV APP_PORT=48082 16:08:25 ---> Running in 76882aecc5eb 16:08:25 ---> Running in 9f7e20770add 16:08:25 ---> Running in 1ca81d5d8e3a 16:08:25 ---> Running in 544800d54a8f 16:08:25 Removing intermediate container 76882aecc5eb 16:08:25 ---> 8ca27a4e0eaa 16:08:25 Step 13/22 : ENV APP_PORT=48085 16:08:25 Removing intermediate container 9f7e20770add 16:08:25 ---> b0f5ef72e4e1 16:08:25 Step 13/21 : WORKDIR /edgex 16:08:25 Removing intermediate container 1ca81d5d8e3a 16:08:25 ---> 730109ad5e8c 16:08:25 Step 13/23 : ENV APP_PORT=48081 16:08:25 Removing intermediate container 544800d54a8f 16:08:25 ---> 9f2765789c6c 16:08:25 Step 14/23 : EXPOSE $APP_PORT 16:08:25 ---> Running in 7fbc13b0bd50 16:08:25 ---> Running in 486d95bd99e3 16:08:25 ---> Running in 4b63a52c3a15 16:08:25 ---> Running in 3bcf5455052a 16:08:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:08:25 Status: Downloaded newer image for docker:20.10.0 16:08:25 ---> aefe523efa57 16:08:25 Step 12/26 : RUN apk add --no-cache bash 16:08:25 ---> Running in 25d66c2337d6 16:08:25 Removing intermediate container 7fbc13b0bd50 16:08:25 ---> 19fc895ac81f 16:08:25 Step 14/22 : EXPOSE $APP_PORT 16:08:26 Removing intermediate container 486d95bd99e3 16:08:26 ---> 37804b6517c8 16:08:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:08:26 Removing intermediate container 4b63a52c3a15 16:08:26 ---> fb8aa1be676c 16:08:26 Step 14/23 : EXPOSE $APP_PORT 16:08:26 Removing intermediate container 3bcf5455052a 16:08:26 ---> 45501273fa5a 16:08:26 Step 15/23 : WORKDIR / 16:08:26 ---> Running in b8eb9a0ad73a 16:08:26 ---> Running in 0f86eeb6240c 16:08:26 ---> Running in 4550eea91afa 16:08:26 ---> 4193b651bf80 16:08:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:08:26 Removing intermediate container b8eb9a0ad73a 16:08:26 ---> c2743252e93e 16:08:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:27 Removing intermediate container 0f86eeb6240c 16:08:27 ---> f141f0273a8e 16:08:27 Step 15/23 : WORKDIR / 16:08:27 Removing intermediate container 4550eea91afa 16:08:27 ---> be3853167ed2 16:08:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:27 (1/2) Installing readline (8.0.4-r0) 16:08:27 (2/2) Installing bash (5.0.17-r0) 16:08:27 Executing bash-5.0.17-r0.post-install 16:08:27 Executing busybox-1.31.1-r19.trigger 16:08:27 OK: 12 MiB in 22 packages 16:08:27 ---> Running in 84fac916c043 16:08:27 ---> 1d9fbdc7429e 16:08:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:08:27 ---> 1111e6dd9568 16:08:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:08:27 ---> 923fba9df618 16:08:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:08:28 Removing intermediate container 84fac916c043 16:08:28 ---> ce08bc2966ff 16:08:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:28 ---> 6e2dd3f8a059 16:08:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:08:28 ---> 2948b582a6e0 16:08:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:08:28 ---> e006f4691b05 16:08:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:08:28 ---> Running in 7839af799ada 16:08:28 Removing intermediate container 25d66c2337d6 16:08:28 ---> f01db5176c1c 16:08:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:08:28 ---> b47696e30f27 16:08:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:08:28 ---> Running in 3b27a660bac0 16:08:28 ---> 1c095b1fea59 16:08:28 Step 19/23 : ENTRYPOINT ["/core-command"] 16:08:28 ---> 77d7179250ef 16:08:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:08:28 Removing intermediate container 7839af799ada 16:08:28 ---> 33c02998dd92 16:08:28 Step 18/21 : CMD ["--init=true"] 16:08:29 ---> Running in 8af3dc5bcb60 16:08:29 ---> Running in 6354346c5de7 16:08:29 Removing intermediate container 3b27a660bac0 16:08:29 ---> 538c7f178d79 16:08:29 Step 14/26 : ENV APP_PORT=48090 16:08:29 ---> Running in 3b92a2a4c976 16:08:29 ---> 7618826b125c 16:08:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:08:29 ---> Running in 09674d90051f 16:08:29 Removing intermediate container 8af3dc5bcb60 16:08:29 ---> d93043e68596 16:08:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:29 Removing intermediate container 3b92a2a4c976 16:08:29 ---> 790a543f97b8 16:08:29 Step 19/21 : LABEL arch=x86_64 16:08:29 Removing intermediate container 6354346c5de7 16:08:29 ---> 173c40a6d34e 16:08:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:29 ---> Running in fb2ea990ce22 16:08:29 ---> 60678e88906d 16:08:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:08:30 ---> Running in d77d5c88b68a 16:08:30 Removing intermediate container 09674d90051f 16:08:30 ---> 27d725e9a810 16:08:30 Step 15/26 : EXPOSE $APP_PORT 16:08:30 ---> Running in 841eaa321c46 16:08:30 ---> Running in 016404abe256 16:08:30 ---> Running in e8f504369b17 16:08:30 Removing intermediate container fb2ea990ce22 16:08:30 ---> e2a0906982ae 16:08:30 Step 21/23 : LABEL arch=x86_64 16:08:30 Removing intermediate container d77d5c88b68a 16:08:30 ---> 2698fe8bf9e3 16:08:30 Step 20/21 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:08:30 ---> Running in b384a51b823d 16:08:30 Removing intermediate container 016404abe256 16:08:30 ---> c4818efe5984 16:08:30 Step 20/22 : LABEL arch=x86_64 16:08:30 Removing intermediate container 841eaa321c46 16:08:30 ---> 3e0552b6a36b 16:08:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:30 Removing intermediate container e8f504369b17 16:08:30 ---> b97b406d0708 16:08:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:08:30 ---> Running in ddbac0cb06ac 16:08:30 ---> Running in bdf12f06b350 16:08:30 ---> Running in 6c6ceddab11f 16:08:30 Removing intermediate container b384a51b823d 16:08:30 ---> cb36858f4ef1 16:08:30 Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:08:31 ---> Running in e79dafb8329d 16:08:31 Removing intermediate container 6c6ceddab11f 16:08:31 ---> a71f06c4e86e 16:08:31 Step 21/23 : LABEL arch=x86_64 16:08:31 Removing intermediate container ddbac0cb06ac 16:08:31 ---> bcc9734d78ea 16:08:31 Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:08:31 Removing intermediate container bdf12f06b350 16:08:31 ---> 8deaf6da7793 16:08:31 Step 21/21 : LABEL version=0.0.0 16:08:31 ---> Running in 7fbb8e300008 16:08:31 ---> Running in 1e525d19eabe 16:08:31 Removing intermediate container e79dafb8329d 16:08:31 ---> 33f6734a1f97 16:08:31 Step 23/23 : LABEL version=0.0.0 16:08:31 ---> 9faf719a4db5 16:08:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:08:31 ---> Running in 8a2aca09a0c0 16:08:31 ---> Running in 6ec301eb1c1c 16:08:31 Removing intermediate container 1e525d19eabe 16:08:31 ---> cdd74cc6d563 16:08:31 Step 22/22 : LABEL version=0.0.0 16:08:31 Removing intermediate container 7fbb8e300008 16:08:31 ---> 38bd1833a066 16:08:31 Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:08:31 ---> Running in 111d2e11aa86 16:08:31 Removing intermediate container 8a2aca09a0c0 16:08:31 ---> 2fc21eb8bf1c 16:08:31 16:08:31 ---> 605e62574936 16:08:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:08:32 ---> Running in ffe1ff3598b3 16:08:32 Removing intermediate container 6ec301eb1c1c 16:08:32 ---> ce25a1cef58d 16:08:32 16:08:32 Successfully built 2fc21eb8bf1c 16:08:32 Successfully built ce25a1cef58d 16:08:32 Successfully tagged docker-security-proxy-setup-go:latest 16:08:32  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 16:08:32 Removing intermediate container 111d2e11aa86 16:08:32 ---> 2ffaf647cfcb 16:08:32 16:08:32 Successfully tagged docker-core-command-go:latest 16:08:32 Building docker-core-data-go 16:08:32  Building docker-core-command-go ... done Removing intermediate container ffe1ff3598b3 16:08:32 ---> a628c1a1dea4 16:08:32 Step 23/23 : LABEL version=0.0.0 16:08:32 ---> 02f23a91a311 16:08:32 Step 19/26 : RUN apk --no-cache add py3-pip 16:08:32 ---> Running in 9e0adc0630bf 16:08:32 Successfully built 2ffaf647cfcb 16:08:32 Successfully tagged docker-support-scheduler-go:latest 16:08:32 Building docker-support-notifications-go 16:08:32  Building docker-support-scheduler-go ... done  ---> Running in ad2542c00082 16:08:32 Removing intermediate container 9e0adc0630bf 16:08:32 ---> 9cb57f076708 16:08:32 16:08:32 Successfully built 9cb57f076708 16:08:32 Successfully tagged docker-core-metadata-go:latest 16:08:32  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 16:08:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:08:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:08:33 (1/33) Installing libbz2 (1.0.8-r1) 16:08:33 (2/33) Installing expat (2.2.9-r1) 16:08:33 (3/33) Installing libffi (3.3-r2) 16:08:33 (4/33) Installing gdbm (1.13-r1) 16:08:33 (5/33) Installing xz-libs (5.2.5-r0) 16:08:33 (6/33) Installing sqlite-libs (3.32.1-r0) 16:08:33 (7/33) Installing python3 (3.8.8-r0) 16:08:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:08:43 (8/33) Installing py3-appdirs (1.4.4-r1) 16:08:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:08:43 (10/33) Installing py3-parsing (2.4.7-r0) 16:08:43 (11/33) Installing py3-six (1.15.0-r0) 16:08:43 (12/33) Installing py3-packaging (20.4-r0) 16:08:43 (13/33) Installing py3-setuptools (47.0.0-r0) 16:08:43 (14/33) Installing py3-chardet (3.0.4-r4) 16:08:43 (15/33) Installing py3-idna (2.9-r0) 16:08:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:08:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:08:43 (18/33) Installing py3-requests (2.23.0-r0) 16:08:43 (19/33) Installing py3-msgpack (1.0.0-r0) 16:08:43 (20/33) Installing py3-lockfile (0.12.2-r3) 16:08:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:08:45 (22/33) Installing py3-colorama (0.4.3-r0) 16:08:46 (23/33) Installing py3-distlib (0.3.0-r0) 16:08:47 (24/33) Installing py3-distro (1.5.0-r1) 16:08:47 (25/33) Installing py3-webencodings (0.5.1-r3) 16:08:47 (26/33) Installing py3-html5lib (1.0.1-r4) 16:08:47 (27/33) Installing py3-pytoml (0.1.21-r0) 16:08:47 (28/33) Installing py3-pep517 (0.8.2-r0) 16:08:47 (29/33) Installing py3-progress (1.5-r0) 16:08:47 (30/33) Installing py3-toml (0.10.1-r0) 16:08:47 (31/33) Installing py3-retrying (1.3.3-r0) 16:08:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:08:47 (33/33) Installing py3-pip (20.1.1-r0) 16:08:48 Executing busybox-1.31.1-r19.trigger 16:08:48 OK: 71 MiB in 55 packages 16:08:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:08:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:08:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:08:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:08:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:08:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:08:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:08:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:09:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:09:06 ---> 6fd96c7c573d 16:09:06 Step 3/22 : WORKDIR /edgex-go 16:09:06 ---> Using cache 16:09:06 ---> 04bac66397af 16:09:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:06 ---> Using cache 16:09:06 ---> be25f5f44990 16:09:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:09:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:09:06 ---> 6fd96c7c573d 16:09:06 Step 3/24 : WORKDIR /edgex-go 16:09:06 ---> Using cache 16:09:06 ---> 04bac66397af 16:09:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:06 ---> Using cache 16:09:06 ---> be25f5f44990 16:09:06 Step 5/24 : RUN apk add --update --no-cache make git 16:09:06 ---> Using cache 16:09:06 ---> 0623ea2f6616 16:09:06 Step 6/24 : COPY go.mod . 16:09:06 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:06 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:09:06 ---> 6fd96c7c573d 16:09:06 Step 3/31 : WORKDIR /edgex-go 16:09:06 ---> Using cache 16:09:06 ---> 04bac66397af 16:09:06 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:06 ---> Using cache 16:09:06 ---> be25f5f44990 16:09:06 Step 5/31 : RUN apk add --update --no-cache make git 16:09:06 ---> Using cache 16:09:06 ---> 0623ea2f6616 16:09:06 Step 6/31 : COPY go.mod . 16:09:06 ---> Using cache 16:09:06 ---> d98b1eb55068 16:09:06 Step 7/31 : RUN go mod download 16:09:06 ---> Using cache 16:09:06 ---> d98b1eb55068 16:09:06 Step 7/24 : RUN go mod download 16:09:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:09:06 ---> 6fd96c7c573d 16:09:06 Step 3/23 : WORKDIR /edgex-go 16:09:06 ---> Using cache 16:09:06 ---> 04bac66397af 16:09:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:06 ---> Using cache 16:09:06 ---> be25f5f44990 16:09:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:09:06 ---> Using cache 16:09:06 ---> 28952bf115c6 16:09:06 Step 8/24 : COPY . . 16:09:06 ---> Using cache 16:09:06 ---> 28952bf115c6 16:09:06 Step 8/31 : COPY . . 16:09:06 ---> Using cache 16:09:06 ---> 0b1f8c46313f 16:09:06 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:09:06 ---> Using cache 16:09:06 ---> 0b1f8c46313f 16:09:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:09:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:09:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:09:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:09:07 ---> Running in a0d85dcaadef 16:09:07 ---> Running in a272c3b4e4ba 16:09:07 ---> Running in d59655861633 16:09:07 ---> Running in aabb239ae4b9 16:09:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:09: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 16:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:10 OK: 233 MiB in 51 packages 16:09:11 OK: 233 MiB in 51 packages 16:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 45.9% of statements 16:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.182s coverage: 19.8% of statements 16:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.220s coverage: 100.0% of statements 16:09:11 Removing intermediate container ad2542c00082 16:09:11 ---> d72ee6507fc3 16:09:11 Step 20/26 : RUN pip install docker-compose==1.23.2 16:09:12 ---> Running in b4bb18718e80 16:09:14 Removing intermediate container d59655861633 16:09:14 ---> 2d5cd651db1a 16:09:14 Step 6/22 : COPY go.mod . 16:09:14 Removing intermediate container aabb239ae4b9 16:09:14 ---> b769a5a39567 16:09:14 Step 6/23 : COPY go.mod . 16:09:14 ---> a6e5908a16a6 16:09:14 Step 7/22 : RUN go mod download 16:09:14 ---> Running in bd77517fed72 16:09:14 ---> a4559e092659 16:09:14 Step 7/23 : RUN go mod download 16:09:14 ---> Running in 93be86e16a02 16:09:16 Collecting docker-compose==1.23.2 16:09:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:09:17 Collecting cached-property<2,>=1.2.0 16:09:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:09:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:09:17 Collecting jsonschema<3,>=2.5.1 16:09:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:09:19 Collecting PyYAML<4,>=3.10 16:09:19 Downloading PyYAML-3.13.tar.gz (270 kB) 16:09:19 Removing intermediate container bd77517fed72 16:09:19 ---> 494dc5066f60 16:09:19 Step 8/22 : COPY . . 16:09:19 Removing intermediate container 93be86e16a02 16:09:19 ---> fbee928ac04e 16:09:19 Step 8/23 : COPY . . 16:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.1% of statements 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.139s coverage: 100.0% of statements 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:09:19 Collecting docker<4.0,>=3.6.0 16:09:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements 16:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:09:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.483s coverage: 82.9% of statements 16:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:09:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements 16:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:09:22 Collecting docopt<0.7,>=0.6.1 16:09:22 Downloading docopt-0.6.2.tar.gz (25 kB) 16:09:24 Collecting websocket-client<1.0,>=0.32.0 16:09:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:09:25 Collecting dockerpty<0.5,>=0.4.1 16:09:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:09:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:09:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:09:28 Collecting texttable<0.10,>=0.9.0 16:09:28 Downloading texttable-0.9.1.tar.gz (11 kB) 16:09:31 Collecting docker-pycreds>=0.4.0 16:09:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:09:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:09:31 Collecting idna<2.8,>=2.5 16:09:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:09:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:09:31 Collecting urllib3<1.25,>=1.21.1 16:09:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:09:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:09:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:09:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:09:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:09:32 Installing collected packages: cached-property, jsonschema, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, dockerpty, texttable, docker-compose 16:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.171s coverage: 28.6% of statements 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.331s coverage: 100.0% of statements 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.131s coverage: 100.0% of statements 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.362s coverage: 86.7% of statements 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.381s coverage: 97.5% of statements 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:09:37 Running setup.py install for PyYAML: started 16:09:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:09:37 Running setup.py install for PyYAML: finished with status 'done' 16:09:39 Attempting uninstall: idna 16:09:39 Found existing installation: idna 2.9 16:09:39 Uninstalling idna-2.9: 16:09:39 Successfully uninstalled idna-2.9 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 92.8% of statements 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.292s coverage: 1.0% of statements 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.194s coverage: 47.1% of statements 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.171s coverage: 79.5% of statements 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.139s coverage: 94.1% of statements 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.197s coverage: 96.3% of statements 16:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements 16:09:42 Attempting uninstall: urllib3 16:09:42 Found existing installation: urllib3 1.25.9 16:09:42 Uninstalling urllib3-1.25.9: 16:09:42 Successfully uninstalled urllib3-1.25.9 16:09:47 Attempting uninstall: requests 16:09:47 Found existing installation: requests 2.23.0 16:09:47 Uninstalling requests-2.23.0: 16:09:47 Successfully uninstalled requests-2.23.0 16:09:49 Removing intermediate container a0d85dcaadef 16:09:49 ---> d318d13041be 16:09:49 16:09:49 Step 10/31 : FROM alpine:3.12 16:09:49 ---> 42cb162f0360 16:09:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:09:50 Running setup.py install for docopt: started 16:09:51 ---> Running in 5268bd9e93a5 16:09:51 Running setup.py install for docopt: finished with status 'done' 16:09:51 Running setup.py install for dockerpty: started 16:09:51 ---> cb44791781a8 16:09:51 Step 9/23 : RUN make cmd/core-data/core-data 16:09:51 ---> 14e6883ddb32 16:09:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:09:51 ---> Running in 69e7a696152d 16:09:51 ---> Running in 0f1f3d5dcd13 16:09:51 Removing intermediate container 5268bd9e93a5 16:09:51 ---> 4682a9018feb 16:09:51 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:09:51 Running setup.py install for dockerpty: finished with status 'done' 16:09:51 Running setup.py install for texttable: started 16:09:52 Running setup.py install for texttable: finished with status 'done' 16:09:52 ---> Running in 0c6fe48275e6 16:09:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:09:52 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:09:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:09:54 Removing intermediate container a272c3b4e4ba 16:09:54 ---> 4b96d3746f34 16:09:54 16:09:54 Step 10/24 : FROM alpine:3.12 16:09:54 ---> 42cb162f0360 16:09:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:54 ---> Running in 79a7a25b5ac6 16:09:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:55 (1/2) Installing dumb-init (1.2.2-r1) 16:09:55 (2/2) Installing su-exec (0.2-r1) 16:09:55 Executing busybox-1.31.1-r19.trigger 16:09:55 OK: 6 MiB in 16 packages 16:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.178s coverage: 94.4% of statements 16:09:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements 16:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:56 (1/6) Installing ca-certificates (20191127-r4) 16:09:56 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:09:56 (3/6) Installing libcurl (7.69.1-r3) 16:09:56 (4/6) Installing curl (7.69.1-r3) 16:09:56 (5/6) Installing dumb-init (1.2.2-r1) 16:09:56 (6/6) Installing su-exec (0.2-r1) 16:09:56 Executing busybox-1.31.1-r19.trigger 16:09:56 Executing ca-certificates-20191127-r4.trigger 16:09:56 OK: 7 MiB in 20 packages 16:09:57 Removing intermediate container 0c6fe48275e6 16:09:57 ---> 024e147849b8 16:09:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:09:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.496s coverage: 82.6% of statements 16:09:58 Removing intermediate container b4bb18718e80 16:09:58 ---> c888116c0cfd 16:09:58 Step 21/26 : RUN apk --no-cache add curl 16:09:58 ---> Running in e9e675665675 16:09:59 ---> Running in 945e49d2a86f 16:09:59 Removing intermediate container e9e675665675 16:09:59 ---> ced3546efcb7 16:09:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:10:00 ---> Running in 7674f96d2d32 16:10:00 Removing intermediate container 79a7a25b5ac6 16:10:00 ---> c2ee7d3e3449 16:10:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:10:00 ---> Running in d982ea94221b 16:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:01 Removing intermediate container 7674f96d2d32 16:10:01 ---> 6887f4ed8536 16:10:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:10:01 Removing intermediate container d982ea94221b 16:10:01 ---> 5d06a7878868 16:10:01 Step 13/24 : WORKDIR / 16:10:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:10:01 (2/3) Installing libcurl (7.69.1-r3) 16:10:01 (3/3) Installing curl (7.69.1-r3) 16:10:01 Executing busybox-1.31.1-r19.trigger 16:10:01 OK: 72 MiB in 58 packages 16:10:02 ---> Running in ac66215f2662 16:10:02 ---> Running in 2dea5757988f 16:10:02 Removing intermediate container 2dea5757988f 16:10:02 ---> 889fdc26bb28 16:10:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:10:04 ---> 6fcdc532b2c8 16:10:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:10:04 Removing intermediate container 945e49d2a86f 16:10:04 ---> 59ffc059ae65 16:10:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:10:04 ---> Running in e3f87160c429 16:10:05 ---> bcc578f01b10 16:10:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:10:05 Removing intermediate container e3f87160c429 16:10:05 ---> c26d24302f1f 16:10:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:05 ---> Running in 8f32180a806d 16:10:05 Removing intermediate container ac66215f2662 16:10:05 ---> 811198f9a9df 16:10:05 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:10:05 ---> Running in 0013186f5499 16:10:05 ---> 7b2941306623 16:10:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:10:05 Removing intermediate container 8f32180a806d 16:10:05 ---> 46e499b53c3c 16:10:05 Step 24/26 : LABEL arch=x86_64 16:10:05 ---> Running in 27368e3cad69 16:10:06 Removing intermediate container 0013186f5499 16:10:06 ---> bb9d4e7b9a62 16:10:06 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:10:06 Removing intermediate container 27368e3cad69 16:10:06 ---> a09be26a9a9e 16:10:06 Step 25/26 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:10:06 ---> Running in 5ce0aac2966d 16:10:06 ---> 5dc8d6dd4fca 16:10:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:10:06 ---> ac02f2a994b6 16:10:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:10:07 ---> Running in 8ae0eb016735 16:10:07 Removing intermediate container 5ce0aac2966d 16:10:07 ---> 25bd8091d1fd 16:10:07 Step 26/26 : LABEL version=0.0.0 16:10:07 ---> Running in be626e53a535 16:10:08 Removing intermediate container be626e53a535 16:10:08 ---> 166f6942b096 16:10:08 16:10:08 ---> a5f0bc6eb154 16:10:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.180s coverage: 92.9% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.6% of statements 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 64.4% of statements 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 16:10:08 Successfully built 166f6942b096 16:10:08 Successfully tagged docker-sys-mgmt-agent-go:latest 16:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 16:10:08  Building docker-sys-mgmt-agent-go ... done  ---> b5ef80a60fb1 16:10:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:10:08 ---> Running in 7ca58be0ffc5 16:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 16:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 16:10:10 Removing intermediate container 8ae0eb016735 16:10:10 ---> e47f0520eea7 16:10:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:10:11 ---> 170f3ac4d3ed 16:10:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:10:12 Removing intermediate container 7ca58be0ffc5 16:10:12 ---> 059019760f2b 16:10:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:10:12 ---> Running in 81f1fd38d128 16:10:12 Removing intermediate container 81f1fd38d128 16:10:12 ---> f16602bcba99 16:10:12 Step 22/24 : LABEL arch=x86_64 16:10:12 ---> Running in 6fbe9963265a 16:10:13 ---> 01142b816ae2 16:10:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:10:13 Removing intermediate container 6fbe9963265a 16:10:13 ---> c83a5964f3b2 16:10:13 Step 23/24 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:10:13 ---> Running in b55507daa95c 16:10:13 ---> 6dccc65a5b7a 16:10:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:10:13 Removing intermediate container b55507daa95c 16:10:13 ---> 9ed740b2ed10 16:10:13 Step 24/24 : LABEL version=0.0.0 16:10:13 ---> Running in 1387e4aeb007 16:10:13 ---> 73c28a860183 16:10:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:10:14 Removing intermediate container 1387e4aeb007 16:10:14 ---> eff9e28af053 16:10:14 16:10:14 ---> 05fd0a01b253 16:10:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:10:14 Successfully built eff9e28af053 16:10:14 Successfully tagged docker-security-secretstore-setup-go:latest 16:10:14  Building docker-security-secretstore-setup-go ... done  ---> Running in b9493c822347 16:10:14 Removing intermediate container b9493c822347 16:10:14 ---> b0ed4de3a9f6 16:10:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:10:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.910s coverage: 69.0% of statements 16:10:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:10:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:10:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:10:15 ---> faacd2ad1029 16:10:15 Step 26/31 : RUN chmod +x /entrypoint.sh 16:10:15 ---> Running in 80021ebb2beb 16:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.475s coverage: 38.4% of statements 16:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements 16:10:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:10:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.100s coverage: 84.8% of statements 16:10:19 Removing intermediate container 0f1f3d5dcd13 16:10:19 ---> 11c9b6b018b7 16:10:19 16:10:19 Step 10/22 : FROM alpine:3.12 16:10:19 ---> 42cb162f0360 16:10:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:10:19 ---> Running in 619ce2b60b4c 16:10:19 Removing intermediate container 80021ebb2beb 16:10:19 ---> 525adf96b26e 16:10:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:10:19 ---> Running in 10502120a0ee 16:10:19 Removing intermediate container 10502120a0ee 16:10:19 ---> ec16ff37ce5c 16:10:19 Step 28/31 : CMD ["gate"] 16:10:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:20 (1/2) Installing ca-certificates (20191127-r4) 16:10:20 (2/2) Installing dumb-init (1.2.2-r1) 16:10:20 Executing busybox-1.31.1-r19.trigger 16:10:20 Executing ca-certificates-20191127-r4.trigger 16:10:20 OK: 6 MiB in 16 packages 16:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.0% of statements 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:10:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:10:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:10:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.470s coverage: 87.1% of statements 16:10:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:10:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:10:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:10:22 ---> Running in d980a2ed6ab9 16:10:22 Removing intermediate container 69e7a696152d 16:10:22 ---> 0b912c383ac8 16:10:22 16:10:22 Step 10/23 : FROM alpine:3.12 16:10:22 ---> 42cb162f0360 16:10:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:10:22 ---> Running in 3a3a66e7b9c3 16:10:22 Removing intermediate container d980a2ed6ab9 16:10:22 ---> a72446fa0ebe 16:10:22 Step 29/31 : LABEL arch=x86_64 16:10:22 Removing intermediate container 619ce2b60b4c 16:10:22 ---> 92e83f3f6ece 16:10:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:10:22 Removing intermediate container 3a3a66e7b9c3 16:10:22 ---> c341e266e471 16:10:22 Step 12/23 : ENV APP_PORT=48080 16:10:22 ---> Running in fcd4936dace3 16:10:22 ---> Running in 0e5761d7596e 16:10:23 ---> Running in ed21235a98fd 16:10:23 Removing intermediate container fcd4936dace3 16:10:23 ---> 18bad4687ace 16:10:23 Step 30/31 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:10:23 Removing intermediate container 0e5761d7596e 16:10:23 ---> f5e98c737378 16:10:23 Step 13/22 : ENV APP_PORT=48060 16:10:23 ---> Running in c07b67bbcff9 16:10:23 Removing intermediate container ed21235a98fd 16:10:23 ---> 2dfb8fa29b75 16:10:23 Step 13/23 : EXPOSE $APP_PORT 16:10:23 ---> Running in 66591bf41986 16:10:23 ---> Running in 3666e20a30d4 16:10:23 Removing intermediate container 66591bf41986 16:10:23 ---> 064a6261cb19 16:10:23 Step 14/22 : EXPOSE $APP_PORT 16:10:23 Removing intermediate container c07b67bbcff9 16:10:23 ---> 1d4c8013dea2 16:10:23 Step 31/31 : LABEL version=0.0.0 16:10:24 Removing intermediate container 3666e20a30d4 16:10:24 ---> 9fbdbb689b72 16:10:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:24 ---> Running in b5f03b0c3d1f 16:10:24 ---> Running in 2fb83806202a 16:10:24 ---> Running in 4c6aeb950329 16:10:24 Removing intermediate container b5f03b0c3d1f 16:10:24 ---> 751b8ce3f86f 16:10:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:10:24 Removing intermediate container 2fb83806202a 16:10:24 ---> fd945f38a58d 16:10:24 16:10:25 Successfully built fd945f38a58d 16:10:25 Successfully tagged docker-security-bootstrapper-go:latest 16:10:25  Building docker-security-bootstrapper-go ... done  ---> 4c0d8ce95e79 16:10:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:10:25 Removing intermediate container 4c6aeb950329 16:10:25 ---> d8ac5a11057b 16:10:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:10:26 ---> Running in 92645a78bc9c 16:10:26 ---> 9439920e9243 16:10:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:10:26 ---> 470f64fe72d1 16:10:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:10:26 ---> Running in 70e265cb0771 16:10:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:26 Removing intermediate container 70e265cb0771 16:10:26 ---> 37680dcc0cea 16:10:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:26 ---> Running in 5f8d65640565 16:10:26 Removing intermediate container 5f8d65640565 16:10:26 ---> a01b058c5148 16:10:26 Step 20/22 : LABEL arch=x86_64 16:10:26 ---> Running in ef173d42758a 16:10:27 Removing intermediate container ef173d42758a 16:10:27 ---> b4ab038efab5 16:10:27 Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:10:27 ---> Running in 708293d37fd4 16:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:27 Removing intermediate container 708293d37fd4 16:10:27 ---> eb4eb320b202 16:10:27 Step 22/22 : LABEL version=0.0.0 16:10:27 ---> Running in b14a452bc019 16:10:27 Removing intermediate container b14a452bc019 16:10:27 ---> 0fb1128ace9b 16:10:27 16:10:27 Successfully built 0fb1128ace9b 16:10:27 Successfully tagged docker-support-notifications-go:latest 16:10:27  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 16:10:28 (2/6) Installing libgcc (9.3.0-r2) 16:10:28 (3/6) Installing libsodium (1.0.18-r0) 16:10:28 (4/6) Installing libstdc++ (9.3.0-r2) 16:10:28 (5/6) Installing libzmq (4.3.3-r0) 16:10:28 (6/6) Installing zeromq (4.3.3-r0) 16:10:28 Executing busybox-1.31.1-r19.trigger 16:10:28 OK: 8 MiB in 20 packages 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.271s coverage: 29.1% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.147s coverage: 100.0% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.315s coverage: 95.0% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:10:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:10:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 16:10:29 Removing intermediate container 92645a78bc9c 16:10:29 ---> df1be32a4c68 16:10:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:10:29 ---> 3a2ceacaf6a8 16:10:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:10:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 32.1% of statements 16:10:30 ---> e3ee6ffdd3ca 16:10:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:10:30 ---> 48fbeb8b212f 16:10:30 Step 19/23 : ENTRYPOINT ["/core-data"] 16:10:30 ---> Running in 1fd7011c7b92 16:10:30 Removing intermediate container 1fd7011c7b92 16:10:30 ---> fe4241c30910 16:10:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:30 ---> Running in f16c47ffbab3 16:10:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 16:10:31 Removing intermediate container f16c47ffbab3 16:10:31 ---> 5623461f9a6e 16:10:31 Step 21/23 : LABEL arch=x86_64 16:10:31 ---> Running in 4cf0eb380df7 16:10:31 Removing intermediate container 4cf0eb380df7 16:10:31 ---> 9a52b1b32ea2 16:10:31 Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:10:31 ---> Running in 9576c4edfc07 16:10:31 GO111MODULE=on go vet ./... 16:10:31 Removing intermediate container 9576c4edfc07 16:10:31 ---> 38e28aee86a5 16:10:31 Step 23/23 : LABEL version=0.0.0 16:10:31 ---> Running in 1d0ad1623037 16:10:31 Removing intermediate container 1d0ad1623037 16:10:31 ---> 5efdace4c127 16:10:31 16:10:31 Successfully built 5efdace4c127 16:10:31 Successfully tagged docker-core-data-go:latest 16:10:32  Building docker-core-data-go ... done  [Pipeline] } 16:10:32 $ docker stop --time=1 0a957d26ccd9700ceeecc4b896f45b134fb19137db231e991213136cb351cf98 16:10:33 $ docker rm -f 0a957d26ccd9700ceeecc4b896f45b134fb19137db231e991213136cb351cf98 [Pipeline] // withDockerContainer [Pipeline] sh 16:10:34 + docker images 16:10:34 + grep docker 16:10:34 docker-core-data-go latest 5efdace4c127 3 seconds ago 22.7MB 16:10:34 docker-support-notifications-go latest 0fb1128ace9b 7 seconds ago 17.9MB 16:10:34 docker-security-bootstrapper-go latest fd945f38a58d 10 seconds ago 18.9MB 16:10:34 docker-security-secretstore-setup-go latest eff9e28af053 21 seconds ago 25.7MB 16:10:34 docker-sys-mgmt-agent-go latest 166f6942b096 27 seconds ago 314MB 16:10:34 docker-support-scheduler-go latest 2ffaf647cfcb 2 minutes ago 17.4MB 16:10:34 docker-core-metadata-go latest 9cb57f076708 2 minutes ago 19MB 16:10:34 docker-security-proxy-setup-go latest 2fc21eb8bf1c 2 minutes ago 25.4MB 16:10:34 docker-core-command-go latest ce25a1cef58d 2 minutes ago 17.3MB 16:10:34 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:10:50 Still waiting to schedule task 16:10:50 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:11:53 gofmt -l . 16:11:53 [ "`gofmt -l .`" = "" ] 16:11:53 ./bin/test-go-mod-tidy.sh 16:11:53 ./bin/test-attribution-txt.sh [Pipeline] sh 16:11:54 + ls -al . 16:11:54 total 808 16:11:54 drwxrwxr-x 9 1001 1001 4096 Mar 31 16:11 . 16:11:54 drwxr-xr-x 4 root root 4096 Mar 31 16:07 .. 16:11:54 -rw-rw-r-- 1 1001 1001 11 Mar 31 16:05 .dockerignore 16:11:54 drwxrwxr-x 8 1001 1001 4096 Mar 31 16:06 .git 16:11:54 drwxrwxr-x 3 1001 1001 4096 Mar 31 16:05 .github 16:11:54 -rw-rw-r-- 1 1001 1001 818 Mar 31 16:05 .gitignore 16:11:54 -rw-rw-r-- 1 1001 1001 166 Mar 31 16:05 .sonarcloud.properties 16:11:54 -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:05 Attribution.txt 16:11:54 -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:05 CONTRIBUTING.md 16:11:54 -rw-rw-r-- 1 1001 1001 931 Mar 31 16:05 Dockerfile.build 16:11:54 -rw-rw-r-- 1 1001 1001 863 Mar 31 16:05 Jenkinsfile 16:11:54 -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:05 LICENSE 16:11:54 -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:05 Makefile 16:11:54 -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:05 README.md 16:11:54 -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:05 SECURITY.md 16:11:54 -rw-rw-r-- 1 1001 1001 5 Mar 31 16:02 VERSION 16:11:54 -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:05 ZMQWindows.md 16:11:54 drwxrwxr-x 2 1001 1001 4096 Mar 31 16:05 bin 16:11:54 drwxrwxr-x 14 1001 1001 4096 Mar 31 16:05 cmd 16:11:54 -rw-r--r-- 1 root root 669470 Mar 31 16:10 coverage.out 16:11:54 -rw-r--r-- 1 root root 1057 Mar 31 16:11 go.mod 16:11:54 -rw-r--r-- 1 root root 22362 Mar 31 16:11 go.sum 16:11:54 drwxrwxr-x 8 1001 1001 4096 Mar 31 16:05 internal 16:11:54 drwxrwxr-x 4 1001 1001 4096 Mar 31 16:05 openapi 16:11:54 drwxrwxr-x 4 1001 1001 4096 Mar 31 16:05 snap 16:11:54 -rw-rw-r-- 1 1001 1001 168 Mar 31 16:05 version.go [Pipeline] sh 16:11:54 + '[' -e coverage.out ] 16:11:54 + chown 1001:1001 coverage.out [Pipeline] stash 16:11:54 Warning: overwriting stash ‘coverage-report’ 16:11:56 Stashed 1 file(s) [Pipeline] sh 16:11:56 + make build 16:11:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:12:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:12:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:12: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 16:12:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:12:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:12: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 16:12:49 Running on prd-ubuntu18.04-docker-8c-8g-32275 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:12:49 Running in /w/workspace/edgex-go/50 [Pipeline] { [Pipeline] checkout 16:12:52 using credential edgex-jenkins-ssh 16:12:52 Cloning the remote Git repository 16:12:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:12:52 > git init /w/workspace/edgex-go/50 # timeout=10 16:12:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:12:52 > git --version # timeout=10 16:12:52 > git --version # 'git version 2.17.1' 16:12:52 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:12:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:12:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:12:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:12:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:12:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:12:58 Merging remotes/origin/master commit 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 16:12:59 Merge succeeded, producing 5f4c972d2592fc2985c3de358e6f1142267c5400 16:12:59 Checking out Revision 5f4c972d2592fc2985c3de358e6f1142267c5400 (PR-3234) 16:12:58 > git config core.sparsecheckout # timeout=10 16:12:58 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 16:12:59 > git remote # timeout=10 16:12:59 > git config --get remote.origin.url # timeout=10 16:12:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:59 > git merge 78ac4f9c130b1345120a7cf8c9e72a9d16a16fcb # timeout=10 16:12:59 > git rev-parse HEAD^{commit} # timeout=10 16:12:59 > git config core.sparsecheckout # timeout=10 16:12:59 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 16:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:13:02 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:04 + echo snap-build.sh 16:13:04 snap-build.sh 16:13:04 + SNAP_BASE_DIR=. 16:13:04 + '[' '!' -z /w/workspace/edgex-go/50 ']' 16:13:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/50 16:13:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/50]' 16:13:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/50] 16:13:04 + cd /w/workspace/edgex-go/50 16:13:04 + sudo apt-get remove -qy --purge lxd lxd-client 16:13:04 Reading package lists... 16:13:04 Building dependency tree... 16:13:04 Reading state information... 16:13:04 The following packages were automatically installed and are no longer required: 16:13:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:13:04 uidmap xdelta3 16:13:04 Use 'sudo apt autoremove' to remove them. 16:13:04 The following packages will be REMOVED: 16:13:04 lxd* lxd-client* 16:13:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:13:04 After this operation, 31.7 MB disk space will be freed. 16:13:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:13:05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:13:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:13:06 Removing lxd dnsmasq configuration 16:13:06 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:13:06 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:13:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:13:07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 16:13:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:13:09 Processing triggers for systemd (237-3ubuntu10.42) ... 16:13:09 Processing triggers for ureadahead (0.100.0-21) ... 16:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:13:10 + sudo snap remove --purge lxd 16:13:10 snap "lxd" is not installed 16:13:10 + sudo groupadd --force --system lxd 16:13:10 ++ whoami 16:13:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:13:10 + newgrp - lxd 16:13:10 + sudo snap install lxd [Pipeline] } 16:13:16 $ docker stop --time=1 4e032330aa433487fce0655ca180bf17d84daeba1c84adc33e58859c5d638e31 16:13:18 $ docker rm -f 4e032330aa433487fce0655ca180bf17d84daeba1c84adc33e58859c5d638e31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:13:20 16:13:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:13:20 2021-03-31T16:13:17Z INFO Waiting for automatic snapd restart... [Pipeline] isUnix [Pipeline] sh 16:13:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:13:21 latest: Pulling from edgex-devops/edgex-compose-arm64 16:13:21 29e5d40040c1: Pulling fs layer 16:13:21 1ce36da41761: Pulling fs layer 16:13:21 25b303627fd3: Pulling fs layer 16:13:21 29e5d40040c1: Download complete 16:13:22 1ce36da41761: Verifying Checksum 16:13:22 1ce36da41761: Download complete 16:13:22 29e5d40040c1: Pull complete 16:13:23 1ce36da41761: Pull complete 16:13:24 25b303627fd3: Verifying Checksum 16:13:24 25b303627fd3: Download complete 16:13:34 25b303627fd3: Pull complete 16:13:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:13:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:13:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:13:34 prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container 16:13:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@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 16:13:37 $ docker top 20b5a7e4479cce41c13d7de8b9fe229543ea4337a4ccfe94a86d19f63188b942 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:38 + docker-compose build --help 16:13:38 + grep parallel 16:13:41 --parallel Build images in parallel. [Pipeline] } 16:13:42 $ docker stop --time=1 20b5a7e4479cce41c13d7de8b9fe229543ea4337a4ccfe94a86d19f63188b942 16:13:44 $ docker rm -f 20b5a7e4479cce41c13d7de8b9fe229543ea4337a4ccfe94a86d19f63188b942 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:13:44 . [Pipeline] withDockerContainer 16:13:45 prd-ubuntu18.04-docker-arm64-4c-16g-32273 does not seem to be running inside a container 16:13:45 $ 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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:13:46 $ docker top 87abc3e9540a388784231d81e0c8e09a9bd7e8333fc115b6c1dfb78af0457035 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:47 + docker-compose -f ./docker-compose-build.yml build --parallel 16:13:52 Building docker-core-command-go ... 16:13:52 Building docker-core-data-go ... 16:13:52 Building docker-core-metadata-go ... 16:13:52 Building docker-security-bootstrapper-go ... 16:13:52 Building docker-security-proxy-setup-go ... 16:13:52 Building docker-security-secretstore-setup-go ... 16:13:52 Building docker-support-notifications-go ... 16:13:52 Building docker-support-scheduler-go ... 16:13:52 Building docker-sys-mgmt-agent-go ... 16:13:52 Building docker-core-metadata-go 16:13:52 Building docker-sys-mgmt-agent-go 16:13:52 Building docker-security-proxy-setup-go 16:13:52 Building docker-security-bootstrapper-go 16:13:52 Building docker-core-command-go 16:14:57 lxd 4.12 from Canonical* installed 16:14:57 + sudo lxd init --auto 16:14:57 + sudo snap install --classic snapcraft 16:15:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:15:13 ---> d97c9c729bc0 16:15:13 Step 3/23 : WORKDIR /edgex-go 16:15:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:15:13 ---> d97c9c729bc0 16:15:13 Step 3/31 : WORKDIR /edgex-go 16:15:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:15:13 ---> d97c9c729bc0 16:15:13 Step 3/21 : WORKDIR /edgex-go 16:15:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:15:13 ---> d97c9c729bc0 16:15:13 Step 3/23 : WORKDIR /edgex-go 16:15:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:15:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:15:13 ---> d97c9c729bc0 16:15:13 Step 3/26 : WORKDIR /edgex-go 16:15:13 ---> Running in d0837f7de250 16:15:13 ---> Running in 33310d542fbc 16:15:13 ---> Running in c5b556e9abdd 16:15:13 ---> Running in 13d6787b8c4d 16:15:13 ---> Running in 34b9d96e16cb 16:15:13 Removing intermediate container d0837f7de250 16:15:13 ---> 68b12d11dc8c 16:15:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:13 Removing intermediate container 33310d542fbc 16:15:13 ---> 1f3c5729b5c7 16:15:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:13 Removing intermediate container 13d6787b8c4d 16:15:13 ---> 0383e12a161b 16:15:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:13 Removing intermediate container 34b9d96e16cb 16:15:13 ---> 5010ac7ad546 16:15:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:13 Removing intermediate container c5b556e9abdd 16:15:13 ---> a8281f304e39 16:15:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:13 ---> Running in 887baefa4fab 16:15:13 ---> Running in 7cce4ca698a5 16:15:13 ---> Running in 145a516b8757 16:15:13 ---> Running in 8421042ec284 16:15:13 ---> Running in 9d9f8d8a70fa 16:15:13 Removing intermediate container 7cce4ca698a5 16:15:13 ---> d7cf4e6b93e2 16:15:13 Step 5/23 : RUN apk add --update --no-cache make git 16:15:13 ---> Running in 432d92ae48da 16:15:13 Removing intermediate container 887baefa4fab 16:15:13 ---> d866946b0cf9 16:15:13 Step 5/21 : RUN apk add --update --no-cache make git 16:15:13 Removing intermediate container 145a516b8757 16:15:13 ---> ab5be706b05a 16:15:13 Step 5/31 : RUN apk add --update --no-cache make git 16:15:13 Removing intermediate container 8421042ec284 16:15:13 ---> a55c3b8c7076 16:15:13 Step 5/23 : RUN apk add --update --no-cache make git ---> Running in 37c3b29a5c89 16:15:13 16:15:13 Removing intermediate container 9d9f8d8a70fa 16:15:13 ---> 12f77daa75cc 16:15:13 Step 5/26 : RUN apk add --update --no-cache make bash git 16:15:13 ---> Running in 454ff4251f21 16:15:13 ---> Running in 8ed4b96fe890 16:15:13 ---> Running in ade189e8f8f4 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:13 OK: 217 MiB in 51 packages 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:13 OK: 217 MiB in 51 packages 16:15:14 OK: 217 MiB in 51 packages 16:15:14 OK: 217 MiB in 51 packages 16:15:14 OK: 217 MiB in 51 packages 16:15:14 Removing intermediate container 432d92ae48da 16:15:14 ---> 7371ae19c04b 16:15:14 Step 6/23 : COPY go.mod . 16:15:15 Removing intermediate container 37c3b29a5c89 16:15:15 ---> f2a4481dfe6f 16:15:15 Step 6/21 : COPY go.mod . 16:15:15 ---> 4c57f6033b6f 16:15:15 Step 7/23 : RUN go mod download 16:15:15 Removing intermediate container 8ed4b96fe890 16:15:15 ---> 68225b1cd68e 16:15:15 Step 6/23 : COPY go.mod . 16:15:15 ---> Running in 09c2769d3990 16:15:15 Removing intermediate container ade189e8f8f4 16:15:15 ---> 6bf62465467a 16:15:15 Step 6/26 : COPY go.mod . 16:15:15 Removing intermediate container 454ff4251f21 16:15:16 ---> 06190a81db5c 16:15:16 Step 6/31 : COPY go.mod . 16:15:16 ---> 96a29a6aae1c 16:15:16 Step 7/21 : RUN go mod download 16:15:16 ---> Running in 7f591015ff79 16:15:16 ---> a1dc6e48bcbd 16:15:16 Step 7/23 : RUN go mod download 16:15:17 ---> Running in 97260944679a 16:15:17 ---> 40b026d3c201 16:15:17 Step 7/26 : RUN go mod download 16:15:17 ---> e5c0fea6daa7 16:15:17 Step 7/31 : RUN go mod download 16:15:17 ---> Running in e764d46a6bf4 16:15:17 ---> Running in 942a10faecb2 16:15:20 Removing intermediate container 09c2769d3990 16:15:20 ---> 88d59ad12a7e 16:15:20 Step 8/23 : COPY . . 16:15:21 Removing intermediate container 7f591015ff79 16:15:21 ---> 90bbaf5f664d 16:15:21 Step 8/21 : COPY . . 16:15:21 Removing intermediate container 97260944679a 16:15:21 ---> bdc866e56078 16:15:21 Step 8/23 : COPY . . 16:15:22 Removing intermediate container e764d46a6bf4 16:15:22 ---> 28c29b517102 16:15:22 Step 8/26 : COPY . . 16:15:22 Removing intermediate container 942a10faecb2 16:15:22 ---> cd4434e5313c 16:15:22 Step 8/31 : COPY . . 16:15:49 ---> ee724c4bb55f 16:15:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:15:49 ---> 150923cf2dba 16:15:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:15:49 ---> 68807c5fc30c 16:15:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:15:49 ---> 071ab1df8ba0 16:15:49 Step 9/23 : RUN make cmd/core-command/core-command 16:15:49 ---> Running in 04c087080083 16:15:49 ---> Running in 3a7cf042fe71 16:15:49 ---> Running in 9f6af977e3ba 16:15:49 ---> Running in c7d15f86e18c 16:15:49 ---> d8f9a67d5ee4 16:15:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:15:49 ---> Running in 9d1614f3c542 16:15:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:15:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:15:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:15:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:15:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:16:33 snapcraft 4.6 from Canonical* installed 16:16:33 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:16:33 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:16:33 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:33 Dload Upload Total Spent Left Speed 16:16:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 16:16:33 100 3325k 100 3325k 0 0 8773k 0 --:--:-- --:--:-- --:--:-- 8773k 16:16:33 ./yq_linux_amd64 16:16:33 + sudo snapcraft prime --use-lxd 16:16:33 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:16:33 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:16:33 - README.md 16:16:33 16:16:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:16:33 Launching a container. 16:16:37 Waiting for container to be ready 16:16:38 To start your first instance, try: lxc launch ubuntu:18.04 16:16:38 16:16:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:16:42 Waiting for network to be ready... 16:16:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:16:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:16:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 16:16:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:16:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:16:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:16:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:16:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:16:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:16:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:16:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:16:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:16:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:16:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:16:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:16:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:16:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:16:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:16:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:16:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:16:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:16:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:16:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:16:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:16:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:16:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:16:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:16:46 Fetched 24.2 MB in 4s (6197 kB/s) 16:16:47 Reading package lists... 16:16:47 Reading package lists... 16:16:47 Building dependency tree... 16:16:47 Reading state information... 16:16:47 The following additional packages will be installed: 16:16:47 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:16:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:16:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:16:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:16:47 Suggested packages: 16:16:47 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:16:47 Recommended packages: 16:16:47 gnupg libsasl2-modules 16:16:47 The following NEW packages will be installed: 16:16:47 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:16:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:16:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:16:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:16:47 The following packages will be upgraded: 16:16:47 gpg gpg-agent gpgconf libudev1 16:16:47 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:16:47 Need to get 3530 kB of archives. 16:16:47 After this operation, 13.3 MB of additional disk space will be used. 16:16:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:16:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:16:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:16:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:16:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:16:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:16:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:16:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:16:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:16:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:16:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:16:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:16:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:16:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:16:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:16:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:16:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:16:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:16:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:16:48 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:16:48 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:16:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:16:48 debconf: delaying package configuration, since apt-utils is not installed 16:16:48 Fetched 3530 kB in 1s (3459 kB/s) 16:16:48 (Reading database ... 12511 files and directories currently installed.) 16:16:48 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:16:48 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:16:49 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 16:16:49 Selecting previously unselected package udev. 16:16:49 (Reading database ... 12511 files and directories currently installed.) 16:16:49 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:16:49 Unpacking udev (237-3ubuntu10.45) ... 16:16:49 Selecting previously unselected package libfuse2:amd64. 16:16:49 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:16:49 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:16:49 Selecting previously unselected package fuse. 16:16:49 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:16:49 Unpacking fuse (2.9.7-1ubuntu1) ... 16:16:49 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:16:49 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:16:49 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:16:49 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:16:50 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:16:50 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:16:50 Selecting previously unselected package libksba8:amd64. 16:16:50 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:16:50 Unpacking libksba8:amd64 (1.3.5-2) ... 16:16:50 Selecting previously unselected package libroken18-heimdal:amd64. 16:16:50 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:16:50 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:16:50 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:16:50 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libwind0-heimdal:amd64. 16:16:50 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:16:50 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:16:50 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:50 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:16:50 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:50 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:51 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:16:51 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:16:51 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:51 Selecting previously unselected package libsasl2-modules-db:amd64. 16:16:51 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:16:51 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:16:51 Selecting previously unselected package libsasl2-2:amd64. 16:16:51 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:16:51 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:16:51 Selecting previously unselected package libldap-common. 16:16:51 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:16:51 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:16:51 Selecting previously unselected package libldap-2.4-2:amd64. 16:16:51 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:16:51 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:16:51 Selecting previously unselected package dirmngr. 16:16:51 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:16:51 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:16:51 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:16:51 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:16:51 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:16:51 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:16:51 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:16:51 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:16:51 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:51 Setting up libksba8:amd64 (1.3.5-2) ... 16:16:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:16:51 Setting up udev (237-3ubuntu10.45) ... 16:16:52 invoke-rc.d: policy-rc.d denied execution of start. 16:16:52 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Processing triggers for systemd (237-3ubuntu10) ... 16:16:52 Setting up fuse (2.9.7-1ubuntu1) ... 16:16:52 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:16:52 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:16:52 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:16:52 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:16:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:16:53 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:16:53 settings in the [Install] section, and DefaultInstance for template units). 16:16:53 This means they are not meant to be enabled using systemctl. 16:16:53 Possible reasons for having this kind of units are: 16:16:53 1) A unit may be statically enabled by being symlinked from another unit's 16:16:53 .wants/ or .requires/ directory. 16:16:53 2) A unit's purpose may be to act as a helper for some other unit which has 16:16:53 a requirement dependency on it. 16:16:53 3) A unit may be started when needed via activation (socket, path, timer, 16:16:53 D-Bus, udev, scripted systemctl call, ...). 16:16:53 4) In case of template units, the unit is meant to be enabled with some 16:16:53 instance name specified. 16:16:53 Reading package lists... 16:16:53 Building dependency tree... 16:16:53 Reading state information... 16:16:53 The following additional packages will be installed: 16:16:53 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:16:53 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:16:53 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:16:53 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:16:53 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:16:53 Suggested packages: 16:16:53 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:16:53 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:16:53 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:16:53 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:16:53 systemd-container policykit-1 16:16:53 Recommended packages: 16:16:53 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:16:53 The following NEW packages will be installed: 16:16:53 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:16:53 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:16:53 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:16:53 multiarch-support openssh-client python3 python3-minimal python3.6 16:16:53 python3.6-minimal snapd squashfs-tools sudo 16:16:53 The following packages will be upgraded: 16:16:53 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:16:53 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:16:53 Need to get 35.2 MB of archives. 16:16:53 After this operation, 141 MB of additional disk space will be used. 16:16:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:16:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:16:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:16:54 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:16:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:16:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:16:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:16:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:16:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:16:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:16:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:16:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:16:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:16:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:16:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:16:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:16:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:16:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:16:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:16:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:16:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:16:54 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:16:54 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:16:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:16:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:16:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:16:54 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:16:54 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:16:54 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:16:54 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:16:55 debconf: delaying package configuration, since apt-utils is not installed 16:16:55 Fetched 35.2 MB in 1s (27.4 MB/s) 16:16:55 (Reading database ... 12757 files and directories currently installed.) 16:16:55 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:16:55 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:16:56 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:16:56 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:16:56 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:16:56 (Reading database ... 12757 files and directories currently installed.) 16:16:56 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:16:56 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:16:56 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:16:56 (Reading database ... 12757 files and directories currently installed.) 16:16:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:16:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:16:56 Setting up apt (1.6.12ubuntu0.2) ... 16:16:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:16:57 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:16:57 (Reading database ... 12764 files and directories currently installed.) 16:16:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:16:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:16:57 Selecting previously unselected package libpython3.6-minimal:amd64. 16:16:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:16:57 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:16:57 Selecting previously unselected package libexpat1:amd64. 16:16:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:16:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:16:57 Selecting previously unselected package python3.6-minimal. 16:16:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:16:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:16:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:16:58 Checking for services that may need to be restarted...done. 16:16:58 Checking for services that may need to be restarted...done. 16:16:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:16:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:16:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:16:59 Selecting previously unselected package python3-minimal. 16:16:59 (Reading database ... 13012 files and directories currently installed.) 16:16:59 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:16:59 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:16:59 Selecting previously unselected package mime-support. 16:16:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:16:59 Unpacking mime-support (3.60ubuntu1) ... 16:16:59 Selecting previously unselected package libmpdec2:amd64. 16:16:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:16:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:16:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:16:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:16:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:16:59 Selecting previously unselected package python3.6. 16:16:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:16:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:16:59 Selecting previously unselected package libpython3-stdlib:amd64. 16:16:59 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:16:59 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:16:59 Setting up python3-minimal (3.6.7-1~18.04) ... 16:16:59 Selecting previously unselected package python3. 16:16:59 (Reading database ... 13442 files and directories currently installed.) 16:16:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:16:59 Unpacking python3 (3.6.7-1~18.04) ... 16:16:59 Selecting previously unselected package multiarch-support. 16:16:59 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:17:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:17:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:17:00 Selecting previously unselected package liblzo2-2:amd64. 16:17:00 (Reading database ... 13479 files and directories currently installed.) 16:17:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:17:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:17:00 Selecting previously unselected package libbsd0:amd64. 16:17:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:17:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:17:00 Selecting previously unselected package sudo. 16:17:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:17:00 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:17:00 Selecting previously unselected package apparmor. 16:17:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:17:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:17:00 Selecting previously unselected package libedit2:amd64. 16:17:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:17:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:17:00 Selecting previously unselected package libkrb5support0:amd64. 16:17:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:17:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:17:00 Selecting previously unselected package libk5crypto3:amd64. 16:17:00 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:17:00 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:17:00 Selecting previously unselected package libkeyutils1:amd64. 16:17:00 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:17:00 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:17:00 Selecting previously unselected package libkrb5-3:amd64. 16:17:00 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:17:00 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:17:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:17:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:17:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:17:01 Selecting previously unselected package libssl1.0.0:amd64. 16:17:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:17:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:17:01 Selecting previously unselected package openssh-client. 16:17:01 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:17:01 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:17:01 Selecting previously unselected package squashfs-tools. 16:17:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:17:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:17:01 Selecting previously unselected package snapd. 16:17:01 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:17:01 Unpacking snapd (2.48.3+18.04) ... 16:17:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:17:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:17:03 Setting up mime-support (3.60ubuntu1) ... 16:17:03 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:17:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:17:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:17:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:17:03 Setting up systemd (237-3ubuntu10.45) ... 16:17:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:17:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:17:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:17:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:17:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:17:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:17:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:17:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:17:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:17:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:17:05 Setting up python3 (3.6.7-1~18.04) ... 16:17:05 running python rtupdate hooks for python3.6... 16:17:05 running python post-rtupdate hooks for python3.6... 16:17:05 Setting up apparmor (2.12-4ubuntu5.1) ... 16:17:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:17:07 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:17:07 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:17:07 Setting up snapd (2.48.3+18.04) ... 16:17:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:17:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:17:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:17:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:17:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:17:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:17:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:17:08 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:17:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:17:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:17:09 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:17:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:17:09 Processing triggers for systemd (237-3ubuntu10.45) ... 16:17:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:17:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:17:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:17:13 Reading package lists... 16:17:13 Reading package lists... 16:17:13 Building dependency tree... 16:17:13 Reading state information... 16:17:13 Calculating upgrade... 16:17:13 The following packages will be upgraded: 16:17:13 advancecomp base-files bash binutils binutils-common 16:17:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:17:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:17:13 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:17:13 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:17:13 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:17:13 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:17:13 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:17:13 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:17:13 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:17:13 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:17:13 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:17:13 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:17:13 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:17:13 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:17:13 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:17:13 Need to get 63.8 MB of archives. 16:17:13 After this operation, 5208 kB of additional disk space will be used. 16:17:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 16:17:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:17:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:17:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:17:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:17:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:17:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:17:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:17:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:17:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:17:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:17:13 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:17:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:17:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:17:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:17:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:17:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:17:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:17:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:17:13 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:17:13 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:17:13 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:17:13 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:17:13 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:17:13 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:17:13 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:17:13 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:17:13 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:17:13 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:17:13 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:17:13 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:17:13 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:17:13 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:17:13 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:17:13 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:17:13 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:17:13 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:17:13 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:17:13 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:17:13 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:17:13 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:17:13 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:17:13 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:17:13 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:17:13 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:17:13 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:17:13 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:17:13 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:17:13 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:17:13 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:17:13 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:17:13 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:17:13 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:17:13 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:17:13 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:17:13 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:17:13 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:17:13 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:17:13 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:17:13 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:17:13 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:17:13 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:17:13 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:17:13 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:17:13 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:17:13 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:17:13 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:17:13 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:17:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:17:13 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:17:13 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:17:13 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:17:13 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:17:13 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:17:13 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:17:14 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:17:14 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:17:14 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:17:14 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:17:14 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:17:14 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:17:14 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:17:14 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:17:14 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:17:14 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:17:14 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:17:14 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:17:14 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:17:14 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:17:14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:17:14 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:17:14 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:17:14 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:17:14 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:17:14 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:17:14 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:17:14 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:17:14 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:17:14 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:17:14 debconf: delaying package configuration, since apt-utils is not installed 16:17:14 Fetched 63.8 MB in 2s (32.1 MB/s) 16:17:14 (Reading database ... 13912 files and directories currently installed.) 16:17:14 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:17:14 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:17:15 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:17:15 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:17:15 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 16:17:15 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 16:17:16 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:17 (Reading database ... 13911 files and directories currently installed.) 16:17:17 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:17 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:17:17 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:17:17 (Reading database ... 13911 files and directories currently installed.) 16:17:17 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:17 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:17 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:17 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:17:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:17:18 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:18 (Reading database ... 13911 files and directories currently installed.) 16:17:18 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:17:18 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:17:18 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:17:18 (Reading database ... 13911 files and directories currently installed.) 16:17:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:17:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:17:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:17:19 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:17:19 Setting up base-files (10.1ubuntu2.10) ... 16:17:19 Installing new version of config file /etc/issue ... 16:17:19 Installing new version of config file /etc/issue.net ... 16:17:19 Installing new version of config file /etc/lsb-release ... 16:17:19 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:17:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:17:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:17:19 Removing obsolete conffile /etc/default/motd-news ... 16:17:19 (Reading database ... 13912 files and directories currently installed.) 16:17:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:17:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:17:19 Setting up bash (4.4.18-2ubuntu1.2) ... 16:17:20 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:17:20 (Reading database ... 13912 files and directories currently installed.) 16:17:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:17:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:17:20 (Reading database ... 13912 files and directories currently installed.) 16:17:20 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:17:20 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:17:20 Setting up tar (1.29b-2ubuntu0.2) ... 16:17:20 (Reading database ... 13912 files and directories currently installed.) 16:17:20 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:17:20 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:17:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:17:21 (Reading database ... 13912 files and directories currently installed.) 16:17:21 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:17:21 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:17:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:17:21 (Reading database ... 13912 files and directories currently installed.) 16:17:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:17:21 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:17:21 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:17:21 (Reading database ... 13912 files and directories currently installed.) 16:17:21 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:17:21 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:17:21 Setting up grep (3.1-2build1) ... 16:17:21 (Reading database ... 13912 files and directories currently installed.) 16:17:21 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:17:21 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:17:22 Setting up login (1:4.5-1ubuntu2) ... 16:17:22 (Reading database ... 13912 files and directories currently installed.) 16:17:22 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:17:22 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:17:22 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:17:22 (Reading database ... 13912 files and directories currently installed.) 16:17:22 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:17:22 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:17:22 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:17:22 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:17:22 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:17:22 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:17:23 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:17:23 (Reading database ... 13912 files and directories currently installed.) 16:17:23 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:17:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:17:24 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:17:24 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:17:24 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:17:24 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:17:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:17:24 (Reading database ... 13912 files and directories currently installed.) 16:17:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:17:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:17:25 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:17:25 (Reading database ... 13912 files and directories currently installed.) 16:17:25 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:25 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:25 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:17:25 (Reading database ... 13912 files and directories currently installed.) 16:17:25 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:25 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:25 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:17:25 (Reading database ... 13912 files and directories currently installed.) 16:17:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:25 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:17:25 (Reading database ... 13912 files and directories currently installed.) 16:17:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:17:26 (Reading database ... 13912 files and directories currently installed.) 16:17:26 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:17:26 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:17:26 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:17:26 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:17:26 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:17:26 (Reading database ... 13912 files and directories currently installed.) 16:17:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:17:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:17:26 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:17:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:17:26 (Reading database ... 13912 files and directories currently installed.) 16:17:26 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:26 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:17:26 (Reading database ... 13912 files and directories currently installed.) 16:17:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:17:26 (Reading database ... 13912 files and directories currently installed.) 16:17:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:27 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:17:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:17:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:17:28 (Reading database ... 13912 files and directories currently installed.) 16:17:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:17:28 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:17:28 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:17:28 (Reading database ... 13912 files and directories currently installed.) 16:17:28 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:17:28 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:17:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:17:28 (Reading database ... 13914 files and directories currently installed.) 16:17:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:17:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:17:28 Setting up debconf (1.5.66ubuntu1) ... 16:17:29 (Reading database ... 13914 files and directories currently installed.) 16:17:29 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:17:29 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:17:29 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:17:29 (Reading database ... 13914 files and directories currently installed.) 16:17:29 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:17:29 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:17:29 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:17:29 (Reading database ... 13914 files and directories currently installed.) 16:17:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:17:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:17:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:17:29 (Reading database ... 13914 files and directories currently installed.) 16:17:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:17:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:17:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:17:30 (Reading database ... 13914 files and directories currently installed.) 16:17:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:17:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:17:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:17:30 (Reading database ... 13914 files and directories currently installed.) 16:17:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:17:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:17:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:17:30 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:17:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:17:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:17:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:17:31 (Reading database ... 13914 files and directories currently installed.) 16:17:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:17:31 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:17:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:17:31 (Reading database ... 13914 files and directories currently installed.) 16:17:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:17:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:17:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:17:31 (Reading database ... 13914 files and directories currently installed.) 16:17:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:17:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:17:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:17:31 (Reading database ... 13914 files and directories currently installed.) 16:17:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:17:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:17:32 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:17:32 (Reading database ... 13914 files and directories currently installed.) 16:17:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:17:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:17:32 Setting up passwd (1:4.5-1ubuntu2) ... 16:17:32 (Reading database ... 13914 files and directories currently installed.) 16:17:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:17:32 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:17:33 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:17:33 (Reading database ... 13914 files and directories currently installed.) 16:17:33 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:17:33 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:17:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:17:33 (Reading database ... 13914 files and directories currently installed.) 16:17:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:17:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:17:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:17:33 (Reading database ... 13914 files and directories currently installed.) 16:17:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:17:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:17:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:17:33 (Reading database ... 13914 files and directories currently installed.) 16:17:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:17:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:17:34 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:17:34 (Reading database ... 13914 files and directories currently installed.) 16:17:34 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:17:34 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:17:34 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:17:34 (Reading database ... 13914 files and directories currently installed.) 16:17:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:17:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:17:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:17:34 (Reading database ... 13915 files and directories currently installed.) 16:17:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:17:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:17:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:17:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:17:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:17:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:17:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:17:35 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:17:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:17:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:17:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:17:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:17:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:17:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:17:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:17:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:17:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:17:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:17:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:17:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:17:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:17:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:17:36 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:17:36 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:17:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:17:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:17:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:17:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:17:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:17:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:17:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:17:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:17:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:17:37 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:17:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:17:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:17:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:39 Removing intermediate container 9d1614f3c542 16:17:39 ---> 52bdf52b463f 16:17:39 16:17:39 Step 10/31 : FROM alpine:3.12 16:17:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:39 3.12: Pulling from library/alpine 16:17:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:42 Removing intermediate container 9f6af977e3ba 16:17:42 ---> 1236ea575d0b 16:17:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:17:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:17:42 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:17:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:17:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:17:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:17:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:17:42 Status: Downloaded newer image for alpine:3.12 16:17:42 ---> e47305ac9786 16:17:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:17:42 ---> Running in 4c3d56c0ecbb 16:17:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:17:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:17:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:17:42 ---> Running in 2e7a3afffc80 16:17:42 Removing intermediate container 04c087080083 16:17:42 ---> 8b1e73577375 16:17:42 16:17:42 Step 10/21 : FROM alpine:3.12 16:17:42 ---> e47305ac9786 16:17:42 Step 11/21 : RUN apk add --update --no-cache curl 16:17:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:17:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:17:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:17:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:17:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:17:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:17:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:17:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:17:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:17:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:43 ---> Running in 230f96725bd9 16:17:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:17:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:17:43 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:17:43 16:17:43 Current default time zone: 'Etc/UTC' 16:17:43 Local time is now: Wed Mar 31 16:17:43 UTC 2021. 16:17:43 Universal Time is now: Wed Mar 31 16:17:43 UTC 2021. 16:17:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:17:43 16:17:43 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:17:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:43 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 16:17:43 Removing intermediate container 2e7a3afffc80 16:17:43 ---> fd0b03dc1e6c 16:17:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:17:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:17:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:17:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:17:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:17:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:17:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:17:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:17:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:17:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:17:44 ---> Running in 4d39835b71d2 16:17:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:17:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:44 Setting up patch (2.7.6-2ubuntu1.1) ... 16:17:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:17:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:17:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:17:44 Installing new version of config file /etc/ssl/openssl.cnf ... 16:17:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:17:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:17:44 Setting up ca-certificates (20210119~18.04.1) ... 16:17:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:17:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:46 Updating certificates in /etc/ssl/certs... 16:17:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:47 Removing intermediate container c7d15f86e18c 16:17:47 ---> 8198180c4b7c 16:17:47 16:17:47 Step 10/23 : FROM alpine:3.12 16:17:47 ---> e47305ac9786 16:17:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:17:47 23 added, 27 removed; done. 16:17:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:17:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:17:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:17:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:17:47 Setting up pkgbinarymangler (138.18.04.1) ... 16:17:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:17:47 ---> Running in fb4dac11d354 16:17:47 (1/2) Installing dumb-init (1.2.2-r1) 16:17:47 (2/2) Installing su-exec (0.2-r1) 16:17:47 Executing busybox-1.31.1-r19.trigger 16:17:47 (1/4) Installing ca-certificates (20191127-r4) 16:17:47 OK: 5 MiB in 16 packages 16:17:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up perl (5.26.1-6ubuntu0.5) ... 16:17:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:17:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:17:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:17:47 (3/4) Installing libcurl (7.69.1-r3) 16:17:47 (4/4) Installing curl (7.69.1-r3) 16:17:47 Executing busybox-1.31.1-r19.trigger 16:17:47 Executing ca-certificates-20191127-r4.trigger 16:17:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:17:47 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:17:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:17:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:17:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:17:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:17:47 OK: 7 MiB in 18 packages 16:17:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:17:48 Processing triggers for systemd (237-3ubuntu10.45) ... 16:17:48 Processing triggers for mime-support (3.60ubuntu1) ... 16:17:48 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:17:48 Updating certificates in /etc/ssl/certs... 16:17:48 0 added, 0 removed; done. 16:17:48 Running hooks in /etc/ca-certificates/update.d... 16:17:48 done. 16:17:49 Reading package lists... 16:17:49 Building dependency tree... 16:17:49 Reading state information... 16:17:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:49 The following NEW packages will be installed: 16:17:49 apt-transport-https 16:17:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:17:49 Need to get 1696 B of archives. 16:17:49 After this operation, 153 kB of additional disk space will be used. 16:17:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:17:49 debconf: delaying package configuration, since apt-utils is not installed 16:17:49 Fetched 1696 B in 0s (8434 B/s) 16:17:49 Selecting previously unselected package apt-transport-https. 16:17:49 (Reading database ... 13920 files and directories currently installed.) 16:17:49 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:17:49 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:17:50 Removing intermediate container 4d39835b71d2 16:17:50 ---> 8d7dc781b663 16:17:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:17:50 (1/1) Installing dumb-init (1.2.2-r1) 16:17:50 Executing busybox-1.31.1-r19.trigger 16:17:50 OK: 5 MiB in 15 packages 16:17:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:17:50 Waiting for network to be ready... 16:17:50 ---> Running in ddae281ef96b 16:17:50 Removing intermediate container 230f96725bd9 16:17:50 ---> eece830f5f91 16:17:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:17:50 Removing intermediate container 4c3d56c0ecbb 16:17:50 ---> 6cc9e35242b8 16:17:50 16:17:50 Step 11/26 : FROM docker:20.10.0 16:17:51 ---> Running in 8eddd12559d2 16:17:51 20.10.0: Pulling from library/docker 16:17:51 Removing intermediate container ddae281ef96b 16:17:51 ---> 6cd3b580c9a1 16:17:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:17:51 ---> Running in b1a8b596ed29 16:17:51 Removing intermediate container 8eddd12559d2 16:17:51 ---> 434015d6857d 16:17:51 Step 13/21 : WORKDIR /edgex 16:17:51 Removing intermediate container fb4dac11d354 16:17:51 ---> ec4a176f7a60 16:17:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:17:52 ---> Running in 2125e00c84ad 16:17:52 ---> Running in cad37bc6b4fa 16:17:53 Removing intermediate container b1a8b596ed29 16:17:53 ---> 57aa8e7de6c0 16:17:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:17:53 ---> Running in 6e182fe1b78b 16:17:54 Removing intermediate container 2125e00c84ad 16:17:54 ---> 61500f59b94a 16:17:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:17:54 Removing intermediate container cad37bc6b4fa 16:17:54 ---> 1cfa2deef8d5 16:17:54 Step 13/23 : ENV APP_PORT=48082 16:17:54 ---> Running in dd19ed92d47a 16:17:56 ---> f6b6ada3224a 16:17:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:17:56 Removing intermediate container dd19ed92d47a 16:17:56 ---> 985f9d433e81 16:17:56 Step 14/23 : EXPOSE $APP_PORT 16:17:57 Removing intermediate container 3a7cf042fe71 16:17:57 ---> 65d0f51f4684 16:17:57 16:17:57 Step 10/23 : FROM alpine:3.12 16:17:57 ---> e47305ac9786 16:17:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:17:57 ---> Using cache 16:17:57 ---> ec4a176f7a60 16:17:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:17:57 ---> Using cache 16:17:57 ---> 1cfa2deef8d5 16:17:57 Step 13/23 : ENV APP_PORT=48081 16:17:57 ---> Running in a608a6bc1e49 16:17:57 ---> Running in 5c22676f5525 16:17:58 Removing intermediate container a608a6bc1e49 16:17:58 ---> 41a5571fb535 16:17:58 Step 15/23 : WORKDIR / 16:17:58 ---> b5d4209a6502 16:17:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:17:58 Removing intermediate container 6e182fe1b78b 16:17:58 ---> 19ede11f6ab5 16:17:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:17:58 ---> Running in c9e38fcd102a 16:17:58 Removing intermediate container 5c22676f5525 16:17:58 ---> bf9d80eb9725 16:17:58 Step 14/23 : EXPOSE $APP_PORT 16:17:59 ---> Running in 89fb9691c0e2 16:17:59 ---> Running in 21d8beca659b 16:18:00 Removing intermediate container c9e38fcd102a 16:18:00 ---> 4e9979424e03 16:18:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:18:00 Removing intermediate container 89fb9691c0e2 16:18:00 ---> e382e5f9f938 16:18:00 Step 15/23 : WORKDIR / 16:18:00 Removing intermediate container 21d8beca659b 16:18:00 ---> 4a2df78ddab1 16:18:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:18:00 ---> eb013d57ae96 16:18:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:18:00 ---> Running in c8e776d46135 16:18:00 ---> Running in 7a2e45faedc3 16:18:00 ---> 187f50483f21 16:18:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:18:01 Removing intermediate container c8e776d46135 16:18:01 ---> 564d70091cf4 16:18:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:18:02 ---> f3a392e2d37d 16:18:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:18:02 Removing intermediate container 7a2e45faedc3 16:18:02 ---> 8b6a6591c1e3 16:18:02 Step 18/21 : CMD ["--init=true"] 16:18:02 ---> Running in f9879c7a7aab 16:18:02 ---> Running in 9aaf62ad1d6a 16:18:03 ---> 0b07a13e5a8d 16:18:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:18:03 Removing intermediate container 9aaf62ad1d6a 16:18:03 ---> 4e650c7d2cd6 16:18:03 Step 19/21 : LABEL arch=arm64 16:18:03 ---> 1b2f9f1effba 16:18:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:18:03 ---> Running in 0ff274bb990c 16:18:04 Removing intermediate container 0ff274bb990c 16:18:04 ---> 5b906a700f0a 16:18:04 Step 20/21 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:18:05 ---> Running in cc271054c74c 16:18:05 ---> 6cf1bcf39376 16:18:05 Step 19/23 : ENTRYPOINT ["/core-command"] 16:18:05 ---> e918e8f954ca 16:18:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:18:05 ---> Running in c7dff84e3d66 16:18:06 Removing intermediate container cc271054c74c 16:18:06 ---> 47beed8b291e 16:18:06 Step 21/21 : LABEL version=0.0.0 16:18:06 Removing intermediate container c7dff84e3d66 16:18:06 ---> 5820adb86f75 16:18:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:18:06 Status: Downloaded newer image for docker:20.10.0 16:18:06 ---> eeaf43b92773 16:18:06 Step 12/26 : RUN apk add --no-cache bash 16:18:06 ---> Running in 2d052053231a 16:18:06 ---> Running in c05b97091535 16:18:06 ---> 8ba913cb86ce 16:18:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:18:06 ---> Running in 65a50168b629 16:18:06 Removing intermediate container f9879c7a7aab 16:18:06 ---> ce3b5bc09a9d 16:18:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:18:06 ---> Running in 4f772b6302f3 16:18:06 Removing intermediate container 2d052053231a 16:18:06 ---> 5c90e4d8ff30 16:18:06 16:18:07 Removing intermediate container c05b97091535 16:18:07 ---> 3658af10a86b 16:18:07 Step 21/23 : LABEL arch=arm64 16:18:07 Successfully built 5c90e4d8ff30 16:18:07 ---> Running in 9ede4ce99aa5 16:18:07 Removing intermediate container 4f772b6302f3 16:18:07 ---> 963d09e4982f 16:18:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:07 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:18:07  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 16:18:07 ---> eb1b6fca954e 16:18:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:18:08 ---> Running in 3cb89d9b5786 16:18:08 2021-03-31T16:18:03Z INFO Waiting for automatic snapd restart... 16:18:08 snapd 2.49.1 from Canonical* installed 16:18:08 "snapd" switched to the "latest/stable" channel 16:18:08 16:18:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:18:08 Removing intermediate container 9ede4ce99aa5 16:18:08 ---> 682f6019f02b 16:18:08 Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:18:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:18:08 ---> Running in 50e152f31b8e 16:18:08 Removing intermediate container 3cb89d9b5786 16:18:08 ---> d66b5748425c 16:18:08 Step 21/23 : LABEL arch=arm64 16:18:08 (1/2) Installing readline (8.0.4-r0) 16:18:08 (2/2) Installing bash (5.0.17-r0) 16:18:08 Executing bash-5.0.17-r0.post-install 16:18:09 core18 20210309 from Canonical* installed 16:18:09 Executing busybox-1.31.1-r19.trigger 16:18:09 OK: 12 MiB in 22 packages 16:18:09 ---> Running in f2b570457fda 16:18:09 "core18" switched to the "latest/stable" channel 16:18:09 16:18:10 Removing intermediate container 50e152f31b8e 16:18:10 ---> 639f4255e3df 16:18:10 Step 23/23 : LABEL version=0.0.0 16:18:10 ---> 647b7bc84d3d 16:18:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:18:10 ---> Running in 46d3685d057f 16:18:10 Removing intermediate container f2b570457fda 16:18:10 ---> 1e08fd9d00c9 16:18:10 Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:18:11 ---> Running in 99ccb25d923c 16:18:11 ---> 2b3e1b4ed0b5 16:18:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:18:11 Removing intermediate container 46d3685d057f 16:18:11 ---> 00feda9da1ab 16:18:11 16:18:11 Removing intermediate container 65a50168b629 16:18:11 ---> 5c7d0f299289 16:18:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:18:12 Successfully built 00feda9da1ab 16:18:12 Successfully tagged docker-core-command-go-arm64:latest 16:18:12 Building docker-security-secretstore-setup-go 16:18:12  Building docker-core-command-go ... done Removing intermediate container 99ccb25d923c 16:18:12 ---> 1694d16057c1 16:18:12 Step 23/23 : LABEL version=0.0.0 16:18:12 ---> Running in 9e9aabc13d81 16:18:12 snapcraft 4.6 from Canonical* installed 16:18:12 "snapcraft" switched to the "latest/stable" channel 16:18:12 16:18:12 ---> Running in bd585066f607 16:18:12 ---> ab8004c95fd6 16:18:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:18:13 Removing intermediate container 9e9aabc13d81 16:18:13 ---> 7ff2161d3740 16:18:13 Step 14/26 : ENV APP_PORT=48090 16:18:13 Removing intermediate container bd585066f607 16:18:13 ---> d68504fd3920 16:18:13 16:18:13 ---> Running in 82a93d0c309d 16:18:13 Successfully built d68504fd3920 16:18:14 ---> acb9a7387532 16:18:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:18:14 Successfully tagged docker-core-metadata-go-arm64:latest 16:18:14  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 16:18:14 Removing intermediate container 82a93d0c309d 16:18:14 ---> eba807883b1b 16:18:14 Step 15/26 : EXPOSE $APP_PORT 16:18:14 ---> Running in f98a6fe1f673 16:18:15 ---> Running in 9e961665dc32 16:18:15 Removing intermediate container f98a6fe1f673 16:18:15 ---> 0cce774e9da0 16:18:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:18:15 Removing intermediate container 9e961665dc32 16:18:15 ---> 1fbe0b2400ba 16:18:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:18:16 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:18:16 - README.md 16:18:16 16:18:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:18:17 ---> 4f7c2b34fec0 16:18:17 Step 26/31 : RUN chmod +x /entrypoint.sh 16:18:17 ---> 07ff701bc043 16:18:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:18:17 ---> Running in 10d36c24c2a9 16:18:18 ---> 14ad58d3fee5 16:18:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:18:20 ---> 4be93de0ab74 16:18:20 Step 19/26 : RUN apk --no-cache add py3-pip 16:18:20 ---> Running in 20939e33543c 16:18:21 Removing intermediate container 10d36c24c2a9 16:18:21 ---> 39588c53277d 16:18:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:18:21 ---> Running in b03a5a91eb18 16:18:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:18:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:18:22 Removing intermediate container b03a5a91eb18 16:18:22 ---> af1eb8609162 16:18:22 Step 28/31 : CMD ["gate"] 16:18:23 (1/33) Installing libbz2 (1.0.8-r1) 16:18:23 (2/33) Installing expat (2.2.9-r1) 16:18:23 (3/33) Installing libffi (3.3-r2) 16:18:23 (4/33) Installing gdbm (1.13-r1) 16:18:23 (5/33) Installing xz-libs (5.2.5-r0) 16:18:23 (6/33) Installing sqlite-libs (3.32.1-r0) 16:18:23 (7/33) Installing python3 (3.8.8-r0) 16:18:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:18:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:18:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:18:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:18:24 Reading package lists... 16:18:24 ---> Running in 3952cbee4477 16:18:24 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 16:18:25 Removing intermediate container 3952cbee4477 16:18:25 ---> c787933f36bf 16:18:25 Step 29/31 : LABEL arch=arm64 16:18:25 (8/33) Installing py3-appdirs (1.4.4-r1) 16:18:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:18:25 (10/33) Installing py3-parsing (2.4.7-r0) 16:18:25 (11/33) Installing py3-six (1.15.0-r0) 16:18:25 (12/33) Installing py3-packaging (20.4-r0) 16:18:25 (13/33) Installing py3-setuptools (47.0.0-r0) 16:18:25 (14/33) Installing py3-chardet (3.0.4-r4) 16:18:25 (15/33) Installing py3-idna (2.9-r0) 16:18:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:18:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:18:25 (18/33) Installing py3-requests (2.23.0-r0) 16:18:25 (19/33) Installing py3-msgpack (1.0.0-r0) 16:18:25 (20/33) Installing py3-lockfile (0.12.2-r3) 16:18:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:18:25 (22/33) Installing py3-colorama (0.4.3-r0) 16:18:25 (23/33) Installing py3-distlib (0.3.0-r0) 16:18:25 (24/33) Installing py3-distro (1.5.0-r1) 16:18:25 (25/33) Installing py3-webencodings (0.5.1-r3) 16:18:25 (26/33) Installing py3-html5lib (1.0.1-r4) 16:18:25 ---> Running in 8ba6dd993234 16:18:25 (27/33) Installing py3-pytoml (0.1.21-r0) 16:18:25 (28/33) Installing py3-pep517 (0.8.2-r0) 16:18:25 (29/33) Installing py3-progress (1.5-r0) 16:18:25 (30/33) Installing py3-toml (0.10.1-r0) 16:18:25 (31/33) Installing py3-retrying (1.3.3-r0) 16:18:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:18:25 (33/33) Installing py3-pip (20.1.1-r0) 16:18:25 Executing busybox-1.31.1-r19.trigger 16:18:25 OK: 71 MiB in 55 packages 16:18:26 Removing intermediate container 8ba6dd993234 16:18:26 ---> f8ac7e48fa96 16:18:26 Step 30/31 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:18:27 ---> Running in 0cc59774d0f2 16:18:28 Removing intermediate container 0cc59774d0f2 16:18:28 ---> b62abd78516d 16:18:28 Step 31/31 : LABEL version=0.0.0 16:18:29 ---> Running in d41e09e54394 16:18:30 Removing intermediate container d41e09e54394 16:18:30 ---> bb6c2fa352ee 16:18:30 16:18:31 Successfully built bb6c2fa352ee 16:18:31 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:18:31 Building docker-support-notifications-go 16:18:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:18:31 Reading package lists... 16:18:31 Building dependency tree... 16:18:31 Reading state information... 16:18:31 Suggested packages: 16:18:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:18:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:18:31 Recommended packages: 16:18:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:18:31 The following NEW packages will be installed: 16:18:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:18:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:18:31 pkg-config zip 16:18:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:18:31 Need to get 7663 kB of archives. 16:18:31 After this operation, 43.8 MB of additional disk space will be used. 16:18:31 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:18:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:18:31 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:18:31 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:18:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:18:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:18:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:18:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:18:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:18:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:18:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 16:18:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:18:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:18:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:18:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:18:32 debconf: delaying package configuration, since apt-utils is not installed 16:18:32 Fetched 7663 kB in 1s (6408 kB/s) 16:18:32 Selecting previously unselected package libglib2.0-0:amd64. 16:18:32 (Reading database ... 13924 files and directories currently installed.) 16:18:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:18:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:18:32 Selecting previously unselected package libpsl5:amd64. 16:18:32 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:18:32 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:18:32 Selecting previously unselected package libnghttp2-14:amd64. 16:18:32 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:18:32 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:18:32 Selecting previously unselected package librtmp1:amd64. 16:18:32 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:18:32 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:18:32 Selecting previously unselected package libcurl3-gnutls:amd64. 16:18:32 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 16:18:32 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 16:18:33 Selecting previously unselected package liberror-perl. 16:18:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:18:33 Unpacking liberror-perl (0.17025-1) ... 16:18:33 Selecting previously unselected package git-man. 16:18:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:18:33 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:18:33 Selecting previously unselected package git. 16:18:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:18:33 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:18:34 Selecting previously unselected package libnorm1:amd64. 16:18:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:18:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:18:34 Selecting previously unselected package libpgm-5.2-0:amd64. 16:18:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:18:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:18:34 Selecting previously unselected package libsodium23:amd64. 16:18:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:18:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:18:34 Selecting previously unselected package libzmq5:amd64. 16:18:34 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:18:34 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:18:34  Building docker-security-bootstrapper-go ... done Removing intermediate container 20939e33543c 16:18:34 ---> 1de2abc08c94 16:18:34 Step 20/26 : RUN pip install docker-compose==1.23.2 16:18:34 ---> Running in 043f36a19a24 16:18:34 Selecting previously unselected package libzmq3-dev:amd64. 16:18:34 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:18:34 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:18:34 Selecting previously unselected package pkg-config. 16:18:34 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:18:34 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:18:34 Selecting previously unselected package zip. 16:18:34 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:18:34 Unpacking zip (3.0-11build1) ... 16:18:34 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:18:34 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:18:34 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:18:34 Setting up liberror-perl (0.17025-1) ... 16:18:34 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:18:34 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:18:34 No schema files found: doing nothing. 16:18:34 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:18:34 Setting up zip (3.0-11build1) ... 16:18:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:18:34 Setting up libsodium23:amd64 (1.0.16-2) ... 16:18:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:18:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:18:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 16:18:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:18:35 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:18:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:18:41 Collecting docker-compose==1.23.2 16:18:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:18:41 Collecting websocket-client<1.0,>=0.32.0 16:18:41 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:18:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:18:41 git set to automatically installed. 16:18:41 git-man set to automatically installed. 16:18:41 libcurl3-gnutls set to automatically installed. 16:18:41 liberror-perl set to automatically installed. 16:18:41 libglib2.0-0 set to automatically installed. 16:18:41 libnghttp2-14 set to automatically installed. 16:18:41 libnorm1 set to automatically installed. 16:18:41 libpgm-5.2-0 set to automatically installed. 16:18:41 libpsl5 set to automatically installed. 16:18:41 librtmp1 set to automatically installed. 16:18:41 libsodium23 set to automatically installed. 16:18:41 libzmq3-dev set to automatically installed. 16:18:41 libzmq5 set to automatically installed. 16:18:41 pkg-config set to automatically installed. 16:18:41 zip set to automatically installed. 16:18:42 Collecting docker<4.0,>=3.6.0 16:18:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:18:43 Collecting jsonschema<3,>=2.5.1 16:18:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:18:43 Collecting docopt<0.7,>=0.6.1 16:18:43 Downloading docopt-0.6.2.tar.gz (25 kB) 16:18:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:18:44 ---> d97c9c729bc0 16:18:44 Step 3/23 : WORKDIR /edgex-go 16:18:44 ---> Using cache 16:18:44 ---> a8281f304e39 16:18:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:44 ---> Using cache 16:18:44 ---> 12f77daa75cc 16:18:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:18:47 Collecting PyYAML<4,>=3.10 16:18:47 Downloading PyYAML-3.13.tar.gz (270 kB) 16:18:48 ---> Running in f1e34280974c 16:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:18:50 Collecting texttable<0.10,>=0.9.0 16:18:50 Downloading texttable-0.9.1.tar.gz (11 kB) 16:18:53 OK: 217 MiB in 51 packages 16:18:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:18:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:18:55 Collecting dockerpty<0.5,>=0.4.1 16:18:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:18:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:18:55 ---> d97c9c729bc0 16:18:55 Step 3/24 : WORKDIR /edgex-go 16:18:55 ---> Using cache 16:18:55 ---> a8281f304e39 16:18:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:55 ---> Using cache 16:18:55 ---> 12f77daa75cc 16:18:55 Step 5/24 : RUN apk add --update --no-cache make git 16:18:55 ---> Running in 70b502f43818 16:18:56 Removing intermediate container f1e34280974c 16:18:56 ---> 245eb08dc194 16:18:56 Step 6/23 : COPY go.mod . 16:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:18:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:18:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:18:57 ---> d97c9c729bc0 16:18:57 Step 3/22 : WORKDIR /edgex-go 16:18:57 ---> Using cache 16:18:57 ---> a8281f304e39 16:18:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:57 ---> Using cache 16:18:57 ---> 12f77daa75cc 16:18:57 Step 5/22 : RUN apk add --update --no-cache make git 16:18:58 ---> Running in 3ca35bc957dc 16:18:58 ---> 7d409c9ead82 16:18:58 Step 7/23 : RUN go mod download 16:18:58 Collecting cached-property<2,>=1.2.0 16:18:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:18:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:18:58 ---> Running in 868d40f6e369 16:18:59 Collecting docker-pycreds>=0.4.0 16:18:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:18:59 OK: 217 MiB in 51 packages 16:19:00 Collecting urllib3<1.25,>=1.21.1 16:19:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:01 Collecting idna<2.8,>=2.5 16:19:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:19:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:19:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:19:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:19:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:19:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:19:01 Removing intermediate container 70b502f43818 16:19:01 ---> 7984b7b4384a 16:19:01 Step 6/24 : COPY go.mod . 16:19:02 OK: 217 MiB in 51 packages 16:19:02 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, PyYAML, texttable, dockerpty, cached-property, docker-compose 16:19:03 Attempting uninstall: urllib3 16:19:03 Found existing installation: urllib3 1.25.9 16:19:03 Uninstalling urllib3-1.25.9: 16:19:03 ---> e7d0050f9cd1 16:19:03 Step 7/24 : RUN go mod download 16:19:03 Successfully uninstalled urllib3-1.25.9 16:19:03 ---> Running in 142cdbea1276 16:19:03 Removing intermediate container 868d40f6e369 16:19:03 ---> ce29f1d67557 16:19:03 Step 8/23 : COPY . . 16:19:04 Removing intermediate container 3ca35bc957dc 16:19:04 ---> 755f049799c4 16:19:04 Step 6/22 : COPY go.mod . 16:19:04 Attempting uninstall: idna 16:19:04 Found existing installation: idna 2.9 16:19:04 Uninstalling idna-2.9: 16:19:04 Successfully uninstalled idna-2.9 16:19:04 Attempting uninstall: requests 16:19:04 Found existing installation: requests 2.23.0 16:19:04 Uninstalling requests-2.23.0: 16:19:05 Successfully uninstalled requests-2.23.0 16:19:05 ---> 02fe38b45609 16:19:05 Step 7/22 : RUN go mod download 16:19:06 ---> Running in 8a5da767a9ef 16:19:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:19:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:19:07 ---> d97c9c729bc0 16:19:07 Step 3/22 : WORKDIR /edgex-go 16:19:07 ---> Using cache 16:19:07 ---> a8281f304e39 16:19:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:07 ---> Using cache 16:19:07 ---> 12f77daa75cc 16:19:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:19:07 Running setup.py install for docopt: started 16:19:07 ---> Running in 5de0f141cb9a 16:19:08 Removing intermediate container 142cdbea1276 16:19:08 ---> c019b93e097f 16:19:08 Step 8/24 : COPY . . 16:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:10 Running setup.py install for docopt: finished with status 'done' 16:19:10 Running setup.py install for PyYAML: started 16:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:11 Removing intermediate container 8a5da767a9ef 16:19:11 ---> 929094aadbce 16:19:11 Step 8/22 : COPY . . 16:19:11 OK: 217 MiB in 51 packages 16:19:13 Running setup.py install for PyYAML: finished with status 'done' 16:19:13 Running setup.py install for texttable: started 16:19:13 Removing intermediate container 5de0f141cb9a 16:19:13 ---> 5aadd0a4fd07 16:19:13 Step 6/22 : COPY go.mod . 16:19:15 ---> ca806dedae46 16:19:15 Step 7/22 : RUN go mod download 16:19:15 Running setup.py install for texttable: finished with status 'done' 16:19:15 Running setup.py install for dockerpty: started 16:19:15 ---> Running in 811208ed0b7a 16:19:17 Running setup.py install for dockerpty: finished with status 'done' 16:19:19 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:19:20 Removing intermediate container 811208ed0b7a 16:19:20 ---> a753d3f8b968 16:19:20 Step 8/22 : COPY . . 16:19:27 ---> 7648cbffd1db 16:19:27 Step 9/23 : RUN make cmd/core-data/core-data 16:19:27 Removing intermediate container 043f36a19a24 16:19:27 ---> 03109d7c7139 16:19:27 Step 21/26 : RUN apk --no-cache add curl 16:19:27 ---> Running in 28353f347c38 16:19:27 ---> Running in 061117db5ee7 16:19:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:19:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:19:30 (2/3) Installing libcurl (7.69.1-r3) 16:19:30 (3/3) Installing curl (7.69.1-r3) 16:19:30 Executing busybox-1.31.1-r19.trigger 16:19:30 OK: 72 MiB in 58 packages 16:19:30 ---> 3406fe717b9e 16:19:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:19:31 ---> Running in c8613b93589e 16:19:33 Removing intermediate container 061117db5ee7 16:19:33 ---> 84ae7a2a415a 16:19:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:19:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:19:33 ---> Running in 2c03a8537372 16:19:34 Removing intermediate container 2c03a8537372 16:19:34 ---> 09c2cdff20e2 16:19:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:19:35 ---> Running in 06d5c084a27a 16:19:36 Removing intermediate container 06d5c084a27a 16:19:36 ---> 10e762d4cb2e 16:19:36 Step 24/26 : LABEL arch=arm64 16:19:36 ---> Running in 55be22be8a08 16:19:36 ---> 68f7efa70e94 16:19:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:19:37 ---> Running in e85af000c6ef 16:19:37 Removing intermediate container 55be22be8a08 16:19:37 ---> dbd32a8d3f3d 16:19:37 Step 25/26 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:19:38 ---> Running in 7cc43fafbd78 16:19:39 Removing intermediate container 7cc43fafbd78 16:19:39 ---> f89baaa0db6e 16:19:39 Step 26/26 : LABEL version=0.0.0 16:19:39 ---> Running in e69915c43d36 16:19:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:19:40 Removing intermediate container e69915c43d36 16:19:40 ---> 493bb1119776 16:19:40 16:19:41 Successfully built 493bb1119776 16:19:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:19:47  Building docker-sys-mgmt-agent-go ... done  ---> aecb1f2c91aa 16:19:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:19:47 ---> Running in 46c8743872d8 16:19:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:19:49 snapd is not logged in, snap install commands will use sudo 16:19:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:20:00 snap "core18" has no updates available 16:20:08 snapd is not logged in, snap install commands will use sudo 16:20:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:20:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:21:00 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:21:00 Pulling go-build-helper 16:21:00 + snapcraftctl pull 16:21:00 'app-service-config' has dependencies that need to be staged: go-build-helper 16:21:00 Skipping pull go-build-helper (already ran) 16:21:00 Building go-build-helper 16:21:00 + snapcraftctl build 16:21:01 Staging go-build-helper 16:21:01 + snapcraftctl stage 16:21:07 Removing intermediate container c8613b93589e 16:21:07 ---> d84a045a011c 16:21:07 16:21:07 Step 10/24 : FROM alpine:3.12 16:21:07 ---> e47305ac9786 16:21:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:21:07 ---> Running in 6d595f281164 16:21:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:21:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:21:08 (1/6) Installing ca-certificates (20191127-r4) 16:21:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:21:08 (3/6) Installing libcurl (7.69.1-r3) 16:21:08 (4/6) Installing curl (7.69.1-r3) 16:21:08 (5/6) Installing dumb-init (1.2.2-r1) 16:21:08 (6/6) Installing su-exec (0.2-r1) 16:21:08 Executing busybox-1.31.1-r19.trigger 16:21:09 Executing ca-certificates-20191127-r4.trigger 16:21:09 OK: 7 MiB in 20 packages 16:21:11 Removing intermediate container 6d595f281164 16:21:11 ---> 44ccf0973579 16:21:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:21:12 ---> Running in f83d382159f9 16:21:12 Removing intermediate container f83d382159f9 16:21:12 ---> 96404f14029a 16:21:12 Step 13/24 : WORKDIR / 16:21:12 ---> Running in cc35b1b5978c 16:21:13 Removing intermediate container cc35b1b5978c 16:21:13 ---> f8bd06641e08 16:21:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:21:13 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:21:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:21:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:21:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 16:21:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:21:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:21:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:21:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:21:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:21:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:21:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:21:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:21:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:21:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:21:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:21:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:21:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:21:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:21:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:21:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:21:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:21:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:21:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:21:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:21:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:21:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:21:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:21:13 Fetched 24.2 MB in 0s (0 B/s) 16:21:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:21:13 Fetched 224 kB in 0s (0 B/s) 16:21:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:21:13 Fetched 157 kB in 0s (0 B/s) 16:21:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:21:13 Fetched 221 kB in 0s (0 B/s) 16:21:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:21:13 Fetched 143 kB in 0s (0 B/s) 16:21:13 Pulling app-service-config 16:21:13 + snapcraftctl pull 16:21:13 Cloning into '/root/parts/app-service-config/src'... 16:21:13 Pulling config-common 16:21:13 + snapcraftctl pull 16:21:15 ---> 558307a671ac 16:21:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:21:16 ---> 78ccf26a9fe6 16:21:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:21:16 Removing intermediate container e85af000c6ef 16:21:16 ---> 76478b1a7985 16:21:16 16:21:16 Step 10/22 : FROM alpine:3.12 16:21:16 ---> e47305ac9786 16:21:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:21:16 ---> Using cache 16:21:16 ---> ec4a176f7a60 16:21:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:21:16 ---> Using cache 16:21:16 ---> 1cfa2deef8d5 16:21:16 Step 13/22 : ENV APP_PORT=48085 16:21:17 ---> Running in e2bc7188d15e 16:21:17 Removing intermediate container e2bc7188d15e 16:21:17 ---> 95d8fa9cb4a9 16:21:17 Step 14/22 : EXPOSE $APP_PORT 16:21:18 ---> 401558dcd66b 16:21:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:21:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:21:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:21:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:21:18 Fetched 0 B in 0s (0 B/s) 16:21:18 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:21:18 Fetched 0 B in 0s (0 B/s) 16:21:18 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:21:18 Fetched 0 B in 0s (0 B/s) 16:21:18 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:21:18 Fetched 0 B in 0s (0 B/s) 16:21:18 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:21:18 Fetched 0 B in 0s (0 B/s) 16:21:18 Pulling edgex-go 16:21:18 + snapcraftctl pull 16:21:18 ---> Running in 969b14f4b1c4 16:21:18 Removing intermediate container 969b14f4b1c4 16:21:18 ---> 1ab14add91e6 16:21:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:21:19 ---> 840f28d6cbe2 16:21:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:21:20 ---> fc04d755c72a 16:21:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:21:20 Removing intermediate container 28353f347c38 16:21:20 ---> 0c6a2055d54f 16:21:20 16:21:20 Step 10/23 : FROM alpine:3.12 16:21:20 ---> e47305ac9786 16:21:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:21:21 ---> Running in 0995e7cd4861 16:21:21 ---> a1906fec94d7 16:21:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:21:21 Removing intermediate container 0995e7cd4861 16:21:21 ---> b3125c552ece 16:21:21 Step 12/23 : ENV APP_PORT=48080 16:21:21 ---> 202ea5bc0527 16:21:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:21:21 ---> Running in 8f70e00f4d66 16:21:22 Removing intermediate container 46c8743872d8 16:21:22 ---> c33ad4e8da99 16:21:22 16:21:22 Step 10/22 : FROM alpine:3.12 16:21:22 ---> e47305ac9786 16:21:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:21:22 ---> Running in b433d0f15b2e 16:21:22 ---> b1e7b858c232 16:21:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:21:22 Removing intermediate container 8f70e00f4d66 16:21:22 ---> 8ac2ca6c795a 16:21:22 Step 13/23 : EXPOSE $APP_PORT 16:21:22 ---> Running in 43dfffe5fe99 16:21:23 ---> ad5fa5ebd95b 16:21:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:21:23 ---> Running in 247b8ee31fa8 16:21:23 ---> Running in 0e26141ce209 16:21:23 Removing intermediate container 0e26141ce209 16:21:23 ---> 797fbfcc53ef 16:21:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:23 Removing intermediate container 247b8ee31fa8 16:21:23 ---> 3bf0303f222a 16:21:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:21:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:21:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:21:23 ---> Running in d7e2fb2ab2e0 16:21:23 ---> Running in d53fac9b7a20 16:21:24 (1/2) Installing ca-certificates (20191127-r4) 16:21:24 Removing intermediate container d53fac9b7a20 16:21:24 ---> 11d23a4f2e1b 16:21:24 Step 20/22 : LABEL arch=arm64 16:21:24 (2/2) Installing dumb-init (1.2.2-r1) 16:21:24 Executing busybox-1.31.1-r19.trigger 16:21:24 Executing ca-certificates-20191127-r4.trigger 16:21:25 ---> Running in c188aee05260 16:21:25 OK: 6 MiB in 16 packages 16:21:25 Removing intermediate container c188aee05260 16:21:25 ---> f480417c515e 16:21:25 Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:21:26 ---> Running in 3f025054e2de 16:21:26 Removing intermediate container 43dfffe5fe99 16:21:26 ---> 88a63c7fe8e6 16:21:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:21:26 ---> Running in 47a370e359d8 16:21:26 Removing intermediate container 3f025054e2de 16:21:26 ---> 20a6c147b571 16:21:26 Step 22/22 : LABEL version=0.0.0 16:21:26 ---> Running in 1cf2c795321b 16:21:27 Removing intermediate container d7e2fb2ab2e0 16:21:27 ---> b4fad2ad9b1f 16:21:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:21:27 Removing intermediate container 47a370e359d8 16:21:27 ---> e3ccd30e9908 16:21:27 Step 22/24 : LABEL arch=arm64 16:21:27 Removing intermediate container b433d0f15b2e 16:21:27 ---> f9fd186deb75 16:21:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:21:27 ---> Running in a79fc584b76b 16:21:27 ---> Running in ff7a8d8af54c 16:21:27 ---> Running in fa7801c65c5c 16:21:27 Removing intermediate container 1cf2c795321b 16:21:27 ---> 5397f15d9bd8 16:21:27 16:21:28 Removing intermediate container a79fc584b76b 16:21:28 ---> 20a9cd0b59a1 16:21:28 Step 23/24 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:21:28 Removing intermediate container fa7801c65c5c 16:21:28 ---> a920396a98d5 16:21:28 Step 13/22 : ENV APP_PORT=48060 16:21:28 Successfully built 5397f15d9bd8 16:21:28 ---> Running in d7383ce46b9f 16:21:28 Successfully tagged docker-support-scheduler-go-arm64:latest 16:21:28  Building docker-support-scheduler-go ... done  ---> Running in b9632e9d5c3c 16:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:21:28 Removing intermediate container d7383ce46b9f 16:21:28 ---> 6ad53938506c 16:21:28 Step 24/24 : LABEL version=0.0.0 16:21:28 Removing intermediate container b9632e9d5c3c 16:21:28 ---> b9247e7d6cf6 16:21:28 Step 14/22 : EXPOSE $APP_PORT 16:21:28 ---> Running in b6a0bf0d9674 16:21:28 ---> Running in dd1595f2eee1 16:21:29 Removing intermediate container b6a0bf0d9674 16:21:29 ---> fa6644825209 16:21:29 16:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:21:29 Removing intermediate container dd1595f2eee1 16:21:29 ---> 1f6fc794e76d 16:21:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:21:29 Successfully built fa6644825209 16:21:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:21:30  Building docker-security-secretstore-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) 16:21:30 (2/6) Installing libgcc (9.3.0-r2) 16:21:30 ---> d090b6dbfa77 16:21:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:21:30 (3/6) Installing libsodium (1.0.18-r0) 16:21:30 (4/6) Installing libstdc++ (9.3.0-r2) 16:21:30 (5/6) Installing libzmq (4.3.3-r0) 16:21:30 (6/6) Installing zeromq (4.3.3-r0) 16:21:30 Executing busybox-1.31.1-r19.trigger 16:21:30 OK: 8 MiB in 20 packages 16:21:31 ---> 1ae83cd8f34f 16:21:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:21:32 Removing intermediate container ff7a8d8af54c 16:21:32 ---> da815a83ba9f 16:21:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:21:32 ---> 22da744dc175 16:21:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:21:32 ---> Running in 7fac061cb68f 16:21:33 ---> 8c588a11486b 16:21:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:21:33 Removing intermediate container 7fac061cb68f 16:21:33 ---> e3051eac3d73 16:21:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:33 ---> Running in 1dc671746e65 16:21:34 Removing intermediate container 1dc671746e65 16:21:34 ---> a4e1e55b4b1c 16:21:34 Step 20/22 : LABEL arch=arm64 16:21:34 ---> Running in 1a567f9ae5f9 16:21:34 ---> 9a37680bf11b 16:21:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:21:34 Removing intermediate container 1a567f9ae5f9 16:21:34 ---> 5c3325474e61 16:21:34 Step 21/22 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:21:35 ---> Running in ba5b9dbdd4bd 16:21:36 ---> 6b3e72b50ad4 16:21:36 Step 19/23 : ENTRYPOINT ["/core-data"] 16:21:36 ---> Running in 7f2327b5b9b9 16:21:36 Removing intermediate container ba5b9dbdd4bd 16:21:36 ---> 68ce4f93e699 16:21:36 Step 22/22 : LABEL version=0.0.0 16:21:36 ---> Running in 7626f37f25d5 16:21:36 Removing intermediate container 7f2327b5b9b9 16:21:36 ---> 0f33f031e6fe 16:21:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:36 ---> Running in 90af1ed10997 16:21:36 Removing intermediate container 7626f37f25d5 16:21:36 ---> 32077c0c3800 16:21:36 16:21:36 Successfully built 32077c0c3800 16:21:36 Removing intermediate container 90af1ed10997 16:21:36 ---> 725e0b696708 16:21:36 Step 21/23 : LABEL arch=arm64 16:21:36 Successfully tagged docker-support-notifications-go-arm64:latest 16:21:36  Building docker-support-notifications-go ... done  ---> Running in 14d376b37c0f 16:21:37 Removing intermediate container 14d376b37c0f 16:21:37 ---> 38ccdfa5336b 16:21:37 Step 22/23 : LABEL git_sha=5f4c972d2592fc2985c3de358e6f1142267c5400 16:21:37 ---> Running in 1ff1b820cf21 16:21:38 Removing intermediate container 1ff1b820cf21 16:21:38 ---> 021bde2ab80a 16:21:38 Step 23/23 : LABEL version=0.0.0 16:21:38 ---> Running in 90015cac4023 16:21:38 Removing intermediate container 90015cac4023 16:21:38 ---> 08b6a7943ab7 16:21:38 16:21:38 Successfully built 08b6a7943ab7 16:21:38 Successfully tagged docker-core-data-go-arm64:latest 16:21:39  Building docker-core-data-go ... done  [Pipeline] } 16:21:39 $ docker stop --time=1 87abc3e9540a388784231d81e0c8e09a9bd7e8333fc115b6c1dfb78af0457035 16:21:41 $ docker rm -f 87abc3e9540a388784231d81e0c8e09a9bd7e8333fc115b6c1dfb78af0457035 [Pipeline] // withDockerContainer [Pipeline] sh 16:21:41 + docker images 16:21:41 + grep docker 16:21:42 docker-core-data-go-arm64 latest 08b6a7943ab7 3 seconds ago 21.4MB 16:21:42 docker-support-notifications-go-arm64 latest 32077c0c3800 5 seconds ago 16.9MB 16:21:42 docker-security-secretstore-setup-go-arm64 latest fa6644825209 12 seconds ago 24.4MB 16:21:42 docker-support-scheduler-go-arm64 latest 5397f15d9bd8 14 seconds ago 16.4MB 16:21:42 docker-sys-mgmt-agent-go-arm64 latest 493bb1119776 2 minutes ago 301MB 16:21:42 docker-security-bootstrapper-go-arm64 latest bb6c2fa352ee 3 minutes ago 17.9MB 16:21:42 docker-core-metadata-go-arm64 latest d68504fd3920 3 minutes ago 17.9MB 16:21:42 docker-core-command-go-arm64 latest 00feda9da1ab 3 minutes ago 16.3MB 16:21:42 docker-security-proxy-setup-go-arm64 latest 5c90e4d8ff30 3 minutes ago 24.1MB 16:21:42 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:21:43 ---> job-cost.sh 16:21:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V5KD 16:21:45 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:21:45 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:21:45 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:21:45 Fetched 0 B in 0s (0 B/s) 16:21:45 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:21:45 Fetched 96.5 kB in 0s (0 B/s) 16:21:45 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:21:45 Fetched 279 kB in 0s (0 B/s) 16:21:45 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:21:45 Fetched 122 kB in 0s (0 B/s) 16:21:45 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:21:45 Fetched 77.8 kB in 0s (0 B/s) 16:21:45 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:21:45 Fetched 8848 B in 0s (0 B/s) 16:21:45 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:21:45 Fetched 47.8 kB in 0s (0 B/s) 16:21:45 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:21:45 Fetched 45.6 kB in 0s (0 B/s) 16:21:45 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:21:45 Fetched 15.0 kB in 0s (0 B/s) 16:21:45 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 16:21:45 Fetched 219 kB in 0s (0 B/s) 16:21:45 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:21:45 Fetched 154 kB in 0s (0 B/s) 16:21:45 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:21:45 Fetched 50.6 kB in 0s (0 B/s) 16:21:45 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:21:45 Fetched 14.8 kB in 0s (0 B/s) 16:21:45 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:21:45 Fetched 41.8 kB in 0s (0 B/s) 16:21:45 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:21:45 Fetched 499 kB in 0s (0 B/s) 16:21:45 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:21:45 Fetched 111 kB in 0s (0 B/s) 16:21:45 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:21:45 Fetched 240 kB in 0s (0 B/s) 16:21:45 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:21:45 Fetched 29.3 kB in 0s (0 B/s) 16:21:45 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:21:45 Fetched 85.5 kB in 0s (0 B/s) 16:21:45 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:21:45 Fetched 24.5 kB in 0s (0 B/s) 16:21:45 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:21:45 Fetched 49.2 kB in 0s (0 B/s) 16:21:45 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:21:45 Fetched 54.2 kB in 0s (0 B/s) 16:21:45 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:21:45 Fetched 30.8 kB in 0s (0 B/s) 16:21:45 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:21:45 Fetched 15.8 kB in 0s (0 B/s) 16:21:45 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:21:45 Fetched 85.9 kB in 0s (0 B/s) 16:21:45 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:21:45 Fetched 8720 B in 0s (0 B/s) 16:21:45 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:21:45 Fetched 137 kB in 0s (0 B/s) 16:21:45 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:21:45 Fetched 119 kB in 0s (0 B/s) 16:21:45 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:21:45 Fetched 109 kB in 0s (0 B/s) 16:21:45 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:21:45 Fetched 11.1 kB in 0s (0 B/s) 16:21:45 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:21:45 Fetched 645 kB in 0s (0 B/s) 16:21:45 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:21:45 Fetched 41.3 kB in 0s (0 B/s) 16:21:45 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:21:45 Fetched 17.9 kB in 0s (0 B/s) 16:21:45 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:21:45 Fetched 368 kB in 0s (0 B/s) 16:21:45 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:21:45 Fetched 187 kB in 0s (0 B/s) 16:21:45 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:21:45 Fetched 175 kB in 0s (0 B/s) 16:21:45 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:21:45 Fetched 206 kB in 0s (0 B/s) 16:21:45 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 16:21:45 Fetched 1301 kB in 0s (0 B/s) 16:21:45 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:21:45 Fetched 36.2 kB in 0s (0 B/s) 16:21:45 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 16:21:45 Fetched 159 kB in 0s (0 B/s) 16:21:45 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:21:45 Fetched 107 kB in 0s (0 B/s) 16:21:45 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:21:45 Fetched 48.7 kB in 0s (0 B/s) 16:21:45 Pulling static-packages 16:21:45 + snapcraftctl pull 16:21:45 Pulling version 16:21:45 + cd /root/project 16:21:45 + [ -f VERSION ] 16:21:45 + PROJECT_VERSION=local-dev 16:21:45 + git rev-parse --short HEAD 16:21:45 + GIT_REVISION=5f4c972d 16:21:45 + snapcraftctl set-version local-dev 16:21:45 Skipping build go-build-helper (already ran) 16:21:45 Building app-service-config 16:21:45 + make build 16:21:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 16:21:45 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 16:21:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 16:21:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 16:21:45 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 16:21:45 go: downloading github.com/go-kit/kit v0.8.0 16:21:45 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 16:21:45 go: downloading github.com/gorilla/mux v1.8.0 16:21:45 go: downloading github.com/google/uuid v1.2.0 16:21:45 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 16:21:45 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:21:45 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 16:21:45 go: downloading github.com/hashicorp/consul/api v1.8.1 16:21:45 go: downloading github.com/gorilla/websocket v1.4.2 16:21:46 go: downloading github.com/pebbe/zmq4 v1.2.5 16:21:46 go: downloading github.com/pelletier/go-toml v1.2.0 16:21:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:21:46 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:21:46 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 16:21:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:21:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:21:46 go: downloading github.com/fatih/color v1.9.0 16:21:46 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:21:46 go: downloading github.com/BurntSushi/toml v0.3.1 16:21:46 go: downloading github.com/go-playground/validator/v10 v10.4.1 16:21:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:21:46 go: downloading github.com/mattn/go-isatty v0.0.12 16:21:46 go: downloading github.com/mattn/go-colorable v0.1.6 16:21:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:21:46 go: downloading github.com/go-playground/universal-translator v0.17.0 16:21:46 go: downloading github.com/hashicorp/serf v0.9.5 16:21:46 go: downloading github.com/leodido/go-urn v1.2.0 16:21:46 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 16:21:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:21:46 go: downloading github.com/mitchellh/copystructure v1.0.0 16:21:46 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:21:46 go: downloading github.com/go-playground/locales v0.13.0 16:21:46 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:21:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:21:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:21:46 go: downloading github.com/x448/float16 v0.8.4 16:21:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:21:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:21:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:21:46 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:21:46 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:21:56 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 16:21:56 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 16:21:56 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 16:21:56 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 16:21:57 Building config-common 16:21:57 + snapcraftctl build 16:21:59 Building edgex-go 16:21:59 + cd /root/parts/edgex-go/src 16:21:59 + make build 16:21:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:21:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 16:21:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 16:21:59 go: downloading github.com/pkg/errors v0.8.1 16:21:59 go: downloading github.com/imdario/mergo v0.3.12 16:21:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:21:59 go: downloading github.com/pebbe/zmq4 v1.2.7 16:22:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:22:04 go: downloading gopkg.in/yaml.v2 v2.4.0 16:22: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 16:22:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:22:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:22:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:22:12 go: downloading github.com/stretchr/testify v1.7.0 16:22:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:22:12 go: downloading github.com/pmezard/go-difflib v1.0.0 16:22:12 go: downloading github.com/davecgh/go-spew v1.1.1 16:22:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:22:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:22:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:22:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:22:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:22:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:22:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:22:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:22:20 go: downloading github.com/lib/pq v1.10.0 16:22:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:22:22 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:22:22 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:22:22 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:22:22 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:22:22 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:22:22 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:22:22 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:22:22 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:22:22 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:22:22 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:22:22 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:22:22 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:22:22 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:22:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:22:22 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:22:22 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:22:22 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:22:22 + 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 16:22:22 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:22:22 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:22:22 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:22:22 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:22:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:22:22 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:22:22 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:22:22 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:22:25 Building static-packages 16:22:25 + snapcraftctl build 16:22:27 Building version 16:22:27 + snapcraftctl build 16:22:29 Skipping stage go-build-helper (already ran) 16:22:29 Staging app-service-config 16:22:29 + snapcraftctl stage 16:22:29 Staging config-common 16:22:29 + snapcraftctl stage 16:22:30 Staging edgex-go 16:22:30 + snapcraftctl stage 16:22:31 Staging static-packages 16:22:31 + snapcraftctl stage 16:22:32 Staging version 16:22:32 + snapcraftctl stage 16:22:33 Priming go-build-helper 16:22:33 + snapcraftctl prime 16:22:34 Priming app-service-config 16:22:34 + snapcraftctl prime 16:22:36 Priming config-common 16:22:36 + snapcraftctl prime 16:22:36 Priming edgex-go 16:22:36 + snapcraftctl prime 16:22:38 Priming static-packages 16:22:38 + snapcraftctl prime 16:22:39 Priming version 16:22:39 + snapcraftctl prime 16:22:40 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] } 16:23:58 lf-activate-venv(): INFO: Adding /tmp/venv-V5KD/bin to PATH 16:23:58 INFO: No Stack... 16:23:58 INFO: Retrieving Pricing Info for: lf-standard-4 16:23:58 INFO: Archiving Costs [Pipeline] sh 16:23:58 + cat /w/workspace/edgex-go/50/archives/cost.csv 16:23:58 + cut -d, -f6 [Pipeline] lock 16:23:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] 16:23:59 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] did not exist. Created. 16:23:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:23:59 + echo total: 0.20999999344348907 [Pipeline] stash 16:23:59 Stashed 1 file(s) [Pipeline] } 16:23:59 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-50-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:24:01 provisioning config files... 16:24:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/50@tmp/config6733283322264143183tmp [Pipeline] { [Pipeline] sh 16:24:02 + set +x 16:24:02 + curl -s https://codecov.io/bash 16:24:02 + bash -s -- 16:24:02 16:24:02 _____ _ 16:24:02 / ____| | | 16:24:02 | | ___ __| | ___ ___ _____ __ 16:24:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:24:02 | |___| (_) | (_| | __/ (_| (_) \ V / 16:24:02 \_____\___/ \__,_|\___|\___\___/ \_/ 16:24:02 Bash-20210309-2b87ace 16:24:02 16:24:02 16:24:02 ==> git version 2.24.3 found 16:24:02 ==> 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 16:24:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:24:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:24:02 ==> Jenkins CI detected. 16:24:02 project root: . 16:24:02 --> token set from env 16:24:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:24:02 ==> Running gcov in . (disable via -X gcov) 16:24:02 ==> Python coveragepy not found 16:24:02 ==> Searching for coverage reports in: 16:24:02 + . 16:24:02 -> Found 1 reports 16:24:02 ==> Detecting git/mercurial file structure 16:24:02 ==> Reading reports 16:24:02 + ./coverage.out bytes=669470 16:24:02 ==> Appending adjustments 16:24:02 https://docs.codecov.io/docs/fixing-reports 16:24:07 + Found adjustments 16:24:07 ==> Gzipping contents 16:24:07 96K /tmp/codecov.jz2Kjx.gz 16:24:07 ==> Uploading reports 16:24:07 url: https://codecov.io 16:24:07 query: branch=PR-3234&commit=5f4c972d2592fc2985c3de358e6f1142267c5400&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F50%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 16:24:07 -> Pinging Codecov 16:24:07 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=5f4c972d2592fc2985c3de358e6f1142267c5400&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F50%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 16:24:07 -> Uploading to 16:24:07 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/5f4c972d2592fc2985c3de358e6f1142267c5400/6f279c74-a0f5-4c76-807a-6b08f796e11e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T162406Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f344fca86f4989bf11980d2c9d2acd1a47330bf9d3c77856c2d7fe36ecb55879 16:24:07 % Total % Received % Xferd Average Speed Time Time Time Current 16:24:07 Dload Upload Total Spent Left Speed 16:24:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97045 0 0 100 97045 0 216k --:--:-- --:--:-- --:--:-- 216k 16:24:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] } 16:24:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:24:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:24:10 ---> package-listing.sh 16:24:10 ++ facter osfamily 16:24:10 ++ tr '[:upper:]' '[:lower:]' 16:24:10 + OS_FAMILY=redhat 16:24:10 + workspace=/w/workspace/edgex-go/50 16:24:10 + START_PACKAGES=/tmp/packages_start.txt 16:24:10 + END_PACKAGES=/tmp/packages_end.txt 16:24:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:24:10 + PACKAGES=/tmp/packages_start.txt 16:24:10 + '[' /w/workspace/edgex-go/50 ']' 16:24:10 + PACKAGES=/tmp/packages_end.txt 16:24:10 + case "${OS_FAMILY}" in 16:24:10 + rpm -qa 16:24:10 + sort 16:24:14 + '[' -f /tmp/packages_start.txt ']' 16:24:14 + '[' -f /tmp/packages_end.txt ']' 16:24:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:24:14 + '[' /w/workspace/edgex-go/50 ']' 16:24:14 + mkdir -p /w/workspace/edgex-go/50/archives/ 16:24:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/50/archives/ [Pipeline] echo 16:24:14 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/50/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:24:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:24:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:24:14 16:24:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:24:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:24:15 alpine: Pulling from edgex-lftools-log-publisher 16:24:15 df20fa9351a1: Pulling fs layer 16:24:15 36b3adc4ff6f: Pulling fs layer 16:24:15 8ad3a11d3b57: Pulling fs layer 16:24:15 46f8f816bc3b: Pulling fs layer 16:24:15 93b61091891f: Pulling fs layer 16:24:15 93b9cdb0e59b: Pulling fs layer 16:24:15 5e14af77c1be: Pulling fs layer 16:24:15 01666e4c0597: Pulling fs layer 16:24:15 aa168da1d23b: Pulling fs layer 16:24:15 93b9cdb0e59b: Waiting 16:24:15 5e14af77c1be: Waiting 16:24:15 01666e4c0597: Waiting 16:24:15 aa168da1d23b: Waiting 16:24:15 46f8f816bc3b: Waiting 16:24:15 36b3adc4ff6f: Verifying Checksum 16:24:15 36b3adc4ff6f: Download complete 16:24:15 46f8f816bc3b: Verifying Checksum 16:24:15 46f8f816bc3b: Download complete 16:24:15 df20fa9351a1: Verifying Checksum 16:24:15 df20fa9351a1: Download complete 16:24:15 93b9cdb0e59b: Verifying Checksum 16:24:15 93b9cdb0e59b: Download complete 16:24:15 5e14af77c1be: Verifying Checksum 16:24:15 5e14af77c1be: Download complete 16:24:15 93b61091891f: Download complete 16:24:15 01666e4c0597: Verifying Checksum 16:24:15 01666e4c0597: Download complete 16:24:15 8ad3a11d3b57: Verifying Checksum 16:24:15 8ad3a11d3b57: Download complete 16:24:15 df20fa9351a1: Pull complete 16:24:16 36b3adc4ff6f: Pull complete 16:24:17 8ad3a11d3b57: Pull complete 16:24:17 46f8f816bc3b: Pull complete 16:24:17 93b61091891f: Pull complete 16:24:18 93b9cdb0e59b: Pull complete 16:24:18 aa168da1d23b: Verifying Checksum 16:24:18 aa168da1d23b: Download complete 16:24:19 5e14af77c1be: Pull complete 16:24:19 01666e4c0597: Pull complete 16:24:27 aa168da1d23b: Pull complete 16:24:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:24:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:24:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:24:28 prd-centos7-docker-4c-2g-32269 does not seem to be running inside a container 16:24:28 $ 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/50/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/50 -v /w/workspace/edgex-go/50:/w/workspace/edgex-go/50:rw,z -v /w/workspace/edgex-go/50@tmp:/w/workspace/edgex-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:24:35 $ docker top f09aabb86f7344eddcc89a07f11d7e041fe86b9f721f746abd05916cb89849cd -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:36 + touch /tmp/pre-build-complete [Pipeline] sh 16:24:36 + mkdir -p /var/log/sa [Pipeline] sh 16:24:36 + ls /var/log/sa-host 16:24:36 + sadf -c /var/log/sa-host/sa23 16:24:36 file_magic: OK 16:24:36 HZ: Using current value: 100 16:24:36 file_header: OK 16:24:36 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 16:24:36 Statistics: 16:24:36 Hnuu...uuuununununu... 16:24:36 File successfully converted to sysstat format version 12.2.1 16:24:36 + sadf -c /var/log/sa-host/sa31 16:24:36 file_magic: OK 16:24:36 HZ: Using current value: 100 16:24:36 file_header: OK 16:24:36 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 16:24:36 Statistics: 16:24:36 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... 16:24:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:24:37 provisioning config files... 16:24:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/50@tmp/config3469540829296253882tmp [Pipeline] { [Pipeline] echo 16:24:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:24:37 ---> create-netrc.sh [Pipeline] } 16:24:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:24:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:24:37 ---> python-tools-install.sh [Pipeline] echo 16:24:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:24:38 ---> sudo-logs.sh 16:24:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:24:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:24:38 ---> job-cost.sh 16:24:38 lf-activate-venv: SKIPPING 16:24:38 DEBUG: total: 0.20999999344348907 16:24:38 INFO: Retrieving Stack Cost... 16:24:39 INFO: Retrieving Pricing Info for: v1-standard-2 16:24:40 INFO: Archiving Costs [Pipeline] echo 16:24:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:24:40 ---> logs-deploy.sh 16:24:40 lf-activate-venv: SKIPPING 16:24:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/50 16:24:40 INFO: archiving workspace using pattern(s): 16:24:43 Archives upload complete. 16:24:43 INFO: archiving logs to Nexus 16:24:43 ---> uname -a: 16:24:43 Linux prd-centos7-docker-4c-2g-32269.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:24:43 16:24:43 16:24:43 ---> lscpu: 16:24:43 Architecture: x86_64 16:24:43 CPU op-mode(s): 32-bit, 64-bit 16:24:43 Byte Order: Little Endian 16:24:43 Address sizes: 40 bits physical, 48 bits virtual 16:24:43 CPU(s): 4 16:24:43 On-line CPU(s) list: 0-3 16:24:43 Thread(s) per core: 1 16:24:43 Core(s) per socket: 1 16:24:43 Socket(s): 4 16:24:43 NUMA node(s): 1 16:24:43 Vendor ID: GenuineIntel 16:24:43 CPU family: 6 16:24:43 Model: 44 16:24:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:24:43 Stepping: 1 16:24:43 CPU MHz: 2933.442 16:24:43 BogoMIPS: 5866.88 16:24:43 Virtualization: VT-x 16:24:43 Hypervisor vendor: KVM 16:24:43 Virtualization type: full 16:24:43 L1d cache: 128 KiB 16:24:43 L1i cache: 128 KiB 16:24:43 L2 cache: 16 MiB 16:24:43 L3 cache: 64 MiB 16:24:43 NUMA node0 CPU(s): 0-3 16:24:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:24:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:24:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:24:43 Vulnerability Meltdown: Mitigation; PTI 16:24:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:24:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:24:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:24:43 Vulnerability Srbds: Not affected 16:24:43 Vulnerability Tsx async abort: Not affected 16:24:43 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 16:24:43 16:24:43 16:24:43 ---> nproc: 16:24:43 4 16:24:43 16:24:43 16:24:43 ---> df -h: 16:24:43 Filesystem Size Used Available Use% Mounted on 16:24:43 overlay 50.0G 11.8G 38.2G 24% / 16:24:43 tmpfs 64.0M 0 64.0M 0% /dev 16:24:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:24:43 shm 64.0M 0 64.0M 0% /dev/shm 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/50 16:24:43 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/50@tmp 16:24:43 16:24:43 16:24:43 ---> free -m: 16:24:43 total used free shared buff/cache available 16:24:43 Mem: 1837 723 111 0 1002 1031 16:24:43 Swap: 1023 56 967 16:24:43 16:24:43 16:24:43 ---> ip addr: 16:24:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:24:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:24:43 inet 127.0.0.1/8 scope host lo 16:24:43 valid_lft forever preferred_lft forever 16:24:43 inet6 ::1/128 scope host 16:24:43 valid_lft forever preferred_lft forever 16:24:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:24:43 link/ether fa:16:3e:ef:80:56 brd ff:ff:ff:ff:ff:ff 16:24:43 inet 10.30.122.138/23 brd 10.30.123.255 scope global dynamic eth0 16:24:43 valid_lft 84993sec preferred_lft 84993sec 16:24:43 inet6 fe80::f816:3eff:feef:8056/64 scope link 16:24:43 valid_lft forever preferred_lft forever 16:24:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:24:43 link/ether 02:42:bf:0b:67:e4 brd ff:ff:ff:ff:ff:ff 16:24:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:24:43 valid_lft forever preferred_lft forever 16:24:43 inet6 fe80::42:bfff:fe0b:67e4/64 scope link 16:24:43 valid_lft forever preferred_lft forever 16:24:43 16:24:43 16:24:43 ---> sar -b -r -n DEV: 16:24:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 16:24:43 16:24:43 16:01:05 LINUX RESTART (4 CPU) 16:24:43 16:24:43 16:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:24:43 16:03:01 214.05 93.55 120.51 0.00 10321.77 46567.80 0.00 16:24:43 16:04:01 274.09 112.10 162.00 0.00 4208.05 21529.40 0.00 16:24:43 16:05:01 136.49 58.49 77.99 0.00 1931.91 9539.36 0.00 16:24:43 16:06:01 147.05 44.50 102.55 0.00 2741.62 24226.31 0.00 16:24:43 16:07:03 1663.38 1349.85 313.53 0.00 134826.14 194058.93 0.00 16:24:43 16:08:01 2015.67 1770.51 245.16 0.00 104703.50 119663.40 0.00 16:24:43 16:09:03 990.19 655.99 334.20 0.00 78098.55 146520.56 0.00 16:24:43 16:10:01 1756.26 1440.40 315.86 0.00 85877.68 84080.78 0.00 16:24:43 16:11:01 201.35 50.24 151.11 0.00 6225.99 18282.64 0.00 16:24:43 16:12:01 2.81 1.25 1.57 0.00 27.58 24.38 0.00 16:24:43 16:13:01 0.32 0.07 0.25 0.00 2.13 2.86 0.00 16:24:43 16:14:01 0.20 0.00 0.20 0.00 0.00 2.10 0.00 16:24:43 16:15:01 0.32 0.02 0.30 0.00 0.27 3.60 0.00 16:24:43 16:16:02 0.63 0.38 0.25 0.00 11.58 2.33 0.00 16:24:43 16:17:01 2.17 1.30 0.86 0.00 43.21 15.65 0.00 16:24:43 16:18:01 0.68 0.00 0.68 0.00 0.00 7.56 0.00 16:24:43 16:19:01 0.55 0.00 0.55 0.00 0.00 6.91 0.00 16:24:43 16:20:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 16:24:43 16:21:01 0.33 0.15 0.18 0.00 30.11 1.92 0.00 16:24:43 16:22:01 0.28 0.02 0.27 0.00 0.53 3.53 0.00 16:24:43 16:23:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 16:24:43 16:24:01 0.88 0.63 0.25 0.00 58.08 3.18 0.00 16:24:43 Average: 335.42 252.16 83.26 0.00 19536.76 30385.90 0.00 16:24:43 16:24:43 16:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:24:43 16:03:01 131764 0 722992 38.43 1888 1024900 1466848 50.06 573600 935980 20808 16:24:43 16:04:01 169984 0 757200 40.24 1484 952876 1645224 56.15 601952 834024 76636 16:24:43 16:05:01 370732 0 783020 41.62 508 727284 1647368 56.22 539172 683072 73180 16:24:43 16:06:01 225232 0 727880 38.69 384 928048 1175936 40.13 511304 854516 91592 16:24:43 16:07:03 77924 0 836948 44.48 4 966668 2334140 79.66 765032 818020 27388 16:24:43 16:08:01 133728 0 1171220 62.25 4 576592 4019972 137.19 785860 676456 34392 16:24:43 16:09:03 80416 0 831920 44.21 4 969204 2373464 81.00 702464 881472 47840 16:24:43 16:10:01 181876 0 901396 47.91 4 798268 2432724 83.02 705708 735240 60 16:24:43 16:11:01 519788 0 640820 34.06 4 720932 1227388 41.89 495380 622740 20 16:24:43 16:12:01 522224 0 637864 33.90 4 721452 1201740 41.01 494116 622520 16 16:24:43 16:13:01 523008 0 637080 33.86 4 721452 1191628 40.67 493896 622352 20 16:24:43 16:14:01 523652 0 636416 33.82 4 721472 1191460 40.66 493400 622360 16 16:24:43 16:15:01 523800 0 636264 33.82 4 721476 1191460 40.66 493408 622360 8 16:24:43 16:16:02 523412 0 636272 33.82 4 721856 1191908 40.68 493532 622492 8 16:24:43 16:17:01 521660 0 637496 33.88 4 722384 1191520 40.66 493568 623180 16 16:24:43 16:18:01 521776 0 637360 33.87 4 722404 1191460 40.66 493652 623196 8 16:24:43 16:19:01 522040 0 637088 33.86 4 722412 1191460 40.66 493404 623200 8 16:24:43 16:20:01 522312 0 636808 33.84 4 722420 1191460 40.66 493512 623196 8 16:24:43 16:21:01 521352 0 636860 33.85 4 723328 1191460 40.66 493516 624100 8 16:24:43 16:22:01 521252 0 636952 33.85 4 723336 1191544 40.67 493596 624116 8 16:24:43 16:23:01 521388 0 636804 33.84 4 723348 1191460 40.66 493528 624116 16 16:24:43 16:24:01 518832 0 637572 33.89 4 725136 1191568 40.67 494156 625604 16 16:24:43 Average: 394461 0 711556 37.82 197 775329 1537418 52.47 549898 688378 16912 16:24:43 16:24:43 16:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:24:43 16:03:01 veth1c8a542 16.31 20.49 1.19 82.84 0.00 0.00 0.00 0.00 16:24:43 16:03:01 eth0 1232.28 1238.82 6043.72 153.11 0.00 0.00 0.00 0.00 16:24:43 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:03:01 docker0 877.57 787.83 71.12 2767.98 0.00 0.00 0.00 0.00 16:24:43 16:04:01 eth0 212.65 180.07 777.93 25.79 0.00 0.00 0.00 0.00 16:24:43 16:04:01 veth13b6b22 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:24:43 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:04:01 docker0 160.87 178.94 11.61 747.80 0.00 0.00 0.00 0.00 16:24:43 16:05:01 eth0 27.98 14.84 21.32 11.43 0.00 0.00 0.00 0.00 16:24:43 16:05:01 veth13b6b22 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 16:24:43 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:05:01 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 16:24:43 16:06:01 eth0 190.55 154.07 1691.36 95.55 0.00 0.00 0.00 0.00 16:24:43 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:07:03 vethd290bef 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 16:24:43 16:07:03 eth0 76.74 58.07 176.28 62.10 0.00 0.00 0.00 0.00 16:24:43 16:07:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:07:03 docker0 22.71 26.98 1.43 142.68 0.00 0.00 0.00 0.00 16:24:43 16:08:01 vethff237d6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:24:43 16:08:01 vethd290bef 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:08:01 veth9e6e9af 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:24:43 16:08:01 vethbb4dd91 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:24:43 16:09:03 vethd290bef 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 16:24:43 16:09:03 eth0 2815.66 2388.23 13485.53 451.39 0.00 0.00 0.00 0.00 16:24:43 16:09:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 16:24:43 16:09:03 docker0 1079.26 1060.95 84.57 4046.76 0.00 0.00 0.00 0.00 16:24:43 16:10:01 vethd290bef 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 16:24:43 16:10:01 vetheadc5ee 1.37 2.66 0.09 19.46 0.00 0.00 0.00 0.00 16:24:43 16:10:01 eth0 99.02 67.79 204.27 101.63 0.00 0.00 0.00 0.00 16:24:43 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:11:01 eth0 47.56 23.20 120.50 13.95 0.00 0.00 0.00 0.00 16:24:43 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:11:01 docker0 1124.80 1126.49 87.92 4399.59 0.00 0.00 0.00 0.00 16:24:43 16:12:01 eth0 0.95 0.53 0.77 0.28 0.00 0.00 0.00 0.00 16:24:43 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:13:01 eth0 1.07 0.40 0.33 0.21 0.00 0.00 0.00 0.00 16:24:43 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:43 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:15:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:43 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:16:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:43 16:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:17:01 eth0 0.34 0.22 0.15 0.07 0.00 0.00 0.00 0.00 16:24:43 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:43 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:19:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:20:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:21:01 eth0 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 16:24:43 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:22:01 eth0 0.22 0.18 0.14 0.07 0.00 0.00 0.00 0.00 16:24:43 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:24:43 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:24:01 eth0 0.42 0.45 1.20 0.10 0.00 0.00 0.00 0.00 16:24:43 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 Average: eth0 96.95 86.23 492.28 22.32 0.00 0.00 0.00 0.00 16:24:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:24:43 Average: docker0 51.20 51.27 4.00 200.25 0.00 0.00 0.00 0.00 16:24:43 16:24:43 16:24:43 ---> sar -P ALL: 16:24:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 16:24:43 16:24:43 16:01:05 LINUX RESTART (4 CPU) 16:24:43 16:24:43 16:02:01 CPU %user %nice %system %iowait %steal %idle 16:24:43 16:03:01 all 17.01 0.00 9.37 2.39 0.04 71.19 16:24:43 16:03:01 0 17.49 0.00 10.02 2.31 0.03 70.14 16:24:43 16:03:01 1 17.89 0.00 9.39 1.44 0.07 71.21 16:24:43 16:03:01 2 13.37 0.00 8.06 3.19 0.03 75.34 16:24:43 16:03:01 3 19.28 0.00 10.03 2.62 0.03 68.04 16:24:43 16:04:01 all 24.58 0.00 9.00 8.56 0.07 57.79 16:24:43 16:04:01 0 25.26 0.00 8.59 8.29 0.09 57.77 16:24:43 16:04:01 1 25.39 0.00 8.87 7.83 0.05 57.86 16:24:43 16:04:01 2 23.94 0.00 8.86 9.85 0.07 57.28 16:24:43 16:04:01 3 23.72 0.00 9.68 8.29 0.07 58.25 16:24:43 16:05:01 all 49.77 0.00 12.68 3.52 0.04 33.99 16:24:43 16:05:01 0 48.90 0.00 12.63 4.90 0.05 33.51 16:24:43 16:05:01 1 49.28 0.00 13.14 1.78 0.03 35.76 16:24:43 16:05:01 2 49.34 0.00 12.48 3.90 0.03 34.25 16:24:43 16:05:01 3 51.55 0.00 12.45 3.53 0.03 32.44 16:24:43 16:06:01 all 39.47 0.00 13.68 3.21 0.06 43.59 16:24:43 16:06:01 0 40.40 0.00 14.29 1.65 0.03 43.63 16:24:43 16:06:01 1 39.59 0.00 13.79 4.49 0.05 42.09 16:24:43 16:06:01 2 38.67 0.00 13.71 4.32 0.07 43.23 16:24:43 16:06:01 3 39.23 0.00 12.93 2.38 0.07 45.40 16:24:43 16:07:03 all 19.35 0.00 25.08 15.92 0.09 39.56 16:24:43 16:07:03 0 17.60 0.00 24.12 16.26 0.14 41.89 16:24:43 16:07:03 1 20.56 0.00 25.25 13.46 0.07 40.66 16:24:43 16:07:03 2 19.61 0.00 25.67 17.83 0.09 36.81 16:24:43 16:07:03 3 19.66 0.00 25.28 16.12 0.09 38.84 16:24:43 16:08:01 all 52.61 0.00 20.94 16.03 0.07 10.35 16:24:43 16:08:01 0 51.47 0.00 20.64 17.50 0.11 10.28 16:24:43 16:08:01 1 52.93 0.00 21.25 17.00 0.07 8.74 16:24:43 16:08:01 2 52.57 0.00 20.78 16.08 0.05 10.51 16:24:43 16:08:01 3 53.45 0.00 21.08 13.54 0.05 11.87 16:24:43 16:09:03 all 27.15 0.00 21.24 28.43 0.08 23.10 16:24:43 16:09:03 0 27.14 0.00 20.55 26.42 0.07 25.82 16:24:43 16:09:03 1 27.36 0.00 20.52 29.02 0.07 23.03 16:24:43 16:09:03 2 27.44 0.00 21.90 27.33 0.10 23.23 16:24:43 16:09:03 3 26.65 0.00 22.01 31.01 0.07 20.27 16:24:43 16:10:01 all 40.46 0.00 21.41 24.88 0.09 13.16 16:24:43 16:10:01 0 40.37 0.00 21.04 25.78 0.07 12.73 16:24:43 16:10:01 1 39.64 0.00 22.08 23.74 0.11 14.44 16:24:43 16:10:01 2 38.64 0.00 22.23 25.65 0.09 13.39 16:24:43 16:10:01 3 43.22 0.00 20.31 24.33 0.09 12.06 16:24:43 16:11:01 all 18.36 0.00 7.89 7.62 0.03 66.09 16:24:43 16:11:01 0 18.38 0.00 8.21 9.21 0.02 64.18 16:24:43 16:11:01 1 18.88 0.00 7.50 6.41 0.03 67.18 16:24:43 16:11:01 2 17.42 0.00 7.81 7.33 0.03 67.41 16:24:43 16:11:01 3 18.74 0.00 8.04 7.55 0.05 65.62 16:24:43 16:12:01 all 0.05 0.00 0.05 0.02 0.00 99.88 16:24:43 16:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:24:43 16:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:24:43 16:12:01 2 0.13 0.00 0.10 0.00 0.00 99.77 16:24:43 16:12:01 3 0.02 0.00 0.02 0.07 0.00 99.90 16:24:43 16:13:01 all 0.13 0.00 0.04 0.00 0.00 99.82 16:24:43 16:13:01 0 0.07 0.00 0.05 0.02 0.02 99.85 16:24:43 16:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:24:43 16:13:01 2 0.42 0.00 0.07 0.00 0.00 99.52 16:24:43 16:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:43 16:24:43 16:13:01 CPU %user %nice %system %iowait %steal %idle 16:24:43 16:14:01 all 0.15 0.00 0.03 0.00 0.00 99.83 16:24:43 16:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:43 16:14:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:24:43 16:14:01 2 0.50 0.00 0.02 0.00 0.00 99.48 16:24:43 16:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:24:43 16:15:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:24:43 16:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:24:43 16:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:24:43 16:15:01 2 0.48 0.00 0.02 0.00 0.00 99.50 16:24:43 16:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:24:43 16:16:02 all 0.15 0.00 0.04 0.01 0.00 99.80 16:24:43 16:16:02 0 0.02 0.00 0.03 0.02 0.00 99.93 16:24:43 16:16:02 1 0.03 0.00 0.05 0.00 0.00 99.92 16:24:43 16:16:02 2 0.53 0.00 0.03 0.02 0.00 99.42 16:24:43 16:16:02 3 0.02 0.00 0.03 0.00 0.00 99.95 16:24:43 16:17:01 all 0.16 0.00 0.05 0.02 0.00 99.77 16:24:43 16:17:01 0 0.05 0.00 0.08 0.00 0.00 99.86 16:24:43 16:17:01 1 0.24 0.00 0.02 0.02 0.00 99.73 16:24:43 16:17:01 2 0.30 0.00 0.03 0.00 0.00 99.66 16:24:43 16:17:01 3 0.05 0.00 0.07 0.07 0.00 99.81 16:24:43 16:18:01 all 0.13 0.00 0.04 0.00 0.00 99.83 16:24:43 16:18:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:24:43 16:18:01 1 0.43 0.00 0.08 0.00 0.00 99.48 16:24:43 16:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:24:43 16:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:24:43 16:19:01 all 0.04 0.00 0.03 0.00 0.00 99.93 16:24:43 16:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:24:43 16:19:01 1 0.08 0.00 0.03 0.00 0.00 99.88 16:24:43 16:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:24:43 16:19:01 3 0.05 0.00 0.03 0.00 0.02 99.90 16:24:43 16:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:24:43 16:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:43 16:20:01 1 0.48 0.00 0.02 0.00 0.00 99.50 16:24:43 16:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:24:43 16:20:01 3 0.08 0.00 0.05 0.00 0.00 99.87 16:24:43 16:21:01 all 0.15 0.00 0.03 0.00 0.01 99.81 16:24:43 16:21:01 0 0.03 0.00 0.02 0.02 0.02 99.92 16:24:43 16:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 16:24:43 16:21:01 2 0.00 0.00 0.02 0.00 0.02 99.97 16:24:43 16:21:01 3 0.05 0.00 0.07 0.00 0.00 99.88 16:24:43 16:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 16:24:43 16:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:24:43 16:22:01 1 0.52 0.00 0.00 0.00 0.00 99.48 16:24:43 16:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:24:43 16:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:24:43 16:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:24:43 16:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:43 16:23:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:24:43 16:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:24:43 16:23:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:24:43 16:24:01 all 0.16 0.00 0.04 0.01 0.00 99.78 16:24:43 16:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:24:43 16:24:01 1 0.53 0.00 0.02 0.00 0.02 99.43 16:24:43 16:24:01 2 0.05 0.00 0.03 0.03 0.00 99.88 16:24:43 16:24:01 3 0.05 0.00 0.07 0.02 0.00 99.87 16:24:43 16:24:43 Average: CPU %user %nice %system %iowait %steal %idle 16:24:43 Average: all 12.85 0.00 6.29 4.90 0.03 75.94 16:24:43 Average: 0 12.71 0.00 6.24 4.98 0.03 76.03 16:24:43 Average: 1 13.08 0.00 6.31 4.66 0.03 75.92 16:24:43 Average: 2 12.55 0.00 6.30 5.12 0.03 76.00 16:24:43 Average: 3 13.05 0.00 6.28 4.82 0.03 75.82 16:24:43 16:24:43 16:24:43