Pull request #3319 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ea006d2bf427d986e3cae48a451342be7009350+455f88eb7f104c981a27c2f244562def9f736fdb (7fbbe25702a4395f47e419a561035e027ae47795) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32182 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 > 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/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 Merge succeeded, producing 7ea006d2bf427d986e3cae48a451342be7009350 Checking out Revision 7ea006d2bf427d986e3cae48a451342be7009350 (PR-3319) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git rev-list --no-walk e61f4d73aa0e92b7184a60efdc09909860740fcb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:10:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:10:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:10:07 ========================================================= 03:10:07 EdgeX Global Pipelines Version Info 03:10:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:10:08 ------------------- 03:10:08 stable info: 03:10:08 ------------------- 03:10:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:10:08 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:10:08 Message: update stable to v1.0.186 03:10:09 ------------------- 03:10:09 experimental info: 03:10:09 ------------------- 03:10:09 Commited By: **** collab-it+edgex@linuxfoundation.org 03:10:09 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:10:09 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:10:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:10:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:10:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:10:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:10:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3319 [Pipeline] echo 03:10:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3319 [Pipeline] echo 03:10:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3319 [Pipeline] echo 03:10:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ea006d2bf427d986e3cae48a451342be7009350 [Pipeline] echo 03:10:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ea006d [Pipeline] echo 03:10:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:10:14 provisioning config files... 03:10:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1186612993451388726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:10:14 ---> docker-login.sh 03:10:14 nexus3.edgexfoundry.org:10001 03:10:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:15 Configure a credential helper to remove this warning. See 03:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:15 03:10:15 Login Succeeded 03:10:15 nexus3.edgexfoundry.org:10002 03:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:15 Configure a credential helper to remove this warning. See 03:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:15 03:10:15 Login Succeeded 03:10:15 nexus3.edgexfoundry.org:10003 03:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:15 Configure a credential helper to remove this warning. See 03:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:15 03:10:15 Login Succeeded 03:10:15 nexus3.edgexfoundry.org:10004 03:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:15 Configure a credential helper to remove this warning. See 03:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:15 03:10:15 Login Succeeded 03:10:15 docker.io 03:10:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:10:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:10:15 Configure a credential helper to remove this warning. See 03:10:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:10:15 03:10:15 Login Succeeded 03:10:15 ---> docker-login.sh ends [Pipeline] } 03:10:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:16 ++ 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 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ cut -d/ -f2 03:10:16 ++ dirname cmd/core-command/Dockerfile 03:10:16 + echo core-command,cmd/core-command/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/core-data/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo core-data,cmd/core-data/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/core-metadata/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo core-metadata,cmd/core-metadata/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/security-bootstrapper/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/security-proxy-setup/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/support-notifications/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo support-notifications,cmd/support-notifications/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/support-scheduler/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:10:16 + for file in '`ls cmd/**/Dockerfile`' 03:10:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:10:16 ++ cut -d/ -f2 03:10:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:10:16 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 03:10:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:17 03:10:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:10:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:17 latest: Pulling from edgex-devops/git-semver 03:10:17 31603596830f: Pulling fs layer 03:10:17 2a8b12db71e7: Pulling fs layer 03:10:17 6ca5941a6612: Pulling fs layer 03:10:17 ecc8261a40a4: Pulling fs layer 03:10:17 ecc8261a40a4: Waiting 03:10:17 2a8b12db71e7: Verifying Checksum 03:10:17 2a8b12db71e7: Download complete 03:10:17 31603596830f: Verifying Checksum 03:10:17 31603596830f: Download complete 03:10:17 ecc8261a40a4: Verifying Checksum 03:10:17 ecc8261a40a4: Download complete 03:10:18 6ca5941a6612: Download complete 03:10:18 31603596830f: Pull complete 03:10:18 2a8b12db71e7: Pull complete 03:10:19 6ca5941a6612: Pull complete 03:10:20 ecc8261a40a4: Pull complete 03:10:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:10:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:10:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:10:20 prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container 03:10:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:10:23 $ docker top a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:10:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:23 [ssh-agent] Looking for ssh-agent implementation... 03:10:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:23 $ docker exec a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent 03:10:23 SSH_AUTH_SOCK=/tmp/ssh-cSqd69TxykNg/agent.12 03:10:23 SSH_AGENT_PID=17 03:10:24 Running ssh-add (command line suppressed) 03:10:24 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8879378850561999381.key (/w/workspace/edgex-go/3@tmp/private_key_8879378850561999381.key) 03:10:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:24 + git tag --points-at HEAD [Pipeline] } 03:10:24 $ docker exec --env ******** --env ******** a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent -k 03:10:24 unset SSH_AUTH_SOCK; 03:10:24 unset SSH_AGENT_PID; 03:10:24 echo Agent pid 17 killed; 03:10:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:10:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:10:24 [ssh-agent] Looking for ssh-agent implementation... 03:10:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:10:25 $ docker exec a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent 03:10:25 SSH_AUTH_SOCK=/tmp/ssh-LBsqnv6yEHxN/agent.45 03:10:25 SSH_AGENT_PID=51 03:10:25 Running ssh-add (command line suppressed) 03:10:25 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7910649821941410801.key (/w/workspace/edgex-go/3@tmp/private_key_7910649821941410801.key) 03:10:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:10:25 + git semver init 03:10:25 # -> Open(): unable to determine branch for HEAD 03:10:25 # $GIT_DIR = /w/workspace/edgex-go/3/.git 03:10:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 03:10:25 # $SEMVER_REMOTE_NAME = origin 03:10:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:10:25 # $SEMVER_USER_NAME = edgex-jenkins 03:10:25 # $SEMVER_BRANCH = PR-3319 03:10:25 # $SEMVER_TEMP = /tmp/semver-265957319 03:10:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:10:58 # '/tmp/semver-265957319' -> '/w/workspace/edgex-go/3/.semver' 03:10:58 # -> Force: false 03:10:58 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 03:10:58 $ docker exec --env ******** --env ******** a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 ssh-agent -k 03:10:58 unset SSH_AUTH_SOCK; 03:10:58 unset SSH_AGENT_PID; 03:10:58 echo Agent pid 51 killed; 03:10:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:10:58 + git semver [Pipeline] } 03:10:58 $ docker stop --time=1 a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 03:11:01 $ docker rm -f a29d1f60ab27b971f1bbe87cf3e10199d7c6e99a2e736054a7c365306f78fde5 [Pipeline] // withDockerContainer [Pipeline] sh 03:11:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:11:02 Stashed 1 file(s) [Pipeline] echo 03:11:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:11:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:11:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:11:04 + sudo service docker restart 03:11:04 + true 03:11:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:11:04 ========================================================= 03:11:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:11:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:11:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 03:11:09 Sending build context to Docker daemon 328.9MB 03:11:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:11:09 Step 2/6 : FROM ${BASE} 03:11:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:11:09 188c0c94c7c5: Pulling fs layer 03:11:09 0ef7d3d256c8: Pulling fs layer 03:11:09 de9db76c5a1d: Pulling fs layer 03:11:09 bca2f99d35d6: Pulling fs layer 03:11:09 93359f2a8cfa: Pulling fs layer 03:11:09 7c6f9722023f: Pulling fs layer 03:11:09 a35cf1a2eb13: Pulling fs layer 03:11:09 93359f2a8cfa: Waiting 03:11:09 7c6f9722023f: Waiting 03:11:09 a35cf1a2eb13: Waiting 03:11:09 bca2f99d35d6: Waiting 03:11:09 de9db76c5a1d: Download complete 03:11:09 0ef7d3d256c8: Verifying Checksum 03:11:09 0ef7d3d256c8: Download complete 03:11:09 93359f2a8cfa: Verifying Checksum 03:11:09 93359f2a8cfa: Download complete 03:11:09 7c6f9722023f: Verifying Checksum 03:11:09 7c6f9722023f: Download complete 03:11:09 188c0c94c7c5: Verifying Checksum 03:11:09 188c0c94c7c5: Download complete 03:11:09 188c0c94c7c5: Pull complete 03:11:09 0ef7d3d256c8: Pull complete 03:11:10 de9db76c5a1d: Pull complete 03:11:11 a35cf1a2eb13: Verifying Checksum 03:11:11 a35cf1a2eb13: Download complete 03:11:12 bca2f99d35d6: Verifying Checksum 03:11:12 bca2f99d35d6: Download complete 03:11:17 Still waiting to schedule task 03:11:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:11:18 bca2f99d35d6: Pull complete 03:11:18 93359f2a8cfa: Pull complete 03:11:18 7c6f9722023f: Pull complete 03:11:23 a35cf1a2eb13: Pull complete 03:11:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:11:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:11:23 ---> a62c8e92a672 03:11:23 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 03:11:23 ---> Running in a22eb0beeeec 03:11:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:25 (1/12) Installing libmagic (5.38-r0) 03:11:25 (2/12) Installing file (5.38-r0) 03:11:25 (3/12) Installing libc-dev (0.7.2-r3) 03:11:25 (4/12) Installing g++ (9.3.0-r2) 03:11:43 (5/12) Installing fortify-headers (1.1-r0) 03:11:43 (6/12) Installing patch (2.7.6-r6) 03:11:43 (7/12) Installing build-base (0.5-r2) 03:11:43 (8/12) Installing libsodium (1.0.18-r0) 03:11:43 (9/12) Installing pkgconf (1.7.2-r0) 03:11:43 (10/12) Installing libsodium-dev (1.0.18-r0) 03:11:43 (11/12) Installing libzmq (4.3.3-r0) 03:11:43 (12/12) Installing zeromq-dev (4.3.3-r0) 03:11:43 Executing busybox-1.31.1-r19.trigger 03:11:43 OK: 233 MiB in 51 packages 03:11:46 Removing intermediate container a22eb0beeeec 03:11:46 ---> 506f2ad57e5e 03:11:46 Step 4/6 : WORKDIR /edgex-go 03:11:46 ---> Running in dc1278559fc3 03:11:46 Removing intermediate container dc1278559fc3 03:11:46 ---> 817d9101fbd9 03:11:46 Step 5/6 : COPY go.mod . 03:11:46 ---> 543db353de61 03:11:46 Step 6/6 : RUN go mod download 03:11:46 ---> Running in f515ae3c0e8f 03:12:08 Removing intermediate container f515ae3c0e8f 03:12:08 ---> 21d734386a3d 03:12:08 Successfully built 21d734386a3d 03:12:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:12:09 + docker inspect -f . ci-base-image-x86_64 03:12:09 . [Pipeline] withDockerContainer 03:12:09 prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container 03:12:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:12:10 $ docker top a5ed8f4c9babcbd05a96f43eaba2f0fd415a68633d86be40ca198321f7c1dc59 -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:10 + go version 03:12:10 go version go1.15.5 linux/amd64 [Pipeline] } 03:12:10 $ docker stop --time=1 a5ed8f4c9babcbd05a96f43eaba2f0fd415a68633d86be40ca198321f7c1dc59 03:12:11 $ docker rm -f a5ed8f4c9babcbd05a96f43eaba2f0fd415a68633d86be40ca198321f7c1dc59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:12:12 + docker inspect -f . ci-base-image-x86_64 03:12:12 . [Pipeline] withDockerContainer 03:12:12 prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container 03:12:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:12:13 $ docker top a688e8b26874ce0fca97b55d26a70fb95cfb62866d3e8fd08e6ef5aa51487783 -eo pid,comm [Pipeline] { [Pipeline] echo 03:12:14 ========================================================= 03:12:14 [edgeXBuildGoParallel] Running Tests and Build... 03:12:14 ========================================================= [Pipeline] sh 03:12:14 + make test 03:12:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:12:24 ? github.com/edgexfoundry/edgex-go [no test files] 03:12:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:12:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:12:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:12:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:12:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:12:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:12:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:12:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:12:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:12:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.165s coverage: 45.9% of statements 03:12:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:12:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:12:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:12:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:12:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:12:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:12:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements 03:12:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 03:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.249s coverage: 27.1% of statements 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.165s coverage: 71.3% of statements 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:13:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements 03:13:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:13:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:13:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 03:13:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.488s coverage: 28.6% of statements 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:13:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:13:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.580s coverage: 92.8% of statements 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.110s coverage: 1.0% of statements 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:13:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 03:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements 03:13:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.090s coverage: 94.4% of statements 03:13:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 03:13:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.263s coverage: 82.6% of statements 03:13:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32185 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws 03:13:27 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:13:33 using credential edgex-jenkins-ssh 03:13:33 Cloning the remote Git repository 03:13:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:13:33 > git init /w/workspace/edgex-go/3 # timeout=10 03:13:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:13:33 > git --version # timeout=10 03:13:33 > git --version # 'git version 2.17.1' 03:13:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.6% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.6% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.485s coverage: 69.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 38.4% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.847s coverage: 29.1% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 95.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:13:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:13:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:13:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 03:13:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:13:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:13:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 03:13:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 03:13:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 03:13:38 GO111MODULE=on go vet ./... 03:13:56 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 03:13:56 Merge succeeded, producing 7ea006d2bf427d986e3cae48a451342be7009350 03:13:56 Checking out Revision 7ea006d2bf427d986e3cae48a451342be7009350 (PR-3319) 03:13:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:13:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:13:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:13:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:13:56 > git config core.sparsecheckout # timeout=10 03:13:56 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 03:13:56 > git remote # timeout=10 03:13:56 > git config --get remote.origin.url # timeout=10 03:13:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:56 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 03:13:56 > git rev-parse HEAD^{commit} # timeout=10 03:13:56 > git config core.sparsecheckout # timeout=10 03:13:56 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 03:14:01 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:14:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:14:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:14:03 + sudo service docker restart 03:14:03 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:14:05 provisioning config files... 03:14:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8958432879038807251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:14:06 ---> docker-login.sh 03:14:06 nexus3.edgexfoundry.org:10001 03:14:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:07 Configure a credential helper to remove this warning. See 03:14:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:07 03:14:07 Login Succeeded 03:14:07 nexus3.edgexfoundry.org:10002 03:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:08 Configure a credential helper to remove this warning. See 03:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:08 03:14:08 Login Succeeded 03:14:08 nexus3.edgexfoundry.org:10003 03:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:08 Configure a credential helper to remove this warning. See 03:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:08 03:14:08 Login Succeeded 03:14:09 nexus3.edgexfoundry.org:10004 03:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:09 Configure a credential helper to remove this warning. See 03:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:09 03:14:09 Login Succeeded 03:14:09 docker.io 03:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:10 Configure a credential helper to remove this warning. See 03:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:10 03:14:10 Login Succeeded 03:14:10 ---> docker-login.sh ends [Pipeline] } 03:14:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 03:14:10 gofmt -l . 03:14:10 [ "`gofmt -l .`" = "" ] [Pipeline] // withEnv [Pipeline] unstash 03:14:11 ./bin/test-go-mod-tidy.sh [Pipeline] echo 03:14:11 ========================================================= 03:14:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:14:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:14:11 ./bin/test-attribution-txt.sh 03:14:11 + 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 . [Pipeline] sh 03:14:13 + ls -al . 03:14:13 total 780 03:14:13 drwxrwxr-x 10 1001 1001 4096 Mar 31 03:14 . 03:14:13 drwxr-xr-x 4 root root 28 Mar 31 03:12 .. 03:14:13 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:10 .dockerignore 03:14:13 drwxrwxr-x 8 1001 1001 179 Mar 31 03:10 .git 03:14:13 drwxrwxr-x 3 1001 1001 125 Mar 31 03:10 .github 03:14:13 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:10 .gitignore 03:14:13 drwx------ 3 1001 1001 60 Mar 31 03:10 .semver 03:14:13 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:10 .sonarcloud.properties 03:14:13 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:10 Attribution.txt 03:14:13 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:10 CONTRIBUTING.md 03:14:13 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:10 Dockerfile.build 03:14:13 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:10 Jenkinsfile 03:14:13 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:10 LICENSE 03:14:13 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:10 Makefile 03:14:13 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:10 README.md 03:14:13 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:10 SECURITY.md 03:14:13 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION 03:14:13 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:10 ZMQWindows.md 03:14:13 drwxrwxr-x 2 1001 1001 117 Mar 31 03:10 bin 03:14:13 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:10 cmd 03:14:13 -rw-r--r-- 1 root root 669470 Mar 31 03:13 coverage.out 03:14:13 -rw-r--r-- 1 root root 1056 Mar 31 03:14 go.mod 03:14:13 -rw-r--r-- 1 root root 22131 Mar 31 03:14 go.sum 03:14:13 drwxrwxr-x 8 1001 1001 127 Mar 31 03:10 internal 03:14:13 drwxrwxr-x 4 1001 1001 26 Mar 31 03:10 openapi 03:14:13 drwxrwxr-x 4 1001 1001 71 Mar 31 03:10 snap 03:14:13 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:10 version.go [Pipeline] sh 03:14:13 + '[' -e coverage.out ] 03:14:13 + chown 1001:1001 coverage.out [Pipeline] stash 03:14:13 Stashed 1 file(s) [Pipeline] sh 03:14:14 + make build 03:14:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:14:14 Sending build context to Docker daemon 167MB 03:14:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:14:14 Step 2/6 : FROM ${BASE} 03:14:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:14:14 5f621e34cdf4: Pulling fs layer 03:14:14 a4357932f1b6: Pulling fs layer 03:14:14 18c013af1878: Pulling fs layer 03:14:14 00ac8860ef70: Pulling fs layer 03:14:14 63d7cb157983: Pulling fs layer 03:14:14 b116817d02f9: Pulling fs layer 03:14:14 745a02a5169b: Pulling fs layer 03:14:14 00ac8860ef70: Waiting 03:14:14 63d7cb157983: Waiting 03:14:14 745a02a5169b: Waiting 03:14:14 b116817d02f9: Waiting 03:14:14 18c013af1878: Verifying Checksum 03:14:14 18c013af1878: Download complete 03:14:14 a4357932f1b6: Verifying Checksum 03:14:14 a4357932f1b6: Download complete 03:14:14 63d7cb157983: Download complete 03:14:14 b116817d02f9: Download complete 03:14:14 5f621e34cdf4: Verifying Checksum 03:14:14 5f621e34cdf4: Download complete 03:14:15 5f621e34cdf4: Pull complete 03:14:16 a4357932f1b6: Pull complete 03:14:16 18c013af1878: Pull complete 03:14:17 745a02a5169b: Verifying Checksum 03:14:17 745a02a5169b: Download complete 03:14:18 00ac8860ef70: Verifying Checksum 03:14:18 00ac8860ef70: Download complete 03:14:19 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 03:14:29 00ac8860ef70: Pull complete 03:14:29 63d7cb157983: Pull complete 03:14:29 b116817d02f9: Pull complete 03:14:29 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 03:14:30 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 03:14:31 745a02a5169b: Pull complete 03:14:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:14:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:14:31 ---> b7e6874047d6 03:14:31 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 03:14:32 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 03:14:32 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 03:14: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 03:14:35 ---> Running in b824afb72fb1 03:14:36 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 03:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:14:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:14: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 03:14:38 (1/12) Installing libmagic (5.38-r0) 03:14:38 (2/12) Installing file (5.38-r0) 03:14:38 (3/12) Installing libc-dev (0.7.2-r3) 03:14:38 (4/12) Installing g++ (9.3.0-r2) 03:14:39 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 03:14:40 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 03:14:41 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 03:14:42 (5/12) Installing fortify-headers (1.1-r0) 03:14:42 (6/12) Installing patch (2.7.6-r6) 03:14:42 (7/12) Installing build-base (0.5-r2) 03:14:42 (8/12) Installing libsodium (1.0.18-r0) 03:14:42 (9/12) Installing pkgconf (1.7.2-r0) 03:14:42 (10/12) Installing libsodium-dev (1.0.18-r0) 03:14:42 (11/12) Installing libzmq (4.3.3-r0) 03:14:42 (12/12) Installing zeromq-dev (4.3.3-r0) 03:14:42 Executing busybox-1.31.1-r19.trigger 03:14:42 OK: 217 MiB in 51 packages [Pipeline] } 03:14:43 $ docker stop --time=1 a688e8b26874ce0fca97b55d26a70fb95cfb62866d3e8fd08e6ef5aa51487783 03:14:45 $ docker rm -f a688e8b26874ce0fca97b55d26a70fb95cfb62866d3e8fd08e6ef5aa51487783 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 03:14:46 Removing intermediate container b824afb72fb1 03:14:46 ---> 59e4facea78a 03:14:46 Step 4/6 : WORKDIR /edgex-go [Pipeline] isUnix [Pipeline] sh 03:14:47 ---> Running in d0c51b3ecfff 03:14:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:14:47 03:14:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:14:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:14:47 latest: Pulling from edgex-devops/edgex-compose 03:14:47 cbdbe7a5bc2a: Pulling fs layer 03:14:47 ca9280d653b3: Pulling fs layer 03:14:47 7e9c9ca2126c: Pulling fs layer 03:14:47 Removing intermediate container d0c51b3ecfff 03:14:47 ---> 56d517bea982 03:14:47 Step 5/6 : COPY go.mod . 03:14:48 cbdbe7a5bc2a: Verifying Checksum 03:14:48 cbdbe7a5bc2a: Download complete 03:14:48 ---> 8c5a1f4ea0ea 03:14:48 Step 6/6 : RUN go mod download 03:14:48 ---> Running in d7f362ab5f27 03:14:48 cbdbe7a5bc2a: Pull complete 03:14:48 ca9280d653b3: Verifying Checksum 03:14:48 ca9280d653b3: Download complete 03:14:49 7e9c9ca2126c: Verifying Checksum 03:14:49 7e9c9ca2126c: Download complete 03:14:49 ca9280d653b3: Pull complete 03:14:58 7e9c9ca2126c: Pull complete 03:14:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:14:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:14:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:14:58 prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container 03:14:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:14:59 $ docker top 4f81b2194291e514624408770c3fd98f9eeb7c75d583298d95b1b344790f2467 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:59 + docker-compose build --help 03:14:59 + grep parallel 03:15:00 --parallel Build images in parallel. [Pipeline] } 03:15:01 $ docker stop --time=1 4f81b2194291e514624408770c3fd98f9eeb7c75d583298d95b1b344790f2467 03:15:02 $ docker rm -f 4f81b2194291e514624408770c3fd98f9eeb7c75d583298d95b1b344790f2467 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:15:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:15:03 . [Pipeline] withDockerContainer 03:15:03 prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container 03:15:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:15:04 $ docker top c934bc697f1ece6ad976c5213038cbfbe022bb3e54c45733ac3ee5b9a53c5d73 -eo pid,comm [Pipeline] { [Pipeline] sh 03:15:05 + docker-compose -f ./docker-compose-build.yml build --parallel 03:15:06 Building docker-core-command-go ... 03:15:06 Building docker-core-data-go ... 03:15:06 Building docker-core-metadata-go ... 03:15:06 Building docker-security-bootstrapper-go ... 03:15:06 Building docker-security-proxy-setup-go ... 03:15:06 Building docker-security-secretstore-setup-go ... 03:15:06 Building docker-support-notifications-go ... 03:15:06 Building docker-support-scheduler-go ... 03:15:06 Building docker-sys-mgmt-agent-go ... 03:15:06 Building docker-security-bootstrapper-go 03:15:06 Building docker-support-scheduler-go 03:15:06 Building docker-core-command-go 03:15:06 Building docker-support-notifications-go 03:15:06 Building docker-security-secretstore-setup-go 03:15:15 Removing intermediate container d7f362ab5f27 03:15:15 ---> aca7036dc92a 03:15:15 Successfully built aca7036dc92a 03:15:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:15:15 + docker inspect -f . ci-base-image-arm64 03:15:15 . [Pipeline] withDockerContainer 03:15:15 prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container 03:15:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:15:17 $ docker top 77dc687eda263bee36b648d5f8371d55b8fbb8c5494b2b168a1cbc7c1ace168b -eo pid,comm [Pipeline] { [Pipeline] sh 03:15:18 + go version 03:15:18 go version go1.15.5 linux/arm64 [Pipeline] } 03:15:18 $ docker stop --time=1 77dc687eda263bee36b648d5f8371d55b8fbb8c5494b2b168a1cbc7c1ace168b 03:15:20 $ docker rm -f 77dc687eda263bee36b648d5f8371d55b8fbb8c5494b2b168a1cbc7c1ace168b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:15:21 + docker inspect -f . ci-base-image-arm64 03:15:21 . [Pipeline] withDockerContainer 03:15:21 prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container 03:15:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:15:23 $ docker top 9a604910a0a98c260ac2cdd69cb5f23664ca8b184d5c0cae7c10284eaca77089 -eo pid,comm [Pipeline] { [Pipeline] echo 03:15:23 ========================================================= 03:15:23 [edgeXBuildGoParallel] Running Tests and Build... 03:15:23 ========================================================= [Pipeline] sh 03:15:24 + make test 03:15:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:15:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:15:45 ---> 21d734386a3d 03:15:45 Step 3/23 : WORKDIR /edgex-go 03:15:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:15:45 ---> 21d734386a3d 03:15:45 Step 3/31 : WORKDIR /edgex-go 03:15:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:15:45 ---> 21d734386a3d 03:15:45 Step 3/22 : WORKDIR /edgex-go 03:15:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:15:45 ---> 21d734386a3d 03:15:45 Step 3/24 : WORKDIR /edgex-go 03:15:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:15:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:15:45 ---> 21d734386a3d 03:15:45 Step 3/22 : WORKDIR /edgex-go 03:15:45 ---> Running in 4a71cad8225b 03:15:45 ---> Running in c8dc156a82c3 03:15:45 ---> Running in 39dd8220d40b 03:15:45 ---> Running in c2e2989a593c 03:15:45 ---> Running in 84918e856bc9 03:15:45 Removing intermediate container c8dc156a82c3 03:15:45 ---> d21975b4aa78 03:15:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:45 Removing intermediate container 4a71cad8225b 03:15:45 ---> 5e062c3d354f 03:15:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:45 Removing intermediate container 39dd8220d40b 03:15:45 ---> e91d5fdfcf33 03:15:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:45 Removing intermediate container c2e2989a593c 03:15:45 ---> 7e4bb9dd6d65 03:15:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:45 Removing intermediate container 84918e856bc9 03:15:45 ---> adfdd86e1443 03:15:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:45 ---> Running in 6b4e9db0d12e 03:15:45 ---> Running in 33fb0fd55ca4 03:15:45 ---> Running in f9cbd563dbc6 03:15:45 ---> Running in 6e706801a3e8 03:15:45 ---> Running in b44296b6ca0c 03:15:45 Removing intermediate container 6b4e9db0d12e 03:15:45 ---> c9037f0c2703 03:15:45 Step 5/22 : RUN apk add --update --no-cache make git 03:15:45 ---> Running in fe4a54e82cd8 03:15:45 Removing intermediate container 33fb0fd55ca4 03:15:45 ---> cd8929af5dba 03:15:45 Step 5/24 : RUN apk add --update --no-cache make git 03:15:45 ---> Running in 35cb1184e241 03:15:45 Removing intermediate container f9cbd563dbc6 03:15:45 ---> 918f7adc509f 03:15:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:15:45 Removing intermediate container 6e706801a3e8 03:15:45 ---> c03f7669305d 03:15:45 Step 5/31 : RUN apk add --update --no-cache make git 03:15:46 Removing intermediate container b44296b6ca0c 03:15:46 ---> 5ee67314c092 03:15:46 Step 5/23 : RUN apk add --update --no-cache make git 03:15:46 ---> Running in e41816d308ef 03:15:46 ---> Running in 054caaea361c 03:15:46 ---> Running in 3075b4930581 03:15:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:48 OK: 233 MiB in 51 packages 03:15:48 OK: 233 MiB in 51 packages 03:15:48 Removing intermediate container 35cb1184e241 03:15:48 ---> fc2b5fcf7fd4 03:15:48 Step 6/24 : COPY go.mod . 03:15:48 OK: 233 MiB in 51 packages 03:15:48 OK: 233 MiB in 51 packages 03:15:48 OK: 233 MiB in 51 packages 03:15:49 ---> 2e690351238e 03:15:49 Step 7/24 : RUN go mod download 03:15:49 ---> Running in 18f5533668e8 03:15:49 Removing intermediate container e41816d308ef 03:15:49 ---> a7688d1f196e 03:15:49 Step 6/22 : COPY go.mod . 03:15:49 Removing intermediate container fe4a54e82cd8 03:15:49 ---> 938721b5fa7a 03:15:49 Step 6/22 : COPY go.mod . 03:15:49 Removing intermediate container 054caaea361c 03:15:49 ---> f4d12a42952f 03:15:49 Step 6/31 : COPY go.mod . 03:15:49 ---> 4fd01c62d98a 03:15:49 Step 7/22 : RUN go mod download 03:15:49 Removing intermediate container 3075b4930581 03:15:49 ---> 001259e3a9e0 03:15:49 Step 6/23 : COPY go.mod . 03:15:50 ---> Running in 859ed083a1bf 03:15:50 ---> a03bd414f83d 03:15:50 Step 7/22 : RUN go mod download 03:15:50 ---> Running in c9e68a69b49c 03:15:50 ---> a82d079f5da5 03:15:50 Step 7/23 : RUN go mod download 03:15:50 ---> b61b60879cd8 03:15:50 Step 7/31 : RUN go mod download 03:15:50 ---> Running in c80d28329f21 03:15:50 ---> Running in 46bafe00adb0 03:15:51 ? github.com/edgexfoundry/edgex-go [no test files] 03:15:52 Removing intermediate container 18f5533668e8 03:15:52 ---> bd59230dc80c 03:15:52 Step 8/24 : COPY . . 03:15:52 Removing intermediate container 859ed083a1bf 03:15:52 ---> 9e15391bbd32 03:15:52 Step 8/22 : COPY . . 03:15:54 Removing intermediate container c9e68a69b49c 03:15:54 ---> e1b17251cb20 03:15:54 Step 8/22 : COPY . . 03:15:54 Removing intermediate container 46bafe00adb0 03:15:54 ---> c0851ec07519 03:15:54 Step 8/31 : COPY . . 03:15:55 Removing intermediate container c80d28329f21 03:15:55 ---> 573adde47ca8 03:15:55 Step 8/23 : COPY . . 03:16:35 ---> 7cb0bbabbd13 03:16:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:16:35 ---> a9e8ee48eec2 03:16:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:16:35 ---> f143115b4bef 03:16:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:16:35 ---> f15aab0b118d 03:16:35 Step 9/23 : RUN make cmd/core-command/core-command 03:16:35 ---> Running in b248690d42bd 03:16:35 ---> Running in 020d5b03d5c9 03:16:35 ---> Running in 5532f0fea0ed 03:16:35 ---> Running in f62f0868d189 03:16:35 ---> 805d4e9581ca 03:16:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:16:35 ---> Running in 6710e7c7273f 03:16: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 03:16:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:16:36 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 03:16:36 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 03:16:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:16:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:16:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:16:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:16:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:16:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:17:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:17:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:17:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:17:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:17:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:17:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 45.9% of statements 03:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.204s coverage: 19.8% of statements 03:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements 03:17:22 Removing intermediate container 020d5b03d5c9 03:17:22 ---> 93b11ab1668f 03:17:22 03:17:22 Step 10/24 : FROM alpine:3.12 03:17:22 Removing intermediate container 6710e7c7273f 03:17:22 ---> 0d70cb082616 03:17:22 03:17:22 Step 10/31 : FROM alpine:3.12 03:17:22 3.12: Pulling from library/alpine 03:17:22 3.12: Pulling from library/alpine 03:17:22 Removing intermediate container f62f0868d189 03:17:22 ---> 5d5f60d9b333 03:17:22 03:17:22 Step 10/23 : FROM alpine:3.12 03:17:22 Removing intermediate container b248690d42bd 03:17:22 ---> de7a799bebf2 03:17:22 03:17:22 Step 10/22 : FROM alpine:3.12 03:17:22 3.12: Pulling from library/alpine 03:17:22 3.12: Pulling from library/alpine 03:17:22 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:17:22 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:17:22 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:17:22 Status: Downloaded newer image for alpine:3.12 03:17:22 Status: Image is up to date for alpine:3.12 03:17:22 Status: Downloaded newer image for alpine:3.12 03:17:22 ---> 42cb162f0360 03:17:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:17:22 ---> 42cb162f0360 03:17:22 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:17:22 Status: Image is up to date for alpine:3.12 03:17:22 ---> 42cb162f0360 03:17:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:17:22 ---> 42cb162f0360 03:17:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:17:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:17:23 ---> Running in 191f6903176f 03:17:23 ---> Running in 3dbb228f458f 03:17:23 ---> Running in 34249fa55df7 03:17:23 ---> Running in fa699df12f24 03:17:23 Removing intermediate container 5532f0fea0ed 03:17:23 ---> f9e98b593b71 03:17:23 03:17:23 Step 10/22 : FROM alpine:3.12 03:17:23 ---> 42cb162f0360 03:17:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:17:24 ---> Running in e1c12f992390 03:17:24 Removing intermediate container 191f6903176f 03:17:24 ---> a0b2a36d7110 03:17:24 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:17:24 ---> Running in e63f5a7c66f5 03:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.663s coverage: 27.1% of statements 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:17:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:24 (1/1) Installing dumb-init (1.2.2-r1) 03:17:24 Executing busybox-1.31.1-r19.trigger 03:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 71.3% of statements 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:25 OK: 6 MiB in 15 packages 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:25 (1/1) Installing dumb-init (1.2.2-r1) 03:17:25 Executing busybox-1.31.1-r19.trigger 03:17:25 OK: 6 MiB in 15 packages 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:25 (1/6) Installing ca-certificates (20191127-r4) 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:25 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:17:25 (3/6) Installing libcurl (7.69.1-r3) 03:17:25 (4/6) Installing curl (7.69.1-r3) 03:17:25 (5/6) Installing dumb-init (1.2.2-r1) 03:17:25 (6/6) Installing su-exec (0.2-r1) 03:17:25 Executing busybox-1.31.1-r19.trigger 03:17:25 Executing ca-certificates-20191127-r4.trigger 03:17:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:25 (1/2) Installing dumb-init (1.2.2-r1) 03:17:25 (2/2) Installing su-exec (0.2-r1) 03:17:25 Executing busybox-1.31.1-r19.trigger 03:17:25 OK: 6 MiB in 16 packages 03:17:25 (1/2) Installing ca-certificates (20191127-r4) 03:17:25 (2/2) Installing dumb-init (1.2.2-r1) 03:17:25 Executing busybox-1.31.1-r19.trigger 03:17:25 Executing ca-certificates-20191127-r4.trigger 03:17:25 OK: 6 MiB in 16 packages 03:17:26 OK: 7 MiB in 20 packages 03:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.546s coverage: 82.9% of statements 03:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.128s coverage: 78.9% of statements 03:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:17:27 Removing intermediate container 3dbb228f458f 03:17:27 ---> d5c5f7ac35ee 03:17:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:17:27 ---> Running in f73f8b67c2f2 03:17:29 Removing intermediate container 34249fa55df7 03:17:29 ---> 58d1f3918b1e 03:17:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:17:29 Removing intermediate container e1c12f992390 03:17:29 ---> 06ca818bf74c 03:17:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:17:29 ---> Running in 6312416e9c86 03:17:29 ---> Running in 237db2769c52 03:17:29 Removing intermediate container f73f8b67c2f2 03:17:29 ---> 936a64025c3d 03:17:29 Step 13/22 : ENV APP_PORT=48085 03:17:29 Removing intermediate container fa699df12f24 03:17:29 ---> 6b89fbfd5a69 03:17:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:17:29 Removing intermediate container e63f5a7c66f5 03:17:29 ---> 0ec24c060eec 03:17:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:17:29 ---> Running in 654b1fe4a024 03:17:29 ---> Running in a93f7f06b219 03:17:29 ---> Running in 55f965af1c19 03:17:30 Removing intermediate container 237db2769c52 03:17:30 ---> a01ef9ac2e28 03:17:30 Step 13/23 : ENV APP_PORT=48082 03:17:30 Removing intermediate container 6312416e9c86 03:17:30 ---> ab1dae1a2bdf 03:17:30 Step 13/22 : ENV APP_PORT=48060 03:17:30 ---> Running in 94f20df0419d 03:17:30 ---> Running in 71a8ef571ebe 03:17:30 Removing intermediate container 654b1fe4a024 03:17:30 ---> 46fc46d26857 03:17:30 Step 14/22 : EXPOSE $APP_PORT 03:17:30 Removing intermediate container 55f965af1c19 03:17:30 ---> 96d12c2a576e 03:17:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:17:30 Removing intermediate container a93f7f06b219 03:17:30 ---> 72406a83237a 03:17:30 Step 13/24 : WORKDIR / 03:17:30 ---> Running in 1b123b95bb57 03:17:30 ---> Running in a536c18f280b 03:17:30 ---> Running in 99980f872268 03:17:30 Removing intermediate container 71a8ef571ebe 03:17:30 ---> ff9058a7953b 03:17:30 Step 14/23 : EXPOSE $APP_PORT 03:17:30 Removing intermediate container 94f20df0419d 03:17:30 ---> 3324c7df3547 03:17:30 Step 14/22 : EXPOSE $APP_PORT 03:17:30 Removing intermediate container 1b123b95bb57 03:17:30 ---> 6e1d13326b66 03:17:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:30 ---> Running in 768aa9c187d6 03:17:30 ---> Running in 721ca5ea5acc 03:17:30 Removing intermediate container a536c18f280b 03:17:30 ---> 1474b2d39a8f 03:17:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:17:30 Removing intermediate container 99980f872268 03:17:30 ---> df96df51e6bc 03:17:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:17:31 ---> Running in 0a6f4e2122fe 03:17:31 Removing intermediate container 768aa9c187d6 03:17:31 ---> b18353044c88 03:17:31 Step 15/23 : WORKDIR / 03:17:31 ---> b1ce8a5cbfbb 03:17:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:17:31 Removing intermediate container 721ca5ea5acc 03:17:31 ---> ab7786c5eaf1 03:17:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:31 ---> Running in 7e180f488bf5 03:17:31 ---> 99db0d592982 03:17:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:17:31 ---> 562b743a5646 03:17:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:17:32 Removing intermediate container 7e180f488bf5 03:17:32 ---> cf16a0bb2cbd 03:17:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:32 ---> 5d88c9a7618c 03:17:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:17:32 ---> ebd6f53fd197 03:17:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:17:32 ---> 471470a7b5d6 03:17:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:17:32 ---> 521c31076f82 03:17:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:17:33 ---> f834fa09b4bf 03:17:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:17:33 ---> 464573e21f14 03:17:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:17:33 Removing intermediate container 0a6f4e2122fe 03:17:33 ---> 6631616a35ac 03:17:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:17:33 ---> Running in 6bf8a807405e 03:17:33 ---> Running in 1423fb7567e1 03:17:33 ---> eab8387cacfe 03:17:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:17:33 ---> af9b6a6afac6 03:17:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:17:33 ---> 2949fb714231 03:17:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:17:33 ---> Running in 98bc4cbe744e 03:17:33 Removing intermediate container 6bf8a807405e 03:17:33 ---> b011e45f1839 03:17:33 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:17:33 Removing intermediate container 1423fb7567e1 03:17:33 ---> 381f9e5fd9ba 03:17:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:34 ---> Running in 86747bb281f3 03:17:34 Removing intermediate container 98bc4cbe744e 03:17:34 ---> deb24b1edfcc 03:17:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:34 ---> 1fde37a4767e 03:17:34 Step 19/23 : ENTRYPOINT ["/core-command"] 03:17:34 ---> b43a2970b5da 03:17:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:17:34 ---> 775f96440fcf 03:17:34 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:17:35 ---> Running in b6bf7d2c0936 03:17:35 ---> Running in 44af4728daa8 03:17:35 ---> Running in af7049ec2ad2 03:17:35 Removing intermediate container 86747bb281f3 03:17:35 ---> 6544b28484fa 03:17:35 Step 20/22 : LABEL arch=x86_64 03:17:35 ---> Running in b643ebebc9cf 03:17:35 ---> ab701fdcab5e 03:17:35 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/ 03:17:35 Removing intermediate container 44af4728daa8 03:17:35 ---> adf0e3075fae 03:17:35 Step 20/22 : LABEL arch=x86_64 03:17:35 Removing intermediate container b6bf7d2c0936 03:17:35 ---> e4aaac408f9f 03:17:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:35 ---> Running in 73f77f6fd0e5 03:17:35 ---> Running in 25bb77332e28 03:17:35 ---> Running in c9f28c47bf9f 03:17:35 Removing intermediate container b643ebebc9cf 03:17:35 ---> 74ef047cdda7 03:17:35 Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:17:36 ---> Running in 95129d4a9b66 03:17:36 Removing intermediate container c9f28c47bf9f 03:17:36 ---> 8f5ae9460d9a 03:17:36 Step 21/23 : LABEL arch=x86_64 03:17:36 Removing intermediate container 25bb77332e28 03:17:36 ---> 4b6c5d1ea58b 03:17:36 Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:17:36 ---> Running in 79a0c1130848 03:17:36 ---> Running in f0ab5f33292f 03:17:36 Removing intermediate container 95129d4a9b66 03:17:36 ---> 0624359f782f 03:17:36 Step 22/22 : LABEL version=0.0.0 03:17:36 ---> Running in cb74b8daec2a 03:17:36 Removing intermediate container 79a0c1130848 03:17:36 ---> d535d2ef6687 03:17:36 Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:17:36 Removing intermediate container f0ab5f33292f 03:17:36 ---> 488e6505339f 03:17:36 Step 22/22 : LABEL version=0.0.0 03:17:36 ---> Running in e4686355efff 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.218s coverage: 28.6% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.347s coverage: 100.0% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.476s coverage: 86.7% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.222s coverage: 78.3% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:17:37 ---> Running in 92b855b9a8c6 03:17:37 Removing intermediate container cb74b8daec2a 03:17:37 ---> d1eaea43705e 03:17:37 03:17:37 Removing intermediate container af7049ec2ad2 03:17:37 ---> e2fdd81a7d69 03:17:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:37 Removing intermediate container e4686355efff 03:17:37 ---> ac74b3a046b5 03:17:37 Step 23/23 : LABEL version=0.0.0 03:17:37 Successfully built d1eaea43705e 03:17:37 Removing intermediate container 73f77f6fd0e5 03:17:37 ---> d29f32dcce7e 03:17:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:17:37 Successfully tagged docker-support-scheduler-go:latest 03:17:37  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 03:17:37 ---> Running in fb28f5560078 03:17:37 Removing intermediate container 92b855b9a8c6 03:17:37 ---> 0ad403fbe48d 03:17:37 03:17:37 ---> 70218e45e189 03:17:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:17:37 ---> Running in ef5a4d98b023 03:17:37 Removing intermediate container fb28f5560078 03:17:37 ---> 51cefcc2c3b4 03:17:37 03:17:38 Successfully built 0ad403fbe48d 03:17:38 Removing intermediate container ef5a4d98b023 03:17:38 ---> efe478cb2ae0 03:17:38 Step 22/24 : LABEL arch=x86_64 03:17:38 Successfully tagged docker-support-notifications-go:latest 03:17:38 Building docker-security-proxy-setup-go 03:17:38  Building docker-support-notifications-go ... done Successfully built 51cefcc2c3b4 03:17:38 Successfully tagged docker-core-command-go:latest 03:17:38 Building docker-core-data-go 03:17:38  Building docker-core-command-go ... done  ---> Running in bc947318de8f 03:17:38 Removing intermediate container bc947318de8f 03:17:38 ---> 5e08d73912a5 03:17:38 Step 23/24 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:17:38 ---> f5dd1ba12017 03:17:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:17:38 ---> Running in bb8df00b4203 03:17:38 ---> a4fb85d4dd05 03:17:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:17:39 Removing intermediate container bb8df00b4203 03:17:39 ---> cd82f1e5e3c9 03:17:39 Step 24/24 : LABEL version=0.0.0 03:17:41 ---> Running in 3a0ee7711796 03:17:41 ---> e1bdf9ec0989 03:17:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:17:43 Removing intermediate container 3a0ee7711796 03:17:43 ---> c2d45610bf25 03:17:43 03:17:43 Successfully built c2d45610bf25 03:17:44 Successfully tagged docker-security-secretstore-setup-go:latest 03:17:44  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 03:17:44 ---> e1722af0977c 03:17:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.256s coverage: 92.8% of statements 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 1.0% of statements 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:17:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.160s coverage: 79.5% of statements 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.160s coverage: 94.1% of statements 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements 03:17:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.142s coverage: 87.5% of statements 03:17:48 ---> Running in 4aa42a93bf49 03:17:49 Removing intermediate container 4aa42a93bf49 03:17:49 ---> af5d50e3b1b7 03:17:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:17:49 ---> 33495c0daa4e 03:17:49 Step 26/31 : RUN chmod +x /entrypoint.sh 03:17:49 ---> Running in 0bb4a7ee5d57 03:17:53 Removing intermediate container 0bb4a7ee5d57 03:17:53 ---> 63a5a8c1124c 03:17:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:17:53 ---> Running in 314adde5402c 03:17:54 Removing intermediate container 314adde5402c 03:17:54 ---> 4676e7dc3449 03:17:54 Step 28/31 : CMD ["gate"] 03:17:54 ---> Running in 81a6a2df0f3d 03:17:54 Removing intermediate container 81a6a2df0f3d 03:17:54 ---> 027f8c7bff93 03:17:54 Step 29/31 : LABEL arch=x86_64 03:17:55 ---> Running in 5c27b601b209 03:17:56 Removing intermediate container 5c27b601b209 03:17:56 ---> b8d04fd516a7 03:17:56 Step 30/31 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:17:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.156s coverage: 94.4% of statements 03:17:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 03:17:59 ---> Running in cfd687943fd8 03:18:00 Removing intermediate container cfd687943fd8 03:18:00 ---> 11fd3e56ff08 03:18:00 Step 31/31 : LABEL version=0.0.0 03:18:01 ---> Running in 39de43bede81 03:18:02 Removing intermediate container 39de43bede81 03:18:02 ---> d2b804585850 03:18:02 03:18:02 Successfully built d2b804585850 03:18:02 Successfully tagged docker-security-bootstrapper-go:latest 03:18:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.543s coverage: 82.6% of statements 03:18:04  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:18:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:18:04 ---> 21d734386a3d 03:18:04 Step 3/21 : WORKDIR /edgex-go 03:18:04 ---> Using cache 03:18:04 ---> adfdd86e1443 03:18:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:04 ---> Using cache 03:18:04 ---> c03f7669305d 03:18:04 Step 5/21 : RUN apk add --update --no-cache make git 03:18:04 ---> Using cache 03:18:04 ---> f4d12a42952f 03:18:04 Step 6/21 : COPY go.mod . 03:18:04 ---> Using cache 03:18:04 ---> b61b60879cd8 03:18:04 Step 7/21 : RUN go mod download 03:18:04 ---> Using cache 03:18:04 ---> c0851ec07519 03:18:04 Step 8/21 : COPY . . 03:18:04 ---> Using cache 03:18:04 ---> 805d4e9581ca 03:18:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:18:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:18:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:18:04 ---> 21d734386a3d 03:18:04 Step 3/23 : WORKDIR /edgex-go 03:18:04 ---> Using cache 03:18:04 ---> adfdd86e1443 03:18:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:04 ---> Using cache 03:18:04 ---> c03f7669305d 03:18:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:18:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:18:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:18:04 ---> 21d734386a3d 03:18:04 Step 3/23 : WORKDIR /edgex-go 03:18:04 ---> Using cache 03:18:04 ---> adfdd86e1443 03:18:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:04 ---> Using cache 03:18:04 ---> c03f7669305d 03:18:04 Step 5/23 : RUN apk add --update --no-cache make git 03:18:04 ---> Using cache 03:18:04 ---> f4d12a42952f 03:18:04 Step 6/23 : COPY go.mod . 03:18:04 ---> Using cache 03:18:04 ---> b61b60879cd8 03:18:04 Step 7/23 : RUN go mod download 03:18:04 ---> Using cache 03:18:04 ---> c0851ec07519 03:18:04 Step 8/23 : COPY . . 03:18:04 ---> Using cache 03:18:04 ---> 805d4e9581ca 03:18:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:18:07 ---> Running in 9056b61afcda 03:18:07 ---> Running in f296c9797537 03:18:07 ---> Running in 3901f6c6bed7 03:18:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:18:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:18:08 ---> 21d734386a3d 03:18:08 Step 3/26 : WORKDIR /edgex-go 03:18:08 ---> Using cache 03:18:08 ---> adfdd86e1443 03:18:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:18:08 ---> Using cache 03:18:08 ---> c03f7669305d 03:18:08 Step 5/26 : RUN apk add --update --no-cache make bash git 03:18:08 ---> Running in 839d02b18cb2 03:18:09 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 03:18:09 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 03:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:13 OK: 233 MiB in 51 packages 03:18:13 OK: 233 MiB in 51 packages 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.206s coverage: 92.9% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.234s coverage: 84.6% of statements 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.303s coverage: 91.6% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.876s coverage: 64.4% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.162s coverage: 100.0% of statements 03:18:15 Removing intermediate container 839d02b18cb2 03:18:15 ---> 4e68d277610d 03:18:15 Step 6/26 : COPY go.mod . 03:18:15 Removing intermediate container 3901f6c6bed7 03:18:15 ---> 23d4ffdfeef5 03:18:15 Step 6/23 : COPY go.mod . 03:18:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 03:18:16 ---> ebbdcbba03d1 03:18:16 Step 7/23 : RUN go mod download 03:18:16 ---> ad35d24dff44 03:18:16 Step 7/26 : RUN go mod download 03:18:16 ---> Running in 58f91c0cea2b 03:18:16 ---> Running in 1542784d6256 03:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 03:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 03:18:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 03:18:19 Removing intermediate container 1542784d6256 03:18:19 ---> 5e74b9cd0e87 03:18:19 Step 8/26 : COPY . . 03:18:19 Removing intermediate container 58f91c0cea2b 03:18:19 ---> 4867196665cb 03:18:19 Step 8/23 : COPY . . 03:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.055s coverage: 69.0% of statements 03:18:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:18:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:18:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:18:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.484s coverage: 38.4% of statements 03:18:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:18:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:18:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements 03:18:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:18:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements 03:18:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.0% of statements 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:18:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:18:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:18:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.456s coverage: 87.1% of statements 03:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.767s coverage: 29.1% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.271s coverage: 95.0% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:18:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:18:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 03:18:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 03:18:43 GO111MODULE=on go vet ./... 03:18:50 ---> 193349d21686 03:18:50 ---> ed12c4ae715a 03:18:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-data/core-data 03:18:50 03:18:50 Removing intermediate container 9056b61afcda 03:18:50 ---> 3961ce76b635 03:18:50 03:18:50 Step 10/21 : FROM alpine:3.12 03:18:50 ---> 42cb162f0360 03:18:50 Step 11/21 : RUN apk add --update --no-cache curl 03:18:50 Removing intermediate container f296c9797537 03:18:50 ---> 9bf46a263a2d 03:18:50 03:18:50 Step 10/23 : FROM alpine:3.12 03:18:50 ---> 42cb162f0360 03:18:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:18:50 ---> Using cache 03:18:50 ---> 58d1f3918b1e 03:18:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:18:50 ---> Using cache 03:18:50 ---> a01ef9ac2e28 03:18:50 Step 13/23 : ENV APP_PORT=48081 03:18:50 ---> Running in cf609f1180bc 03:18:50 ---> Running in 139f936a3e13 03:18:50 ---> Running in 34be4343cb87 03:18:50 ---> Running in 13602c8ebbba 03:18:50 Removing intermediate container 13602c8ebbba 03:18:50 ---> 7659b598cbd4 03:18:50 Step 14/23 : EXPOSE $APP_PORT 03:18:50 ---> Running in 405db3833511 03:18:50 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 03:18:50 Removing intermediate container 405db3833511 03:18:50 ---> 69f60382aea8 03:18:50 Step 15/23 : WORKDIR / 03:18:50 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 03:18:50 ---> Running in 5c00cf4ed91c 03:18:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:50 Removing intermediate container 5c00cf4ed91c 03:18:50 ---> 9306bae46821 03:18:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:18:50 (1/4) Installing ca-certificates (20191127-r4) 03:18:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:18:50 (3/4) Installing libcurl (7.69.1-r3) 03:18:50 (4/4) Installing curl (7.69.1-r3) 03:18:50 Executing busybox-1.31.1-r19.trigger 03:18:50 Executing ca-certificates-20191127-r4.trigger 03:18:50 OK: 7 MiB in 18 packages 03:18:50 ---> d7f8523e3f71 03:18:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:18:52 ---> 81282f7e2db0 03:18:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:18:53 Removing intermediate container 34be4343cb87 03:18:53 ---> c9402af07cf4 03:18:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:18:53 ---> Running in 5b72d5eef2a1 03:18:53 ---> caf7393ba7b1 03:18:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:18:53 ---> Running in 8a1d7f7a1f30 03:18:53 Removing intermediate container 5b72d5eef2a1 03:18:53 ---> c82a81ade20c 03:18:53 Step 13/21 : WORKDIR /edgex 03:18:53 ---> Running in cfd58d25177a 03:18:54 Removing intermediate container 8a1d7f7a1f30 03:18:54 ---> 950d7f9b5624 03:18:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:18:54 ---> Running in 59ec1a26f566 03:18:54 Removing intermediate container cfd58d25177a 03:18:54 ---> e9614ca2ba75 03:18:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:18:54 Removing intermediate container 59ec1a26f566 03:18:54 ---> e12a49191557 03:18:54 Step 21/23 : LABEL arch=x86_64 03:18:54 ---> Running in 420657c99286 03:18:54 ---> 733df5592bc7 03:18:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:18:55 Removing intermediate container 420657c99286 03:18:55 ---> c289988204dd 03:18:55 Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:18:55 ---> Running in 9127abaf5365 03:18:56 ---> ace64f09e7af 03:18:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:18:56 Removing intermediate container 9127abaf5365 03:18:56 ---> 5692d60ae93d 03:18:56 Step 23/23 : LABEL version=0.0.0 03:18:56 ---> Running in 7a86292bb5cb 03:18:56 Removing intermediate container 7a86292bb5cb 03:18:56 ---> 3d66ee316d32 03:18:56 03:18:56 ---> d380983cf1e1 03:18:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:18:56 Successfully built 3d66ee316d32 03:18:56 Successfully tagged docker-core-metadata-go:latest 03:18:56  Building docker-core-metadata-go ... done  ---> Running in ccd8442d82c4 03:18:57 Removing intermediate container ccd8442d82c4 03:18:57 ---> 481c7b71ddad 03:18:57 Step 18/21 : CMD ["--init=true"] 03:18:57 ---> Running in ae6d44f96322 03:18:57 Removing intermediate container ae6d44f96322 03:18:57 ---> 5c8f9b972b9c 03:18:57 Step 19/21 : LABEL arch=x86_64 03:18:58 ---> Running in 1971f252ac0e 03:18:58 Removing intermediate container 1971f252ac0e 03:18:58 ---> ea490c8a59ad 03:18:58 Step 20/21 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:18:58 ---> Running in 07b99486b141 03:18:59 Removing intermediate container 07b99486b141 03:18:59 ---> 64b37e0afbc3 03:18:59 Step 21/21 : LABEL version=0.0.0 03:18:59 ---> Running in fba3a99c5e52 03:19:00 Removing intermediate container fba3a99c5e52 03:19:00 ---> 4028cfdae650 03:19:00 03:19:00 Successfully built 4028cfdae650 03:19:00 Successfully tagged docker-security-proxy-setup-go:latest 03:19:13  Building docker-security-proxy-setup-go ... done Removing intermediate container 139f936a3e13 03:19:13 ---> 10145dace56f 03:19:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:19:13 ---> Running in b45d60a2b88f 03:19:13 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 03:19:14 Removing intermediate container cf609f1180bc 03:19:14 ---> 4029fd5f9884 03:19:14 03:19:14 Step 10/23 : FROM alpine:3.12 03:19:14 ---> 42cb162f0360 03:19:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:19:14 ---> Running in f1b554c73a0c 03:19:14 Removing intermediate container b45d60a2b88f 03:19:14 ---> 1dba7d4cdf6e 03:19:14 03:19:14 Step 11/26 : FROM docker:20.10.0 03:19:14 20.10.0: Pulling from library/docker 03:19:14 Removing intermediate container f1b554c73a0c 03:19:14 ---> 7a4a39386c0e 03:19:14 Step 12/23 : ENV APP_PORT=48080 03:19:15 ---> Running in ebea4ec40d5a 03:19:15 Removing intermediate container ebea4ec40d5a 03:19:15 ---> e6339f975589 03:19:15 Step 13/23 : EXPOSE $APP_PORT 03:19:15 ---> Running in d7637a524225 03:19:16 Removing intermediate container d7637a524225 03:19:16 ---> 19e88a652ac1 03:19:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:19:16 ---> Running in 3db00c70f84b 03:19:17 Removing intermediate container 3db00c70f84b 03:19:17 ---> 21b530830414 03:19:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:19:17 ---> Running in 41a039f8b515 03:19:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:19:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:19:19 (1/6) Installing dumb-init (1.2.2-r1) 03:19:19 (2/6) Installing libgcc (9.3.0-r2) 03:19:19 (3/6) Installing libsodium (1.0.18-r0) 03:19:19 (4/6) Installing libstdc++ (9.3.0-r2) 03:19:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:19:19 Status: Downloaded newer image for docker:20.10.0 03:19:19 ---> aefe523efa57 03:19:19 Step 12/26 : RUN apk add --no-cache bash 03:19:19 (5/6) Installing libzmq (4.3.3-r0) 03:19:19 (6/6) Installing zeromq (4.3.3-r0) 03:19:19 ---> Running in 9889bddb5d6f 03:19:19 Executing busybox-1.31.1-r19.trigger 03:19:19 OK: 8 MiB in 20 packages 03:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:19:20 Removing intermediate container 41a039f8b515 03:19:20 ---> 280a6077ddba 03:19:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:19:20 (1/2) Installing readline (8.0.4-r0) 03:19:20 (2/2) Installing bash (5.0.17-r0) 03:19:20 Executing bash-5.0.17-r0.post-install 03:19:20 Executing busybox-1.31.1-r19.trigger 03:19:20 OK: 12 MiB in 22 packages 03:19:20 ---> edc834ca014a 03:19:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:19:21 Removing intermediate container 9889bddb5d6f 03:19:21 ---> 6605cf8dfd4d 03:19:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:19:21 ---> Running in 5346b3e6d520 03:19:21 ---> 396b224d4b1e 03:19:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:19:21 Removing intermediate container 5346b3e6d520 03:19:21 ---> 799bd29a50bd 03:19:21 Step 14/26 : ENV APP_PORT=48090 03:19:21 ---> Running in d349ce4e6e6d 03:19:21 ---> d9c92d44750d 03:19:21 Step 19/23 : ENTRYPOINT ["/core-data"] 03:19:21 ---> Running in f95a77e05df6 03:19:21 Removing intermediate container d349ce4e6e6d 03:19:21 ---> 4e59d711c714 03:19:21 Step 15/26 : EXPOSE $APP_PORT 03:19:21 ---> Running in 279a0517bfff 03:19:21 Removing intermediate container f95a77e05df6 03:19:21 ---> 9b39b41404f2 03:19:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:21 ---> Running in 057cbe2e8b1a 03:19:21 Removing intermediate container 279a0517bfff 03:19:21 ---> 7e929eecfb6e 03:19:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:19:22 Removing intermediate container 057cbe2e8b1a 03:19:22 ---> 69199cc5f92e 03:19:22 Step 21/23 : LABEL arch=x86_64 03:19:22 ---> Running in bd123f7828d1 03:19:22 Removing intermediate container bd123f7828d1 03:19:22 ---> 8362735e244a 03:19:22 Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:19:22 ---> 697838b68c51 03:19:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:19:22 ---> Running in 8e92a04fe36a 03:19:22 Removing intermediate container 8e92a04fe36a 03:19:22 ---> abce72e47d4a 03:19:22 Step 23/23 : LABEL version=0.0.0 03:19:22 ---> 49b4a0dbc5b5 03:19:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:19:22 ---> Running in 6ba0378cd413 03:19:23 Removing intermediate container 6ba0378cd413 03:19:23 ---> abdf0cc33eb2 03:19:23 03:19:23 ---> a388c1cf4d27 03:19:23 Step 19/26 : RUN apk --no-cache add py3-pip 03:19:23 Successfully built abdf0cc33eb2 03:19:23 Successfully tagged docker-core-data-go:latest 03:19:23  Building docker-core-data-go ... done  ---> Running in 50f971539395 03:19:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:19:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:19:24 (1/33) Installing libbz2 (1.0.8-r1) 03:19:24 (2/33) Installing expat (2.2.9-r1) 03:19:24 (3/33) Installing libffi (3.3-r2) 03:19:24 (4/33) Installing gdbm (1.13-r1) 03:19:24 (5/33) Installing xz-libs (5.2.5-r0) 03:19:24 (6/33) Installing sqlite-libs (3.32.1-r0) 03:19:24 (7/33) Installing python3 (3.8.8-r0) 03:19:25 (8/33) Installing py3-appdirs (1.4.4-r1) 03:19:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:19:25 (10/33) Installing py3-parsing (2.4.7-r0) 03:19:25 (11/33) Installing py3-six (1.15.0-r0) 03:19:25 (12/33) Installing py3-packaging (20.4-r0) 03:19:25 (13/33) Installing py3-setuptools (47.0.0-r0) 03:19:25 (14/33) Installing py3-chardet (3.0.4-r4) 03:19:25 (15/33) Installing py3-idna (2.9-r0) 03:19:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:19:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:19:25 (18/33) Installing py3-requests (2.23.0-r0) 03:19:25 (19/33) Installing py3-msgpack (1.0.0-r0) 03:19:25 (20/33) Installing py3-lockfile (0.12.2-r3) 03:19:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:19:25 (22/33) Installing py3-colorama (0.4.3-r0) 03:19:25 (23/33) Installing py3-distlib (0.3.0-r0) 03:19:25 (24/33) Installing py3-distro (1.5.0-r1) 03:19:25 (25/33) Installing py3-webencodings (0.5.1-r3) 03:19:25 (26/33) Installing py3-html5lib (1.0.1-r4) 03:19:25 (27/33) Installing py3-pytoml (0.1.21-r0) 03:19:25 (28/33) Installing py3-pep517 (0.8.2-r0) 03:19:25 (29/33) Installing py3-progress (1.5-r0) 03:19:25 (30/33) Installing py3-toml (0.10.1-r0) 03:19:25 (31/33) Installing py3-retrying (1.3.3-r0) 03:19:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:19:25 (33/33) Installing py3-pip (20.1.1-r0) 03:19:26 Executing busybox-1.31.1-r19.trigger 03:19:26 OK: 71 MiB in 55 packages 03:19:36 Removing intermediate container 50f971539395 03:19:36 ---> 797f817c511f 03:19:36 Step 20/26 : RUN pip install docker-compose==1.23.2 03:19:36 ---> Running in f0281be3c90b 03:19:36 Collecting docker-compose==1.23.2 03:19:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:19:36 Collecting dockerpty<0.5,>=0.4.1 03:19:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:19:37 Collecting websocket-client<1.0,>=0.32.0 03:19:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:19:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:19:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:19:37 Collecting docopt<0.7,>=0.6.1 03:19:37 Downloading docopt-0.6.2.tar.gz (25 kB) 03:19:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:19:38 Collecting PyYAML<4,>=3.10 03:19:38 Downloading PyYAML-3.13.tar.gz (270 kB) 03:19:39 Collecting cached-property<2,>=1.2.0 03:19:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:19:39 Collecting texttable<0.10,>=0.9.0 03:19:39 Downloading texttable-0.9.1.tar.gz (11 kB) 03:19:40 Collecting docker<4.0,>=3.6.0 03:19:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:19:40 Collecting jsonschema<3,>=2.5.1 03:19:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:19:40 Collecting urllib3<1.25,>=1.21.1 03:19:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:19:40 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) 03:19:40 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) 03:19:40 Collecting idna<2.8,>=2.5 03:19:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:19:40 Collecting docker-pycreds>=0.4.0 03:19:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:19:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:19:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:19:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:19:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:19:40 Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docopt, PyYAML, cached-property, texttable, docker-pycreds, docker, jsonschema, docker-compose 03:19:40 Running setup.py install for dockerpty: started 03:19:41 Running setup.py install for dockerpty: finished with status 'done' 03:19:41 Attempting uninstall: urllib3 03:19:41 Found existing installation: urllib3 1.25.9 03:19:41 Uninstalling urllib3-1.25.9: 03:19:41 Successfully uninstalled urllib3-1.25.9 03:19:41 Attempting uninstall: idna 03:19:41 Found existing installation: idna 2.9 03:19:41 Uninstalling idna-2.9: 03:19:41 Successfully uninstalled idna-2.9 03:19:41 Attempting uninstall: requests 03:19:41 Found existing installation: requests 2.23.0 03:19:41 Uninstalling requests-2.23.0: 03:19:42 Successfully uninstalled requests-2.23.0 03:19:42 Running setup.py install for docopt: started 03:19:42 Running setup.py install for docopt: finished with status 'done' 03:19:42 Running setup.py install for PyYAML: started 03:19:43 Running setup.py install for PyYAML: finished with status 'done' 03:19:43 Running setup.py install for texttable: started 03:19:43 Running setup.py install for texttable: finished with status 'done' 03:19:44 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 03:19:47 Removing intermediate container f0281be3c90b 03:19:47 ---> e18f7b2702cd 03:19:47 Step 21/26 : RUN apk --no-cache add curl 03:19:47 ---> Running in 925d46e9314a 03:19:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:19:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:19:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:19:47 (2/3) Installing libcurl (7.69.1-r3) 03:19:47 (3/3) Installing curl (7.69.1-r3) 03:19:47 Executing busybox-1.31.1-r19.trigger 03:19:47 OK: 72 MiB in 58 packages 03:19:48 Removing intermediate container 925d46e9314a 03:19:48 ---> 0ae428e1c09a 03:19:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:19:48 ---> Running in f7c5003da3e9 03:19:48 Removing intermediate container f7c5003da3e9 03:19:48 ---> 96996d48f527 03:19:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:19:48 ---> Running in 876558c5b907 03:19:48 Removing intermediate container 876558c5b907 03:19:48 ---> 1b46c58a98ab 03:19:48 Step 24/26 : LABEL arch=x86_64 03:19:48 ---> Running in f9cbe4803f95 03:19:48 Removing intermediate container f9cbe4803f95 03:19:48 ---> be198a3e4dd3 03:19:48 Step 25/26 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:19:49 ---> Running in d4d3c676be4b 03:19:49 Removing intermediate container d4d3c676be4b 03:19:49 ---> f30313dd7253 03:19:49 Step 26/26 : LABEL version=0.0.0 03:19:49 ---> Running in fcc7ecbb41a6 03:19:49 Removing intermediate container fcc7ecbb41a6 03:19:49 ---> bc0c6480aedd 03:19:49 03:19:49 Successfully built bc0c6480aedd 03:19:49 Successfully tagged docker-sys-mgmt-agent-go:latest 03:19:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:19:50 $ docker stop --time=1 c934bc697f1ece6ad976c5213038cbfbe022bb3e54c45733ac3ee5b9a53c5d73 03:19:51 $ docker rm -f c934bc697f1ece6ad976c5213038cbfbe022bb3e54c45733ac3ee5b9a53c5d73 [Pipeline] // withDockerContainer [Pipeline] sh 03:19:52 + docker images 03:19:52 + grep docker 03:19:52 docker-sys-mgmt-agent-go latest bc0c6480aedd 3 seconds ago 314MB 03:19:52 docker-core-data-go latest abdf0cc33eb2 30 seconds ago 22.7MB 03:19:52 docker-security-proxy-setup-go latest 4028cfdae650 52 seconds ago 25.4MB 03:19:52 docker-core-metadata-go latest 3d66ee316d32 56 seconds ago 19MB 03:19:52 docker-security-bootstrapper-go latest d2b804585850 About a minute ago 18.9MB 03:19:52 docker-security-secretstore-setup-go latest c2d45610bf25 2 minutes ago 25.7MB 03:19:52 docker-support-notifications-go latest 0ad403fbe48d 2 minutes ago 17.9MB 03:19:52 docker-core-command-go latest 51cefcc2c3b4 2 minutes ago 17.3MB 03:19:52 docker-support-scheduler-go latest d1eaea43705e 2 minutes ago 17.4MB 03:19:52 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 03:20:08 Still waiting to schedule task 03:20:08 ‘prd-ubuntu18.04-docker-8c-8g-32153’ is offline 03:20:20 gofmt -l . 03:20:20 [ "`gofmt -l .`" = "" ] 03:20:20 ./bin/test-go-mod-tidy.sh 03:20:20 ./bin/test-attribution-txt.sh [Pipeline] sh 03:20:20 + ls -al . 03:20:20 total 808 03:20:20 drwxrwxr-x 9 1001 1001 4096 Mar 31 03:20 . 03:20:20 drwxr-xr-x 4 root root 4096 Mar 31 03:15 .. 03:20:20 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:13 .dockerignore 03:20:20 drwxrwxr-x 8 1001 1001 4096 Mar 31 03:14 .git 03:20:20 drwxrwxr-x 3 1001 1001 4096 Mar 31 03:13 .github 03:20:20 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:13 .gitignore 03:20:20 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:13 .sonarcloud.properties 03:20:20 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:13 Attribution.txt 03:20:20 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:13 CONTRIBUTING.md 03:20:20 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:13 Dockerfile.build 03:20:20 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:13 Jenkinsfile 03:20:20 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:13 LICENSE 03:20:20 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:13 Makefile 03:20:20 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:13 README.md 03:20:20 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:13 SECURITY.md 03:20:20 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:11 VERSION 03:20:20 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:13 ZMQWindows.md 03:20:20 drwxrwxr-x 2 1001 1001 4096 Mar 31 03:13 bin 03:20:20 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:13 cmd 03:20:20 -rw-r--r-- 1 root root 669470 Mar 31 03:18 coverage.out 03:20:20 -rw-r--r-- 1 root root 1056 Mar 31 03:20 go.mod 03:20:20 -rw-r--r-- 1 root root 22131 Mar 31 03:20 go.sum 03:20:20 drwxrwxr-x 8 1001 1001 4096 Mar 31 03:13 internal 03:20:20 drwxrwxr-x 4 1001 1001 4096 Mar 31 03:13 openapi 03:20:20 drwxrwxr-x 4 1001 1001 4096 Mar 31 03:13 snap 03:20:20 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:13 version.go [Pipeline] sh 03:20:21 + '[' -e coverage.out ] 03:20:21 + chown 1001:1001 coverage.out [Pipeline] stash 03:20:21 Warning: overwriting stash ‘coverage-report’ 03:20:22 Stashed 1 file(s) [Pipeline] sh 03:20:23 + make build 03:20: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 03:20:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:21:02 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 03:21:05 Running on prd-ubuntu18.04-docker-8c-8g-32188 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws 03:21:05 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:21:06 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 03:21:07 using credential edgex-jenkins-ssh 03:21:07 Cloning the remote Git repository 03:21:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:21:07 > git init /w/workspace/edgex-go/3 # timeout=10 03:21:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:21:07 > git --version # timeout=10 03:21:07 > git --version # 'git version 2.17.1' 03:21:07 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21: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 03:21:15 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 03:21:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:21:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:21:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:21:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:21:15 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 03:21:15 Merge succeeded, producing 7ea006d2bf427d986e3cae48a451342be7009350 03:21:15 Checking out Revision 7ea006d2bf427d986e3cae48a451342be7009350 (PR-3319) 03:21:15 > git config core.sparsecheckout # timeout=10 03:21:15 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 03:21:15 > git remote # timeout=10 03:21:15 > git config --get remote.origin.url # timeout=10 03:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:21:15 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 03:21:15 > git rev-parse HEAD^{commit} # timeout=10 03:21:15 > git config core.sparsecheckout # timeout=10 03:21:15 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 03:21:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:21:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:21:20 + echo snap-build.sh 03:21:20 snap-build.sh 03:21:20 + SNAP_BASE_DIR=. 03:21:20 + '[' '!' -z /w/workspace/edgex-go/3 ']' 03:21:20 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 03:21:20 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 03:21:20 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 03:21:20 + cd /w/workspace/edgex-go/3 03:21:20 + sudo apt-get remove -qy --purge lxd lxd-client 03:21:20 Reading package lists... 03:21:20 Building dependency tree... 03:21:20 Reading state information... 03:21:21 The following packages were automatically installed and are no longer required: 03:21:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:21:21 uidmap xdelta3 03:21:21 Use 'sudo apt autoremove' to remove them. 03:21:21 The following packages will be REMOVED: 03:21:21 lxd* lxd-client* 03:21:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:21:21 After this operation, 31.7 MB disk space will be freed. 03:21:22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 03:21:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:21:23 Removing lxd dnsmasq configuration 03:21:23 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:21:23 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:21:24 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:21:25 (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.) 03:21:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:21:26 Processing triggers for systemd (237-3ubuntu10.42) ... 03:21:26 Processing triggers for ureadahead (0.100.0-21) ... 03:21:27 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 03:21:27 + sudo snap remove --purge lxd 03:21:27 snap "lxd" is not installed 03:21:27 + sudo groupadd --force --system lxd 03:21:27 ++ whoami 03:21:27 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:21:28 + newgrp - lxd 03:21:28 + sudo snap install lxd 03:21:31 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 03:21:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:21:41 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 03:21: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] } 03:21:53 $ docker stop --time=1 9a604910a0a98c260ac2cdd69cb5f23664ca8b184d5c0cae7c10284eaca77089 03:21:55 $ docker rm -f 9a604910a0a98c260ac2cdd69cb5f23664ca8b184d5c0cae7c10284eaca77089 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:21:57 03:21:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:21:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:21:58 latest: Pulling from edgex-devops/edgex-compose-arm64 03:21:58 29e5d40040c1: Pulling fs layer 03:21:58 1ce36da41761: Pulling fs layer 03:21:58 25b303627fd3: Pulling fs layer 03:21:59 29e5d40040c1: Verifying Checksum 03:21:59 29e5d40040c1: Download complete 03:21:59 1ce36da41761: Verifying Checksum 03:21:59 1ce36da41761: Download complete 03:21:59 29e5d40040c1: Pull complete 03:22:01 1ce36da41761: Pull complete 03:22:01 25b303627fd3: Verifying Checksum 03:22:01 25b303627fd3: Download complete 03:22:11 25b303627fd3: Pull complete 03:22:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:22:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:22:11 prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container 03:22:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:22:14 $ docker top 196dd8837fce8a97a77a59823e80382f8a041d4faed8d528b775cd1d07439e07 -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:15 + grep parallel 03:22:15 + docker-compose build --help 03:22:20 --parallel Build images in parallel. [Pipeline] } 03:22:20 $ docker stop --time=1 196dd8837fce8a97a77a59823e80382f8a041d4faed8d528b775cd1d07439e07 03:22:22 $ docker rm -f 196dd8837fce8a97a77a59823e80382f8a041d4faed8d528b775cd1d07439e07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:22:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:22:22 . [Pipeline] withDockerContainer 03:22:23 prd-ubuntu18.04-docker-arm64-4c-16g-32185 does not seem to be running inside a container 03:22:23 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:22:24 2021-03-31T03:22:18Z INFO Waiting for automatic snapd restart... 03:22:24 $ docker top e7b49e680fe7d828cf7a538d52c2869ee9ffee66984b5e0f1eaf1387e79c5432 -eo pid,comm [Pipeline] { [Pipeline] sh 03:22:25 + docker-compose -f ./docker-compose-build.yml build --parallel 03:22:30 Building docker-core-command-go ... 03:22:30 Building docker-core-data-go ... 03:22:30 Building docker-core-metadata-go ... 03:22:30 Building docker-security-bootstrapper-go ... 03:22:30 Building docker-security-proxy-setup-go ... 03:22:30 Building docker-security-secretstore-setup-go ... 03:22:30 Building docker-support-notifications-go ... 03:22:30 Building docker-support-scheduler-go ... 03:22:30 Building docker-sys-mgmt-agent-go ... 03:22:30 Building docker-security-secretstore-setup-go 03:22:30 Building docker-core-command-go 03:22:30 Building docker-core-metadata-go 03:22:30 Building docker-support-notifications-go 03:22:30 Building docker-support-scheduler-go 03:22:36 lxd 4.12 from Canonical* installed 03:22:36 + sudo lxd init --auto 03:22:44 + sudo snap install --classic snapcraft 03:22:51 snapcraft 4.6 from Canonical* installed 03:22:51 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 03:22:51 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 03:22:51 % Total % Received % Xferd Average Speed Time Time Time Current 03:22:51 Dload Upload Total Spent Left Speed 03:22:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4644 03:22:51 100 3325k 100 3325k 0 0 9473k 0 --:--:-- --:--:-- --:--:-- 9473k 03:22:51 ./yq_linux_amd64 03:22:51 + sudo snapcraft prime --use-lxd 03:22:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:22:53 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: 03:22:53 - README.md 03:22:53 03:22:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:22:53 Launching a container. 03:23:06 Waiting for container to be ready 03:23:06 To start your first instance, try: lxc launch ubuntu:18.04 03:23:06 03:23:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:23:08 Waiting for network to be ready... 03:23:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:23:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 03:23:09 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:23:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:23:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:23:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:23:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:23:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:23:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:23:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:23:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:23:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:23:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:23:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:23:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:23:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:23:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:23:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:23:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:23:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 03:23:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:23:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:23:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:23:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:23:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:23:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 03:23:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 03:23:13 Fetched 24.2 MB in 4s (6227 kB/s) 03:23:14 Reading package lists... 03:23:14 Reading package lists... 03:23:14 Building dependency tree... 03:23:14 Reading state information... 03:23:14 The following additional packages will be installed: 03:23:14 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:23:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:23:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:23:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:23:14 Suggested packages: 03:23:14 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:23:14 Recommended packages: 03:23:14 gnupg libsasl2-modules 03:23:14 The following NEW packages will be installed: 03:23:14 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:23:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:23:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:23:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:23:14 The following packages will be upgraded: 03:23:14 gpg gpg-agent gpgconf libudev1 03:23:14 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:23:14 Need to get 3530 kB of archives. 03:23:14 After this operation, 13.3 MB of additional disk space will be used. 03:23:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:23:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:23:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:23:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:23:14 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 03:23:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 03:23:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:23:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:23:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:23:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:23:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:23:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:23:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:23:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:23:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:23:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:23:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:23:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:23:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:23:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:23:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:23:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:23:15 debconf: delaying package configuration, since apt-utils is not installed 03:23:15 Fetched 3530 kB in 1s (3146 kB/s) 03:23:15 (Reading database ... 12511 files and directories currently installed.) 03:23:15 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 03:23:15 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:23:15 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 03:23:16 Selecting previously unselected package udev. 03:23:16 (Reading database ... 12511 files and directories currently installed.) 03:23:16 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 03:23:16 Unpacking udev (237-3ubuntu10.45) ... 03:23:16 Selecting previously unselected package libfuse2:amd64. 03:23:16 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:23:16 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:23:16 Selecting previously unselected package fuse. 03:23:16 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:23:16 Unpacking fuse (2.9.7-1ubuntu1) ... 03:23:16 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:23:16 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:23:16 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:23:16 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:23:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:23:16 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:23:17 Selecting previously unselected package libksba8:amd64. 03:23:17 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:23:17 Unpacking libksba8:amd64 (1.3.5-2) ... 03:23:17 Selecting previously unselected package libroken18-heimdal:amd64. 03:23:17 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:23:17 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:23:17 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:23:17 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libwind0-heimdal:amd64. 03:23:17 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:23:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:23:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:23:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:23:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:23:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:18 Selecting previously unselected package libsasl2-modules-db:amd64. 03:23:18 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:23:18 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:23:18 Selecting previously unselected package libsasl2-2:amd64. 03:23:18 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:23:18 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:23:18 Selecting previously unselected package libldap-common. 03:23:18 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:23:18 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:23:18 Selecting previously unselected package libldap-2.4-2:amd64. 03:23:18 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:23:18 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:23:18 Selecting previously unselected package dirmngr. 03:23:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:23:18 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:23:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:23:18 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:23:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:23:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:23:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:23:18 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:23:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:18 Setting up libksba8:amd64 (1.3.5-2) ... 03:23:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:23:18 Setting up udev (237-3ubuntu10.45) ... 03:23:19 invoke-rc.d: policy-rc.d denied execution of start. 03:23:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Processing triggers for systemd (237-3ubuntu10) ... 03:23:19 Setting up fuse (2.9.7-1ubuntu1) ... 03:23:19 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:23:19 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:23:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:23:19 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:23:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:23:20 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:23:20 settings in the [Install] section, and DefaultInstance for template units). 03:23:20 This means they are not meant to be enabled using systemctl. 03:23:20 Possible reasons for having this kind of units are: 03:23:20 1) A unit may be statically enabled by being symlinked from another unit's 03:23:20 .wants/ or .requires/ directory. 03:23:20 2) A unit's purpose may be to act as a helper for some other unit which has 03:23:20 a requirement dependency on it. 03:23:20 3) A unit may be started when needed via activation (socket, path, timer, 03:23:20 D-Bus, udev, scripted systemctl call, ...). 03:23:20 4) In case of template units, the unit is meant to be enabled with some 03:23:20 instance name specified. 03:23:20 Reading package lists... 03:23:20 Building dependency tree... 03:23:20 Reading state information... 03:23:20 The following additional packages will be installed: 03:23:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:23:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:23:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:23:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:23:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:23:20 Suggested packages: 03:23:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:23:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:23:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:23:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:23:20 systemd-container policykit-1 03:23:20 Recommended packages: 03:23:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:23:20 The following NEW packages will be installed: 03:23:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:23:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:23:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:23:20 multiarch-support openssh-client python3 python3-minimal python3.6 03:23:20 python3.6-minimal snapd squashfs-tools sudo 03:23:20 The following packages will be upgraded: 03:23:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:23:20 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:23:20 Need to get 35.2 MB of archives. 03:23:20 After this operation, 141 MB of additional disk space will be used. 03:23:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:23:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:23:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 03:23:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 03:23:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:23:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:23:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:23:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:23:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:23:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:23:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:23:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:23:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:23:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:23:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:23:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:23:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:23:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:23:21 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:23:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 03:23:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:23:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:23:21 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:23:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:23:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:23:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:23:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:23:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:23:22 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:23:22 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:23:22 debconf: delaying package configuration, since apt-utils is not installed 03:23:22 Fetched 35.2 MB in 1s (26.9 MB/s) 03:23:22 (Reading database ... 12757 files and directories currently installed.) 03:23:22 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 03:23:22 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:23:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 03:23:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:23:23 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 03:23:23 (Reading database ... 12757 files and directories currently installed.) 03:23:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:23:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:23:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:23:23 (Reading database ... 12757 files and directories currently installed.) 03:23:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:23:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:23:23 Setting up apt (1.6.12ubuntu0.2) ... 03:23:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:23:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:23:24 (Reading database ... 12764 files and directories currently installed.) 03:23:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:23:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:23:24 Selecting previously unselected package libpython3.6-minimal:amd64. 03:23:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:23:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:23:25 Selecting previously unselected package libexpat1:amd64. 03:23:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:23:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:23:25 Selecting previously unselected package python3.6-minimal. 03:23:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:23:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:23:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 03:23:25 Checking for services that may need to be restarted...done. 03:23:25 Checking for services that may need to be restarted...done. 03:23:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:23:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:23:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:23:26 Selecting previously unselected package python3-minimal. 03:23:26 (Reading database ... 13012 files and directories currently installed.) 03:23:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:23:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:23:26 Selecting previously unselected package mime-support. 03:23:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:23:26 Unpacking mime-support (3.60ubuntu1) ... 03:23:26 Selecting previously unselected package libmpdec2:amd64. 03:23:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:23:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:23:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:23:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:23:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:23:26 Selecting previously unselected package python3.6. 03:23:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:23:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:23:26 Selecting previously unselected package libpython3-stdlib:amd64. 03:23:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:23:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:23:26 Setting up python3-minimal (3.6.7-1~18.04) ... 03:23:27 Selecting previously unselected package python3. 03:23:27 (Reading database ... 13442 files and directories currently installed.) 03:23:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:23:27 Unpacking python3 (3.6.7-1~18.04) ... 03:23:27 Selecting previously unselected package multiarch-support. 03:23:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:23:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:23:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:23:27 Selecting previously unselected package liblzo2-2:amd64. 03:23:27 (Reading database ... 13479 files and directories currently installed.) 03:23:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:23:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:23:27 Selecting previously unselected package libbsd0:amd64. 03:23:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:23:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:23:27 Selecting previously unselected package sudo. 03:23:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:23:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:23:27 Selecting previously unselected package apparmor. 03:23:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:23:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:23:27 Selecting previously unselected package libedit2:amd64. 03:23:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:23:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:23:28 Selecting previously unselected package libkrb5support0:amd64. 03:23:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:23:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:23:28 Selecting previously unselected package libk5crypto3:amd64. 03:23:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:23:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:23:28 Selecting previously unselected package libkeyutils1:amd64. 03:23:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:23:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:23:28 Selecting previously unselected package libkrb5-3:amd64. 03:23:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:23:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:23:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:23:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:23:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:23:28 Selecting previously unselected package libssl1.0.0:amd64. 03:23:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:23:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:23:29 Selecting previously unselected package openssh-client. 03:23:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:23:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:23:29 Selecting previously unselected package squashfs-tools. 03:23:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:23:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:23:29 Selecting previously unselected package snapd. 03:23:29 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:23:29 Unpacking snapd (2.48.3+18.04) ... 03:23:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:23:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:23:31 Setting up mime-support (3.60ubuntu1) ... 03:23:31 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:23:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:23:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:23:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:23:31 Setting up systemd (237-3ubuntu10.45) ... 03:23:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:23:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:23:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:23:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:23:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:23:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:23:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:23:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:23:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:23:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:23:33 Setting up python3 (3.6.7-1~18.04) ... 03:23:33 running python rtupdate hooks for python3.6... 03:23:33 running python post-rtupdate hooks for python3.6... 03:23:33 Setting up apparmor (2.12-4ubuntu5.1) ... 03:23:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:23:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:23:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:23:35 Setting up snapd (2.48.3+18.04) ... 03:23:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:23:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:23:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:23:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:23:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:23:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:23:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:23:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:23:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:23:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:23:37 /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' 03:23:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:23:37 Processing triggers for systemd (237-3ubuntu10.45) ... 03:23:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 03:23:38 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:23:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:23:39 Reading package lists... 03:23:39 Reading package lists... 03:23:39 Building dependency tree... 03:23:39 Reading state information... 03:23:40 Calculating upgrade... 03:23:40 The following packages will be upgraded: 03:23:40 advancecomp base-files bash binutils binutils-common 03:23:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:23:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:23:40 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:23:40 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:23:40 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:23:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:23:40 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:23:40 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:23:40 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:23:40 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:23:40 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:23:40 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:23:40 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:23:40 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:23:40 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:23:40 Need to get 63.8 MB of archives. 03:23:40 After this operation, 5208 kB of additional disk space will be used. 03:23:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 03:23:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:23:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:23:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:23:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:23:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:23:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:23:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:23:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:23:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:23:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:23:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:23:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:23:41 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:23:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:23:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:23:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:23:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:23:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:23:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:23:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:23:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:23:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:23:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:23:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:23:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:23:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:23:41 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:23:41 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:23:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:23:41 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:23:41 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:23:41 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:23:41 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:23:41 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:23:41 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:23:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:23:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:23:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:23:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:23:41 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 03:23:41 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:23:41 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:23:41 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:23:41 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:23:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:23:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:23:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:23:41 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:23:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:23:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:23:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:23:41 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:23:41 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:23:41 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:23:41 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:23:41 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:23:41 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:23:42 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:23:42 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:23:42 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:23:42 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:23:42 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:23:42 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:23:42 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:23:42 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:23:42 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:23:42 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:23:42 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:23:42 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:23:42 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:23:42 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:23:42 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:23:42 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:23:42 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 03:23:42 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:23:42 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:23:42 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:23:42 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:23:42 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:23:42 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:23:42 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:23:42 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:23:42 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:23:42 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:23:42 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:23:42 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:23:42 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:23:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:23:42 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:23:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:23:43 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:23:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:23:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:23:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:23:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:23:43 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:23:43 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:23:43 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:23:43 debconf: delaying package configuration, since apt-utils is not installed 03:23:43 Fetched 63.8 MB in 3s (18.5 MB/s) 03:23:43 (Reading database ... 13912 files and directories currently installed.) 03:23:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:23:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:23:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:23:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:23:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 03:23:44 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 03:23:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:46 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:46 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:46 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:46 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:23:46 (Reading database ... 13911 files and directories currently installed.) 03:23:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:23:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:23:46 (Reading database ... 13911 files and directories currently installed.) 03:23:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:47 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:47 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:23:47 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:23:47 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:23:47 (Reading database ... 13911 files and directories currently installed.) 03:23:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:23:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:23:48 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:23:48 (Reading database ... 13911 files and directories currently installed.) 03:23:48 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:23:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:23:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:23:48 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:23:48 Setting up base-files (10.1ubuntu2.10) ... 03:23:48 Installing new version of config file /etc/issue ... 03:23:48 Installing new version of config file /etc/issue.net ... 03:23:48 Installing new version of config file /etc/lsb-release ... 03:23:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:23:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:23:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:23:48 Removing obsolete conffile /etc/default/motd-news ... 03:23:49 (Reading database ... 13912 files and directories currently installed.) 03:23:49 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:23:49 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:23:49 Setting up bash (4.4.18-2ubuntu1.2) ... 03:23:49 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 03:23:49 (Reading database ... 13912 files and directories currently installed.) 03:23:49 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:23:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:23:49 (Reading database ... 13912 files and directories currently installed.) 03:23:49 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:23:49 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:23:49 Setting up tar (1.29b-2ubuntu0.2) ... 03:23:50 (Reading database ... 13912 files and directories currently installed.) 03:23:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:23:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:23:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:23:50 (Reading database ... 13912 files and directories currently installed.) 03:23:50 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:23:50 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:23:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:23:50 (Reading database ... 13912 files and directories currently installed.) 03:23:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:23:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:23:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:23:50 (Reading database ... 13912 files and directories currently installed.) 03:23:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:23:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:23:50 Setting up grep (3.1-2build1) ... 03:23:51 (Reading database ... 13912 files and directories currently installed.) 03:23:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:23:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:23:51 Setting up login (1:4.5-1ubuntu2) ... 03:23:51 (Reading database ... 13912 files and directories currently installed.) 03:23:51 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:23:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:23:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:23:51 (Reading database ... 13912 files and directories currently installed.) 03:23:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:23:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:23:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:23:51 ---> aca7036dc92a 03:23:51 Step 3/23 : WORKDIR /edgex-go 03:23:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:23:51 ---> aca7036dc92a 03:23:51 Step 3/22 : WORKDIR /edgex-go 03:23:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:23:51 ---> aca7036dc92a 03:23:51 Step 3/24 : WORKDIR /edgex-go 03:23:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:23:51 ---> aca7036dc92a 03:23:51 Step 3/22 : WORKDIR /edgex-go 03:23:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:23:51 ---> aca7036dc92a 03:23:51 Step 3/23 : WORKDIR /edgex-go 03:23:51 ---> Running in caf8dc762c98 03:23:51 ---> Running in 6b437a2ec158 03:23:51 ---> Running in 82659d08dd18 03:23:51 ---> Running in cad4ac955378 03:23:51 ---> Running in e403b5a88ea9 03:23:51 Removing intermediate container 82659d08dd18 03:23:51 ---> 123adbc2c827 03:23:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:51 Removing intermediate container cad4ac955378 03:23:51 ---> af352143ec5f 03:23:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:51 Removing intermediate container 6b437a2ec158 03:23:51 ---> 2ac0fe7a1d45 03:23:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:51 Removing intermediate container caf8dc762c98 03:23:51 ---> a9a087f40593 03:23:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:51 Removing intermediate container e403b5a88ea9 03:23:51 ---> 9a9efba7e4ac 03:23:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:51 ---> Running in 847f1700510a 03:23:51 ---> Running in 9ef9b8223b89 03:23:51 ---> Running in b5e57b481e7e 03:23:51 ---> Running in de3d11146637 03:23:51 ---> Running in 0a9be6d0a3c8 03:23:51 Removing intermediate container 847f1700510a 03:23:51 ---> edb650c39f54 03:23:51 Step 5/22 : RUN apk add --update --no-cache make git 03:23:51 ---> Running in f7eef03fa93a 03:23:51 Removing intermediate container b5e57b481e7e 03:23:51 ---> 6d6f9c0f4498 03:23:51 Step 5/24 : RUN apk add --update --no-cache make git 03:23:51 ---> Running in f1ec4c79ceb8 03:23:51 Removing intermediate container 9ef9b8223b89 03:23:51 ---> 776bc2510cda 03:23:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:23:51 Removing intermediate container de3d11146637 03:23:51 ---> 79f21daff483 03:23:51 Step 5/23 : RUN apk add --update --no-cache make git 03:23:51 ---> Running in 036a16594dac 03:23:51 Removing intermediate container 0a9be6d0a3c8 03:23:51 ---> 73e8a8829435 03:23:51 Step 5/23 : RUN apk add --update --no-cache make git 03:23:51 ---> Running in 5efca46851e9 03:23:51 ---> Running in 8a9f2ddc6c16 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:51 OK: 217 MiB in 51 packages 03:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:52 OK: 217 MiB in 51 packages 03:23:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:23:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:23:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:23:52 OK: 217 MiB in 51 packages 03:23:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:23:52 (Reading database ... 13912 files and directories currently installed.) 03:23:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:23:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:23:53 OK: 217 MiB in 51 packages 03:23:53 OK: 217 MiB in 51 packages 03:23:53 Removing intermediate container f7eef03fa93a 03:23:53 ---> 0720be66b3ea 03:23:53 Step 6/22 : COPY go.mod . 03:23:53 Removing intermediate container f1ec4c79ceb8 03:23:53 ---> 7e143439e0c9 03:23:53 Step 6/24 : COPY go.mod . 03:23:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:23:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:23:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:23:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:23:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:23:54 (Reading database ... 13912 files and directories currently installed.) 03:23:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:23:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:23:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:23:54 ---> 4ce027f905aa 03:23:54 Step 7/22 : RUN go mod download 03:23:54 Removing intermediate container 5efca46851e9 03:23:54 ---> 5178bbb8e08c 03:23:54 Step 6/23 : COPY go.mod . 03:23:54 ---> cdbecadb0606 03:23:54 Step 7/24 : RUN go mod download 03:23:54 (Reading database ... 13912 files and directories currently installed.) 03:23:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:23:54 (Reading database ... 13912 files and directories currently installed.) 03:23:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:54 ---> Running in 322c80a092e1 03:23:54 ---> Running in 86dfa9122534 03:23:54 Removing intermediate container 036a16594dac 03:23:54 ---> 3d680e166e79 03:23:54 Step 6/22 : COPY go.mod . 03:23:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:23:54 (Reading database ... 13912 files and directories currently installed.) 03:23:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:55 Removing intermediate container 8a9f2ddc6c16 03:23:55 ---> 468302e53d2c 03:23:55 Step 6/23 : COPY go.mod . 03:23:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:23:55 (Reading database ... 13912 files and directories currently installed.) 03:23:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:55 ---> 1fab7f7351d8 03:23:55 Step 7/23 : RUN go mod download 03:23:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:23:55 (Reading database ... 13912 files and directories currently installed.) 03:23:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:23:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:23:55 ---> Running in 0cd0f9336ca7 03:23:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:23:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:23:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:23:55 (Reading database ... 13912 files and directories currently installed.) 03:23:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:23:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:23:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:23:56 (Reading database ... 13912 files and directories currently installed.) 03:23:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:56 ---> b91ea81fe342 03:23:56 Step 7/22 : RUN go mod download 03:23:56 ---> 43fffd9a7a58 03:23:56 Step 7/23 : RUN go mod download 03:23:56 ---> Running in 057f6dc70c5b 03:23:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:23:56 (Reading database ... 13912 files and directories currently installed.) 03:23:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:23:56 ---> Running in c3861eb3a234 03:23:56 (Reading database ... 13912 files and directories currently installed.) 03:23:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:23:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:23:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:23:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:23:57 (Reading database ... 13912 files and directories currently installed.) 03:23:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:23:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:23:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:23:58 (Reading database ... 13912 files and directories currently installed.) 03:23:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:23:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:23:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:23:58 (Reading database ... 13914 files and directories currently installed.) 03:23:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:23:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:23:58 Setting up debconf (1.5.66ubuntu1) ... 03:23:58 (Reading database ... 13914 files and directories currently installed.) 03:23:58 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:23:58 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:23:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:23:58 (Reading database ... 13914 files and directories currently installed.) 03:23:58 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:23:58 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:23:59 Removing intermediate container 322c80a092e1 03:23:59 ---> 0176cf210a2d 03:23:59 Step 8/22 : COPY . . 03:23:59 Removing intermediate container 86dfa9122534 03:23:59 ---> 3a0f6efa38b4 03:23:59 Step 8/24 : COPY . . 03:23:59 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:23:59 (Reading database ... 13914 files and directories currently installed.) 03:23:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:23:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:23:59 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:23:59 Removing intermediate container 0cd0f9336ca7 03:23:59 ---> f4bfebee9f79 03:23:59 Step 8/23 : COPY . . 03:23:59 (Reading database ... 13914 files and directories currently installed.) 03:23:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:23:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:23:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:23:59 (Reading database ... 13914 files and directories currently installed.) 03:23:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:23:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:23:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:23:59 (Reading database ... 13914 files and directories currently installed.) 03:23:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:23:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:24:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 03:24:00 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:24:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:24:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:24:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:24:00 (Reading database ... 13914 files and directories currently installed.) 03:24:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:24:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:24:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:24:00 (Reading database ... 13914 files and directories currently installed.) 03:24:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:24:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:24:01 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:24:01 (Reading database ... 13914 files and directories currently installed.) 03:24:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:24:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:24:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:24:01 (Reading database ... 13914 files and directories currently installed.) 03:24:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:24:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:24:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:24:01 (Reading database ... 13914 files and directories currently installed.) 03:24:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:24:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:24:02 Setting up passwd (1:4.5-1ubuntu2) ... 03:24:02 (Reading database ... 13914 files and directories currently installed.) 03:24:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:24:02 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:24:02 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:24:02 (Reading database ... 13914 files and directories currently installed.) 03:24:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:24:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:24:02 Removing intermediate container 057f6dc70c5b 03:24:02 ---> c5f06503fc56 03:24:02 Step 8/22 : COPY . . 03:24:02 Removing intermediate container c3861eb3a234 03:24:02 ---> ae7442b5b1d2 03:24:02 Step 8/23 : COPY . . 03:24:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:24:02 (Reading database ... 13914 files and directories currently installed.) 03:24:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:24:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:24:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:24:03 (Reading database ... 13914 files and directories currently installed.) 03:24:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:24:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:24:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:24:03 (Reading database ... 13914 files and directories currently installed.) 03:24:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:24:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:24:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:24:03 (Reading database ... 13914 files and directories currently installed.) 03:24:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:24:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:24:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:24:03 (Reading database ... 13914 files and directories currently installed.) 03:24:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:24:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:24:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:24:04 (Reading database ... 13915 files and directories currently installed.) 03:24:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:24:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:24:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:24:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:24:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:24:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:24:04 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:24:04 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:24:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:24:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:24:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:24:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:24:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:24:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:24:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:24:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:24:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:24:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:24:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:24:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:24:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:24:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:24:05 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:24:05 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:24:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:24:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:24:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:24:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:24:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:24:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:24:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:24:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:24:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:24:07 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:24:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:24:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:24:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:24:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:24:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:24:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:24:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:24:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:24:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:24:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:24:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:24:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:24:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:24:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:24:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:24:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:24:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:24:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:24:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:24:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:24:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:24:13 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:24:13 03:24:13 Current default time zone: 'Etc/UTC' 03:24:13 Local time is now: Wed Mar 31 03:24:13 UTC 2021. 03:24:13 Universal Time is now: Wed Mar 31 03:24:13 UTC 2021. 03:24:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:24:13 03:24:14 Setting up systemd-sysv (237-3ubuntu10.45) ... 03:24:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:14 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 03:24:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:24:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:24:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:24:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:24:14 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:24:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:24:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:24:14 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:14 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:24:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:24:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:24:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:14 Setting up patch (2.7.6-2ubuntu1.1) ... 03:24:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:24:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:24:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 03:24:14 Installing new version of config file /etc/ssl/openssl.cnf ... 03:24:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:24:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:24:14 Setting up ca-certificates (20210119~18.04.1) ... 03:24:16 Updating certificates in /etc/ssl/certs... 03:24:17 23 added, 27 removed; done. 03:24:17 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:24:17 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:24:17 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:24:17 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:24:17 Setting up pkgbinarymangler (138.18.04.1) ... 03:24:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:24:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up perl (5.26.1-6ubuntu0.5) ... 03:24:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:24:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:24:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:24:17 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:24:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:24:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:24:18 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:24:18 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:24:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:24:18 Processing triggers for systemd (237-3ubuntu10.45) ... 03:24:18 Processing triggers for mime-support (3.60ubuntu1) ... 03:24:18 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:24:18 Updating certificates in /etc/ssl/certs... 03:24:18 0 added, 0 removed; done. 03:24:18 Running hooks in /etc/ca-certificates/update.d... 03:24:18 done. 03:24:19 Reading package lists... 03:24:19 Building dependency tree... 03:24:19 Reading state information... 03:24:19 The following NEW packages will be installed: 03:24:19 apt-transport-https 03:24:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:24:19 Need to get 1696 B of archives. 03:24:19 After this operation, 153 kB of additional disk space will be used. 03:24:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:24:19 debconf: delaying package configuration, since apt-utils is not installed 03:24:19 Fetched 1696 B in 0s (27.3 kB/s) 03:24:19 Selecting previously unselected package apt-transport-https. 03:24:19 (Reading database ... 13920 files and directories currently installed.) 03:24:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:24:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:24:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:24:20 Waiting for network to be ready... 03:24:24 ---> 0a8213668405 03:24:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:24:24 ---> 41268d78d8d3 03:24:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:24:24 ---> 9c6d8887839e 03:24:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:24:24 ---> 85a34fa05bbc 03:24:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:24:24 ---> 3787c0262cf3 03:24:24 Step 9/23 : RUN make cmd/core-command/core-command 03:24:24 ---> Running in 09c26beaa661 03:24:24 ---> Running in aced64f28682 03:24:24 ---> Running in e8ee003f55c6 03:24:24 ---> Running in 5ce56e236a5e 03:24:24 ---> Running in 2439d1b0a476 03:24:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:24:24 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 03:24:24 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 03:24:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:24:24 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 03:24:25 2021-03-31T03:24:23Z INFO Waiting for automatic snapd restart... 03:24:26 snapd 2.49.1 from Canonical* installed 03:24:27 "snapd" switched to the "latest/stable" channel 03:24:27 03:24:29 core18 20210309 from Canonical* installed 03:24:29 "core18" switched to the "latest/stable" channel 03:24:29 03:24:33 snapcraft 4.6 from Canonical* installed 03:24:33 "snapcraft" switched to the "latest/stable" channel 03:24:33 03:24:37 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: 03:24:37 - README.md 03:24:37 03:24:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:24:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:24:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:24:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:24:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:24:44 Reading package lists... 03:24:45 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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 03:24:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:24:51 Reading package lists... 03:24:51 Building dependency tree... 03:24:51 Reading state information... 03:24:51 Suggested packages: 03:24:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:24:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:24:51 Recommended packages: 03:24:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:24:51 The following NEW packages will be installed: 03:24:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:24:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:24:51 pkg-config zip 03:24:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:24:51 Need to get 7657 kB of archives. 03:24:51 After this operation, 43.8 MB of additional disk space will be used. 03:24:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:24:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:24:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:24:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:24:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:24:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:24:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:24:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:24:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:24:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:24:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:24:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:24:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:24:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:24:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:24:52 debconf: delaying package configuration, since apt-utils is not installed 03:24:52 Fetched 7657 kB in 1s (10.3 MB/s) 03:24:52 Selecting previously unselected package libglib2.0-0:amd64. 03:24:52 (Reading database ... 13924 files and directories currently installed.) 03:24:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:24:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:24:52 Selecting previously unselected package libpsl5:amd64. 03:24:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:24:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:24:52 Selecting previously unselected package libnghttp2-14:amd64. 03:24:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:24:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:24:53 Selecting previously unselected package librtmp1:amd64. 03:24:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:24:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:24:53 Selecting previously unselected package libcurl3-gnutls:amd64. 03:24:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:24:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:24:53 Selecting previously unselected package liberror-perl. 03:24:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:24:53 Unpacking liberror-perl (0.17025-1) ... 03:24:53 Selecting previously unselected package git-man. 03:24:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:24:53 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:24:53 Selecting previously unselected package git. 03:24:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:24:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:24:54 Selecting previously unselected package libnorm1:amd64. 03:24:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:24:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:24:54 Selecting previously unselected package libpgm-5.2-0:amd64. 03:24:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:24:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:24:54 Selecting previously unselected package libsodium23:amd64. 03:24:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:24:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:24:54 Selecting previously unselected package libzmq5:amd64. 03:24:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:24:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:24:54 Selecting previously unselected package libzmq3-dev:amd64. 03:24:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:24:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:24:54 Selecting previously unselected package pkg-config. 03:24:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:24:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:24:54 Selecting previously unselected package zip. 03:24:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:24:54 Unpacking zip (3.0-11build1) ... 03:24:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:24:55 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:24:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:24:55 Setting up liberror-perl (0.17025-1) ... 03:24:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:24:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:24:55 No schema files found: doing nothing. 03:24:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:24:55 Setting up zip (3.0-11build1) ... 03:24:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:24:55 Setting up libsodium23:amd64 (1.0.16-2) ... 03:24:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:24:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:24:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:24:55 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:24:55 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:24:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:25:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:25:01 git set to automatically installed. 03:25:01 git-man set to automatically installed. 03:25:01 libcurl3-gnutls set to automatically installed. 03:25:01 liberror-perl set to automatically installed. 03:25:01 libglib2.0-0 set to automatically installed. 03:25:01 libnghttp2-14 set to automatically installed. 03:25:01 libnorm1 set to automatically installed. 03:25:01 libpgm-5.2-0 set to automatically installed. 03:25:01 libpsl5 set to automatically installed. 03:25:01 librtmp1 set to automatically installed. 03:25:01 libsodium23 set to automatically installed. 03:25:01 libzmq3-dev set to automatically installed. 03:25:01 libzmq5 set to automatically installed. 03:25:01 pkg-config set to automatically installed. 03:25:01 zip set to automatically installed. 03:25:04 snapd is not logged in, snap install commands will use sudo 03:25:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:25:43 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 03:25:44 snapd is not logged in, snap install commands will use sudo 03:25:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:25:50 snap "core18" has no updates available 03:25:51 Pulling go-build-helper 03:25:51 + snapcraftctl pull 03:25:52 'app-service-config' has dependencies that need to be staged: go-build-helper 03:25:52 Skipping pull go-build-helper (already ran) 03:25:52 Building go-build-helper 03:25:52 + snapcraftctl build 03:25:54 Staging go-build-helper 03:25:54 + snapcraftctl stage 03:26:01 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 03:26:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:26:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:26:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:26:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 03:26:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:26:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:26:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:26:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:26:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:26:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:26:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:26:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:26:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:26:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:26:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:26:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:26:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:26:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:26:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:26:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 03:26:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:26:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:26:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:26:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:26:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:26:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 03:26:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 03:26:04 Fetched 24.2 MB in 0s (0 B/s) 03:26:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:26:04 Fetched 224 kB in 0s (0 B/s) 03:26:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:26:04 Fetched 157 kB in 0s (0 B/s) 03:26:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:26:04 Fetched 221 kB in 0s (0 B/s) 03:26:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:26:04 Fetched 143 kB in 0s (0 B/s) 03:26:04 Pulling app-service-config 03:26:04 + snapcraftctl pull 03:26:04 Cloning into '/root/parts/app-service-config/src'... 03:26:05 Pulling config-common 03:26:05 + snapcraftctl pull 03:26:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:26:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:26:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:26:09 Fetched 0 B in 0s (0 B/s) 03:26:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:26:09 Fetched 0 B in 0s (0 B/s) 03:26:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:26:09 Fetched 0 B in 0s (0 B/s) 03:26:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:26:09 Fetched 0 B in 0s (0 B/s) 03:26:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:26:09 Fetched 0 B in 0s (0 B/s) 03:26:09 Pulling edgex-go 03:26:09 + snapcraftctl pull 03:26:16 Removing intermediate container 09c26beaa661 03:26:16 ---> aee17f08bf43 03:26:16 03:26:16 Step 10/24 : FROM alpine:3.12 03:26:17 3.12: Pulling from library/alpine 03:26:18 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:26:18 Status: Downloaded newer image for alpine:3.12 03:26:18 ---> e47305ac9786 03:26:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:26:18 ---> Running in d10a7ed6c276 03:26:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:21 (1/6) Installing ca-certificates (20191127-r4) 03:26:21 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:26:21 (3/6) Installing libcurl (7.69.1-r3) 03:26:21 (4/6) Installing curl (7.69.1-r3) 03:26:21 (5/6) Installing dumb-init (1.2.2-r1) 03:26:21 (6/6) Installing su-exec (0.2-r1) 03:26:21 Executing busybox-1.31.1-r19.trigger 03:26:21 Executing ca-certificates-20191127-r4.trigger 03:26:22 OK: 7 MiB in 20 packages 03:26:26 Removing intermediate container d10a7ed6c276 03:26:26 ---> 778814012fc0 03:26:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:26:26 ---> Running in da60cf760edf 03:26:26 Removing intermediate container 2439d1b0a476 03:26:26 ---> 5e01cc9d1062 03:26:26 03:26:26 Step 10/23 : FROM alpine:3.12 03:26:26 ---> e47305ac9786 03:26:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:26:27 Removing intermediate container da60cf760edf 03:26:27 ---> 5f38669bef63 03:26:27 Step 13/24 : WORKDIR / 03:26:27 ---> Running in 4b680aa25cf4 03:26:28 ---> Running in e1122503eb5f 03:26:29 Removing intermediate container 5ce56e236a5e 03:26:29 ---> de3ced0b3689 03:26:29 03:26:29 Step 10/22 : FROM alpine:3.12 03:26:29 ---> e47305ac9786 03:26:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:26:29 Removing intermediate container aced64f28682 03:26:29 ---> 4a45102aa665 03:26:29 03:26:29 Step 10/22 : FROM alpine:3.12 03:26:29 ---> e47305ac9786 03:26:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:26:29 Removing intermediate container e1122503eb5f 03:26:29 ---> 658713d585d7 03:26:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:26:29 ---> Running in b26a2ddace08 03:26:29 ---> Running in d4dce58c51e8 03:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:31 (1/1) Installing dumb-init (1.2.2-r1) 03:26:31 Executing busybox-1.31.1-r19.trigger 03:26:31 OK: 5 MiB in 15 packages 03:26:31 ---> c9513d6848ad 03:26:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:26:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:26:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:26:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:26:31 Fetched 0 B in 0s (0 B/s) 03:26:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:26:31 Fetched 96.5 kB in 0s (0 B/s) 03:26:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:26:31 Fetched 279 kB in 0s (0 B/s) 03:26:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:26:31 Fetched 122 kB in 0s (0 B/s) 03:26:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:26:31 Fetched 77.8 kB in 0s (0 B/s) 03:26:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:26:31 Fetched 8848 B in 0s (0 B/s) 03:26:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:26:31 Fetched 47.8 kB in 0s (0 B/s) 03:26:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:26:31 Fetched 45.6 kB in 0s (0 B/s) 03:26:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:26:31 Fetched 15.0 kB in 0s (0 B/s) 03:26:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:26:31 Fetched 214 kB in 0s (0 B/s) 03:26:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:26:31 Fetched 154 kB in 0s (0 B/s) 03:26:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:26:31 Fetched 50.6 kB in 0s (0 B/s) 03:26:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:26:31 Fetched 14.8 kB in 0s (0 B/s) 03:26:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:26:31 Fetched 41.8 kB in 0s (0 B/s) 03:26:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:26:31 Fetched 499 kB in 0s (0 B/s) 03:26:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:26:31 Fetched 111 kB in 0s (0 B/s) 03:26:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:26:31 Fetched 240 kB in 0s (0 B/s) 03:26:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:26:31 Fetched 29.3 kB in 0s (0 B/s) 03:26:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:26:31 Fetched 85.5 kB in 0s (0 B/s) 03:26:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:26:31 Fetched 24.5 kB in 0s (0 B/s) 03:26:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:26:31 Fetched 49.2 kB in 0s (0 B/s) 03:26:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:26:31 Fetched 54.2 kB in 0s (0 B/s) 03:26:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:26:31 Fetched 30.8 kB in 0s (0 B/s) 03:26:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:26:31 Fetched 15.8 kB in 0s (0 B/s) 03:26:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:26:31 Fetched 85.9 kB in 0s (0 B/s) 03:26:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:26:31 Fetched 8720 B in 0s (0 B/s) 03:26:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:26:31 Fetched 137 kB in 0s (0 B/s) 03:26:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:26:31 Fetched 119 kB in 0s (0 B/s) 03:26:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:26:31 Fetched 109 kB in 0s (0 B/s) 03:26:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:26:31 Fetched 11.1 kB in 0s (0 B/s) 03:26:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:26:31 Fetched 645 kB in 0s (0 B/s) 03:26:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:26:31 Fetched 41.3 kB in 0s (0 B/s) 03:26:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:26:31 Fetched 17.9 kB in 0s (0 B/s) 03:26:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:26:31 Fetched 368 kB in 0s (0 B/s) 03:26:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:26:31 Fetched 187 kB in 0s (0 B/s) 03:26:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:26:31 Fetched 175 kB in 0s (0 B/s) 03:26:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:26:31 Fetched 206 kB in 0s (0 B/s) 03:26:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 03:26:31 Fetched 1301 kB in 0s (0 B/s) 03:26:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:26:31 Fetched 36.2 kB in 0s (0 B/s) 03:26:31 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:26:31 Fetched 159 kB in 0s (0 B/s) 03:26:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:26:31 Fetched 107 kB in 0s (0 B/s) 03:26:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:26:31 Fetched 48.7 kB in 0s (0 B/s) 03:26:31 Pulling static-packages 03:26:31 + snapcraftctl pull 03:26:31 Pulling version 03:26:31 + cd /root/project 03:26:31 + [ -f VERSION ] 03:26:31 + PROJECT_VERSION=local-dev 03:26:31 + git rev-parse --short HEAD 03:26:31 + GIT_REVISION=7ea006d2 03:26:31 + snapcraftctl set-version local-dev 03:26:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:31 Skipping build go-build-helper (already ran) 03:26:31 Building app-service-config 03:26:31 + make build 03:26:31 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 03:26:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:32 ---> fb4267b53112 03:26:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:26:32 (1/2) Installing ca-certificates (20191127-r4) 03:26:32 (2/2) Installing dumb-init (1.2.2-r1) 03:26:32 Executing busybox-1.31.1-r19.trigger 03:26:32 Executing ca-certificates-20191127-r4.trigger 03:26:32 (1/1) Installing dumb-init (1.2.2-r1) 03:26:32 Executing busybox-1.31.1-r19.trigger 03:26:32 OK: 5 MiB in 15 packages 03:26:32 Removing intermediate container 4b680aa25cf4 03:26:32 ---> 91634b50ee93 03:26:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:26:33 OK: 6 MiB in 16 packages 03:26:33 ---> Running in 1f3441d74188 03:26:33 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 03:26:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 03:26:34 ---> 91494518f120 03:26:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:26:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 03:26:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:26:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 03:26:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:26:34 go: downloading github.com/gorilla/mux v1.8.0 03:26:34 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 03:26:34 go: downloading github.com/go-kit/kit v0.8.0 03:26:34 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 03:26:34 go: downloading github.com/google/uuid v1.2.0 03:26:34 Removing intermediate container 1f3441d74188 03:26:34 ---> a2dcd3e43a49 03:26:34 Step 13/23 : ENV APP_PORT=48082 03:26:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:26:34 go: downloading github.com/pebbe/zmq4 v1.2.5 03:26:34 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:26:34 go: downloading github.com/mitchellh/copystructure v1.0.0 03:26:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:26:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:26:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:26:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:26:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:26:34 go: downloading github.com/x448/float16 v0.8.4 03:26:34 go: downloading github.com/go-playground/validator/v10 v10.4.1 03:26:34 ---> Running in cd809291b548 03:26:34 Removing intermediate container d4dce58c51e8 03:26:34 ---> 52cb6964f007 03:26:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:26:35 go: downloading github.com/BurntSushi/toml v0.3.1 03:26:35 go: downloading github.com/pelletier/go-toml v1.2.0 03:26:35 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 03:26:35 go: downloading github.com/leodido/go-urn v1.2.0 03:26:35 ---> Running in a2f1b5de42b3 03:26:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:26:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:26:35 go: downloading github.com/go-playground/universal-translator v0.17.0 03:26:35 go: downloading github.com/hashicorp/consul/api v1.8.1 03:26:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:26:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:26:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:26:35 go: downloading github.com/hashicorp/serf v0.9.5 03:26:35 go: downloading github.com/go-playground/locales v0.13.0 03:26:35 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:26:35 go: downloading github.com/gorilla/websocket v1.4.2 03:26:35 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:26:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:26:35 go: downloading github.com/mattn/go-isatty v0.0.12 03:26:35 go: downloading github.com/fatih/color v1.9.0 03:26:35 Removing intermediate container cd809291b548 03:26:35 ---> 89e91660a6cb 03:26:35 Step 14/23 : EXPOSE $APP_PORT 03:26:35 Removing intermediate container b26a2ddace08 03:26:35 ---> 21e608ba9b22 03:26:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:26:35 ---> a2cbd87d06b7 03:26:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:26:35 ---> Running in 688c5dc67fc1 03:26:35 ---> Running in d586ed63b633 03:26:35 Removing intermediate container a2f1b5de42b3 03:26:35 ---> 234f52245353 03:26:35 Step 13/22 : ENV APP_PORT=48085 03:26:35 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:26:35 go: downloading github.com/mattn/go-colorable v0.1.6 03:26:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:26:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:26:36 Removing intermediate container e8ee003f55c6 03:26:36 ---> ee3d4f9027ec 03:26:36 03:26:36 Step 10/23 : FROM alpine:3.12 03:26:36 ---> e47305ac9786 03:26:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:26:36 ---> Using cache 03:26:36 ---> 52cb6964f007 03:26:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:26:36 ---> Using cache 03:26:36 ---> 234f52245353 03:26:36 Step 13/23 : ENV APP_PORT=48081 03:26:36 ---> Running in a789408be228 03:26:36 ---> Running in 84f4b5bc3055 03:26:36 Removing intermediate container 688c5dc67fc1 03:26:36 Removing intermediate container d586ed63b633 03:26:36 ---> e3be1c30bb19 03:26:36 Step 13/22 : ENV APP_PORT=48060 03:26:36 ---> 638d20d1a90a 03:26:36 Step 15/23 : WORKDIR / 03:26:37 ---> Running in 7b6c732d1722 03:26:37 ---> Running in 1544679d6ae3 03:26:37 Removing intermediate container a789408be228 03:26:37 ---> 62198a2ddbe6 03:26:37 Step 14/22 : EXPOSE $APP_PORT 03:26:37 ---> b3d413fe3426 03:26:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:26:37 Removing intermediate container 84f4b5bc3055 03:26:37 ---> deafc2ef9b60 03:26:37 Step 14/23 : EXPOSE $APP_PORT 03:26:37 ---> Running in 8187090604aa 03:26:37 ---> Running in b8c01e44e441 03:26:37 Removing intermediate container 7b6c732d1722 03:26:37 ---> c9211e261452 03:26:37 Step 14/22 : EXPOSE $APP_PORT 03:26:37 Removing intermediate container 1544679d6ae3 03:26:37 ---> 8655d2177883 03:26:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:38 ---> Running in e8a9acad2980 03:26:38 Removing intermediate container 8187090604aa 03:26:38 ---> 985a2ebff7bb 03:26:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:38 Removing intermediate container b8c01e44e441 03:26:38 ---> fcd10caf3f43 03:26:38 Step 15/23 : WORKDIR / 03:26:38 ---> 201e6a346b36 03:26:38 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/ 03:26:38 ---> Running in 91c5069f4502 03:26:38 ---> Running in 186f37e83be6 03:26:38 Removing intermediate container e8a9acad2980 03:26:38 ---> 08a17fabdd1b 03:26:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:38 ---> 717c14da5f51 03:26:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:26:39 ---> 2dde3f403118 03:26:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:26:39 Removing intermediate container 91c5069f4502 03:26:39 ---> e8ccabb1c135 03:26:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:26:40 ---> dcc3d830146e 03:26:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:26:41 ---> d9457469caa9 03:26:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:26:41 ---> 6ce57e5a7687 03:26:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:26:41 ---> 7e94b4cd4e2a 03:26:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:26:42 Removing intermediate container 186f37e83be6 03:26:42 ---> 177a4f1070a3 03:26:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:26:42 ---> 5ee461a91dde 03:26:42 ---> 46fb412af5b3 03:26:42 Step 19/23 : ENTRYPOINT ["/core-command"] 03:26:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:26:42 ---> 29bb9314f3fd 03:26:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:26:42 ---> Running in 68e5c745e0bb 03:26:42 ---> Running in 5de9bd474aae 03:26:42 ---> a6101e611182 03:26:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:26:43 ---> Running in 363af1ecfa42 03:26:43 Removing intermediate container 68e5c745e0bb 03:26:43 ---> a05c77485e43 03:26:43 Step 22/24 : LABEL arch=arm64 03:26:43 Removing intermediate container 5de9bd474aae 03:26:43 ---> 3c34df7e6f0b 03:26:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:43 ---> Running in c66fbe369eb9 03:26:43 Removing intermediate container 363af1ecfa42 03:26:43 ---> 370f603d6a89 03:26:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:44 ---> Running in 7fa099228d02 03:26:44 ---> 669cc5309b97 03:26:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:26:44 ---> 6acc978956e6 03:26:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:26:44 ---> Running in ebc354540e64 03:26:44 ---> Running in 9ddbf2fb73ba 03:26:44 ---> Running in c6a54f535bb8 03:26:44 Removing intermediate container c66fbe369eb9 03:26:44 ---> 72252acd17be 03:26:44 Step 23/24 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:26:44 Removing intermediate container 7fa099228d02 03:26:44 ---> d608e10c0c83 03:26:44 Step 21/23 : LABEL arch=arm64 03:26:44 ---> Running in b7e6ca55896e 03:26:44 Removing intermediate container ebc354540e64 03:26:44 ---> 9d546db1b75a 03:26:44 Step 20/22 : LABEL arch=arm64 03:26:44 ---> Running in 5c98b3495dc0 03:26:44 Removing intermediate container c6a54f535bb8 03:26:44 ---> 7f96e7edd55a 03:26:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:45 ---> Running in e1199dba41f4 03:26:45 Removing intermediate container 9ddbf2fb73ba 03:26:45 ---> 06aca328b82f 03:26:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:45 ---> Running in 6c1e7b87b815 03:26:45 ---> Running in a02e276df57c 03:26:45 Removing intermediate container b7e6ca55896e 03:26:45 ---> 95471b6f286c 03:26:45 Step 24/24 : LABEL version=0.0.0 03:26:45 Removing intermediate container 5c98b3495dc0 03:26:45 ---> 4641ad441277 03:26:45 Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:26:45 ---> Running in ca3cd3882584 03:26:45 ---> Running in 4cb9949e850e 03:26:45 Removing intermediate container e1199dba41f4 03:26:45 ---> ceebd4322b00 03:26:45 Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:26:45 Removing intermediate container 6c1e7b87b815 03:26:45 ---> cc39f851c4db 03:26:45 Step 20/22 : LABEL arch=arm64 03:26:45 ---> Running in dbe5e2336e6f 03:26:45 Removing intermediate container a02e276df57c 03:26:45 ---> d168a0ad6d1f 03:26:45 Step 21/23 : LABEL arch=arm64 03:26:45 ---> Running in 770cf2891453 03:26:45 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 03:26:45 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 03:26:45 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 03:26:45 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 03:26:45 Building config-common 03:26:45 + snapcraftctl build 03:26:46 Removing intermediate container ca3cd3882584 03:26:46 ---> c51bdb9b4254 03:26:46 03:26:46 ---> Running in e4bc8be05719 03:26:46 Removing intermediate container 4cb9949e850e 03:26:46 ---> 79f372356afc 03:26:46 Step 23/23 : LABEL version=0.0.0 03:26:46 Removing intermediate container dbe5e2336e6f 03:26:46 ---> 0356131ca6be 03:26:46 Step 22/22 : LABEL version=0.0.0 03:26:46 Successfully built c51bdb9b4254 03:26:46 Removing intermediate container 770cf2891453 03:26:46 ---> 9b70a0995630 03:26:46 Step 21/22 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:26:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:26:46  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 03:26:46 ---> Running in 44ededd8eaa9 03:26:46 ---> Running in 8e0b3064bc37 03:26:46 ---> Running in aadfa2f9e86d 03:26:46 Removing intermediate container e4bc8be05719 03:26:46 ---> e113f8ab0ab0 03:26:46 Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:26:47 ---> Running in e3640c0b83ac 03:26:47 Removing intermediate container 44ededd8eaa9 03:26:47 ---> 86b4f555e9bd 03:26:47 03:26:47 Removing intermediate container aadfa2f9e86d 03:26:47 ---> 0f178bbe5db7 03:26:47 Step 22/22 : LABEL version=0.0.0 03:26:47 Removing intermediate container 8e0b3064bc37 03:26:47 ---> 82eacea8e243 03:26:47 03:26:47 Building edgex-go 03:26:47 + cd /root/parts/edgex-go/src 03:26:47 + make build 03:26:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:26:47 Successfully built 86b4f555e9bd 03:26:47 Removing intermediate container e3640c0b83ac 03:26:47 ---> 7e329bdba8e3 03:26:47 Step 23/23 : LABEL version=0.0.0 03:26:47 Successfully tagged docker-core-command-go-arm64:latest 03:26:47  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 03:26:47 ---> Running in 7e54327949b9 03:26:48 Successfully built 82eacea8e243 03:26:48 Successfully tagged docker-support-scheduler-go-arm64:latest 03:26:48 Building docker-security-proxy-setup-go 03:26:48  Building docker-support-scheduler-go ... done  ---> Running in 717f88a76d42 03:26:48 Removing intermediate container 7e54327949b9 03:26:48 ---> eb3861107200 03:26:48 03:26:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 03:26:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:26:48 go: downloading github.com/imdario/mergo v0.3.12 03:26:48 go: downloading github.com/pkg/errors v0.8.1 03:26:48 go: downloading github.com/pebbe/zmq4 v1.2.7 03:26:49 Successfully built eb3861107200 03:26:49 Successfully tagged docker-support-notifications-go-arm64:latest 03:26:49 Removing intermediate container 717f88a76d42 03:26:49  Building docker-support-notifications-go ... done Building docker-core-data-go 03:26:49 ---> 6ccce195116e 03:26:49 03:26:49 Successfully built 6ccce195116e 03:26:49 Successfully tagged docker-core-metadata-go-arm64:latest 03:26:52 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 03:26:52 go: downloading gopkg.in/yaml.v2 v2.4.0 03:26:57 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 03:26:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:27:00 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 03:27:01 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 03:27:01 go: downloading github.com/stretchr/testify v1.7.0 03:27:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:27:01 go: downloading github.com/davecgh/go-spew v1.1.1 03:27:01 go: downloading github.com/pmezard/go-difflib v1.0.0 03:27:03 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 03:27:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:27:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:27:05 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 03:27:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:27:07 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 03:27:08 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 03:27:08 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:27:10 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 03:27:10 go: downloading github.com/lib/pq v1.9.0 03:27:11 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:27:11 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:27:11 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:27:11 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:27:11 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:27:11 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:27:11 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:27:11 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:27:11 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:27:11 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:27:11 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:27:11 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:27:11 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:27:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:27:11 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:27:11 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:27:11 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:27:11 + 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 03:27:11 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:27:11 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:27:11 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 03:27:11 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:27:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:27:11 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:27:11 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:27:11 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:27:15 Building static-packages 03:27:15 + snapcraftctl build 03:27:16 Building version 03:27:16 + snapcraftctl build 03:27:18 Skipping stage go-build-helper (already ran) 03:27:18 Staging app-service-config 03:27:18 + snapcraftctl stage 03:27:19 Staging config-common 03:27:19 + snapcraftctl stage 03:27:20 Staging edgex-go 03:27:20 + snapcraftctl stage 03:27:21 Staging static-packages 03:27:21 + snapcraftctl stage 03:27:22 Staging version 03:27:22 + snapcraftctl stage 03:27:23 Priming go-build-helper 03:27:23 + snapcraftctl prime 03:27:24 Priming app-service-config 03:27:24 + snapcraftctl prime 03:27:25 Priming config-common 03:27:25 + snapcraftctl prime 03:27:26 Priming edgex-go 03:27:26 + snapcraftctl prime 03:27:27 Priming static-packages 03:27:27 + snapcraftctl prime 03:27:29 Priming version 03:27:29 + snapcraftctl prime 03:27:30 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] } 03:27:45  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:27:45 ---> aca7036dc92a 03:27:45 Step 3/31 : WORKDIR /edgex-go 03:27:45 ---> Using cache 03:27:45 ---> 9a9efba7e4ac 03:27:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:45 ---> Using cache 03:27:45 ---> 73e8a8829435 03:27:45 Step 5/31 : RUN apk add --update --no-cache make git 03:27:45 ---> Using cache 03:27:45 ---> 468302e53d2c 03:27:45 Step 6/31 : COPY go.mod . 03:27:45 ---> Using cache 03:27:45 ---> 43fffd9a7a58 03:27:45 Step 7/31 : RUN go mod download 03:27:45 ---> Using cache 03:27:45 ---> ae7442b5b1d2 03:27:45 Step 8/31 : COPY . . 03:27:45 ---> Using cache 03:27:45 ---> 3787c0262cf3 03:27:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:27:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:27:45 ---> aca7036dc92a 03:27:45 Step 3/26 : WORKDIR /edgex-go 03:27:45 ---> Using cache 03:27:45 ---> 9a9efba7e4ac 03:27:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:45 ---> Using cache 03:27:45 ---> 73e8a8829435 03:27:45 Step 5/26 : RUN apk add --update --no-cache make bash git 03:27:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:27:45 ---> aca7036dc92a 03:27:45 Step 3/21 : WORKDIR /edgex-go 03:27:45 ---> Using cache 03:27:45 ---> 9a9efba7e4ac 03:27:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:45 ---> Using cache 03:27:45 ---> 73e8a8829435 03:27:45 Step 5/21 : RUN apk add --update --no-cache make git 03:27:45 ---> Using cache 03:27:45 ---> 468302e53d2c 03:27:45 Step 6/21 : COPY go.mod . 03:27:45 ---> Using cache 03:27:45 ---> 43fffd9a7a58 03:27:45 Step 7/21 : RUN go mod download 03:27:45 ---> Using cache 03:27:45 ---> ae7442b5b1d2 03:27:45 Step 8/21 : COPY . . 03:27:45 ---> Using cache 03:27:45 ---> 3787c0262cf3 03:27:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:27:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:27:45 ---> aca7036dc92a 03:27:45 Step 3/23 : WORKDIR /edgex-go 03:27:45 ---> Using cache 03:27:45 ---> 9a9efba7e4ac 03:27:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:45 ---> Using cache 03:27:45 ---> 73e8a8829435 03:27:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:27:47 ---> Running in 13b71323c581 03:27:47 ---> Running in 42158b49caf2 03:27:47 ---> Running in 353b4ecc5818 03:27:47 ---> Running in 1f5801ad122d 03:27:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27: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 03:27: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 03:27:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:51 OK: 217 MiB in 51 packages 03:27:51 OK: 217 MiB in 51 packages 03:27:52 Removing intermediate container 353b4ecc5818 03:27:52 ---> e27d4df9340e 03:27:52 Step 6/26 : COPY go.mod . 03:27:53 Removing intermediate container 13b71323c581 03:27:53 ---> 9b6bbcd0ac60 03:27:53 Step 6/23 : COPY go.mod . 03:27:54 ---> cc934ce835fb 03:27:54 Step 7/26 : RUN go mod download 03:27:54 ---> Running in 4e88f601db56 03:27:54 ---> 6bd0b42b95ff 03:27:54 Step 7/23 : RUN go mod download 03:27:54 ---> Running in 46b3dad317fb 03:27:58 Removing intermediate container 46b3dad317fb 03:27:58 ---> cd20360dc944 03:27:58 Step 8/23 : COPY . . 03:27:59 Removing intermediate container 4e88f601db56 03:27:59 ---> 5c37bb1232b7 03:27:59 Step 8/26 : COPY . . 03:28:31 ---> 8350f620fef5 03:28:31 Step 9/23 : RUN make cmd/core-data/core-data 03:28:31 ---> 07b53a7cdfaf 03:28:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:28:31 ---> Running in 8d376413db95 03:28:31 ---> Running in 57f48f7e57e6 03:28:32 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 03:28:32 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 03:28:48 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 03:29:00 Removing intermediate container 1f5801ad122d 03:29:00 ---> f8d8783f4530 03:29:00 03:29:00 Step 10/31 : FROM alpine:3.12 03:29:00 ---> e47305ac9786 03:29:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:29:00 ---> Running in 2268f1da1b56 03:29:00 Removing intermediate container 2268f1da1b56 03:29:00 ---> 4fec59dfc02b 03:29:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:29:01 ---> Running in c653448c85b9 03:29:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:29:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:29:04 Removing intermediate container 42158b49caf2 03:29:04 ---> c0516fcb133b 03:29:04 03:29:04 Step 10/21 : FROM alpine:3.12 03:29:04 ---> e47305ac9786 03:29:04 Step 11/21 : RUN apk add --update --no-cache curl 03:29:04 (1/2) Installing dumb-init (1.2.2-r1) 03:29:04 (2/2) Installing su-exec (0.2-r1) 03:29:04 Executing busybox-1.31.1-r19.trigger 03:29:04 ---> Running in a53b9b26bb39 03:29:04 OK: 5 MiB in 16 packages 03:29:06 Removing intermediate container c653448c85b9 03:29:06 ---> bac167e9f9ae 03:29:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:29:06 ---> Running in d6b5d058af35 03:29:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:29:07 Removing intermediate container d6b5d058af35 03:29:07 ---> 5f94c33e85e1 03:29:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:29:07 (1/4) Installing ca-certificates (20191127-r4) 03:29:07 ---> Running in 1d225b2045c3 03:29:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:29:07 (3/4) Installing libcurl (7.69.1-r3) 03:29:07 (4/4) Installing curl (7.69.1-r3) 03:29:07 Executing busybox-1.31.1-r19.trigger 03:29:07 Executing ca-certificates-20191127-r4.trigger 03:29:08 OK: 7 MiB in 18 packages 03:29:08 Removing intermediate container 1d225b2045c3 03:29:08 ---> 09495b6c8851 03:29:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:29:08 ---> Running in 05903b90e24a 03:29:11 Removing intermediate container a53b9b26bb39 03:29:11 ---> adefb318b573 03:29:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:29:11 ---> Running in 9f355034d67f 03:29:11 Removing intermediate container 9f355034d67f 03:29:11 ---> 75f253fe5a02 03:29:11 Step 13/21 : WORKDIR /edgex 03:29:11 ---> Running in 9e506b711f86 03:29:12 Removing intermediate container 05903b90e24a 03:29:12 ---> 019be46407ae 03:29:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:29:12 ---> Running in cfb1a166eb19 03:29:13 Removing intermediate container 9e506b711f86 03:29:13 ---> 687d22e6cc56 03:29:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:29:13 Removing intermediate container cfb1a166eb19 03:29:13 ---> 735b72ccb218 03:29:13 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:29:14 ---> d0fc12035692 03:29:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:29:14 ---> 332424e3277c 03:29:14 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:29:15 ---> Running in 136241886bd7 03:29:16 ---> dfe27f8947ef 03:29:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:29:18 ---> f2968652764f 03:29:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:29:18 Removing intermediate container 136241886bd7 03:29:18 ---> 6a9b39cd722f 03:29:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:29:18 ---> Running in cf7c1c699034 03:29:19 Removing intermediate container cf7c1c699034 03:29:19 ---> 5fdbf8d50ca6 03:29:19 Step 18/21 : CMD ["--init=true"] 03:29:19 ---> Running in 8912fa017b5c 03:29:20 ---> 325f89de75e6 03:29:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:29:20 Removing intermediate container 8912fa017b5c 03:29:20 ---> 3878724e07d6 03:29:20 Step 19/21 : LABEL arch=arm64 03:29:20 ---> Running in 4760df7a2a92 03:29:21 Removing intermediate container 4760df7a2a92 03:29:21 ---> b54c7cab72c9 03:29:21 Step 20/21 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:29:22 ---> Running in 5581ea064902 03:29:22 ---> 63ae6f6528c8 03:29:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:29:23 Removing intermediate container 5581ea064902 03:29:23 ---> c4609b75aaec 03:29:23 Step 21/21 : LABEL version=0.0.0 03:29:23 ---> Running in 03424be075cd 03:29:23 ---> 73e343cf019b 03:29:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:29:23 Removing intermediate container 03424be075cd 03:29:23 ---> 31444cd16217 03:29:23 03:29:24 Successfully built 31444cd16217 03:29:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:29:24  Building docker-security-proxy-setup-go ... done  ---> 1c3ddee78dff 03:29:24 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:29:26 ---> 030bd63ae201 03:29:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:29:26 ---> Running in 9c6490cdb1f8 03:29:27 Removing intermediate container 9c6490cdb1f8 03:29:27 ---> e34ec51d354a 03:29:27 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:29:28 ---> b02ac98b36ab 03:29:28 Step 26/31 : RUN chmod +x /entrypoint.sh 03:29:28 ---> Running in 8634d06e6e68 03:29:31 Removing intermediate container 8634d06e6e68 03:29:31 ---> ed15bebe7f68 03:29:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:29:32 ---> Running in 041f77bd99fe 03:29:33 Removing intermediate container 041f77bd99fe 03:29:33 ---> f6eff20009f1 03:29:33 Step 28/31 : CMD ["gate"] 03:29:33 ---> Running in 36a053ee509a 03:29:34 Removing intermediate container 36a053ee509a 03:29:34 ---> 5022513eb121 03:29:34 Step 29/31 : LABEL arch=arm64 03:29:35 ---> Running in 20835b9d9d79 03:29:35 Removing intermediate container 20835b9d9d79 03:29:35 ---> 8e1a917224cd 03:29:35 Step 30/31 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:29:35 ---> Running in 9fa4615c324a 03:29:36 Removing intermediate container 9fa4615c324a 03:29:36 ---> df17ecf4957a 03:29:36 Step 31/31 : LABEL version=0.0.0 03:29:37 ---> Running in 2d795dacc74e 03:29:37 Removing intermediate container 2d795dacc74e 03:29:37 ---> 1a91927a2bd3 03:29:37 03:29:38 Successfully built 1a91927a2bd3 03:29:38 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:29:46  Building docker-security-bootstrapper-go ... done Removing intermediate container 57f48f7e57e6 03:29:46 ---> 7e008030766f 03:29:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:29:46 ---> Running in 41c53b84fa4e 03:29:46 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 03:29:50 Removing intermediate container 41c53b84fa4e 03:29:50 ---> 7bafdef2fdfa 03:29:50 03:29:50 Step 11/26 : FROM docker:20.10.0 03:29:50 20.10.0: Pulling from library/docker 03:30:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:30:00 Status: Downloaded newer image for docker:20.10.0 03:30:00 ---> eeaf43b92773 03:30:00 Step 12/26 : RUN apk add --no-cache bash 03:30:00 Removing intermediate container 8d376413db95 03:30:00 ---> 09da9d2e2907 03:30:00 03:30:00 Step 10/23 : FROM alpine:3.12 03:30:00 ---> e47305ac9786 03:30:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:30:00 ---> Running in a05a5e7c9553 03:30:00 ---> Running in 5e8cdd885153 03:30:00 Removing intermediate container 5e8cdd885153 03:30:00 ---> ac204b455140 03:30:00 Step 12/23 : ENV APP_PORT=48080 03:30:00 ---> Running in 4098233a3d69 03:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:00 Removing intermediate container 4098233a3d69 03:30:00 ---> 46ff045f19fc 03:30:00 Step 13/23 : EXPOSE $APP_PORT 03:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:00 ---> Running in 27be69f97563 03:30:00 Removing intermediate container 27be69f97563 03:30:00 ---> 14207a4d5faf 03:30:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:30:01 ---> Running in 866d6dffdb0d 03:30:01 (1/2) Installing readline (8.0.4-r0) 03:30:01 (2/2) Installing bash (5.0.17-r0) 03:30:01 Executing bash-5.0.17-r0.post-install 03:30:01 Executing busybox-1.31.1-r19.trigger 03:30:01 OK: 12 MiB in 22 packages 03:30:02 Removing intermediate container a05a5e7c9553 03:30:02 ---> 7879d1ddf3b9 03:30:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:30:02 ---> Running in 2d5c282eba18 03:30:03 Removing intermediate container 2d5c282eba18 03:30:03 ---> 6628d5d4d4c0 03:30:03 Step 14/26 : ENV APP_PORT=48090 03:30:03 ---> Running in 0f1bce25adb2 03:30:03 Removing intermediate container 866d6dffdb0d 03:30:03 ---> 2d8bd263926a 03:30:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:30:03 ---> Running in 8e53198096d4 03:30:04 Removing intermediate container 0f1bce25adb2 03:30:04 ---> 780ac7132bfa 03:30:04 Step 15/26 : EXPOSE $APP_PORT 03:30:04 ---> Running in 141b4117f1b8 03:30:04 Removing intermediate container 141b4117f1b8 03:30:04 ---> e2ddafd73c3a 03:30:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:30:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:05 ---> 9336816ca23b 03:30:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:30:06 (1/6) Installing dumb-init (1.2.2-r1) 03:30:06 (2/6) Installing libgcc (9.3.0-r2) 03:30:06 (3/6) Installing libsodium (1.0.18-r0) 03:30:06 (4/6) Installing libstdc++ (9.3.0-r2) 03:30:06 ---> 2fef58d4a342 03:30:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:30:06 (5/6) Installing libzmq (4.3.3-r0) 03:30:06 (6/6) Installing zeromq (4.3.3-r0) 03:30:06 Executing busybox-1.31.1-r19.trigger 03:30:06 OK: 8 MiB in 20 packages 03:30:07 ---> c53d2fbe956d 03:30:07 Step 19/26 : RUN apk --no-cache add py3-pip 03:30:07 ---> Running in 09089da0e829 03:30:08 Removing intermediate container 8e53198096d4 03:30:08 ---> 8516d95ce719 03:30:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:09 ---> a178fd7db763 03:30:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:30:09 (1/33) Installing libbz2 (1.0.8-r1) 03:30:09 (2/33) Installing expat (2.2.9-r1) 03:30:09 (3/33) Installing libffi (3.3-r2) 03:30:09 (4/33) Installing gdbm (1.13-r1) 03:30:09 (5/33) Installing xz-libs (5.2.5-r0) 03:30:09 (6/33) Installing sqlite-libs (3.32.1-r0) 03:30:09 (7/33) Installing python3 (3.8.8-r0) 03:30:11 ---> 53a0dcce8d69 03:30:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:30:11 (8/33) Installing py3-appdirs (1.4.4-r1) 03:30:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:30:11 (10/33) Installing py3-parsing (2.4.7-r0) 03:30:11 (11/33) Installing py3-six (1.15.0-r0) 03:30:11 (12/33) Installing py3-packaging (20.4-r0) 03:30:11 (13/33) Installing py3-setuptools (47.0.0-r0) 03:30:11 (14/33) Installing py3-chardet (3.0.4-r4) 03:30:11 (15/33) Installing py3-idna (2.9-r0) 03:30:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:30:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:30:11 (18/33) Installing py3-requests (2.23.0-r0) 03:30:11 (19/33) Installing py3-msgpack (1.0.0-r0) 03:30:11 (20/33) Installing py3-lockfile (0.12.2-r3) 03:30:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:30:12 (22/33) Installing py3-colorama (0.4.3-r0) 03:30:12 ---> 4697ce02a97c 03:30:12 Step 19/23 : ENTRYPOINT ["/core-data"] 03:30:12 (23/33) Installing py3-distlib (0.3.0-r0) 03:30:12 (24/33) Installing py3-distro (1.5.0-r1) 03:30:12 (25/33) Installing py3-webencodings (0.5.1-r3) 03:30:12 (26/33) Installing py3-html5lib (1.0.1-r4) 03:30:12 (27/33) Installing py3-pytoml (0.1.21-r0) 03:30:12 (28/33) Installing py3-pep517 (0.8.2-r0) 03:30:12 ---> Running in 9d86f3410260 03:30:12 (29/33) Installing py3-progress (1.5-r0) 03:30:12 (30/33) Installing py3-toml (0.10.1-r0) 03:30:12 (31/33) Installing py3-retrying (1.3.3-r0) 03:30:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:30:12 (33/33) Installing py3-pip (20.1.1-r0) 03:30:12 Executing busybox-1.31.1-r19.trigger 03:30:12 OK: 71 MiB in 55 packages 03:30:12 Removing intermediate container 9d86f3410260 03:30:12 ---> 034b4ddfea31 03:30:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:30:12 ---> Running in b14140995c82 03:30:13 Removing intermediate container b14140995c82 03:30:13 ---> 6d69e45146e5 03:30:13 Step 21/23 : LABEL arch=arm64 03:30:13 ---> Running in 3710e05ed215 03:30:14 Removing intermediate container 3710e05ed215 03:30:14 ---> dd542a03caf6 03:30:14 Step 22/23 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:30:14 ---> Running in 26f9c7373cdb 03:30:15 Removing intermediate container 26f9c7373cdb 03:30:15 ---> dd9849b37829 03:30:15 Step 23/23 : LABEL version=0.0.0 03:30:15 ---> Running in 60cd42131ea6 03:30:15 Removing intermediate container 60cd42131ea6 03:30:15 ---> e754aed6e47f 03:30:15 03:30:16 Successfully built e754aed6e47f 03:30:16 Successfully tagged docker-core-data-go-arm64:latest 03:30:18  Building docker-core-data-go ... done Removing intermediate container 09089da0e829 03:30:18 ---> 0a7f2870ee63 03:30:18 Step 20/26 : RUN pip install docker-compose==1.23.2 03:30:18 ---> Running in 5c83bdb315dd 03:30:23 Collecting docker-compose==1.23.2 03:30:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:30:23 Collecting docopt<0.7,>=0.6.1 03:30:23 Downloading docopt-0.6.2.tar.gz (25 kB) 03:30:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:30:25 Collecting jsonschema<3,>=2.5.1 03:30:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:30:26 Collecting websocket-client<1.0,>=0.32.0 03:30:26 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:30:27 Collecting docker<4.0,>=3.6.0 03:30:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:30:27 Collecting dockerpty<0.5,>=0.4.1 03:30:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:30:29 Collecting texttable<0.10,>=0.9.0 03:30:29 Downloading texttable-0.9.1.tar.gz (11 kB) 03:30:32 Collecting PyYAML<4,>=3.10 03:30:32 Downloading PyYAML-3.13.tar.gz (270 kB) 03:30:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:30:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:30:35 Collecting cached-property<2,>=1.2.0 03:30:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:30:35 Collecting docker-pycreds>=0.4.0 03:30:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:30:36 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) 03:30:36 Collecting idna<2.8,>=2.5 03:30:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:30:36 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) 03:30:36 Collecting urllib3<1.25,>=1.21.1 03:30:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:30:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:30:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:30:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:30:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:30:37 Installing collected packages: docopt, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, PyYAML, cached-property, docker-compose 03:30:37 Running setup.py install for docopt: started 03:30:39 Running setup.py install for docopt: finished with status 'done' 03:30:40 Attempting uninstall: idna 03:30:40 Found existing installation: idna 2.9 03:30:40 Uninstalling idna-2.9: 03:30:40 Successfully uninstalled idna-2.9 03:30:40 Attempting uninstall: urllib3 03:30:40 Found existing installation: urllib3 1.25.9 03:30:40 Uninstalling urllib3-1.25.9: 03:30:41 Successfully uninstalled urllib3-1.25.9 03:30:41 Attempting uninstall: requests 03:30:41 Found existing installation: requests 2.23.0 03:30:41 Uninstalling requests-2.23.0: 03:30:41 Successfully uninstalled requests-2.23.0 03:30:42 Running setup.py install for dockerpty: started 03:30:44 Running setup.py install for dockerpty: finished with status 'done' 03:30:44 Running setup.py install for texttable: started 03:30:46 Running setup.py install for texttable: finished with status 'done' 03:30:46 Running setup.py install for PyYAML: started 03:30:48 Running setup.py install for PyYAML: finished with status 'done' 03:30:49 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 03:30:52 Removing intermediate container 5c83bdb315dd 03:30:52 ---> 2cab49229b55 03:30:52 Step 21/26 : RUN apk --no-cache add curl 03:30:52 ---> Running in 7ef8984dd0d0 03:30:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:30:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:30:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:30:54 (2/3) Installing libcurl (7.69.1-r3) 03:30:54 (3/3) Installing curl (7.69.1-r3) 03:30:54 Executing busybox-1.31.1-r19.trigger 03:30:54 OK: 72 MiB in 58 packages 03:30:55 Removing intermediate container 7ef8984dd0d0 03:30:55 ---> 0cdca1d8a89c 03:30:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:30:55 ---> Running in 66c35cb35e29 03:30:56 Removing intermediate container 66c35cb35e29 03:30:56 ---> 4787df9bf634 03:30:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:30:56 ---> Running in dd793d1c808f 03:30:57 Removing intermediate container dd793d1c808f 03:30:57 ---> 94a766025c66 03:30:57 Step 24/26 : LABEL arch=arm64 03:30:57 ---> Running in 567b735b7eca 03:30:57 Removing intermediate container 567b735b7eca 03:30:57 ---> 2b5ded3813af 03:30:57 Step 25/26 : LABEL git_sha=7ea006d2bf427d986e3cae48a451342be7009350 03:30:57 ---> Running in f8770c8a9d62 03:30:58 Removing intermediate container f8770c8a9d62 03:30:58 ---> 2fa187e1fc12 03:30:58 Step 26/26 : LABEL version=0.0.0 03:30:58 ---> Running in 8f3374ec40e6 03:30:58 Removing intermediate container 8f3374ec40e6 03:30:58 ---> b77e4bae403c 03:30:58 03:30:59 Successfully built b77e4bae403c 03:30:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:30:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:30:59 $ docker stop --time=1 e7b49e680fe7d828cf7a538d52c2869ee9ffee66984b5e0f1eaf1387e79c5432 03:31:01 $ docker rm -f e7b49e680fe7d828cf7a538d52c2869ee9ffee66984b5e0f1eaf1387e79c5432 [Pipeline] // withDockerContainer [Pipeline] sh 03:31:02 + + docker images 03:31:02 grep docker 03:31:02 docker-sys-mgmt-agent-go-arm64 latest b77e4bae403c 4 seconds ago 301MB 03:31:02 docker-core-data-go-arm64 latest e754aed6e47f 47 seconds ago 21.4MB 03:31:02 docker-security-bootstrapper-go-arm64 latest 1a91927a2bd3 About a minute ago 17.9MB 03:31:02 docker-security-proxy-setup-go-arm64 latest 31444cd16217 About a minute ago 24.1MB 03:31:02 docker-core-metadata-go-arm64 latest 6ccce195116e 4 minutes ago 17.9MB 03:31:02 docker-support-notifications-go-arm64 latest eb3861107200 4 minutes ago 16.9MB 03:31:02 docker-core-command-go-arm64 latest 86b4f555e9bd 4 minutes ago 16.3MB 03:31:02 docker-support-scheduler-go-arm64 latest 82eacea8e243 4 minutes ago 16.4MB 03:31:02 docker-security-secretstore-setup-go-arm64 latest c51bdb9b4254 4 minutes ago 24.4MB 03:31:02 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 03:31:03 ---> job-cost.sh 03:31:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0bFc 03:31:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:33:19 lf-activate-venv(): INFO: Adding /tmp/venv-0bFc/bin to PATH 03:33:19 INFO: No Stack... 03:33:19 INFO: Retrieving Pricing Info for: lf-standard-4 03:33:19 INFO: Archiving Costs [Pipeline] sh 03:33:19 + cat /w/workspace/edgex-go/3/archives/cost.csv 03:33:19 + cut -d, -f6 [Pipeline] lock 03:33:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] 03:33:19 Resource [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] did not exist. Created. 03:33:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:33:20 + echo total: 0.20999999344348907 [Pipeline] stash 03:33:20 Stashed 1 file(s) [Pipeline] } 03:33:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3319-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:33:21 provisioning config files... 03:33:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3253203960555956305tmp [Pipeline] { [Pipeline] sh 03:33:22 + set +x 03:33:22 + curl -s https://codecov.io/bash 03:33:22 + bash -s -- 03:33:22 03:33:22 _____ _ 03:33:22 / ____| | | 03:33:22 | | ___ __| | ___ ___ _____ __ 03:33:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:33:22 | |___| (_) | (_| | __/ (_| (_) \ V / 03:33:22 \_____\___/ \__,_|\___|\___\___/ \_/ 03:33:22 Bash-20210309-2b87ace 03:33:22 03:33:22 03:33:22 ==> git version 2.24.3 found 03:33:22 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:33:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:33:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:33:22 curl: option -sm: expected a proper numerical parameter 03:33:22 curl: try 'curl --help' or 'curl --manual' for more information 03:33:22 ==> Jenkins CI detected. 03:33:22 project root: . 03:33:22 --> token set from env 03:33:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:33:22 ==> Running gcov in . (disable via -X gcov) 03:33:22 ==> Python coveragepy not found 03:33:22 ==> Searching for coverage reports in: 03:33:22 + . 03:33:22 -> Found 1 reports 03:33:22 ==> Detecting git/mercurial file structure 03:33:22 ==> Reading reports 03:33:22 + ./coverage.out bytes=669470 03:33:22 ==> Appending adjustments 03:33:22 https://docs.codecov.io/docs/fixing-reports 03:33:26 + Found adjustments 03:33:26 ==> Gzipping contents 03:33:26 96K /tmp/codecov.RNBiUs.gz 03:33:26 ==> Uploading reports 03:33:26 url: https://codecov.io 03:33:26 query: branch=PR-3319&commit=7ea006d2bf427d986e3cae48a451342be7009350&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= 03:33:26 -> Pinging Codecov 03:33:26 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3319&commit=7ea006d2bf427d986e3cae48a451342be7009350&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= 03:33:26 -> Uploading to 03:33:26 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/7ea006d2bf427d986e3cae48a451342be7009350/f2ad3e4f-fdfd-4838-89ef-c74104bbf2cf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T033326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26f06ef2dbdd77a92d808a59b6d11482aeaa79e9a73c7700ef3f4302f50512f8 03:33:26 % Total % Received % Xferd Average Speed Time Time Time Current 03:33:26 Dload Upload Total Spent Left Speed 03:33:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96994 0 0 100 96994 0 181k --:--:-- --:--:-- --:--:-- 182k 03:33:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7ea006d2bf427d986e3cae48a451342be7009350 [Pipeline] } 03:33:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:33:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:33:29 ---> package-listing.sh 03:33:29 ++ facter osfamily 03:33:29 ++ tr '[:upper:]' '[:lower:]' 03:33:29 + OS_FAMILY=redhat 03:33:29 + workspace=/w/workspace/edgex-go/3 03:33:29 + START_PACKAGES=/tmp/packages_start.txt 03:33:29 + END_PACKAGES=/tmp/packages_end.txt 03:33:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:33:29 + PACKAGES=/tmp/packages_start.txt 03:33:29 + '[' /w/workspace/edgex-go/3 ']' 03:33:29 + PACKAGES=/tmp/packages_end.txt 03:33:29 + case "${OS_FAMILY}" in 03:33:29 + rpm -qa 03:33:29 + sort 03:33:35 + '[' -f /tmp/packages_start.txt ']' 03:33:35 + '[' -f /tmp/packages_end.txt ']' 03:33:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:33:35 + '[' /w/workspace/edgex-go/3 ']' 03:33:35 + mkdir -p /w/workspace/edgex-go/3/archives/ 03:33:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 03:33:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:33:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:33:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:33:35 03:33:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:33:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:33:35 alpine: Pulling from edgex-lftools-log-publisher 03:33:35 df20fa9351a1: Pulling fs layer 03:33:35 36b3adc4ff6f: Pulling fs layer 03:33:35 8ad3a11d3b57: Pulling fs layer 03:33:35 46f8f816bc3b: Pulling fs layer 03:33:35 93b61091891f: Pulling fs layer 03:33:35 93b9cdb0e59b: Pulling fs layer 03:33:35 5e14af77c1be: Pulling fs layer 03:33:35 01666e4c0597: Pulling fs layer 03:33:35 aa168da1d23b: Pulling fs layer 03:33:35 5e14af77c1be: Waiting 03:33:35 01666e4c0597: Waiting 03:33:35 46f8f816bc3b: Waiting 03:33:35 aa168da1d23b: Waiting 03:33:35 93b61091891f: Waiting 03:33:35 93b9cdb0e59b: Waiting 03:33:35 36b3adc4ff6f: Verifying Checksum 03:33:35 36b3adc4ff6f: Download complete 03:33:35 46f8f816bc3b: Verifying Checksum 03:33:35 46f8f816bc3b: Download complete 03:33:36 df20fa9351a1: Download complete 03:33:36 93b9cdb0e59b: Verifying Checksum 03:33:36 93b9cdb0e59b: Download complete 03:33:36 93b61091891f: Verifying Checksum 03:33:36 93b61091891f: Download complete 03:33:36 5e14af77c1be: Verifying Checksum 03:33:36 5e14af77c1be: Download complete 03:33:36 01666e4c0597: Download complete 03:33:36 df20fa9351a1: Pull complete 03:33:36 36b3adc4ff6f: Pull complete 03:33:37 8ad3a11d3b57: Verifying Checksum 03:33:37 8ad3a11d3b57: Download complete 03:33:38 8ad3a11d3b57: Pull complete 03:33:38 46f8f816bc3b: Pull complete 03:33:38 aa168da1d23b: Verifying Checksum 03:33:38 aa168da1d23b: Download complete 03:33:39 93b61091891f: Pull complete 03:33:39 93b9cdb0e59b: Pull complete 03:33:39 5e14af77c1be: Pull complete 03:33:40 01666e4c0597: Pull complete 03:33:48 aa168da1d23b: Pull complete 03:33:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:33:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:33:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:33:48 prd-centos7-docker-4c-2g-32182 does not seem to be running inside a container 03:33:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:33:52 $ docker top 818e0c0e501afc95cdc43dc19b8bb34b7b15a56007d1cabb2c1c9bdd37a234c3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:33:52 + touch /tmp/pre-build-complete [Pipeline] sh 03:33:53 + mkdir -p /var/log/sa [Pipeline] sh 03:33:53 + ls /var/log/sa-host 03:33:53 + sadf -c /var/log/sa-host/sa23 03:33:53 file_magic: OK 03:33:53 HZ: Using current value: 100 03:33:53 file_header: OK 03:33:53 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 03:33:53 Statistics: 03:33:53 Hnuu...uuuununununu... 03:33:53 File successfully converted to sysstat format version 12.2.1 03:33:53 + sadf -c /var/log/sa-host/sa31 03:33:53 file_magic: OK 03:33:53 HZ: Using current value: 100 03:33:53 file_header: OK 03:33:53 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 03:33:53 Statistics: 03:33:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:33:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:33:53 provisioning config files... 03:33:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7991695147538316186tmp [Pipeline] { [Pipeline] echo 03:33:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:33:53 ---> create-netrc.sh [Pipeline] } 03:33:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:33:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:33:54 ---> python-tools-install.sh [Pipeline] echo 03:33:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:33:54 ---> sudo-logs.sh 03:33:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:33:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:33:55 ---> job-cost.sh 03:33:55 lf-activate-venv: SKIPPING 03:33:55 DEBUG: total: 0.20999999344348907 03:33:55 INFO: Retrieving Stack Cost... 03:33:56 INFO: Retrieving Pricing Info for: v1-standard-2 03:33:56 INFO: Archiving Costs [Pipeline] echo 03:33:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:33:56 ---> logs-deploy.sh 03:33:56 lf-activate-venv: SKIPPING 03:33:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3319/3 03:33:56 INFO: archiving workspace using pattern(s): 03:33:58 Archives upload complete. 03:33:58 INFO: archiving logs to Nexus 03:33:59 ---> uname -a: 03:33:59 Linux prd-centos7-docker-4c-2g-32182.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:33:59 03:33:59 03:34:00 ---> lscpu: 03:34:00 Architecture: x86_64 03:34:00 CPU op-mode(s): 32-bit, 64-bit 03:34:00 Byte Order: Little Endian 03:34:00 Address sizes: 40 bits physical, 48 bits virtual 03:34:00 CPU(s): 4 03:34:00 On-line CPU(s) list: 0-3 03:34:00 Thread(s) per core: 1 03:34:00 Core(s) per socket: 1 03:34:00 Socket(s): 4 03:34:00 NUMA node(s): 1 03:34:00 Vendor ID: GenuineIntel 03:34:00 CPU family: 6 03:34:00 Model: 44 03:34:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:34:00 Stepping: 1 03:34:00 CPU MHz: 2933.438 03:34:00 BogoMIPS: 5866.87 03:34:00 Virtualization: VT-x 03:34:00 Hypervisor vendor: KVM 03:34:00 Virtualization type: full 03:34:00 L1d cache: 128 KiB 03:34:00 L1i cache: 128 KiB 03:34:00 L2 cache: 16 MiB 03:34:00 L3 cache: 64 MiB 03:34:00 NUMA node0 CPU(s): 0-3 03:34:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:34:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:34:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:34:00 Vulnerability Meltdown: Mitigation; PTI 03:34:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:34:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:34:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:34:00 Vulnerability Srbds: Not affected 03:34:00 Vulnerability Tsx async abort: Not affected 03:34:00 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 03:34:00 03:34:00 03:34:00 ---> nproc: 03:34:00 4 03:34:00 03:34:00 03:34:00 ---> df -h: 03:34:00 Filesystem Size Used Available Use% Mounted on 03:34:00 overlay 50.0G 11.8G 38.2G 24% / 03:34:00 tmpfs 64.0M 0 64.0M 0% /dev 03:34:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:34:00 shm 64.0M 0 64.0M 0% /dev/shm 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 03:34:00 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 03:34:00 03:34:00 03:34:00 ---> free -m: 03:34:00 total used free shared buff/cache available 03:34:00 Mem: 1837 723 272 0 841 1031 03:34:00 Swap: 1023 63 960 03:34:00 03:34:00 03:34:00 ---> ip addr: 03:34:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:34:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:34:00 inet 127.0.0.1/8 scope host lo 03:34:00 valid_lft forever preferred_lft forever 03:34:00 inet6 ::1/128 scope host 03:34:00 valid_lft forever preferred_lft forever 03:34:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:34:00 link/ether fa:16:3e:f5:00:83 brd ff:ff:ff:ff:ff:ff 03:34:00 inet 10.30.122.11/23 brd 10.30.123.255 scope global dynamic eth0 03:34:00 valid_lft 84915sec preferred_lft 84915sec 03:34:00 inet6 fe80::f816:3eff:fef5:83/64 scope link 03:34:00 valid_lft forever preferred_lft forever 03:34:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:34:00 link/ether 02:42:21:2d:55:71 brd ff:ff:ff:ff:ff:ff 03:34:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:34:00 valid_lft forever preferred_lft forever 03:34:00 inet6 fe80::42:21ff:fe2d:5571/64 scope link 03:34:00 valid_lft forever preferred_lft forever 03:34:00 03:34:00 03:34:00 ---> sar -b -r -n DEV: 03:34:00 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) 03:34:00 03:34:00 03:09:01 LINUX RESTART (4 CPU) 03:34:00 03:34:00 03:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:34:00 03:11:01 109.58 55.32 54.26 0.00 7851.76 13116.62 0.00 03:34:00 03:12:01 251.16 84.47 166.69 0.00 5493.96 46480.94 0.00 03:34:00 03:13:01 210.77 100.38 110.39 0.00 3925.37 14943.16 0.00 03:34:00 03:14:01 100.70 45.59 55.11 0.00 1594.41 5949.93 0.00 03:34:00 03:15:02 135.91 39.39 96.52 0.00 2949.36 24515.75 0.00 03:34:00 03:16:02 1718.06 1402.91 315.15 0.00 142295.65 200258.13 0.00 03:34:00 03:17:02 1756.98 1522.21 234.77 0.00 97391.35 108167.79 0.00 03:34:00 03:18:01 595.98 249.92 346.07 0.00 76160.47 130210.19 0.00 03:34:00 03:19:02 1587.85 1296.40 291.45 0.00 91991.12 95699.27 0.00 03:34:00 03:20:01 189.05 31.04 158.01 0.00 5312.39 26862.98 0.00 03:34:00 03:21:01 6.44 0.00 6.44 0.00 0.00 234.17 0.00 03:34:00 03:22:01 0.17 0.02 0.15 0.00 0.53 1.77 0.00 03:34:00 03:23:01 0.30 0.02 0.28 0.00 0.27 3.41 0.00 03:34:00 03:24:01 0.42 0.17 0.25 0.00 20.65 2.43 0.00 03:34:00 03:25:01 2.00 1.18 0.82 0.00 27.05 15.84 0.00 03:34:00 03:26:01 0.30 0.02 0.28 0.00 0.53 2.78 0.00 03:34:00 03:27:01 0.28 0.00 0.28 0.00 0.00 4.01 0.00 03:34:00 03:28:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 03:34:00 03:29:01 0.22 0.02 0.20 0.00 0.53 1.78 0.00 03:34:00 03:30:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 03:34:00 03:31:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 03:34:00 03:32:01 0.30 0.02 0.28 0.00 0.53 3.53 0.00 03:34:00 03:33:01 0.25 0.00 0.25 0.00 0.00 2.21 0.00 03:34:00 Average: 290.20 210.32 79.88 0.00 18944.47 29010.64 0.00 03:34:00 03:34:00 03:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:34:00 03:11:01 217404 0 646468 34.36 2620 1015052 1149220 39.22 600760 860532 16 03:34:00 03:12:01 65996 0 796372 42.33 1492 1017684 1513860 51.67 669688 854876 95608 03:34:00 03:13:01 116072 0 948240 50.40 612 816620 1713236 58.47 722592 754264 52668 03:34:00 03:14:01 247900 0 779324 41.42 612 853708 1644664 56.13 608252 728364 55736 03:34:00 03:15:02 184020 0 756948 40.23 400 940176 1412144 48.19 591972 810824 40 03:34:00 03:16:02 69432 0 848000 45.07 0 964112 2340808 79.89 739620 854900 59676 03:34:00 03:17:02 481456 0 953452 50.67 0 446636 3898572 133.05 513552 608912 58208 03:34:00 03:18:01 66868 0 790720 42.03 0 1023956 2155576 73.57 750872 853052 46776 03:34:00 03:19:02 372520 0 758984 40.34 0 750040 2337596 79.78 579292 682020 38104 03:34:00 03:20:01 154628 0 647080 34.39 0 1079836 1205212 41.13 566592 907552 20 03:34:00 03:21:01 161072 0 640596 34.05 0 1079876 1174288 40.08 564180 906772 12 03:34:00 03:22:01 160564 0 641112 34.07 0 1079868 1174384 40.08 564740 906764 8 03:34:00 03:23:01 161344 0 640300 34.03 0 1079900 1171312 39.97 564460 906692 8 03:34:00 03:24:01 161124 0 639968 34.01 0 1080452 1171928 40.00 564424 907188 12 03:34:00 03:25:01 160488 0 640408 34.04 0 1080648 1171276 39.97 564308 907432 8 03:34:00 03:26:01 160232 0 640672 34.05 0 1080640 1171240 39.97 564156 907432 8 03:34:00 03:27:01 160700 0 640184 34.02 0 1080660 1171204 39.97 563944 907448 8 03:34:00 03:28:01 160608 0 640268 34.03 0 1080668 1171204 39.97 563948 907448 8 03:34:00 03:29:01 160692 0 640192 34.02 0 1080660 1171204 39.97 564076 907448 8 03:34:00 03:30:01 160092 0 640768 34.06 0 1080684 1171276 39.97 564460 907464 8 03:34:00 03:31:01 160328 0 640524 34.04 0 1080692 1171204 39.97 563960 907464 8 03:34:00 03:32:01 160412 0 640428 34.04 0 1080704 1171204 39.97 564092 907480 8 03:34:00 03:33:01 160012 0 640828 34.06 0 1080704 1171336 39.98 564652 907480 16 03:34:00 Average: 176694 0 706602 37.55 249 997999 1504519 51.35 594721 856948 17694 03:34:00 03:34:00 03:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:34:00 03:11:01 eth0 934.12 994.69 3152.76 143.32 0.00 0.00 0.00 0.00 03:34:00 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:11:01 docker0 879.87 755.61 72.71 2685.40 0.00 0.00 0.00 0.00 03:34:00 03:12:01 eth0 453.15 373.64 3665.52 38.98 0.00 0.00 0.00 0.00 03:34:00 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:12:01 docker0 127.61 164.58 8.92 827.63 0.00 0.00 0.00 0.00 03:34:00 03:13:01 vethda9f951 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:13:01 eth0 41.36 28.70 32.91 67.60 0.00 0.00 0.00 0.00 03:34:00 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:14:01 vethda9f951 2.06 2.06 0.16 0.16 0.00 0.00 0.00 0.00 03:34:00 03:14:01 eth0 25.22 12.99 17.18 9.21 0.00 0.00 0.00 0.00 03:34:00 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:14:01 docker0 2.06 2.06 0.14 0.16 0.00 0.00 0.00 0.00 03:34:00 03:15:02 veth7a08d73 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:15:02 eth0 206.24 164.31 1700.90 76.67 0.00 0.00 0.00 0.00 03:34:00 03:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:16:02 veth950b130 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 03:34:00 03:16:02 eth0 53.17 29.00 169.69 11.78 0.00 0.00 0.00 0.00 03:34:00 03:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:16:02 docker0 13.75 26.55 0.74 144.84 0.00 0.00 0.00 0.00 03:34:00 03:17:02 vethb53a610 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:17:02 veth31736d7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:17:02 veth950b130 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:17:02 eth0 15.42 12.27 7.19 44.30 0.00 0.00 0.00 0.00 03:34:00 03:18:01 veth950b130 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:18:01 eth0 69.64 38.65 240.23 17.64 0.00 0.00 0.00 0.00 03:34:00 03:18:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:34:00 03:18:01 docker0 1046.49 981.59 84.06 3861.24 0.00 0.00 0.00 0.00 03:34:00 03:19:02 veth0a60aa9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:19:02 veth950b130 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:34:00 03:19:02 eth0 62.89 34.63 122.79 70.00 0.00 0.00 0.00 0.00 03:34:00 03:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:20:01 eth0 233.19 169.06 1723.06 73.25 0.00 0.00 0.00 0.00 03:34:00 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:20:01 docker0 1100.61 1083.55 87.50 4441.07 0.00 0.00 0.00 0.00 03:34:00 03:21:01 eth0 0.97 0.32 0.43 0.05 0.00 0.00 0.00 0.00 03:34:00 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:22:01 eth0 1.08 0.38 0.32 0.20 0.00 0.00 0.00 0.00 03:34:00 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:23:01 eth0 0.60 0.32 0.28 0.20 0.00 0.00 0.00 0.00 03:34:00 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:24:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:34:00 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:25:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:34:00 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:26:01 eth0 0.30 0.23 0.10 0.02 0.00 0.00 0.00 0.00 03:34:00 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:27:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:34:00 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:28:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:34:00 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:29:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 03:34:00 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:30:01 eth0 0.25 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:34:00 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:34:00 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:32:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:33:01 eth0 0.97 0.37 0.32 0.17 0.00 0.00 0.00 0.00 03:34:00 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 Average: eth0 91.25 80.89 470.47 24.05 0.00 0.00 0.00 0.00 03:34:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:34:00 Average: docker0 47.10 46.37 3.74 190.06 0.00 0.00 0.00 0.00 03:34:00 03:34:00 03:34:00 ---> sar -P ALL: 03:34:00 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) 03:34:00 03:34:00 03:09:01 LINUX RESTART (4 CPU) 03:34:00 03:34:00 03:10:01 CPU %user %nice %system %iowait %steal %idle 03:34:00 03:11:01 all 11.42 0.00 5.54 2.04 0.62 80.37 03:34:00 03:11:01 0 15.13 0.00 7.75 2.30 0.59 74.24 03:34:00 03:11:01 1 11.74 0.00 4.85 0.38 0.68 82.35 03:34:00 03:11:01 2 10.06 0.00 4.26 1.24 0.65 83.79 03:34:00 03:11:01 3 8.81 0.00 5.35 4.24 0.58 81.02 03:34:00 03:12:01 all 11.43 0.00 8.89 4.64 0.88 74.15 03:34:00 03:12:01 0 10.96 0.00 9.47 2.83 0.90 75.85 03:34:00 03:12:01 1 12.57 0.00 8.19 5.01 0.91 73.32 03:34:00 03:12:01 2 10.76 0.00 8.60 5.65 0.84 74.14 03:34:00 03:12:01 3 11.43 0.00 9.32 5.07 0.87 73.31 03:34:00 03:13:01 all 48.78 0.00 12.64 4.73 0.71 33.15 03:34:00 03:13:01 0 50.95 0.00 11.98 5.19 0.65 31.23 03:34:00 03:13:01 1 48.05 0.00 13.38 3.65 0.67 34.25 03:34:00 03:13:01 2 47.62 0.00 12.90 6.13 0.69 32.66 03:34:00 03:13:01 3 48.49 0.00 12.28 3.94 0.83 34.46 03:34:00 03:14:01 all 50.72 0.00 13.95 1.81 1.09 32.43 03:34:00 03:14:01 0 50.55 0.00 13.74 1.28 1.08 33.36 03:34:00 03:14:01 1 51.26 0.00 13.54 1.76 1.17 32.27 03:34:00 03:14:01 2 51.62 0.00 13.90 2.24 1.01 31.24 03:34:00 03:14:01 3 49.45 0.00 14.63 1.96 1.10 32.86 03:34:00 03:15:02 all 32.65 0.00 12.03 1.96 0.95 52.40 03:34:00 03:15:02 0 31.58 0.00 11.97 1.65 0.89 53.91 03:34:00 03:15:02 1 32.86 0.00 11.98 2.68 0.89 51.59 03:34:00 03:15:02 2 34.13 0.00 12.31 2.61 0.82 50.13 03:34:00 03:15:02 3 32.05 0.00 11.86 0.92 1.19 53.98 03:34:00 03:16:02 all 22.29 0.00 30.56 11.72 2.25 33.18 03:34:00 03:16:02 0 22.42 0.00 30.04 12.00 2.19 33.35 03:34:00 03:16:02 1 22.95 0.00 31.23 11.22 2.39 32.22 03:34:00 03:16:02 2 22.30 0.00 28.81 12.50 2.42 33.97 03:34:00 03:16:02 3 21.47 0.00 32.18 11.16 2.01 33.17 03:34:00 03:17:02 all 50.52 0.00 21.82 12.31 2.17 13.18 03:34:00 03:17:02 0 49.49 0.00 19.91 11.18 2.57 16.85 03:34:00 03:17:02 1 51.02 0.00 23.35 13.08 1.84 10.71 03:34:00 03:17:02 2 49.89 0.00 20.91 12.49 2.45 14.26 03:34:00 03:17:02 3 51.70 0.00 23.15 12.51 1.80 10.84 03:34:00 03:18:01 all 33.87 0.00 22.31 17.52 0.41 25.89 03:34:00 03:18:01 0 32.47 0.00 21.89 13.65 0.41 31.58 03:34:00 03:18:01 1 34.03 0.00 23.01 19.26 0.30 23.40 03:34:00 03:18:01 2 34.62 0.00 21.89 16.41 0.41 26.67 03:34:00 03:18:01 3 34.36 0.00 22.43 20.77 0.53 21.91 03:34:00 03:19:02 all 47.16 0.00 22.72 17.85 0.31 11.97 03:34:00 03:19:02 0 45.29 0.00 22.07 18.16 0.35 14.13 03:34:00 03:19:02 1 47.22 0.00 22.69 18.19 0.32 11.58 03:34:00 03:19:02 2 47.40 0.00 23.42 17.72 0.28 11.19 03:34:00 03:19:02 3 48.73 0.00 22.70 17.32 0.27 10.98 03:34:00 03:20:01 all 16.76 0.00 8.57 6.41 0.09 68.17 03:34:00 03:20:01 0 16.63 0.00 8.58 9.84 0.07 64.88 03:34:00 03:20:01 1 19.21 0.00 8.33 5.78 0.07 66.61 03:34:00 03:20:01 2 16.48 0.00 9.10 4.94 0.10 69.38 03:34:00 03:20:01 3 14.71 0.00 8.27 5.08 0.12 71.81 03:34:00 03:21:01 all 0.09 0.00 0.05 0.03 0.00 99.82 03:34:00 03:21:01 0 0.23 0.00 0.07 0.00 0.00 99.70 03:34:00 03:21:01 1 0.03 0.00 0.07 0.13 0.02 99.75 03:34:00 03:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:34:00 03:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:34:00 03:34:00 03:21:01 CPU %user %nice %system %iowait %steal %idle 03:34:00 03:22:01 all 0.16 0.00 0.33 0.00 0.02 99.49 03:34:00 03:22:01 0 0.22 0.00 0.40 0.00 0.05 99.33 03:34:00 03:22:01 1 0.17 0.00 0.40 0.00 0.00 99.43 03:34:00 03:22:01 2 0.08 0.00 0.27 0.00 0.02 99.63 03:34:00 03:22:01 3 0.17 0.00 0.27 0.00 0.00 99.57 03:34:00 03:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:34:00 03:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 03:23:01 1 0.52 0.00 0.02 0.00 0.00 99.47 03:34:00 03:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 03:34:00 03:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 03:24:01 all 0.15 0.00 0.04 0.00 0.00 99.81 03:34:00 03:24:01 0 0.00 0.00 0.05 0.02 0.00 99.93 03:34:00 03:24:01 1 0.52 0.00 0.03 0.00 0.00 99.45 03:34:00 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 03:24:01 3 0.05 0.00 0.05 0.00 0.02 99.88 03:34:00 03:25:01 all 0.17 0.00 0.04 0.01 0.00 99.77 03:34:00 03:25:01 0 0.05 0.00 0.07 0.05 0.00 99.83 03:34:00 03:25:01 1 0.53 0.00 0.03 0.00 0.00 99.43 03:34:00 03:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:34:00 03:25:01 3 0.08 0.00 0.03 0.00 0.00 99.88 03:34:00 03:26:01 all 0.14 0.00 0.03 0.00 0.00 99.83 03:34:00 03:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 03:26:01 1 0.50 0.00 0.02 0.00 0.00 99.48 03:34:00 03:26:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:34:00 03:26:01 3 0.03 0.00 0.05 0.00 0.02 99.90 03:34:00 03:27:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:34:00 03:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 03:27:01 1 0.50 0.00 0.03 0.00 0.00 99.47 03:34:00 03:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:34:00 03:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:34:00 03:28:01 all 0.12 0.00 0.04 0.00 0.00 99.84 03:34:00 03:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:34:00 03:28:01 1 0.38 0.00 0.07 0.00 0.00 99.55 03:34:00 03:28:01 2 0.02 0.00 0.00 0.00 0.02 99.97 03:34:00 03:28:01 3 0.07 0.00 0.05 0.00 0.00 99.88 03:34:00 03:29:01 all 0.02 0.00 0.03 0.00 0.00 99.95 03:34:00 03:29:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:34:00 03:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 03:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:34:00 03:29:01 3 0.03 0.00 0.05 0.00 0.00 99.92 03:34:00 03:30:01 all 0.14 0.00 0.04 0.00 0.01 99.81 03:34:00 03:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:34:00 03:30:01 1 0.05 0.00 0.05 0.00 0.02 99.88 03:34:00 03:30:01 2 0.42 0.00 0.03 0.00 0.00 99.55 03:34:00 03:30:01 3 0.05 0.00 0.05 0.00 0.02 99.88 03:34:00 03:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:34:00 03:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:34:00 03:31:01 1 0.05 0.00 0.05 0.00 0.00 99.90 03:34:00 03:31:01 2 0.52 0.00 0.02 0.00 0.00 99.47 03:34:00 03:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:34:00 03:32:01 all 0.14 0.00 0.02 0.00 0.00 99.84 03:34:00 03:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:34:00 03:32:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:34:00 03:32:01 2 0.52 0.00 0.02 0.00 0.00 99.47 03:34:00 03:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:34:00 03:34:00 03:32:01 CPU %user %nice %system %iowait %steal %idle 03:34:00 03:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 03:34:00 03:33:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:34:00 03:33:01 1 0.07 0.00 0.07 0.00 0.02 99.85 03:34:00 03:33:01 2 0.52 0.00 0.02 0.00 0.00 99.47 03:34:00 03:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:34:00 Average: all 13.72 0.00 6.70 3.39 0.40 75.80 03:34:00 Average: 0 13.68 0.00 6.64 3.28 0.41 75.99 03:34:00 Average: 1 14.01 0.00 6.76 3.39 0.39 75.44 03:34:00 Average: 2 13.72 0.00 6.58 3.43 0.41 75.86 03:34:00 Average: 3 13.46 0.00 6.80 3.46 0.39 75.89 03:34:00 03:34:00 03:34:00