Pull request #3302 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72c01a79d84e48e6ed9ddfc63d785af34a775377+04121680b1087f96ef009b594f8095f8f3b5fdf8 (38acb3183fc58f4c529ee4d2f4617ab67214eb91) 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 ‘prd-centos7-docker-4c-2g-31743’ is offline; ‘prd-centos7-docker-4c-2g-31744’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31750 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [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 > 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 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 Merge succeeded, producing 72c01a79d84e48e6ed9ddfc63d785af34a775377 Checking out Revision 72c01a79d84e48e6ed9ddfc63d785af34a775377 (PR-3302) > 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/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:08:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:08:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:08:28 ========================================================= 16:08:28 EdgeX Global Pipelines Version Info 16:08:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7b04b2cd7a35ae0bc94c3b3894cd9196fc372097 # timeout=10 16:08:30 ------------------- 16:08:30 stable info: 16:08:30 ------------------- 16:08:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:08:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:08:30 Message: update stable to v1.0.186 16:08:31 ------------------- 16:08:31 experimental info: 16:08:31 ------------------- 16:08:31 Commited By: **** collab-it+edgex@linuxfoundation.org 16:08:31 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:08:31 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:08:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:08:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3302 [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3302 [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3302 [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72c01a79d84e48e6ed9ddfc63d785af34a775377 [Pipeline] echo 16:08:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72c01a7 [Pipeline] echo 16:08:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:08:34 provisioning config files... 16:08:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3923020952023322637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:34 ---> docker-login.sh 16:08:34 nexus3.edgexfoundry.org:10001 16:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:35 Configure a credential helper to remove this warning. See 16:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:35 16:08:35 Login Succeeded 16:08:35 nexus3.edgexfoundry.org:10002 16:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:35 Configure a credential helper to remove this warning. See 16:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:35 16:08:35 Login Succeeded 16:08:35 nexus3.edgexfoundry.org:10003 16:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:35 Configure a credential helper to remove this warning. See 16:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:35 16:08:35 Login Succeeded 16:08:35 nexus3.edgexfoundry.org:10004 16:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:35 Configure a credential helper to remove this warning. See 16:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:35 16:08:35 Login Succeeded 16:08:35 docker.io 16:08:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:36 Configure a credential helper to remove this warning. See 16:08:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:36 16:08:36 Login Succeeded 16:08:36 ---> docker-login.sh ends [Pipeline] } 16:08:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:08:36 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/core-command/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo core-command,cmd/core-command/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/core-data/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo core-data,cmd/core-data/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/core-metadata/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo core-metadata,cmd/core-metadata/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/security-bootstrapper/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/security-proxy-setup/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ cut -d/ -f2 16:08:36 ++ dirname cmd/support-notifications/Dockerfile 16:08:36 + echo support-notifications,cmd/support-notifications/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/support-scheduler/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:08:36 + for file in '`ls cmd/**/Dockerfile`' 16:08:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:08:36 ++ cut -d/ -f2 16:08:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:08:36 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:08:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:37 16:08:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:08:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:37 latest: Pulling from edgex-devops/git-semver 16:08:37 31603596830f: Pulling fs layer 16:08:37 2a8b12db71e7: Pulling fs layer 16:08:37 6ca5941a6612: Pulling fs layer 16:08:37 ecc8261a40a4: Pulling fs layer 16:08:37 2a8b12db71e7: Verifying Checksum 16:08:37 2a8b12db71e7: Download complete 16:08:38 31603596830f: Verifying Checksum 16:08:38 31603596830f: Download complete 16:08:38 ecc8261a40a4: Verifying Checksum 16:08:38 ecc8261a40a4: Download complete 16:08:38 6ca5941a6612: Verifying Checksum 16:08:38 6ca5941a6612: Download complete 16:08:38 31603596830f: Pull complete 16:08:38 2a8b12db71e7: Pull complete 16:08:39 6ca5941a6612: Pull complete 16:08:39 ecc8261a40a4: Pull complete 16:08:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:08:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:08:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:08:40 prd-centos7-docker-4c-2g-31750 does not seem to be running inside a container 16:08:40 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:08:42 $ docker top 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:08:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:43 [ssh-agent] Looking for ssh-agent implementation... 16:08:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:43 $ docker exec 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd ssh-agent 16:08:43 SSH_AUTH_SOCK=/tmp/ssh-MWSbyZx9sZIV/agent.11 16:08:43 SSH_AGENT_PID=16 16:08:43 Running ssh-add (command line suppressed) 16:08:43 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3036009885564876967.key (/w/workspace/edgex-go/3@tmp/private_key_3036009885564876967.key) 16:08:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:44 + git tag --points-at HEAD [Pipeline] } 16:08:44 $ docker exec --env ******** --env ******** 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd ssh-agent -k 16:08:44 unset SSH_AUTH_SOCK; 16:08:44 unset SSH_AGENT_PID; 16:08:44 echo Agent pid 16 killed; 16:08:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:08:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:08:44 [ssh-agent] Looking for ssh-agent implementation... 16:08:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:08:44 $ docker exec 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd ssh-agent 16:08:45 SSH_AUTH_SOCK=/tmp/ssh-5K9nWQiQZ0Kl/agent.44 16:08:45 SSH_AGENT_PID=50 16:08:45 Running ssh-add (command line suppressed) 16:08:45 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3626673303359332983.key (/w/workspace/edgex-go/3@tmp/private_key_3626673303359332983.key) 16:08:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:08:45 + git semver init 16:08:45 # -> Open(): unable to determine branch for HEAD 16:08:45 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:08:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:08:45 # $SEMVER_REMOTE_NAME = origin 16:08:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:08:45 # $SEMVER_USER_NAME = edgex-jenkins 16:08:45 # $SEMVER_BRANCH = PR-3302 16:08:45 # $SEMVER_TEMP = /tmp/semver-551187590 16:08:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:09:24 # '/tmp/semver-551187590' -> '/w/workspace/edgex-go/3/.semver' 16:09:24 # -> Force: false 16:09:24 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:09:24 $ docker exec --env ******** --env ******** 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd ssh-agent -k 16:09:24 unset SSH_AUTH_SOCK; 16:09:24 unset SSH_AGENT_PID; 16:09:24 echo Agent pid 50 killed; 16:09:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:09:25 + git semver [Pipeline] } 16:09:25 $ docker stop --time=1 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd 16:09:27 $ docker rm -f 230cb1f75c6b8638a65fbc7ffb04cb0a350da9b4274e93ff069fa4d2a2109dfd [Pipeline] // withDockerContainer [Pipeline] sh 16:09:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:09:28 Stashed 1 file(s) [Pipeline] echo 16:09:28 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:09:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:09:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:09:29 + true 16:09:29 + sudo service docker restart 16:09:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:09:30 ========================================================= 16:09:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:09:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:09:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:09:35 Sending build context to Docker daemon 328.8MB 16:09:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:09:35 Step 2/6 : FROM ${BASE} 16:09:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:09:35 188c0c94c7c5: Pulling fs layer 16:09:35 0ef7d3d256c8: Pulling fs layer 16:09:35 de9db76c5a1d: Pulling fs layer 16:09:35 bca2f99d35d6: Pulling fs layer 16:09:35 93359f2a8cfa: Pulling fs layer 16:09:35 7c6f9722023f: Pulling fs layer 16:09:35 a35cf1a2eb13: Pulling fs layer 16:09:35 bca2f99d35d6: Waiting 16:09:35 93359f2a8cfa: Waiting 16:09:35 7c6f9722023f: Waiting 16:09:35 a35cf1a2eb13: Waiting 16:09:35 de9db76c5a1d: Verifying Checksum 16:09:35 de9db76c5a1d: Download complete 16:09:35 0ef7d3d256c8: Download complete 16:09:35 93359f2a8cfa: Verifying Checksum 16:09:35 93359f2a8cfa: Download complete 16:09:35 7c6f9722023f: Verifying Checksum 16:09:35 7c6f9722023f: Download complete 16:09:35 188c0c94c7c5: Verifying Checksum 16:09:35 188c0c94c7c5: Download complete 16:09:35 188c0c94c7c5: Pull complete 16:09:36 0ef7d3d256c8: Pull complete 16:09:36 de9db76c5a1d: Pull complete 16:09:36 a35cf1a2eb13: Verifying Checksum 16:09:36 a35cf1a2eb13: Download complete 16:09:37 bca2f99d35d6: Download complete 16:09:42 bca2f99d35d6: Pull complete 16:09:42 93359f2a8cfa: Pull complete 16:09:43 7c6f9722023f: Pull complete 16:09:43 Still waiting to schedule task 16:09:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:09:47 a35cf1a2eb13: Pull complete 16:09:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:09:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:09:47 ---> a62c8e92a672 16:09:47 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:09:47 ---> Running in 63b455f4766c 16:09:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:53 (1/12) Installing libmagic (5.38-r0) 16:09:54 (2/12) Installing file (5.38-r0) 16:09:54 (3/12) Installing libc-dev (0.7.2-r3) 16:09:54 (4/12) Installing g++ (9.3.0-r2) 16:10:04 (5/12) Installing fortify-headers (1.1-r0) 16:10:04 (6/12) Installing patch (2.7.6-r6) 16:10:04 (7/12) Installing build-base (0.5-r2) 16:10:04 (8/12) Installing libsodium (1.0.18-r0) 16:10:04 (9/12) Installing pkgconf (1.7.2-r0) 16:10:04 (10/12) Installing libsodium-dev (1.0.18-r0) 16:10:04 (11/12) Installing libzmq (4.3.3-r0) 16:10:04 (12/12) Installing zeromq-dev (4.3.3-r0) 16:10:04 Executing busybox-1.31.1-r19.trigger 16:10:04 OK: 233 MiB in 51 packages 16:10:07 Removing intermediate container 63b455f4766c 16:10:07 ---> b455a33acf63 16:10:07 Step 4/6 : WORKDIR /edgex-go 16:10:08 ---> Running in 68fa821b75d0 16:10:08 Removing intermediate container 68fa821b75d0 16:10:08 ---> a3c5b7a7679d 16:10:08 Step 5/6 : COPY go.mod . 16:10:08 ---> b6ab8d892596 16:10:08 Step 6/6 : RUN go mod download 16:10:08 ---> Running in cb38b1a32778 16:10:35 Removing intermediate container cb38b1a32778 16:10:35 ---> 528fb8935817 16:10:35 Successfully built 528fb8935817 16:10:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:10:35 + docker inspect -f . ci-base-image-x86_64 16:10:35 . [Pipeline] withDockerContainer 16:10:36 prd-centos7-docker-4c-2g-31750 does not seem to be running inside a container 16:10:36 $ 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 ******** ci-base-image-x86_64 cat 16:10:37 $ docker top c6115ce43f515a449e6a0b45022c04aced4d9dc75bbaeab79798ae8fcc4c9368 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:37 + go version 16:10:37 go version go1.15.5 linux/amd64 [Pipeline] } 16:10:37 $ docker stop --time=1 c6115ce43f515a449e6a0b45022c04aced4d9dc75bbaeab79798ae8fcc4c9368 16:10:39 $ docker rm -f c6115ce43f515a449e6a0b45022c04aced4d9dc75bbaeab79798ae8fcc4c9368 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:40 + docker inspect -f . ci-base-image-x86_64 16:10:40 . [Pipeline] withDockerContainer 16:10:40 prd-centos7-docker-4c-2g-31750 does not seem to be running inside a container 16:10:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:10:41 $ docker top b4af3a558941b062a4e474b183d56108d37fb49aa61839a6d8e44db26c4fc87c -eo pid,comm [Pipeline] { [Pipeline] echo 16:10:41 ========================================================= 16:10:41 [edgeXBuildGoParallel] Running Tests and Build... 16:10:41 ========================================================= [Pipeline] sh 16:10:41 + make test 16:10:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:10:52 ? github.com/edgexfoundry/edgex-go [no test files] 16:11:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:11:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:11:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:11:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:11:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:11:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:11:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:11:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:11:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 45.9% of statements 16:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:11:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.070s coverage: 19.8% of statements 16:11:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.170s coverage: 100.0% of statements 16:11:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.273s coverage: 27.1% of statements 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:11:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:11:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:11:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.305s coverage: 82.9% of statements 16:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.109s coverage: 78.9% of statements 16:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.532s coverage: 28.6% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 92.8% of statements 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:11:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 16:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 16:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements 16:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 16:11:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.362s coverage: 82.6% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.6% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.352s coverage: 64.4% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.399s coverage: 69.0% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.313s coverage: 38.4% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:12:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.160s coverage: 87.1% of statements 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:12:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.009s coverage: 29.1% of statements 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:12:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 94.0% of statements 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:12:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:12:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:12:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:12:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:12:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 16:12:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 16:12:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 16:12:10 GO111MODULE=on go vet ./... 16:12:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31755 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws 16:12:13 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:12:18 using credential edgex-jenkins-ssh 16:12:18 Cloning the remote Git repository 16:12:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:12:19 > git init /w/workspace/edgex-go/3 # timeout=10 16:12:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:12:19 > git --version # timeout=10 16:12:19 > git --version # 'git version 2.17.1' 16:12:19 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:12:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:12:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:12:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:12:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:12:36 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 16:12:36 Merge succeeded, producing 72c01a79d84e48e6ed9ddfc63d785af34a775377 16:12:36 Checking out Revision 72c01a79d84e48e6ed9ddfc63d785af34a775377 (PR-3302) 16:12:36 > git config core.sparsecheckout # timeout=10 16:12:36 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 16:12:36 > git remote # timeout=10 16:12:36 > git config --get remote.origin.url # timeout=10 16:12:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:12:36 > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 16:12:36 > git rev-parse HEAD^{commit} # timeout=10 16:12:36 > git config core.sparsecheckout # timeout=10 16:12:36 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 16:12:40 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:12:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:12:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:12:43 gofmt -l . 16:12:43 + sudo service docker restart 16:12:43 + true 16:12:43 [ "`gofmt -l .`" = "" ] 16:12:44 ./bin/test-go-mod-tidy.sh 16:12:45 ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:12:45 provisioning config files... 16:12:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3983937501832895952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh 16:12:45 ---> docker-login.sh 16:12:45 nexus3.edgexfoundry.org:10001 16:12:46 + ls -al . 16:12:46 total 776 16:12:46 drwxrwxr-x 10 1001 1001 4096 Mar 29 16:12 . 16:12:46 drwxr-xr-x 4 root root 28 Mar 29 16:10 .. 16:12:46 -rw-rw-r-- 1 1001 1001 11 Mar 29 16:08 .dockerignore 16:12:46 drwxrwxr-x 8 1001 1001 179 Mar 29 16:08 .git 16:12:46 drwxrwxr-x 3 1001 1001 125 Mar 29 16:08 .github 16:12:46 -rw-rw-r-- 1 1001 1001 818 Mar 29 16:08 .gitignore 16:12:46 drwx------ 3 1001 1001 60 Mar 29 16:09 .semver 16:12:46 -rw-rw-r-- 1 1001 1001 166 Mar 29 16:08 .sonarcloud.properties 16:12:46 -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:08 Attribution.txt 16:12:46 -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:08 CONTRIBUTING.md 16:12:46 -rw-rw-r-- 1 1001 1001 931 Mar 29 16:08 Dockerfile.build 16:12:46 -rw-rw-r-- 1 1001 1001 863 Mar 29 16:08 Jenkinsfile 16:12:46 -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:08 LICENSE 16:12:46 -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:08 Makefile 16:12:46 -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:08 README.md 16:12:46 -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:08 SECURITY.md 16:12:46 -rw-rw-r-- 1 1001 1001 5 Mar 29 16:09 VERSION 16:12:46 -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:08 ZMQWindows.md 16:12:46 drwxrwxr-x 2 1001 1001 117 Mar 29 16:08 bin 16:12:46 drwxrwxr-x 14 1001 1001 4096 Mar 29 16:08 cmd 16:12:46 -rw-r--r-- 1 root root 666212 Mar 29 16:12 coverage.out 16:12:46 -rw-r--r-- 1 root root 1056 Mar 29 16:12 go.mod 16:12:46 -rw-r--r-- 1 root root 22641 Mar 29 16:12 go.sum 16:12:46 drwxrwxr-x 8 1001 1001 127 Mar 29 16:08 internal 16:12:46 drwxrwxr-x 4 1001 1001 26 Mar 29 16:08 openapi 16:12:46 drwxrwxr-x 4 1001 1001 71 Mar 29 16:08 snap 16:12:46 -rw-rw-r-- 1 1001 1001 168 Mar 29 16:08 version.go [Pipeline] sh 16:12:46 + '[' -e coverage.out ] 16:12:46 + chown 1001:1001 coverage.out [Pipeline] stash 16:12:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:46 Stashed 1 file(s) [Pipeline] sh 16:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:47 Configure a credential helper to remove this warning. See 16:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:47 16:12:47 Login Succeeded 16:12:47 nexus3.edgexfoundry.org:10002 16:12:47 + make build 16:12: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 16:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:47 Configure a credential helper to remove this warning. See 16:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:47 16:12:47 Login Succeeded 16:12:47 nexus3.edgexfoundry.org:10003 16:12:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:48 Configure a credential helper to remove this warning. See 16:12:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:48 16:12:48 Login Succeeded 16:12:48 nexus3.edgexfoundry.org:10004 16:12:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:48 Configure a credential helper to remove this warning. See 16:12:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:48 16:12:48 Login Succeeded 16:12:48 docker.io 16:12:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:49 Configure a credential helper to remove this warning. See 16:12:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:49 16:12:49 Login Succeeded 16:12:49 ---> docker-login.sh ends [Pipeline] } 16:12:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:12:49 ========================================================= 16:12:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:12:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:12:50 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:12:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:12:52 Sending build context to Docker daemon 166.9MB 16:12:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:12:52 Step 2/6 : FROM ${BASE} 16:12:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:12:52 5f621e34cdf4: Pulling fs layer 16:12:52 a4357932f1b6: Pulling fs layer 16:12:52 18c013af1878: Pulling fs layer 16:12:52 00ac8860ef70: Pulling fs layer 16:12:52 63d7cb157983: Pulling fs layer 16:12:52 b116817d02f9: Pulling fs layer 16:12:52 745a02a5169b: Pulling fs layer 16:12:52 00ac8860ef70: Waiting 16:12:52 63d7cb157983: Waiting 16:12:52 b116817d02f9: Waiting 16:12:52 745a02a5169b: Waiting 16:12:52 18c013af1878: Verifying Checksum 16:12:52 18c013af1878: Download complete 16:12:52 a4357932f1b6: Verifying Checksum 16:12:52 a4357932f1b6: Download complete 16:12:52 63d7cb157983: Download complete 16:12:52 b116817d02f9: Verifying Checksum 16:12:52 b116817d02f9: Download complete 16:12:53 5f621e34cdf4: Verifying Checksum 16:12:53 5f621e34cdf4: Download complete 16:12:53 5f621e34cdf4: Pull complete 16:12:54 a4357932f1b6: Pull complete 16:12:54 18c013af1878: Pull complete 16:12:55 745a02a5169b: Verifying Checksum 16:12:55 745a02a5169b: Download complete 16:12:56 00ac8860ef70: Verifying Checksum 16:12:56 00ac8860ef70: Download complete 16:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:13:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:13:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:13:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:13:06 00ac8860ef70: Pull complete 16:13:06 63d7cb157983: Pull complete 16:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:13:07 b116817d02f9: Pull complete 16:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:13:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:13:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:13:11 745a02a5169b: Pull complete 16:13:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:13:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:13:11 ---> b7e6874047d6 16:13:11 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:13:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:13:15 $ docker stop --time=1 b4af3a558941b062a4e474b183d56108d37fb49aa61839a6d8e44db26c4fc87c 16:13:15 ---> Running in f5da28e449e0 16:13:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:16 $ docker rm -f b4af3a558941b062a4e474b183d56108d37fb49aa61839a6d8e44db26c4fc87c 16:13:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 16:13:17 (1/12) Installing libmagic (5.38-r0) 16:13:17 (2/12) Installing file (5.38-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 16:13:18 (3/12) Installing libc-dev (0.7.2-r3) 16:13:18 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 16:13:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:13:18 16:13:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:13:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:13:19 latest: Pulling from edgex-devops/edgex-compose 16:13:19 cbdbe7a5bc2a: Pulling fs layer 16:13:19 ca9280d653b3: Pulling fs layer 16:13:19 7e9c9ca2126c: Pulling fs layer 16:13:19 cbdbe7a5bc2a: Download complete 16:13:20 ca9280d653b3: Verifying Checksum 16:13:20 ca9280d653b3: Download complete 16:13:20 cbdbe7a5bc2a: Pull complete 16:13:21 7e9c9ca2126c: Verifying Checksum 16:13:21 7e9c9ca2126c: Download complete 16:13:21 ca9280d653b3: Pull complete 16:13:24 (5/12) Installing fortify-headers (1.1-r0) 16:13:24 (6/12) Installing patch (2.7.6-r6) 16:13:24 (7/12) Installing build-base (0.5-r2) 16:13:24 (8/12) Installing libsodium (1.0.18-r0) 16:13:24 (9/12) Installing pkgconf (1.7.2-r0) 16:13:24 (10/12) Installing libsodium-dev (1.0.18-r0) 16:13:24 (11/12) Installing libzmq (4.3.3-r0) 16:13:24 (12/12) Installing zeromq-dev (4.3.3-r0) 16:13:24 Executing busybox-1.31.1-r19.trigger 16:13:24 OK: 217 MiB in 51 packages 16:13:29 Removing intermediate container f5da28e449e0 16:13:29 ---> 4d5e8e585199 16:13:29 Step 4/6 : WORKDIR /edgex-go 16:13:29 ---> Running in f0d8e2c3e291 16:13:29 7e9c9ca2126c: Pull complete 16:13:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:13:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:13:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:13:29 Removing intermediate container f0d8e2c3e291 16:13:29 ---> 4e0ef236151e 16:13:29 Step 5/6 : COPY go.mod . 16:13:29 prd-centos7-docker-4c-2g-31750 does not seem to be running inside a container 16:13:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:13:30 ---> f43dc742f33b 16:13:30 Step 6/6 : RUN go mod download 16:13:30 ---> Running in 4c7a91b21190 16:13:32 $ docker top 85dffcb844f6c556939575af8c9f199bce2897bac60c10839b2209203a6feefa -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:33 + docker-compose build --help 16:13:33 + grep parallel 16:13:34 --parallel Build images in parallel. [Pipeline] } 16:13:34 $ docker stop --time=1 85dffcb844f6c556939575af8c9f199bce2897bac60c10839b2209203a6feefa 16:13:36 $ docker rm -f 85dffcb844f6c556939575af8c9f199bce2897bac60c10839b2209203a6feefa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:13:36 . [Pipeline] withDockerContainer 16:13:36 prd-centos7-docker-4c-2g-31750 does not seem to be running inside a container 16:13:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:13:37 $ docker top d8a8675f7b5265b713d30fb55d2c160cd252626116111cd2c5cd567310007cbb -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:38 + docker-compose -f ./docker-compose-build.yml build --parallel 16:13:39 Building docker-core-command-go ... 16:13:39 Building docker-core-data-go ... 16:13:39 Building docker-core-metadata-go ... 16:13:39 Building docker-security-bootstrapper-go ... 16:13:39 Building docker-security-proxy-setup-go ... 16:13:39 Building docker-security-secretstore-setup-go ... 16:13:39 Building docker-support-notifications-go ... 16:13:39 Building docker-support-scheduler-go ... 16:13:39 Building docker-sys-mgmt-agent-go ... 16:13:39 Building docker-support-scheduler-go 16:13:39 Building docker-support-notifications-go 16:13:39 Building docker-sys-mgmt-agent-go 16:13:39 Building docker-core-metadata-go 16:13:39 Building docker-core-data-go 16:13:57 Removing intermediate container 4c7a91b21190 16:13:57 ---> 29833ed920da 16:13:57 Successfully built 29833ed920da 16:13:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:13:58 + docker inspect -f . ci-base-image-arm64 16:13:58 . [Pipeline] withDockerContainer 16:13:58 prd-ubuntu18.04-docker-arm64-4c-16g-31755 does not seem to be running inside a container 16:13:58 $ 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 16:13:59 $ docker top 2f00490e06cc6f8389c8e2a496f2e27ed416edf712853fe4200cb5fa13962a26 -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:00 + go version 16:14:00 go version go1.15.5 linux/arm64 [Pipeline] } 16:14:00 $ docker stop --time=1 2f00490e06cc6f8389c8e2a496f2e27ed416edf712853fe4200cb5fa13962a26 16:14:02 $ docker rm -f 2f00490e06cc6f8389c8e2a496f2e27ed416edf712853fe4200cb5fa13962a26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:03 + docker inspect -f . ci-base-image-arm64 16:14:03 . [Pipeline] withDockerContainer 16:14:04 prd-ubuntu18.04-docker-arm64-4c-16g-31755 does not seem to be running inside a container 16:14:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:14:05 $ docker top 639304c384725ec6de83162b76f3ffef65ffad94ca3e2553c36fed901cb97f9b -eo pid,comm [Pipeline] { [Pipeline] echo 16:14:05 ========================================================= 16:14:05 [edgeXBuildGoParallel] Running Tests and Build... 16:14:05 ========================================================= [Pipeline] sh 16:14:06 + make test 16:14:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:14:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:14:18 ---> 528fb8935817 16:14:18 Step 3/26 : WORKDIR /edgex-go 16:14:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:14:18 ---> 528fb8935817 16:14:18 Step 3/23 : WORKDIR /edgex-go 16:14:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:14:18 ---> 528fb8935817 16:14:18 Step 3/22 : WORKDIR /edgex-go 16:14:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:14:18 ---> 528fb8935817 16:14:18 Step 3/23 : WORKDIR /edgex-go 16:14:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:14:18 ---> 528fb8935817 16:14:18 Step 3/22 : WORKDIR /edgex-go 16:14:18 ---> Running in 603a459f7b9e 16:14:18 ---> Running in c96857bde683 16:14:18 ---> Running in c3ff896db2f2 16:14:18 ---> Running in b6697c69d67c 16:14:18 ---> Running in f01a8c2f2b05 16:14:18 Removing intermediate container b6697c69d67c 16:14:18 ---> e2fa018c62be 16:14:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:18 Removing intermediate container 603a459f7b9e 16:14:18 ---> 4583588c1d0e 16:14:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:18 Removing intermediate container f01a8c2f2b05 16:14:18 ---> 1c7b0db6173c 16:14:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:18 Removing intermediate container c3ff896db2f2 16:14:18 ---> d7aea0d49df7 16:14:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:18 Removing intermediate container c96857bde683 16:14:18 ---> bef1e39214f9 16:14:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:18 ---> Running in 79102e6de249 16:14:18 ---> Running in 02ce03de030f 16:14:18 ---> Running in 829fa265530a 16:14:18 ---> Running in 25a4c1636379 16:14:18 ---> Running in b470a4647eda 16:14:18 Removing intermediate container 829fa265530a 16:14:18 ---> c2995e45388e 16:14:18 Step 5/26 : RUN apk add --update --no-cache make bash git 16:14:18 Removing intermediate container 02ce03de030f 16:14:18 ---> e2fe9677ff47 16:14:18 Step 5/23 : RUN apk add --update --no-cache make git 16:14:18 ---> Running in 04d95e91eb73 16:14:18 Removing intermediate container b470a4647eda 16:14:18 ---> 3c974e657ddb 16:14:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:14:18 Removing intermediate container 79102e6de249 16:14:18 ---> b4ef7b3bb961 16:14:18 Step 5/22 : RUN apk add --update --no-cache make git 16:14:18 Removing intermediate container 25a4c1636379 16:14:18 ---> 45346327a429 16:14:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:14:18 ---> Running in 37d8ca263076 16:14:18 ---> Running in f23b28613e0c 16:14:18 ---> Running in d15ad13f1e7f 16:14:18 ---> Running in ae8bbad3fcd9 16:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:20 OK: 233 MiB in 51 packages 16:14:21 OK: 233 MiB in 51 packages 16:14:21 Removing intermediate container 04d95e91eb73 16:14:21 ---> e295c17f6a23 16:14:21 Step 6/26 : COPY go.mod . 16:14:21 Removing intermediate container f23b28613e0c 16:14:21 ---> d20df53453ef 16:14:21 Step 6/23 : COPY go.mod . 16:14:21 ---> 344f27d38767 16:14:21 Step 7/26 : RUN go mod download 16:14:21 ---> Running in a2a51dca814b 16:14:21 ---> 698a5f5cbdd6 16:14:21 Step 7/23 : RUN go mod download 16:14:22 OK: 233 MiB in 51 packages 16:14:22 ---> Running in 3d28e1a499a0 16:14:22 OK: 233 MiB in 51 packages 16:14:22 OK: 233 MiB in 51 packages 16:14:22 Removing intermediate container ae8bbad3fcd9 16:14:22 ---> ff49cc0f4cf5 16:14:22 Step 6/22 : COPY go.mod . 16:14:23 Removing intermediate container 37d8ca263076 16:14:23 ---> 30b2ee90fa20 16:14:23 Step 6/23 : COPY go.mod . 16:14:23 ---> 3e9fc04e5064 16:14:23 Step 7/22 : RUN go mod download 16:14:23 Removing intermediate container d15ad13f1e7f 16:14:23 ---> 27d4f7a4f87b 16:14:23 Step 6/22 : COPY go.mod . 16:14:23 ---> Running in 902a2857a747 16:14:23 ---> 01e85bc347dc 16:14:23 Step 7/23 : RUN go mod download 16:14:23 ---> Running in 5cfa1e4eb865 16:14:23 ---> 654da3317166 16:14:23 Step 7/22 : RUN go mod download 16:14:23 ---> Running in 119949ae99f6 16:14:24 Removing intermediate container a2a51dca814b 16:14:24 ---> 6b10f12e5c27 16:14:24 Step 8/26 : COPY . . 16:14:24 Removing intermediate container 3d28e1a499a0 16:14:24 ---> 7ff27dbf6d2a 16:14:24 Step 8/23 : COPY . . 16:14:28 ? github.com/edgexfoundry/edgex-go [no test files] 16:14:30 Removing intermediate container 902a2857a747 16:14:30 ---> 06f78fb0b119 16:14:30 Step 8/22 : COPY . . 16:14:36 Removing intermediate container 5cfa1e4eb865 16:14:36 ---> 68ef29a7bdaf 16:14:36 Step 8/23 : COPY . . 16:14:37 Removing intermediate container 119949ae99f6 16:14:37 ---> 48684f30a98a 16:14:37 Step 8/22 : COPY . . 16:15:04 ---> 0adae43f6d8e 16:15:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:15:04 ---> ce9d3a428db7 16:15:04 Step 9/23 : RUN make cmd/core-data/core-data 16:15:06 ---> Running in fc09a2f0bd91 16:15:06 ---> Running in ab55d05f710b 16:15:07 ---> 19acb7a2a0ff 16:15:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:15:09 ---> Running in 92e7cd921093 16:15:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:15:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:15:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:15:11 ---> 1a5e8f039ae0 16:15:11 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:15:11 ---> 3125c6662000 16:15:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:15:11 ---> Running in 95de872cafea 16:15:12 ---> Running in 438aa94c0725 16:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:15:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:15:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:15:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:15:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:15:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:15:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:15:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:15:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:15:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:15:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:15:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:15:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:15:52 Removing intermediate container fc09a2f0bd91 16:15:52 ---> 961cf5ffa6aa 16:15:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:15:52 ---> Running in 3ffc3b7681e5 16:15:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:15:53 Removing intermediate container 92e7cd921093 16:15:53 ---> dacd024f9f27 16:15:53 16:15:53 Step 10/22 : FROM alpine:3.12 16:15:53 3.12: Pulling from library/alpine 16:15:53 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:15:53 Status: Downloaded newer image for alpine:3.12 16:15:53 ---> 42cb162f0360 16:15:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:15:53 ---> Running in 33011e756328 16:15:55 Removing intermediate container 3ffc3b7681e5 16:15:55 ---> 90cc9e86d665 16:15:55 16:15:55 Step 11/26 : FROM docker:20.10.0 16:15:55 20.10.0: Pulling from library/docker 16:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:58 (1/2) Installing ca-certificates (20191127-r4) 16:15:58 (2/2) Installing dumb-init (1.2.2-r1) 16:15:58 Executing busybox-1.31.1-r19.trigger 16:15:58 Executing ca-certificates-20191127-r4.trigger 16:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.306s coverage: 45.9% of statements 16:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:15:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.171s coverage: 19.8% of statements 16:15:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements 16:15:58 OK: 6 MiB in 16 packages 16:15:58 Removing intermediate container 95de872cafea 16:15:58 ---> a6b2a938eb7f 16:15:58 16:15:58 Step 10/22 : FROM alpine:3.12 16:15:59 ---> 42cb162f0360 16:15:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:16:01 Removing intermediate container 438aa94c0725 16:16:01 ---> 4b9d8fede809 16:16:01 16:16:01 Step 10/23 : FROM alpine:3.12 16:16:01 ---> 42cb162f0360 16:16:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:16:01 Removing intermediate container ab55d05f710b 16:16:01 ---> aa3ea3220a5c 16:16:01 16:16:01 Step 10/23 : FROM alpine:3.12 16:16:01 ---> 42cb162f0360 16:16:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:16:01 ---> Running in 2a088f1a6e3c 16:16:01 ---> Running in 320197f66f35 16:16:01 ---> Running in 6275c205893c 16:16:02 Removing intermediate container 33011e756328 16:16:02 ---> ab4c7d9bc0ab 16:16:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:16:02 Removing intermediate container 6275c205893c 16:16:02 ---> 6f5115231841 16:16:02 Step 12/23 : ENV APP_PORT=48080 16:16:02 ---> Running in a3a0063de105 16:16:02 ---> Running in 1ee3ee11a565 16:16:03 Removing intermediate container a3a0063de105 16:16:03 ---> 45dd026a9e21 16:16:03 Step 13/22 : ENV APP_PORT=48060 16:16:03 Removing intermediate container 1ee3ee11a565 16:16:03 ---> 03a85f98ff3e 16:16:03 Step 13/23 : EXPOSE $APP_PORT 16:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:03 ---> Running in c886be2b1cb9 16:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:03 ---> Running in d9ace420efb3 16:16:03 (1/1) Installing dumb-init (1.2.2-r1) 16:16:03 Executing busybox-1.31.1-r19.trigger 16:16:03 OK: 6 MiB in 15 packages 16:16:03 (1/1) Installing dumb-init (1.2.2-r1) 16:16:03 Executing busybox-1.31.1-r19.trigger 16:16:03 OK: 6 MiB in 15 packages 16:16:03 Removing intermediate container c886be2b1cb9 16:16:03 ---> 2ef558f0ba7e 16:16:03 Step 14/22 : EXPOSE $APP_PORT 16:16:04 Removing intermediate container d9ace420efb3 16:16:04 ---> 0b69a80620be 16:16:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:05 ---> Running in f7610f6e5b5b 16:16:05 ---> Running in f9e9d23d98a0 16:16:06 Removing intermediate container f7610f6e5b5b 16:16:06 ---> fb2f4179f187 16:16:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.320s coverage: 71.3% of statements 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:16:06 ---> db3eea01fd2b 16:16:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:16:06 Removing intermediate container 320197f66f35 16:16:06 ---> 2e435d68d66e 16:16:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:16:06 Removing intermediate container 2a088f1a6e3c 16:16:06 ---> bf18bffc8e03 16:16:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:16:06 ---> Running in e806ddfa97d5 16:16:06 ---> Running in 1c5d127c83fb 16:16:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:16:06 Status: Downloaded newer image for docker:20.10.0 16:16:06 ---> aefe523efa57 16:16:06 Step 12/26 : RUN apk add --no-cache bash 16:16:07 ---> Running in a9201aea0c51 16:16:07 Removing intermediate container 1c5d127c83fb 16:16:07 ---> 8ca5d83b5aac 16:16:07 Step 13/23 : ENV APP_PORT=48081 16:16:07 Removing intermediate container e806ddfa97d5 16:16:07 ---> 9ec826121109 16:16:07 Step 13/22 : ENV APP_PORT=48085 16:16:07 ---> Running in 0caea494e014 16:16:07 ---> Running in 12c170f7acd1 16:16:07 ---> f50d24e523df 16:16:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:16:07 Removing intermediate container 12c170f7acd1 16:16:07 ---> c9695e2ce70d 16:16:07 Step 14/22 : EXPOSE $APP_PORT 16:16:07 Removing intermediate container 0caea494e014 16:16:07 ---> a1d190df1a89 16:16:07 Step 14/23 : EXPOSE $APP_PORT 16:16:07 Removing intermediate container f9e9d23d98a0 16:16:07 ---> 3685fb52a57d 16:16:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:16:08 ---> Running in 8e76bf64b5ca 16:16:08 ---> Running in 6b6c35eec13d 16:16:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:08 ---> Running in b95ed3ffbf90 16:16:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:08 ---> 9d7354f4a354 16:16:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:16:08 (1/2) Installing readline (8.0.4-r0) 16:16:08 (2/2) Installing bash (5.0.17-r0) 16:16:08 Executing bash-5.0.17-r0.post-install 16:16:08 Executing busybox-1.31.1-r19.trigger 16:16:08 OK: 12 MiB in 22 packages 16:16:08 ---> Running in 8bdbe300c262 16:16:08 Removing intermediate container 8e76bf64b5ca 16:16:08 ---> b253fa1b35ba 16:16:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:16:08 Removing intermediate container 6b6c35eec13d 16:16:08 ---> 491839d19986 16:16:08 Step 15/23 : WORKDIR / 16:16:08 Removing intermediate container 8bdbe300c262 16:16:08 ---> f06ac4c81204 16:16:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:08 ---> Running in a308e881c8fe 16:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:08 ---> Running in 13227047437d 16:16:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.575s coverage: 82.9% of statements 16:16:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:16:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:16:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.135s coverage: 78.9% of statements 16:16:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:16:09 ---> f5337927d211 16:16:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:16:09 Removing intermediate container a308e881c8fe 16:16:09 ---> baccf49f1a01 16:16:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:16:09 Removing intermediate container 13227047437d 16:16:09 ---> e5c740c278f3 16:16:09 Step 20/22 : LABEL arch=x86_64 16:16:09 Removing intermediate container a9201aea0c51 16:16:09 ---> b21b7739f49e 16:16:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:16:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:09 ---> Running in 52f190aeb96e 16:16:09 ---> 9ff3403ddf69 16:16:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:16:09 ---> Running in d7ff80384730 16:16:09 ---> 287b09a6f5d5 16:16:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:16:09 Removing intermediate container d7ff80384730 16:16:09 ---> 4b6b95447dc8 16:16:09 Step 14/26 : ENV APP_PORT=48090 16:16:10 Removing intermediate container 52f190aeb96e 16:16:10 ---> 194c7a5ccf01 16:16:10 Step 21/22 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:16:10 (1/6) Installing dumb-init (1.2.2-r1) 16:16:10 ---> Running in 091ae7506142 16:16:10 (2/6) Installing libgcc (9.3.0-r2) 16:16:10 ---> Running in 1a8e3dbc3ae6 16:16:10 ---> 45a959242eb3 16:16:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:16:10 (3/6) Installing libsodium (1.0.18-r0) 16:16:10 ---> Running in acd809a12614 16:16:10 ---> 36e0754b4aa1 16:16:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:16:10 Removing intermediate container 091ae7506142 16:16:10 ---> d87277355ce0 16:16:10 Step 15/26 : EXPOSE $APP_PORT 16:16:10 Removing intermediate container 1a8e3dbc3ae6 16:16:10 ---> fdfd986f0be5 16:16:10 Step 22/22 : LABEL version=0.0.0 16:16:10 ---> Running in 3174f627b8cb 16:16:10 ---> Running in 6f8ea0da3ab1 16:16:10 Removing intermediate container acd809a12614 16:16:10 ---> fa9e0f5dc97d 16:16:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:10 (4/6) Installing libstdc++ (9.3.0-r2) 16:16:10 ---> 050ae7d3ea13 16:16:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:16:11 ---> Running in 0a1ebb3b793b 16:16:11 ---> Running in bbb9704144ad 16:16:11 Removing intermediate container 3174f627b8cb 16:16:11 ---> 99c4226f1bf1 16:16:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:16:11 Removing intermediate container 6f8ea0da3ab1 16:16:11 ---> 5846df9e5095 16:16:11 16:16:11 (5/6) Installing libzmq (4.3.3-r0) 16:16:11 Removing intermediate container 0a1ebb3b793b 16:16:11 ---> dda91ebc711c 16:16:11 Step 20/22 : LABEL arch=x86_64 16:16:11 Removing intermediate container bbb9704144ad 16:16:11 ---> f5ae239bba6b 16:16:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:11 Successfully built 5846df9e5095 16:16:11 Successfully tagged docker-support-notifications-go:latest 16:16:11 (6/6) Installing zeromq (4.3.3-r0) 16:16:11  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 16:16:11 ---> Running in e84a9dff40ad 16:16:11 ---> Running in 8a5ce68976cc 16:16:11 Executing busybox-1.31.1-r19.trigger 16:16:11 OK: 8 MiB in 20 packages 16:16:11 ---> 874f69796a90 16:16:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:16:11 Removing intermediate container e84a9dff40ad 16:16:11 ---> 3d0402d617f7 16:16:11 Step 21/22 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:16:12 Removing intermediate container 8a5ce68976cc 16:16:12 ---> 64791f6516d0 16:16:12 Step 21/23 : LABEL arch=x86_64 16:16:12 ---> Running in 44900038cc84 16:16:12 ---> f37f1f164b4d 16:16:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:16:12 ---> Running in 366d97dda443 16:16:13 Removing intermediate container 44900038cc84 16:16:13 ---> 5cfb49e90a5a 16:16:13 Step 22/22 : LABEL version=0.0.0 16:16:16 ---> Running in 050fb536aa05 16:16:16 Removing intermediate container 366d97dda443 16:16:16 ---> bd42a3531bb1 16:16:16 Step 22/23 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:16:16 Removing intermediate container b95ed3ffbf90 16:16:16 ---> f3540accb7aa 16:16:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:16:16 ---> efc647949195 16:16:16 Step 19/26 : RUN apk --no-cache add py3-pip 16:16:16 ---> Running in d04c85dbbe74 16:16:17 ---> Running in eb635119d82b 16:16:17 Removing intermediate container 050fb536aa05 16:16:17 ---> f2ef876cbece 16:16:17 16:16:17 ---> bdc9e87c7000 16:16:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:16:17 Successfully built f2ef876cbece 16:16:18 Successfully tagged docker-support-scheduler-go:latest 16:16:18 Building docker-core-command-go 16:16:18  Building docker-support-scheduler-go ... done Removing intermediate container d04c85dbbe74 16:16:18 ---> bb78c4874b03 16:16:18 Step 23/23 : LABEL version=0.0.0 16:16:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:20 (1/33) Installing libbz2 (1.0.8-r1) 16:16:20 (2/33) Installing expat (2.2.9-r1) 16:16:20 (3/33) Installing libffi (3.3-r2) 16:16:20 (4/33) Installing gdbm (1.13-r1) 16:16:20 (5/33) Installing xz-libs (5.2.5-r0) 16:16:20 (6/33) Installing sqlite-libs (3.32.1-r0) 16:16:20 (7/33) Installing python3 (3.8.8-r0) 16:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.107s coverage: 28.6% of statements 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.350s coverage: 100.0% of statements 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:16:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:16:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:16:22 ---> Running in 91c91001b445 16:16:25 ---> 05cca2628cc6 16:16:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.348s coverage: 92.8% of statements 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 0.1% of statements 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:16:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 16:16:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements 16:16:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:16:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:16:28 ---> 528fb8935817 16:16:28 Step 3/31 : WORKDIR /edgex-go 16:16:28 ---> Using cache 16:16:28 ---> bef1e39214f9 16:16:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:28 ---> Using cache 16:16:28 ---> 3c974e657ddb 16:16:28 Step 5/31 : RUN apk add --update --no-cache make git 16:16:30 ---> Running in e25920803aa7 16:16:30 Removing intermediate container 91c91001b445 16:16:30 ---> 6d596218deef 16:16:30 16:16:30 ---> 0834705a8e2a 16:16:30 Step 19/23 : ENTRYPOINT ["/core-data"] 16:16:30 (8/33) Installing py3-appdirs (1.4.4-r1) 16:16:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:16:30 (10/33) Installing py3-parsing (2.4.7-r0) 16:16:30 (11/33) Installing py3-six (1.15.0-r0) 16:16:30 (12/33) Installing py3-packaging (20.4-r0) 16:16:30 (13/33) Installing py3-setuptools (47.0.0-r0) 16:16:30 (14/33) Installing py3-chardet (3.0.4-r4) 16:16:31 (15/33) Installing py3-idna (2.9-r0) 16:16:31 Successfully built 6d596218deef 16:16:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:16:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:16:31 Successfully tagged docker-core-metadata-go:latest 16:16:31 Building docker-security-secretstore-setup-go 16:16:31  Building docker-core-metadata-go ... done  ---> Running in e423a39bc7fc 16:16:31 (18/33) Installing py3-requests (2.23.0-r0) 16:16:31 (19/33) Installing py3-msgpack (1.0.0-r0) 16:16:31 (20/33) Installing py3-lockfile (0.12.2-r3) 16:16:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:16:31 (22/33) Installing py3-colorama (0.4.3-r0) 16:16:31 (23/33) Installing py3-distlib (0.3.0-r0) 16:16:31 (24/33) Installing py3-distro (1.5.0-r1) 16:16:31 (25/33) Installing py3-webencodings (0.5.1-r3) 16:16:31 (26/33) Installing py3-html5lib (1.0.1-r4) 16:16:31 (27/33) Installing py3-pytoml (0.1.21-r0) 16:16:31 (28/33) Installing py3-pep517 (0.8.2-r0) 16:16:31 (29/33) Installing py3-progress (1.5-r0) 16:16:31 (30/33) Installing py3-toml (0.10.1-r0) 16:16:31 (31/33) Installing py3-retrying (1.3.3-r0) 16:16:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:16:31 (33/33) Installing py3-pip (20.1.1-r0) 16:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:35 Removing intermediate container e423a39bc7fc 16:16:35 ---> cc04c015c9b0 16:16:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:35 Executing busybox-1.31.1-r19.trigger 16:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:35 OK: 71 MiB in 55 packages 16:16:37 ---> Running in bcdc0c8874e4 16:16:37 OK: 233 MiB in 51 packages 16:16:38 Removing intermediate container bcdc0c8874e4 16:16:38 ---> 4f9d7415823c 16:16:38 Step 21/23 : LABEL arch=x86_64 16:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 16:16:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 16:16:41 ---> Running in fe44e1dcc0a2 16:16:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:16:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:16:41 ---> 528fb8935817 16:16:41 Step 3/23 : WORKDIR /edgex-go 16:16:41 ---> Using cache 16:16:41 ---> bef1e39214f9 16:16:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:41 ---> Using cache 16:16:41 ---> 3c974e657ddb 16:16:41 Step 5/23 : RUN apk add --update --no-cache make git 16:16:44 ---> Running in 6f290e631a63 16:16:44 Removing intermediate container e25920803aa7 16:16:44 ---> 06c91a4ab4a3 16:16:44 Step 6/31 : COPY go.mod . 16:16:44 Removing intermediate container fe44e1dcc0a2 16:16:44 ---> 9e03706d7adf 16:16:44 Step 22/23 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:16:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.483s coverage: 82.6% of statements 16:16:48 ---> Running in fc3eded96bf2 16:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:48 ---> a890dea6fbda 16:16:48 Step 7/31 : RUN go mod download 16:16:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:16:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:16:48 ---> 528fb8935817 16:16:48 Step 3/24 : WORKDIR /edgex-go 16:16:48 ---> Using cache 16:16:48 ---> bef1e39214f9 16:16:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:48 ---> Using cache 16:16:48 ---> 3c974e657ddb 16:16:48 Step 5/24 : RUN apk add --update --no-cache make git 16:16:48 ---> Using cache 16:16:48 ---> 06c91a4ab4a3 16:16:48 Step 6/24 : COPY go.mod . 16:16:48 ---> Using cache 16:16:48 ---> a890dea6fbda 16:16:48 Step 7/24 : RUN go mod download 16:16:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:49 ---> Running in 9a88b93c6283 16:16:49 ---> Running in 381ab762ee52 16:16:49 Removing intermediate container fc3eded96bf2 16:16:49 ---> 15130deabeb4 16:16:49 Step 23/23 : LABEL version=0.0.0 16:16:50 OK: 233 MiB in 51 packages 16:16:51 ---> Running in 1e78f140b34e 16:16:52 Removing intermediate container 1e78f140b34e 16:16:52 ---> 17b2d489c79b 16:16:52 16:16:52 Successfully built 17b2d489c79b 16:16:52 Successfully tagged docker-core-data-go:latest 16:16:52  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 16:16:52 Removing intermediate container eb635119d82b 16:16:52 ---> 3c873696c424 16:16:52 Step 20/26 : RUN pip install docker-compose==1.23.2 16:16:52 Removing intermediate container 6f290e631a63 16:16:52 ---> fecd5d41d9f7 16:16:52 Step 6/23 : COPY go.mod . 16:16:52 ---> Running in 83358f5bc371 16:16:53 ---> 27f3bdcb4534 16:16:53 Step 7/23 : RUN go mod download 16:16:53 ---> Running in a842c1485b9a 16:16:54 Removing intermediate container 381ab762ee52 16:16:54 ---> c4a961bffb4c 16:16:54 Step 8/31 : COPY . . 16:16:54 Removing intermediate container 9a88b93c6283 16:16:54 ---> 641289bd8639 16:16:54 Step 8/24 : COPY . . 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.6% of statements 16:16:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements 16:16:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.708s coverage: 64.4% of statements 16:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:16:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 16:16:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements 16:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 16:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 16:16:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 16:17:02 Collecting docker-compose==1.23.2 16:17:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:17:02 Collecting jsonschema<3,>=2.5.1 16:17:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.884s coverage: 69.0% of statements 16:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:17:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:17:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:17:04 Collecting websocket-client<1.0,>=0.32.0 16:17:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 38.4% of statements 16:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.119s coverage: 89.5% of statements 16:17:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:17:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements 16:17:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:17:05 Removing intermediate container a842c1485b9a 16:17:05 ---> 894a5721cb6f 16:17:05 Step 8/23 : COPY . . 16:17:05 Collecting cached-property<2,>=1.2.0 16:17:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:17:06 Collecting docker<4.0,>=3.6.0 16:17:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:17:10 Collecting texttable<0.10,>=0.9.0 16:17:10 Downloading texttable-0.9.1.tar.gz (11 kB) 16:17:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.495s coverage: 47.0% of statements 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:17:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:17:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:17:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.436s coverage: 87.1% of statements 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:17:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:17:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:17:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:17:17 ---> 528fb8935817 16:17:17 Step 3/21 : WORKDIR /edgex-go 16:17:17 ---> Using cache 16:17:17 ---> bef1e39214f9 16:17:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:17:17 ---> Using cache 16:17:17 ---> 3c974e657ddb 16:17:17 Step 5/21 : RUN apk add --update --no-cache make git 16:17:17 ---> Using cache 16:17:17 ---> fecd5d41d9f7 16:17:17 Step 6/21 : COPY go.mod . 16:17:17 ---> Using cache 16:17:17 ---> 27f3bdcb4534 16:17:17 Step 7/21 : RUN go mod download 16:17:17 ---> Using cache 16:17:17 ---> 894a5721cb6f 16:17:17 Step 8/21 : COPY . . 16:17:17 Collecting dockerpty<0.5,>=0.4.1 16:17:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:17:17 Collecting docopt<0.7,>=0.6.1 16:17:17 Downloading docopt-0.6.2.tar.gz (25 kB) 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.847s coverage: 29.1% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.300s coverage: 94.0% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:17:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:17:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 16:17:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 16:17:21 Collecting PyYAML<4,>=3.10 16:17:21 Downloading PyYAML-3.13.tar.gz (270 kB) 16:17:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 16:17:23 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:17:24 GO111MODULE=on go vet ./... 16:17:24 Collecting idna<2.8,>=2.5 16:17:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:17:26 Collecting urllib3<1.25,>=1.21.1 16:17:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:17:27 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:17:27 Collecting docker-pycreds>=0.4.0 16:17:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:17:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:17:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:17:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:17:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:17:27 Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, cached-property, docker-pycreds, docker, texttable, dockerpty, docopt, PyYAML, docker-compose 16:17:28 Attempting uninstall: idna 16:17:28 Found existing installation: idna 2.9 16:17:28 Uninstalling idna-2.9: 16:17:30 Successfully uninstalled idna-2.9 16:17:32 Attempting uninstall: urllib3 16:17:32 Found existing installation: urllib3 1.25.9 16:17:32 Uninstalling urllib3-1.25.9: 16:17:32 Successfully uninstalled urllib3-1.25.9 16:17:36 Attempting uninstall: requests 16:17:36 Found existing installation: requests 2.23.0 16:17:36 Uninstalling requests-2.23.0: 16:17:36 Successfully uninstalled requests-2.23.0 16:17:36 ---> 5a37ac7e4a45 16:17:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:17:37 ---> 05f49e7ca679 16:17:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:17:39 ---> Running in eafec80c96d5 16:17:39 ---> Running in 8318e0ad3f33 16:17:40 Running setup.py install for texttable: started 16:17:42 Running setup.py install for texttable: finished with status 'done' 16:17:42 Running setup.py install for dockerpty: started 16:17:43 Running setup.py install for dockerpty: finished with status 'done' 16:17:43 Running setup.py install for docopt: started 16:17:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:17:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:17:43 Running setup.py install for docopt: finished with status 'done' 16:17:43 Running setup.py install for PyYAML: started 16:17:44 ---> ce83649760b3 16:17:44 Step 9/23 : RUN make cmd/core-command/core-command 16:17:44 ---> Running in 36f15b5bc627 16:17:44 ---> 0c4cf484e50e 16:17:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:17:44 Running setup.py install for PyYAML: finished with status 'done' 16:17:45 ---> Running in a3d7f28cfea6 16:17:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:17:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:17:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:17:51 Removing intermediate container 83358f5bc371 16:17:51 ---> a94cb56c1909 16:17:51 Step 21/26 : RUN apk --no-cache add curl 16:17:51 ---> Running in 20cf01ee3727 16:17:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:17:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:17:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:17:52 (2/3) Installing libcurl (7.69.1-r3) 16:17:52 (3/3) Installing curl (7.69.1-r3) 16:17:52 Executing busybox-1.31.1-r19.trigger 16:17:52 OK: 72 MiB in 58 packages 16:17:54 Removing intermediate container 20cf01ee3727 16:17:54 ---> 9a64772ecbe5 16:17:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:17:54 ---> Running in 7954323e67ac 16:17:55 Removing intermediate container 7954323e67ac 16:17:55 ---> f60a701aa395 16:17:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:55 ---> Running in 15d60c258fc5 16:17:56 Removing intermediate container 15d60c258fc5 16:17:56 ---> bd53e9d228fd 16:17:56 Step 24/26 : LABEL arch=x86_64 16:17:56 ---> Running in f9f72e6f4ca7 16:17:56 Removing intermediate container f9f72e6f4ca7 16:17:56 ---> 86b7ad3c541a 16:17:56 Step 25/26 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:17:56 ---> Running in efb1d62ff3d3 16:17:57 Removing intermediate container efb1d62ff3d3 16:17:57 ---> aa9925641944 16:17:57 Step 26/26 : LABEL version=0.0.0 16:17:57 ---> Running in 7e2f6e9b2ceb 16:17:57 Removing intermediate container 7e2f6e9b2ceb 16:17:57 ---> 22061a5cb93c 16:17:57 16:17:57 Successfully built 22061a5cb93c 16:17:57 Successfully tagged docker-sys-mgmt-agent-go:latest 16:18:12  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:18:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:18:21 Removing intermediate container eafec80c96d5 16:18:21 ---> 0500714316ae 16:18:21 16:18:21 Step 10/24 : FROM alpine:3.12 16:18:21 ---> 42cb162f0360 16:18:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:18:21 Removing intermediate container 8318e0ad3f33 16:18:21 ---> 426b4d2effaa 16:18:21 16:18:21 Step 10/31 : FROM alpine:3.12 16:18:21 ---> 42cb162f0360 16:18:21 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:18:21 Removing intermediate container 36f15b5bc627 16:18:21 ---> 48489019c461 16:18:21 16:18:21 Step 10/23 : FROM alpine:3.12 16:18:21 ---> 42cb162f0360 16:18:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:18:21 ---> Using cache 16:18:21 ---> bf18bffc8e03 16:18:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:18:22 ---> Using cache 16:18:22 ---> 9ec826121109 16:18:22 Step 13/23 : ENV APP_PORT=48082 16:18:22 ---> Running in 5cc03037dc1d 16:18:22 ---> Running in 670e5c5dcf57 16:18:22 ---> Running in cd96a24c3ee8 16:18:23 Removing intermediate container a3d7f28cfea6 16:18:23 ---> c9c2484fa8f5 16:18:23 16:18:23 Step 10/21 : FROM alpine:3.12 16:18:23 ---> 42cb162f0360 16:18:23 Step 11/21 : RUN apk add --update --no-cache curl 16:18:23 Removing intermediate container 670e5c5dcf57 16:18:23 ---> b367646ab94c 16:18:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:18:23 ---> Running in 8a14e1a7995c 16:18:23 Removing intermediate container cd96a24c3ee8 16:18:23 ---> a82c4f16a532 16:18:23 Step 14/23 : EXPOSE $APP_PORT 16:18:23 ---> Running in 26ac1f0172a2 16:18:23 ---> Running in 96017f153c68 16:18:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:24 Removing intermediate container 96017f153c68 16:18:24 ---> c6172a60e809 16:18:24 Step 15/23 : WORKDIR / 16:18:24 (1/6) Installing ca-certificates (20191127-r4) 16:18:24 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:18:24 (3/6) Installing libcurl (7.69.1-r3) 16:18:24 ---> Running in ab76a5e6d4e7 16:18:24 (4/6) Installing curl (7.69.1-r3) 16:18:24 (5/6) Installing dumb-init (1.2.2-r1) 16:18:24 (6/6) Installing su-exec (0.2-r1) 16:18:24 Executing busybox-1.31.1-r19.trigger 16:18:24 Executing ca-certificates-20191127-r4.trigger 16:18:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:24 OK: 7 MiB in 20 packages 16:18:24 (1/4) Installing ca-certificates (20191127-r4) 16:18:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:18:25 (3/4) Installing libcurl (7.69.1-r3) 16:18:25 (4/4) Installing curl (7.69.1-r3) 16:18:25 Executing busybox-1.31.1-r19.trigger 16:18:25 Executing ca-certificates-20191127-r4.trigger 16:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:25 OK: 7 MiB in 18 packages 16:18:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:25 (1/2) Installing dumb-init (1.2.2-r1) 16:18:25 (2/2) Installing su-exec (0.2-r1) 16:18:25 Executing busybox-1.31.1-r19.trigger 16:18:25 OK: 6 MiB in 16 packages 16:18:25 Removing intermediate container ab76a5e6d4e7 16:18:25 ---> 984169511d5f 16:18:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:18:26 ---> 6fc9a1be192c 16:18:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:18:26 Removing intermediate container 5cc03037dc1d 16:18:26 ---> 42967426a476 16:18:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:18:27 ---> Running in d1497cf72da5 16:18:27 Removing intermediate container 26ac1f0172a2 16:18:27 ---> 940bf0b0ec2c 16:18:27 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:18:27 Removing intermediate container 8a14e1a7995c 16:18:27 ---> b1e5ea4aee0a 16:18:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:18:27 ---> 54a2d42ff211 16:18:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:18:27 ---> Running in 42f7fdff1b6a 16:18:27 ---> Running in 8792bcf0c799 16:18:27 Removing intermediate container d1497cf72da5 16:18:27 ---> a6bcfb0d7b81 16:18:27 Step 13/24 : WORKDIR / 16:18:27 ---> Running in 7e6acdfbac93 16:18:27 Removing intermediate container 42f7fdff1b6a 16:18:27 ---> b79d18658270 16:18:27 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:18:28 ---> 6b9feae51bc5 16:18:28 Step 19/23 : ENTRYPOINT ["/core-command"] 16:18:28 Removing intermediate container 8792bcf0c799 16:18:28 ---> c1a481c295d3 16:18:28 Step 13/21 : WORKDIR /edgex 16:18:28 ---> Running in 7f7c4de04863 16:18:28 ---> Running in 6a02626502fd 16:18:28 ---> Running in 8ed1d4e22178 16:18:28 Removing intermediate container 7e6acdfbac93 16:18:28 ---> ab1637777b52 16:18:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:18:29 Removing intermediate container 6a02626502fd 16:18:29 ---> 4c68668e19ed 16:18:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:29 Removing intermediate container 7f7c4de04863 16:18:29 ---> 19a0bbadeab5 16:18:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:18:29 ---> Running in c4c0afe91e93 16:18:29 Removing intermediate container 8ed1d4e22178 16:18:29 ---> cf2a164b2969 16:18:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:18:29 ---> 0f6c65cbdc1f 16:18:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:18:29 ---> Running in 3f7a6fac9fa6 16:18:29 Removing intermediate container c4c0afe91e93 16:18:29 ---> bc11c7468a46 16:18:29 Step 21/23 : LABEL arch=x86_64 16:18:29 ---> Running in 7d585dd268a2 16:18:29 ---> 1e3dc748f5f4 16:18:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:18:29 ---> 016ee5d4a449 16:18:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:18:29 Removing intermediate container 7d585dd268a2 16:18:29 ---> 6a6403d640f2 16:18:29 Step 22/23 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:18:30 ---> Running in 124493d39d72 16:18:30 ---> e15869971b38 16:18:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:18:30 ---> 9e0227baf43c 16:18:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:18:30 Removing intermediate container 124493d39d72 16:18:30 ---> 947e744880f7 16:18:30 Step 23/23 : LABEL version=0.0.0 16:18:31 ---> Running in 06deb66a66af 16:18:31 Removing intermediate container 3f7a6fac9fa6 16:18:31 ---> c2ee7174c76e 16:18:31 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:18:31 ---> 408d8a8d9b6b 16:18:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:18:31 ---> b1bc365b3fe1 16:18:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:18:31 ---> Running in e89cab469885 16:18:31 Removing intermediate container 06deb66a66af 16:18:31 ---> 59926e142444 16:18:31 16:18:31 ---> Running in 93d4c770dd30 16:18:31 Successfully built 59926e142444 16:18:31 Successfully tagged docker-core-command-go:latest 16:18:31  Building docker-core-command-go ... done Removing intermediate container e89cab469885 16:18:31 ---> f4070c826a17 16:18:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:18:31 Removing intermediate container 93d4c770dd30 16:18:31 ---> 4c08b055df0b 16:18:31 Step 18/21 : CMD ["--init=true"] 16:18:31 ---> 2022837de872 16:18:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:18:31 ---> Running in 6118995cfe3f 16:18:31 ---> 1205c9591d72 16:18:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:18:32 ---> 7457c893113e 16:18:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:18:32 Removing intermediate container 6118995cfe3f 16:18:32 ---> 4f27640d0706 16:18:32 Step 19/21 : LABEL arch=x86_64 16:18:32 ---> Running in 5fa64bfe15a1 16:18:32 ---> Running in 5aec0f4e8f40 16:18:32 ---> Running in 8085668dcfa5 16:18:32 Removing intermediate container 8085668dcfa5 16:18:32 ---> 1ed4466169bd 16:18:32 Step 20/21 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:18:32 ---> Running in bf827fe7dba6 16:18:33 Removing intermediate container bf827fe7dba6 16:18:33 ---> 9d2dd136e69e 16:18:33 Step 21/21 : LABEL version=0.0.0 16:18:34 ---> Running in 573f886cc3a9 16:18:34 Removing intermediate container 573f886cc3a9 16:18:34 ---> 4c4cfb8815dc 16:18:34 16:18:35 Successfully built 4c4cfb8815dc 16:18:35 Successfully tagged docker-security-proxy-setup-go:latest 16:18:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 5fa64bfe15a1 16:18:35 ---> 5e53f609567b 16:18:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:18:35 Removing intermediate container 5aec0f4e8f40 16:18:35 ---> e94e434e1f46 16:18:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:18:35 ---> Running in 9cd6023d4f37 16:18:35 Removing intermediate container 9cd6023d4f37 16:18:35 ---> 9618bcdc62d7 16:18:35 Step 22/24 : LABEL arch=x86_64 16:18:35 ---> 4d140d7770bd 16:18:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:18:35 ---> Running in 61c3c64c0404 16:18:35 Removing intermediate container 61c3c64c0404 16:18:35 ---> 7cfcc3bb92e4 16:18:35 Step 23/24 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:18:35 ---> Running in fadf2d4512cf 16:18:35 ---> fb394a07964a 16:18:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:18:35 Removing intermediate container fadf2d4512cf 16:18:35 ---> 6e7af61398c0 16:18:35 Step 24/24 : LABEL version=0.0.0 16:18:35 ---> Running in 15cf2a911047 16:18:35 ---> b0a901bab89c 16:18:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:18:35 Removing intermediate container 15cf2a911047 16:18:35 ---> cdac1a96e143 16:18:35 16:18:35 Successfully built cdac1a96e143 16:18:35 Successfully tagged docker-security-secretstore-setup-go:latest 16:18:35  Building docker-security-secretstore-setup-go ... done  ---> 843f31f38e34 16:18:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:18:35 ---> b3c7e5c2f4b2 16:18:35 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:18:36 ---> Running in 5a32447398de 16:18:36 Removing intermediate container 5a32447398de 16:18:36 ---> 6318969ab966 16:18:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:18:37 ---> dd0202e33df9 16:18:37 Step 26/31 : RUN chmod +x /entrypoint.sh 16:18:37 ---> Running in 8652c0a02b30 16:18:38 Removing intermediate container 8652c0a02b30 16:18:38 ---> cf81e0ede78f 16:18:38 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:18:38 ---> Running in ca9bb57d0151 16:18:38 Removing intermediate container ca9bb57d0151 16:18:38 ---> 8d77155f4d93 16:18:38 Step 28/31 : CMD ["gate"] 16:18:38 ---> Running in acafef01dcec 16:18:39 Removing intermediate container acafef01dcec 16:18:39 ---> f1331e877aac 16:18:39 Step 29/31 : LABEL arch=x86_64 16:18:39 ---> Running in f2bb60e66140 16:18:39 Removing intermediate container f2bb60e66140 16:18:39 ---> b74c60e565d3 16:18:39 Step 30/31 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:18:39 ---> Running in 001879b08dfb 16:18:39 Removing intermediate container 001879b08dfb 16:18:39 ---> 6748500b9c3b 16:18:39 Step 31/31 : LABEL version=0.0.0 16:18:40 ---> Running in 27aa45a6eb5c 16:18:40 Removing intermediate container 27aa45a6eb5c 16:18:40 ---> 90d2a4976cbc 16:18:40 16:18:40 Successfully built 90d2a4976cbc 16:18:40 Successfully tagged docker-security-bootstrapper-go:latest 16:18:40  Building docker-security-bootstrapper-go ... done  [Pipeline] } 16:18:40 $ docker stop --time=1 d8a8675f7b5265b713d30fb55d2c160cd252626116111cd2c5cd567310007cbb 16:18:42 $ docker rm -f d8a8675f7b5265b713d30fb55d2c160cd252626116111cd2c5cd567310007cbb [Pipeline] // withDockerContainer [Pipeline] sh 16:18:42 + docker images 16:18:42 + grep docker 16:18:42 docker-security-bootstrapper-go latest 90d2a4976cbc 3 seconds ago 18.9MB 16:18:42 docker-security-secretstore-setup-go latest cdac1a96e143 8 seconds ago 25MB 16:18:42 docker-security-proxy-setup-go latest 4c4cfb8815dc 9 seconds ago 24.7MB 16:18:42 docker-core-command-go latest 59926e142444 12 seconds ago 17.3MB 16:18:42 docker-sys-mgmt-agent-go latest 22061a5cb93c 45 seconds ago 313MB 16:18:42 docker-core-data-go latest 17b2d489c79b About a minute ago 22.7MB 16:18:42 docker-core-metadata-go latest 6d596218deef 2 minutes ago 19MB 16:18:42 docker-support-scheduler-go latest f2ef876cbece 2 minutes ago 17.4MB 16:18:42 docker-support-notifications-go latest 5846df9e5095 2 minutes ago 17.9MB 16:18:42 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:18:45 gofmt -l . 16:18:49 [ "`gofmt -l .`" = "" ] 16:18:52 ./bin/test-go-mod-tidy.sh 16:18:52 ./bin/test-attribution-txt.sh [Pipeline] sh 16:18:55 + ls -al . 16:18:55 total 804 16:18:55 drwxrwxr-x 9 1001 1001 4096 Mar 29 16:18 . 16:18:55 drwxr-xr-x 4 root root 4096 Mar 29 16:14 .. 16:18:55 -rw-rw-r-- 1 1001 1001 11 Mar 29 16:12 .dockerignore 16:18:55 drwxrwxr-x 8 1001 1001 4096 Mar 29 16:12 .git 16:18:55 drwxrwxr-x 3 1001 1001 4096 Mar 29 16:12 .github 16:18:55 -rw-rw-r-- 1 1001 1001 818 Mar 29 16:12 .gitignore 16:18:55 -rw-rw-r-- 1 1001 1001 166 Mar 29 16:12 .sonarcloud.properties 16:18:55 -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:12 Attribution.txt 16:18:55 -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:12 CONTRIBUTING.md 16:18:55 -rw-rw-r-- 1 1001 1001 931 Mar 29 16:12 Dockerfile.build 16:18:55 -rw-rw-r-- 1 1001 1001 863 Mar 29 16:12 Jenkinsfile 16:18:55 -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:12 LICENSE 16:18:55 -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:12 Makefile 16:18:55 -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:12 README.md 16:18:55 -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:12 SECURITY.md 16:18:55 -rw-rw-r-- 1 1001 1001 5 Mar 29 16:09 VERSION 16:18:55 -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:12 ZMQWindows.md 16:18:55 drwxrwxr-x 2 1001 1001 4096 Mar 29 16:12 bin 16:18:55 drwxrwxr-x 14 1001 1001 4096 Mar 29 16:12 cmd 16:18:55 -rw-r--r-- 1 root root 666212 Mar 29 16:17 coverage.out 16:18:55 -rw-r--r-- 1 root root 1056 Mar 29 16:18 go.mod 16:18:55 -rw-r--r-- 1 root root 22641 Mar 29 16:18 go.sum 16:18:55 drwxrwxr-x 8 1001 1001 4096 Mar 29 16:12 internal 16:18:55 drwxrwxr-x 4 1001 1001 4096 Mar 29 16:12 openapi 16:18:55 drwxrwxr-x 4 1001 1001 4096 Mar 29 16:12 snap 16:18:55 -rw-rw-r-- 1 1001 1001 168 Mar 29 16:12 version.go [Pipeline] sh 16:18:56 + '[' -e coverage.out ] 16:18:56 + chown 1001:1001 coverage.out [Pipeline] stash 16:18:56 Warning: overwriting stash ‘coverage-report’ 16:18:57 Stashed 1 file(s) [Pipeline] sh 16:18:58 + make build 16:18:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:18:58 Still waiting to schedule task 16:18:58 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31761’ 16:19:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:19:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:19:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:19:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:19:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:19:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:20: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 16:20:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:20:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:20:22 Running on prd-ubuntu18.04-docker-8c-8g-31762 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws 16:20:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:20:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:20:24 using credential edgex-jenkins-ssh 16:20:24 Cloning the remote Git repository 16:20:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:20:24 > git init /w/workspace/edgex-go/3 # timeout=10 16:20:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:20:24 > git --version # timeout=10 16:20:24 > git --version # 'git version 2.17.1' 16:20:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:20:30 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 16:20:30 Merge succeeded, producing 72c01a79d84e48e6ed9ddfc63d785af34a775377 16:20:30 Checking out Revision 72c01a79d84e48e6ed9ddfc63d785af34a775377 (PR-3302) 16:20:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:20:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:20:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:20:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:30 > git config core.sparsecheckout # timeout=10 16:20:30 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 16:20:30 > git remote # timeout=10 16:20:30 > git config --get remote.origin.url # timeout=10 16:20:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:30 > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 16:20:30 > git rev-parse HEAD^{commit} # timeout=10 16:20:30 > git config core.sparsecheckout # timeout=10 16:20:30 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 16:20:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:20:34 + echo snap-build.sh 16:20:34 snap-build.sh 16:20:34 + SNAP_BASE_DIR=. 16:20:34 + '[' '!' -z /w/workspace/edgex-go/3 ']' 16:20:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 16:20:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 16:20:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 16:20:34 + cd /w/workspace/edgex-go/3 16:20:34 + sudo apt-get remove -qy --purge lxd lxd-client 16:20:34 Reading package lists... 16:20:34 Building dependency tree... 16:20:34 Reading state information... 16:20:35 The following packages were automatically installed and are no longer required: 16:20:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:20:35 uidmap xdelta3 16:20:35 Use 'sudo apt autoremove' to remove them. 16:20:35 The following packages will be REMOVED: 16:20:35 lxd* lxd-client* 16:20:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:20:35 After this operation, 31.7 MB disk space will be freed. 16:20:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:20:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:20:37 Removing lxd dnsmasq configuration 16:20:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:20:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:20:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:20:38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 16:20:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } 16:20:39 $ docker stop --time=1 639304c384725ec6de83162b76f3ffef65ffad94ca3e2553c36fed901cb97f9b 16:20:39 Processing triggers for systemd (237-3ubuntu10.42) ... 16:20:39 Processing triggers for ureadahead (0.100.0-21) ... 16:20:41 + sudo snap remove --purge lxd 16:20:41 snap "lxd" is not installed 16:20:41 + sudo groupadd --force --system lxd 16:20:41 ++ whoami 16:20:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:20:41 + newgrp - lxd 16:20:41 + sudo snap install lxd 16:20:41 $ docker rm -f 639304c384725ec6de83162b76f3ffef65ffad94ca3e2553c36fed901cb97f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:20:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:20:43 16:20:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:20:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:20:44 latest: Pulling from edgex-devops/edgex-compose-arm64 16:20:44 29e5d40040c1: Pulling fs layer 16:20:44 1ce36da41761: Pulling fs layer 16:20:44 25b303627fd3: Pulling fs layer 16:20:45 29e5d40040c1: Verifying Checksum 16:20:45 29e5d40040c1: Download complete 16:20:45 1ce36da41761: Verifying Checksum 16:20:45 1ce36da41761: Download complete 16:20:46 29e5d40040c1: Pull complete 16:20:47 1ce36da41761: Pull complete 16:20:47 25b303627fd3: Verifying Checksum 16:20:47 25b303627fd3: Download complete 16:20:56 2021-03-29T16:20:53Z INFO Waiting for automatic snapd restart... 16:20:57 25b303627fd3: Pull complete 16:20:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:20:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:20:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:20:58 prd-ubuntu18.04-docker-arm64-4c-16g-31755 does not seem to be running inside a container 16:20: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-arm64:latest cat 16:21:01 $ docker top 769935f0a49609f919831c28fa4d07dea157724d1f75c45fb5acb9989b018ea2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:02 + docker-compose build --help 16:21:02 + grep parallel 16:21:06 --parallel Build images in parallel. [Pipeline] } 16:21:07 $ docker stop --time=1 769935f0a49609f919831c28fa4d07dea157724d1f75c45fb5acb9989b018ea2 16:21:09 $ docker rm -f 769935f0a49609f919831c28fa4d07dea157724d1f75c45fb5acb9989b018ea2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:21:09 . [Pipeline] withDockerContainer 16:21:10 prd-ubuntu18.04-docker-arm64-4c-16g-31755 does not seem to be running inside a container 16:21:10 $ 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 16:21:11 $ docker top c79c3fdcecdd3f9fbcd6b0e709d8a158a8e065b1251e8555a9457907adf482db -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:12 + docker-compose -f ./docker-compose-build.yml build --parallel 16:21:18 Building docker-core-command-go ... 16:21:18 Building docker-core-data-go ... 16:21:18 Building docker-core-metadata-go ... 16:21:18 Building docker-security-bootstrapper-go ... 16:21:18 Building docker-security-proxy-setup-go ... 16:21:18 Building docker-security-secretstore-setup-go ... 16:21:18 Building docker-support-notifications-go ... 16:21:18 Building docker-support-scheduler-go ... 16:21:18 Building docker-sys-mgmt-agent-go ... 16:21:18 Building docker-core-command-go 16:21:18 Building docker-support-scheduler-go 16:21:18 Building docker-security-proxy-setup-go 16:21:18 Building docker-sys-mgmt-agent-go 16:21:18 Building docker-security-secretstore-setup-go 16:22:03 lxd 4.12 from Canonical* installed 16:22:03 + sudo lxd init --auto 16:22:05 + sudo snap install --classic snapcraft 16:22:13 snapcraft 4.5.4 from Canonical* installed 16:22:13 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:22:13 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:22:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:13 Dload Upload Total Spent Left Speed 16:22:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 16:22:13 100 3325k 100 3325k 0 0 5802k 0 --:--:-- --:--:-- --:--:-- 5802k 16:22:13 ./yq_linux_amd64 16:22:13 + sudo snapcraft prime --use-lxd 16:22:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:22:14 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:22:14 - README.md 16:22:14 16:22:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:22:15 Launching a container. 16:22:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:22:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:22:26 ---> 29833ed920da 16:22:26 Step 3/22 : WORKDIR /edgex-go 16:22:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:22:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:22:27 ---> 29833ed920da 16:22:27 Step 3/24 : WORKDIR /edgex-go 16:22:27 Waiting for container to be ready 16:22:27 To start your first instance, try: lxc launch ubuntu:18.04 16:22:27 16:22:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:22:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:22:27 ---> 29833ed920da 16:22:27 Step 3/23 : WORKDIR /edgex-go 16:22:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:22:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:22:27 ---> 29833ed920da 16:22:27 Step 3/21 : WORKDIR /edgex-go 16:22:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:22:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:22:27 ---> 29833ed920da 16:22:27 Step 3/26 : WORKDIR /edgex-go 16:22:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:22:31 Waiting for network to be ready... 16:22:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:22:31 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:22:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 16:22:31 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:22:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:22:32 ---> Running in 74cdedbdf5a2 16:22:32 ---> Running in 31b811e68388 16:22:32 ---> Running in a8a81f6d5489 16:22:32 ---> Running in c8abcb9cff2c 16:22:32 ---> Running in 3888d63f16d8 16:22:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:22:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:22:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:22:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:22:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:22:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:22:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:22:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:22:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:22:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:22:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:22:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:22:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:22:32 Removing intermediate container 31b811e68388 16:22:32 ---> 4c40907d043f 16:22:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:32 Removing intermediate container 74cdedbdf5a2 16:22:32 ---> 9c1bc276f2e2 16:22:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:32 Removing intermediate container 3888d63f16d8 16:22:32 ---> cb17097418dc 16:22:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:32 Removing intermediate container a8a81f6d5489 16:22:32 ---> 4c5a0b9e30fd 16:22:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:22:32 Removing intermediate container c8abcb9cff2c 16:22:32 ---> fd4518cf1f4d 16:22:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:32 ---> Running in 3da70c7d2f05 16:22:32 ---> Running in 29c01a937692 16:22:32 ---> Running in cb44ca653ee3 16:22:32 ---> Running in 5ea8b24bd858 16:22:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:22:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:22:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:22:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:22:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:22:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:22:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:22:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:22:33 ---> Running in 530cd09f2d3f 16:22:35 Fetched 24.2 MB in 4s (5683 kB/s) 16:22:36 Reading package lists... 16:22:36 Removing intermediate container 3da70c7d2f05 16:22:36 ---> 1ff6c98454d6 16:22:36 Step 5/21 : RUN apk add --update --no-cache make git 16:22:36 Reading package lists... 16:22:36 Building dependency tree... 16:22:36 Reading state information... 16:22:36 ---> Running in 20143e391228 16:22:37 The following additional packages will be installed: 16:22:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:22:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:22:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:22:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:22:37 Suggested packages: 16:22:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:22:37 Recommended packages: 16:22:37 gnupg libsasl2-modules 16:22:37 The following NEW packages will be installed: 16:22:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:22:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:22:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:22:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:22:37 The following packages will be upgraded: 16:22:37 gpg gpg-agent gpgconf libudev1 16:22:37 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:22:37 Need to get 3530 kB of archives. 16:22:37 After this operation, 13.3 MB of additional disk space will be used. 16:22:37 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] 16:22:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:22:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:22:37 Removing intermediate container 530cd09f2d3f 16:22:37 ---> 95add5895635 16:22:37 Step 5/23 : RUN apk add --update --no-cache make git 16:22:37 Removing intermediate container cb44ca653ee3 16:22:37 ---> 756d07fb126d 16:22:37 Step 5/24 : RUN apk add --update --no-cache make git 16:22:37 Removing intermediate container 29c01a937692 16:22:37 ---> d79b5b6576f9 16:22:37 Step 5/26 : RUN apk add --update --no-cache make bash git 16:22:37 ---> Running in 5c3a36dd3cc0 16:22:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:22:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:22:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:22:37 Removing intermediate container 5ea8b24bd858 16:22:37 ---> 1944a10a8fee 16:22:37 Step 5/22 : RUN apk add --update --no-cache make git 16:22:37 ---> Running in 891c9fbb7b8d 16:22:37 ---> Running in 8d7fd7f453d9 16:22:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:22:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:22:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:22:37 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:22:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:22:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:22:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:22:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:22:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:22:37 ---> Running in 0e969e2cf672 16:22:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:22:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:22:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:22:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:22:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:22:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:22:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:22:38 debconf: delaying package configuration, since apt-utils is not installed 16:22:38 Fetched 3530 kB in 1s (3440 kB/s) 16:22:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:22:38 (Reading database ... 12511 files and directories currently installed.) 16:22:38 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:22:38 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:22:38 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 16:22:38 Selecting previously unselected package udev. 16:22:38 (Reading database ... 12511 files and directories currently installed.) 16:22:38 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:22:38 Unpacking udev (237-3ubuntu10.45) ... 16:22:38 Selecting previously unselected package libfuse2:amd64. 16:22:38 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:22:38 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:22:38 Selecting previously unselected package fuse. 16:22:38 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:22:38 Unpacking fuse (2.9.7-1ubuntu1) ... 16:22:38 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:38 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:22:38 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:38 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:22:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:39 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:22:39 Selecting previously unselected package libksba8:amd64. 16:22:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:22:39 Unpacking libksba8:amd64 (1.3.5-2) ... 16:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:22:39 Selecting previously unselected package libroken18-heimdal:amd64. 16:22:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:22:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:22:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:22:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:22:39 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 Selecting previously unselected package libwind0-heimdal:amd64. 16:22:39 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:22:39 OK: 217 MiB in 51 packages 16:22:39 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:22:39 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:22:39 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:39 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:39 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:22:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:22:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:22:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:40 Selecting previously unselected package libsasl2-modules-db:amd64. 16:22:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:22:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:40 Selecting previously unselected package libsasl2-2:amd64. 16:22:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:22:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:22:40 Selecting previously unselected package libldap-common. 16:22:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:22:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:22:40 Selecting previously unselected package libldap-2.4-2:amd64. 16:22:40 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:22:40 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:22:40 Selecting previously unselected package dirmngr. 16:22:40 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:22:40 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:22:40 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:22:40 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:22:40 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:22:40 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:40 OK: 217 MiB in 51 packages 16:22:40 OK: 217 MiB in 51 packages 16:22:40 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:22:40 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:22:40 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:40 Setting up libksba8:amd64 (1.3.5-2) ... 16:22:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:22:40 Setting up udev (237-3ubuntu10.45) ... 16:22:41 invoke-rc.d: policy-rc.d denied execution of start. 16:22:41 OK: 217 MiB in 51 packages 16:22:41 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Processing triggers for systemd (237-3ubuntu10) ... 16:22:41 Setting up fuse (2.9.7-1ubuntu1) ... 16:22:41 Removing intermediate container 20143e391228 16:22:41 ---> 0c78e62a49fd 16:22:41 Step 6/21 : COPY go.mod . 16:22:41 OK: 217 MiB in 51 packages 16:22:41 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:22:41 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:22:41 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:22:41 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:22:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:22:42 ---> 6094f57b67de 16:22:42 Step 7/21 : RUN go mod download 16:22:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:22:42 settings in the [Install] section, and DefaultInstance for template units). 16:22:42 This means they are not meant to be enabled using systemctl. 16:22:42 Possible reasons for having this kind of units are: 16:22:42 1) A unit may be statically enabled by being symlinked from another unit's 16:22:42 .wants/ or .requires/ directory. 16:22:42 2) A unit's purpose may be to act as a helper for some other unit which has 16:22:42 a requirement dependency on it. 16:22:42 3) A unit may be started when needed via activation (socket, path, timer, 16:22:42 D-Bus, udev, scripted systemctl call, ...). 16:22:42 4) In case of template units, the unit is meant to be enabled with some 16:22:42 instance name specified. 16:22:42 Removing intermediate container 5c3a36dd3cc0 16:22:42 ---> 00cb6a1eee17 16:22:42 Step 6/23 : COPY go.mod . 16:22:42 ---> Running in 116cfef89df2 16:22:42 Reading package lists... 16:22:42 Building dependency tree... 16:22:42 Reading state information... 16:22:43 Removing intermediate container 891c9fbb7b8d 16:22:43 ---> 7cc429fd7983 16:22:43 Step 6/26 : COPY go.mod . 16:22:43 The following additional packages will be installed: 16:22:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:22:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:22:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:22:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:22:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:22:43 Suggested packages: 16:22:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:22:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:22:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:22:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:22:43 systemd-container policykit-1 16:22:43 Recommended packages: 16:22:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:22:43 The following NEW packages will be installed: 16:22:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:22:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:22:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:22:43 multiarch-support openssh-client python3 python3-minimal python3.6 16:22:43 python3.6-minimal snapd squashfs-tools sudo 16:22:43 The following packages will be upgraded: 16:22:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:22:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:22:43 Need to get 35.2 MB of archives. 16:22:43 After this operation, 141 MB of additional disk space will be used. 16:22:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:22:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:22:43 Removing intermediate container 8d7fd7f453d9 16:22:43 ---> a10d082dc1c0 16:22:43 Step 6/24 : COPY go.mod . 16:22:43 Removing intermediate container 0e969e2cf672 16:22:43 ---> 570d8e883416 16:22:43 Step 6/22 : COPY go.mod . 16:22:43 ---> 1c52e42f63b6 16:22:43 Step 7/23 : RUN go mod download 16:22:43 ---> Running in 61a47e7ba40f 16:22:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:22:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:22:43 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:22:43 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:22:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:22:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:22:43 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:22:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:22:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:22:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:22:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:22:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:22:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:22:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:22:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:22:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:22:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:22:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:22:44 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:22:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:22:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:22:44 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:22:44 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:22:44 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:22:44 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:22:44 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:22:44 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:22:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:22:44 ---> 5a9bf8e1ae44 16:22:44 Step 7/26 : RUN go mod download 16:22:44 ---> 30cf84ea327c 16:22:44 Step 7/24 : RUN go mod download 16:22:44 ---> Running in 97a7acb631ef 16:22:44 ---> b3ce53f5dfc0 16:22:44 Step 7/22 : RUN go mod download 16:22:45 ---> Running in be60a52789cf 16:22:45 ---> Running in ae2143df5a1d 16:22:45 debconf: delaying package configuration, since apt-utils is not installed 16:22:45 Fetched 35.2 MB in 2s (16.6 MB/s) 16:22:45 (Reading database ... 12757 files and directories currently installed.) 16:22:45 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:22:45 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:22:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:22:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:22:46 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:22:46 (Reading database ... 12757 files and directories currently installed.) 16:22:46 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:22:46 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:22:46 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:22:46 (Reading database ... 12757 files and directories currently installed.) 16:22:46 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:22:46 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:22:47 Setting up apt (1.6.12ubuntu0.2) ... 16:22:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:22:47 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:22:47 Removing intermediate container 116cfef89df2 16:22:47 ---> 16bb470553ba 16:22:47 Step 8/21 : COPY . . 16:22:47 (Reading database ... 12764 files and directories currently installed.) 16:22:47 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:22:47 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:22:48 Selecting previously unselected package libpython3.6-minimal:amd64. 16:22:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:48 Selecting previously unselected package libexpat1:amd64. 16:22:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:22:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:22:48 Removing intermediate container 61a47e7ba40f 16:22:48 ---> 55bad80a5897 16:22:48 Step 8/23 : COPY . . 16:22:48 Selecting previously unselected package python3.6-minimal. 16:22:48 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:48 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:22:48 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:22:48 Checking for services that may need to be restarted...done. 16:22:48 Checking for services that may need to be restarted...done. 16:22:48 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:48 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:22:48 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:22:49 Selecting previously unselected package python3-minimal. 16:22:49 (Reading database ... 13012 files and directories currently installed.) 16:22:49 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:22:49 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:22:49 Selecting previously unselected package mime-support. 16:22:49 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:22:49 Unpacking mime-support (3.60ubuntu1) ... 16:22:49 Selecting previously unselected package libmpdec2:amd64. 16:22:49 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:22:49 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:22:49 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:22:49 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:49 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:49 Selecting previously unselected package python3.6. 16:22:49 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:22:49 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:22:49 Selecting previously unselected package libpython3-stdlib:amd64. 16:22:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:22:49 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:22:49 Setting up python3-minimal (3.6.7-1~18.04) ... 16:22:50 Removing intermediate container 97a7acb631ef 16:22:50 ---> cd2018eef586 16:22:50 Step 8/26 : COPY . . 16:22:50 Selecting previously unselected package python3. 16:22:50 (Reading database ... 13442 files and directories currently installed.) 16:22:50 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:22:50 Unpacking python3 (3.6.7-1~18.04) ... 16:22:50 Selecting previously unselected package multiarch-support. 16:22:50 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:22:50 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:22:50 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:22:50 Selecting previously unselected package liblzo2-2:amd64. 16:22:50 (Reading database ... 13479 files and directories currently installed.) 16:22:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:22:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:22:50 Selecting previously unselected package libbsd0:amd64. 16:22:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:22:50 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:22:50 Selecting previously unselected package sudo. 16:22:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:22:50 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:22:50 Selecting previously unselected package apparmor. 16:22:50 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:22:50 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:22:51 Selecting previously unselected package libedit2:amd64. 16:22:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:22:51 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:22:51 Selecting previously unselected package libkrb5support0:amd64. 16:22:51 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:22:51 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:22:51 Selecting previously unselected package libk5crypto3:amd64. 16:22:51 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:22:51 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:22:51 Removing intermediate container be60a52789cf 16:22:51 Removing intermediate container ae2143df5a1d 16:22:51 ---> 913fc3b52b07 16:22:51 Step 8/22 : COPY . . 16:22:51 ---> 0783922966bb 16:22:51 Step 8/24 : COPY . . 16:22:51 Selecting previously unselected package libkeyutils1:amd64. 16:22:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:22:51 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:22:51 Selecting previously unselected package libkrb5-3:amd64. 16:22:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:22:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:22:51 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:22:51 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:22:51 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:22:51 Selecting previously unselected package libssl1.0.0:amd64. 16:22:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:22:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:22:52 Selecting previously unselected package openssh-client. 16:22:52 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:22:52 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:22:52 Selecting previously unselected package squashfs-tools. 16:22:52 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:22:52 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:22:52 Selecting previously unselected package snapd. 16:22:52 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:22:52 Unpacking snapd (2.48.3+18.04) ... 16:22:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:22:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:22:54 Setting up mime-support (3.60ubuntu1) ... 16:22:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:22:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:22:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:22:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:22:54 Setting up systemd (237-3ubuntu10.45) ... 16:22:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:22:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:22:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:22:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:22:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:22:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:22:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:22:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:22:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:22:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:22:56 Setting up python3 (3.6.7-1~18.04) ... 16:22:56 running python rtupdate hooks for python3.6... 16:22:56 running python post-rtupdate hooks for python3.6... 16:22:56 Setting up apparmor (2.12-4ubuntu5.1) ... 16:22:59 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:22:59 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:22:59 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:22:59 Setting up snapd (2.48.3+18.04) ... 16:23:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:23:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:23:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:23:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:23:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:23:00 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:23:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:23:01 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:23:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:23:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:23:01 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:23:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:23:01 Processing triggers for systemd (237-3ubuntu10.45) ... 16:23:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:23:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:23:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:23:04 Reading package lists... 16:23:04 Reading package lists... 16:23:04 Building dependency tree... 16:23:04 Reading state information... 16:23:04 Calculating upgrade... 16:23:04 The following packages will be upgraded: 16:23:04 advancecomp base-files bash binutils binutils-common 16:23:04 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:23:04 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:23:04 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:23:04 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:23:04 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:23:04 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:23:04 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:23:04 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:23:04 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:23:04 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:23:04 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:23:04 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:23:04 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:23:04 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:23:04 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:23:04 Need to get 63.8 MB of archives. 16:23:04 After this operation, 5208 kB of additional disk space will be used. 16:23:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 16:23:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:23:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:23:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:23:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:23:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:23:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:23:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:23:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:23:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:23:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:23:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:23:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:23:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:23:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:23:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:23:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:23:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:23:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:23:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:23:04 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:23:04 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:23:04 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:23:04 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:23:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:23:04 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:23:04 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:23:04 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:23:04 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:23:04 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:23:04 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:23:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:23:05 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:23:05 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:23:05 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:23:05 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:23:05 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:23:05 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:23:05 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:23:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:23:05 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:23:05 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:23:05 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:23:05 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:23:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:23:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:23:05 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:23:05 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:23:05 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:23:05 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:23:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:23:05 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:23:05 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:23:05 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:23:05 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:23:05 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:23:05 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:23:05 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:23:05 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:23:05 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:23:05 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:23:05 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:23:05 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:23:05 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:23:05 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:23:05 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:23:05 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:23:05 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:23:05 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:23:05 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:23:05 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:23:06 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:23:06 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:23:06 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:23:06 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:23:06 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:23:06 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:23:06 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:23:06 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:23:06 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:23:06 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:23:06 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:23:06 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:23:06 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:23:06 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:23:06 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:23:06 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:23:06 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:23:06 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:23:06 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:23:06 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:23:06 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:23:06 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:23:06 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:23:06 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:23:06 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:23:06 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:23:06 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:23:06 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:23:06 debconf: delaying package configuration, since apt-utils is not installed 16:23:06 Fetched 63.8 MB in 2s (34.7 MB/s) 16:23:06 (Reading database ... 13912 files and directories currently installed.) 16:23:06 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:23:06 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:07 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:23:07 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:07 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 16:23:07 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 16:23:08 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:08 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:08 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:08 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:08 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:08 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:08 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:08 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:09 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:09 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:09 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:09 (Reading database ... 13911 files and directories currently installed.) 16:23:09 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:09 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:23:09 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:23:09 (Reading database ... 13911 files and directories currently installed.) 16:23:09 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:09 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:23:10 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:23:10 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:10 (Reading database ... 13911 files and directories currently installed.) 16:23:10 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:23:10 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:11 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:23:11 (Reading database ... 13911 files and directories currently installed.) 16:23:11 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:23:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:23:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:23:11 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:23:11 Setting up base-files (10.1ubuntu2.10) ... 16:23:11 Installing new version of config file /etc/issue ... 16:23:11 Installing new version of config file /etc/issue.net ... 16:23:11 Installing new version of config file /etc/lsb-release ... 16:23:11 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:23:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:23:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:23:11 Removing obsolete conffile /etc/default/motd-news ... 16:23:12 (Reading database ... 13912 files and directories currently installed.) 16:23:12 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:23:12 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:23:12 Setting up bash (4.4.18-2ubuntu1.2) ... 16:23:12 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:23:12 (Reading database ... 13912 files and directories currently installed.) 16:23:12 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:12 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:23:12 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:23:12 (Reading database ... 13912 files and directories currently installed.) 16:23:12 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:23:12 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:23:13 Setting up tar (1.29b-2ubuntu0.2) ... 16:23:13 (Reading database ... 13912 files and directories currently installed.) 16:23:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:23:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:23:13 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:23:13 (Reading database ... 13912 files and directories currently installed.) 16:23:13 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:13 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:13 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:23:13 (Reading database ... 13912 files and directories currently installed.) 16:23:13 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:13 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:13 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:23:14 (Reading database ... 13912 files and directories currently installed.) 16:23:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:23:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:23:14 Setting up grep (3.1-2build1) ... 16:23:14 (Reading database ... 13912 files and directories currently installed.) 16:23:14 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:23:14 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:23:14 Setting up login (1:4.5-1ubuntu2) ... 16:23:14 (Reading database ... 13912 files and directories currently installed.) 16:23:14 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:14 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:14 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:23:14 (Reading database ... 13912 files and directories currently installed.) 16:23:14 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:23:14 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:23:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:23:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:15 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:23:15 (Reading database ... 13912 files and directories currently installed.) 16:23:15 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:23:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:23:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:23:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:23:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:23:17 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:23:17 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:23:17 (Reading database ... 13912 files and directories currently installed.) 16:23:17 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:23:17 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:23:17 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:23:17 (Reading database ... 13912 files and directories currently installed.) 16:23:17 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:17 (Reading database ... 13912 files and directories currently installed.) 16:23:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:17 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:18 (Reading database ... 13912 files and directories currently installed.) 16:23:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:18 ---> b2b5799795dc 16:23:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:23:18 ---> 530f172f16d1 16:23:18 Step 9/23 : RUN make cmd/core-command/core-command 16:23:18 ---> 471468137f2e 16:23:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:23:18 ---> c377cbbb45cd 16:23:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:23:18 ---> 32f97685b772 16:23:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:23:18 ---> Running in cafcd4436ff1 16:23:18 ---> Running in 3878cf4872f8 16:23:18 ---> Running in c144e21c4309 16:23:18 ---> Running in 7737da68fab2 16:23:18 ---> Running in 7219e2f002b2 16:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:23:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:18 (Reading database ... 13912 files and directories currently installed.) 16:23:18 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:18 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:23:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:18 (Reading database ... 13912 files and directories currently installed.) 16:23:18 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:18 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:23:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:23:19 (Reading database ... 13912 files and directories currently installed.) 16:23:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:23:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:19 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:23:19 (Reading database ... 13912 files and directories currently installed.) 16:23:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:19 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:23:19 (Reading database ... 13912 files and directories currently installed.) 16:23:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:19 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:23:20 (Reading database ... 13912 files and directories currently installed.) 16:23:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:23:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:23:20 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:23:21 (Reading database ... 13912 files and directories currently installed.) 16:23:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:23:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:23:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:23:21 (Reading database ... 13912 files and directories currently installed.) 16:23:21 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:23:21 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:23:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:23:21 (Reading database ... 13914 files and directories currently installed.) 16:23:21 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:23:21 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:23:21 Setting up debconf (1.5.66ubuntu1) ... 16:23:22 (Reading database ... 13914 files and directories currently installed.) 16:23:22 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:23:22 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:23:22 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:23:22 (Reading database ... 13914 files and directories currently installed.) 16:23:22 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:23:22 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:23:22 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:23:22 (Reading database ... 13914 files and directories currently installed.) 16:23:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:23:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:23:22 (Reading database ... 13914 files and directories currently installed.) 16:23:22 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:23:22 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:22 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:23:23 (Reading database ... 13914 files and directories currently installed.) 16:23:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:23:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:23:23 (Reading database ... 13914 files and directories currently installed.) 16:23:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:23:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:23:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:23:23 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:23:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:23:24 (Reading database ... 13914 files and directories currently installed.) 16:23:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:23:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:23:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:23:24 (Reading database ... 13914 files and directories currently installed.) 16:23:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:23:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:23:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:23:24 (Reading database ... 13914 files and directories currently installed.) 16:23:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:23:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:23:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:23:25 (Reading database ... 13914 files and directories currently installed.) 16:23:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:23:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:23:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:23:25 (Reading database ... 13914 files and directories currently installed.) 16:23:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:23:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:23:25 Setting up passwd (1:4.5-1ubuntu2) ... 16:23:26 (Reading database ... 13914 files and directories currently installed.) 16:23:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:23:26 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:23:26 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:23:26 (Reading database ... 13914 files and directories currently installed.) 16:23:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:23:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:23:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:23:26 (Reading database ... 13914 files and directories currently installed.) 16:23:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:23:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:23:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:23:26 (Reading database ... 13914 files and directories currently installed.) 16:23:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:23:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:23:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:23:27 (Reading database ... 13914 files and directories currently installed.) 16:23:27 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:23:27 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:23:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:23:27 (Reading database ... 13914 files and directories currently installed.) 16:23:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:23:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:23:27 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:23:27 (Reading database ... 13914 files and directories currently installed.) 16:23:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:23:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:23:28 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:23:28 (Reading database ... 13915 files and directories currently installed.) 16:23:28 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:23:28 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:23:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:23:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:23:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:23:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:23:28 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:23:28 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:23:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:23:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:23:29 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:23:29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:23:29 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:23:29 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:23:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:23:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:23:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:23:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:23:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:23:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:23:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:23:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:23:30 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:23:30 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:23:31 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:23:31 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:23:31 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:23:31 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:23:31 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:31 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:31 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:31 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:31 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:32 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:23:32 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:23:32 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:32 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:32 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:32 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:32 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:23:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:23:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:23:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:23:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:23:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:23:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:23:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:23:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:23:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:23:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:23:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:23:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:23:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:23:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:23:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:23:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:23:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:23:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:23:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:23:37 16:23:37 Current default time zone: 'Etc/UTC' 16:23:37 Local time is now: Mon Mar 29 16:23:37 UTC 2021. 16:23:37 Universal Time is now: Mon Mar 29 16:23:37 UTC 2021. 16:23:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:23:37 16:23:37 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:23:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:37 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 16:23:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:23:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:23:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:23:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:23:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:23:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:23:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:23:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:23:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:23:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:38 Setting up patch (2.7.6-2ubuntu1.1) ... 16:23:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:23:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:23:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:23:38 Installing new version of config file /etc/ssl/openssl.cnf ... 16:23:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:23:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:23:38 Setting up ca-certificates (20210119~18.04.1) ... 16:23:40 Updating certificates in /etc/ssl/certs... 16:23:41 23 added, 27 removed; done. 16:23:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:23:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:23:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:23:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:23:41 Setting up pkgbinarymangler (138.18.04.1) ... 16:23:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:23:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up perl (5.26.1-6ubuntu0.5) ... 16:23:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:23:41 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:23:41 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:23:41 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:23:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:23:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:23:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:23:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:23:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:23:42 Processing triggers for systemd (237-3ubuntu10.45) ... 16:23:42 Processing triggers for mime-support (3.60ubuntu1) ... 16:23:42 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:23:42 Updating certificates in /etc/ssl/certs... 16:23:42 0 added, 0 removed; done. 16:23:42 Running hooks in /etc/ca-certificates/update.d... 16:23:42 done. 16:23:43 Reading package lists... 16:23:43 Building dependency tree... 16:23:43 Reading state information... 16:23:43 The following NEW packages will be installed: 16:23:43 apt-transport-https 16:23:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:23:43 Need to get 1696 B of archives. 16:23:43 After this operation, 153 kB of additional disk space will be used. 16:23:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:23:43 debconf: delaying package configuration, since apt-utils is not installed 16:23:43 Fetched 1696 B in 0s (8518 B/s) 16:23:43 Selecting previously unselected package apt-transport-https. 16:23:43 (Reading database ... 13920 files and directories currently installed.) 16:23:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:23:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:23:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:23:44 Waiting for network to be ready... 16:23:50 2021-03-29T16:23:47Z INFO Waiting for automatic snapd restart... 16:23:51 snapd 2.49.1 from Canonical* installed 16:23:52 "snapd" switched to the "latest/stable" channel 16:23:52 16:23:54 core18 20210128 from Canonical* installed 16:23:55 "core18" switched to the "latest/stable" channel 16:23:55 16:23:58 snapcraft 4.5.4 from Canonical* installed 16:23:58 "snapcraft" switched to the "latest/stable" channel 16:23:58 16:24:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:24:02 - README.md 16:24:02 16:24:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:24:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:24:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:24:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:24:09 Reading package lists... 16:24:09 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 16:24:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:16 Reading package lists... 16:24:16 Building dependency tree... 16:24:16 Reading state information... 16:24:16 Suggested packages: 16:24:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:24:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:24:16 Recommended packages: 16:24:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:24:16 The following NEW packages will be installed: 16:24:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:24:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:24:16 pkg-config zip 16:24:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:24:16 Need to get 7657 kB of archives. 16:24:16 After this operation, 43.8 MB of additional disk space will be used. 16:24:16 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:24:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:24:16 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:24:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:24:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:24:16 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:24:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:24:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:24:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:24:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:24:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:24:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:24:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:24:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:24:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:24:17 debconf: delaying package configuration, since apt-utils is not installed 16:24:17 Fetched 7657 kB in 1s (6979 kB/s) 16:24:17 Selecting previously unselected package libglib2.0-0:amd64. 16:24:17 (Reading database ... 13924 files and directories currently installed.) 16:24:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:24:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:24:17 Selecting previously unselected package libpsl5:amd64. 16:24:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:24:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:24:18 Selecting previously unselected package libnghttp2-14:amd64. 16:24:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:24:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:24:18 Selecting previously unselected package librtmp1:amd64. 16:24:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:24:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:24:18 Selecting previously unselected package libcurl3-gnutls:amd64. 16:24:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:24:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:24:18 Selecting previously unselected package liberror-perl. 16:24:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:24:18 Unpacking liberror-perl (0.17025-1) ... 16:24:18 Selecting previously unselected package git-man. 16:24:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:24:18 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:24:18 Selecting previously unselected package git. 16:24:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:24:18 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:24:19 Selecting previously unselected package libnorm1:amd64. 16:24:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:24:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:24:19 Selecting previously unselected package libpgm-5.2-0:amd64. 16:24:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:24:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:24:19 Selecting previously unselected package libsodium23:amd64. 16:24:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:24:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:24:19 Selecting previously unselected package libzmq5:amd64. 16:24:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:24:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:24:19 Selecting previously unselected package libzmq3-dev:amd64. 16:24:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:24:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:24:20 Selecting previously unselected package pkg-config. 16:24:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:24:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:24:20 Selecting previously unselected package zip. 16:24:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:24:20 Unpacking zip (3.0-11build1) ... 16:24:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:24:20 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:24:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:24:20 Setting up liberror-perl (0.17025-1) ... 16:24:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:24:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:24:20 No schema files found: doing nothing. 16:24:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:24:20 Setting up zip (3.0-11build1) ... 16:24:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:24:20 Setting up libsodium23:amd64 (1.0.16-2) ... 16:24:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:24:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:24:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:24:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:24:20 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:24:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:24:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:27 git set to automatically installed. 16:24:27 git-man set to automatically installed. 16:24:27 libcurl3-gnutls set to automatically installed. 16:24:27 liberror-perl set to automatically installed. 16:24:27 libglib2.0-0 set to automatically installed. 16:24:27 libnghttp2-14 set to automatically installed. 16:24:27 libnorm1 set to automatically installed. 16:24:27 libpgm-5.2-0 set to automatically installed. 16:24:27 libpsl5 set to automatically installed. 16:24:27 librtmp1 set to automatically installed. 16:24:27 libsodium23 set to automatically installed. 16:24:27 libzmq3-dev set to automatically installed. 16:24:27 libzmq5 set to automatically installed. 16:24:27 pkg-config set to automatically installed. 16:24:27 zip set to automatically installed. 16:24:28 snapd is not logged in, snap install commands will use sudo 16:24:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:25:10 Removing intermediate container cafcd4436ff1 16:25:10 ---> 308c79074307 16:25:10 16:25:10 Step 10/21 : FROM alpine:3.12 16:25:10 3.12: Pulling from library/alpine 16:25:10 Removing intermediate container c144e21c4309 16:25:10 ---> 831233b9ae1e 16:25:10 16:25:10 Step 10/24 : FROM alpine:3.12 16:25:10 Removing intermediate container 7219e2f002b2 16:25:10 ---> bb8aff840efa 16:25:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:25:10 3.12: Pulling from library/alpine 16:25:10 ---> Running in 5f420d4292d6 16:25:11 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:25:11 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:25:11 Status: Downloaded newer image for alpine:3.12 16:25:11 ---> e47305ac9786 16:25:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:25:11 Status: Image is up to date for alpine:3.12 16:25:11 ---> e47305ac9786 16:25:11 Step 11/21 : RUN apk add --update --no-cache curl 16:25:12 ---> Running in a75e6b0718af 16:25:12 ---> Running in bb6f61ebf63d 16:25:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:25:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:15 (1/4) Installing ca-certificates (20191127-r4) 16:25:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:25:15 (1/6) Installing ca-certificates (20191127-r4) 16:25:15 (3/4) Installing libcurl (7.69.1-r3) 16:25:15 (4/4) Installing curl (7.69.1-r3) 16:25:15 Executing busybox-1.31.1-r19.trigger 16:25:15 Executing ca-certificates-20191127-r4.trigger 16:25:15 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:25:15 (3/6) Installing libcurl (7.69.1-r3) 16:25:15 (4/6) Installing curl (7.69.1-r3) 16:25:15 (5/6) Installing dumb-init (1.2.2-r1) 16:25:15 (6/6) Installing su-exec (0.2-r1) 16:25:15 Executing busybox-1.31.1-r19.trigger 16:25:15 Executing ca-certificates-20191127-r4.trigger 16:25:15 OK: 7 MiB in 18 packages 16:25:16 OK: 7 MiB in 20 packages 16:25:19 Removing intermediate container bb6f61ebf63d 16:25:19 ---> 920b75784e5a 16:25:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:25:19 Removing intermediate container 3878cf4872f8 16:25:19 ---> a0455cee8c25 16:25:19 16:25:19 Step 10/23 : FROM alpine:3.12 16:25:19 ---> e47305ac9786 16:25:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:25:20 ---> Running in 87122b9c7d85 16:25:20 ---> Running in ec31e61438f0 16:25:20 Removing intermediate container a75e6b0718af 16:25:20 ---> 033a1429b63c 16:25:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:25:20 Removing intermediate container 5f420d4292d6 16:25:20 ---> 662e09cbda34 16:25:20 16:25:20 Step 11/26 : FROM docker:20.10.0 16:25:21 20.10.0: Pulling from library/docker 16:25:21 ---> Running in 4b56a852c148 16:25:21 Removing intermediate container 87122b9c7d85 16:25:21 ---> 8b23d2028649 16:25:21 Step 13/21 : WORKDIR /edgex 16:25:22 ---> Running in ba00e0989b2e 16:25:23 Removing intermediate container 4b56a852c148 16:25:23 ---> 192aa03b901f 16:25:23 Step 13/24 : WORKDIR / 16:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:23 Removing intermediate container 7737da68fab2 16:25:23 ---> c638f51788e2 16:25:23 16:25:23 Step 10/22 : FROM alpine:3.12 16:25:23 ---> e47305ac9786 16:25:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:23 Removing intermediate container ba00e0989b2e 16:25:23 ---> dd35f0cd2343 16:25:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:25:23 (1/1) Installing dumb-init (1.2.2-r1) 16:25:23 ---> Running in dddacffcf401 16:25:23 ---> Running in e4ac9952ece9 16:25:23 Executing busybox-1.31.1-r19.trigger 16:25:23 OK: 5 MiB in 15 packages 16:25:25 Removing intermediate container e4ac9952ece9 16:25:25 ---> 48df9c8a748d 16:25:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:25:25 ---> 59c703d1f2e5 16:25:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:25:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:26 Removing intermediate container ec31e61438f0 16:25:26 ---> 5fa799b41927 16:25:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:25:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:26 ---> Running in 372fb6eecced 16:25:26 (1/1) Installing dumb-init (1.2.2-r1) 16:25:26 Executing busybox-1.31.1-r19.trigger 16:25:26 OK: 5 MiB in 15 packages 16:25:27 ---> 958d7046b0e6 16:25:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:25:27 ---> e7b630f8cee7 16:25:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:25:27 Removing intermediate container 372fb6eecced 16:25:27 ---> 291eb010a27d 16:25:27 Step 13/23 : ENV APP_PORT=48082 16:25:28 ---> Running in 6ec614a857a6 16:25:28 ---> a7df0c9888f0 16:25:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:25:29 Removing intermediate container 6ec614a857a6 16:25:29 ---> df30652c0b3b 16:25:29 Step 14/23 : EXPOSE $APP_PORT 16:25:29 Removing intermediate container dddacffcf401 16:25:29 ---> 35353d406925 16:25:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:25:29 ---> Running in 976cc35c2f30 16:25:29 ---> Running in f306772d48d0 16:25:29 ---> 49737d6aa85b 16:25:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:25:30 ---> d57086ba4108 16:25:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:25:30 ---> Running in 1dd7bd8e19e8 16:25:30 Removing intermediate container 976cc35c2f30 16:25:30 ---> 122af9dad3f8 16:25:30 Step 13/22 : ENV APP_PORT=48085 16:25:30 Removing intermediate container f306772d48d0 16:25:30 ---> 9c626114a07f 16:25:30 Step 15/23 : WORKDIR / 16:25:31 ---> Running in aab0d92d7c00 16:25:31 ---> Running in b8e1baad3d38 16:25:31 Removing intermediate container 1dd7bd8e19e8 16:25:31 ---> d300ef5fb90b 16:25:31 Step 18/21 : CMD ["--init=true"] 16:25:32 ---> Running in afcd24956518 16:25:32 ---> a1604be1c305 16:25:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:25:32 Removing intermediate container aab0d92d7c00 16:25:32 ---> 8455fa08798b 16:25:32 Step 14/22 : EXPOSE $APP_PORT 16:25:32 Removing intermediate container b8e1baad3d38 16:25:32 ---> 4dfad4be5304 16:25:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:25:33 ---> Running in 1b7b80903737 16:25:33 Removing intermediate container afcd24956518 16:25:33 ---> 21ffeb7217f4 16:25:33 Step 19/21 : LABEL arch=arm64 16:25:33 ---> Running in c502c0bdb703 16:25:33 Removing intermediate container 1b7b80903737 16:25:33 ---> 047db7bbfd0f 16:25:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:25:34 ---> bd33c2752aeb 16:25:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:25:34 ---> c1b01be542e2 16:25:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:25:34 Removing intermediate container c502c0bdb703 16:25:34 ---> 79013f2bd135 16:25:34 Step 20/21 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:25:34 ---> Running in d01a58cff5dc 16:25:35 ---> 5af9cac25344 16:25:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:25:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:25:35 Status: Downloaded newer image for docker:20.10.0 16:25:35 ---> eeaf43b92773 16:25:35 Step 12/26 : RUN apk add --no-cache bash 16:25:35 ---> d872eb7bbdf2 16:25: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/ 16:25:35 Removing intermediate container d01a58cff5dc 16:25:35 ---> c46937f13b52 16:25:35 Step 21/21 : LABEL version=0.0.0 16:25:35 ---> Running in 3a3ebbda4e54 16:25:36 ---> Running in 59697ba08a6d 16:25:36 ---> Running in 8bc24c92d0cd 16:25:36 ---> 776daad47314 16:25:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:25:36 Removing intermediate container 59697ba08a6d 16:25:36 ---> f6a2b4207da8 16:25:36 16:25:36 ---> 8a7972c2125c 16:25:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:25:37 Successfully built f6a2b4207da8 16:25:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:25:37 Building docker-support-notifications-go 16:25:37  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:37 ---> 88e6c7960b98 16:25:37 Step 19/23 : ENTRYPOINT ["/core-command"] 16:25:38 ---> 42a99c489347 16:25:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:25:38 ---> Running in 85e0cad7d365 16:25:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:38 ---> Running in aa3126cd7588 16:25:38 (1/2) Installing readline (8.0.4-r0) 16:25:38 (2/2) Installing bash (5.0.17-r0) 16:25:38 Executing bash-5.0.17-r0.post-install 16:25:38 Executing busybox-1.31.1-r19.trigger 16:25:38 OK: 12 MiB in 22 packages 16:25:39 Removing intermediate container 85e0cad7d365 16:25:39 ---> 19e6058d8241 16:25:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:25:39 Removing intermediate container aa3126cd7588 16:25:39 ---> 4ec94b32a096 16:25:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:25:39 ---> Running in 93425fb0274b 16:25:39 ---> Running in 8c017ae9d28d 16:25:40 Removing intermediate container 8bc24c92d0cd 16:25:40 ---> 564118b69689 16:25:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:25:40 Removing intermediate container 93425fb0274b 16:25:40 ---> f2e5dd850bf6 16:25:40 Step 21/23 : LABEL arch=arm64 16:25:40 ---> Running in 5dbcb31ad2b0 16:25:41 ---> Running in 516992f2fe94 16:25:41 Removing intermediate container 8c017ae9d28d 16:25:41 ---> 736cedebde83 16:25:41 Step 20/22 : LABEL arch=arm64 16:25:41 Removing intermediate container 5dbcb31ad2b0 16:25:41 ---> fea4d730ca05 16:25:41 Step 22/24 : LABEL arch=arm64 16:25:41 ---> Running in cb9af2e46bf6 16:25:41 Removing intermediate container 3a3ebbda4e54 16:25:41 ---> 986ed4dfb7dd 16:25:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:25:41 Removing intermediate container 516992f2fe94 16:25:41 ---> 0ea3c1a7c37b 16:25:41 Step 22/23 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:25:42 ---> Running in 36ca6258a98d 16:25:42 ---> Running in ebf6cab126e0 16:25:42 ---> Running in fc0545ae9b1b 16:25:42 Removing intermediate container cb9af2e46bf6 16:25:42 ---> af6b0981668c 16:25:42 Step 21/22 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:25:43 Removing intermediate container ebf6cab126e0 16:25:43 ---> 66525e87c778 16:25:43 Step 14/26 : ENV APP_PORT=48090 16:25:43 ---> Running in 58cd827704f4 16:25:43 ---> Running in 8eaee12b327c 16:25:43 Removing intermediate container fc0545ae9b1b 16:25:43 Removing intermediate container 36ca6258a98d 16:25:43 ---> d93ff099637d 16:25:43 Step 23/24 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:25:43 ---> ac369384a7e4 16:25:43 Step 23/23 : LABEL version=0.0.0 16:25:44 Removing intermediate container 58cd827704f4 16:25:44 ---> 4c65cc3427e3 16:25:44 Step 22/22 : LABEL version=0.0.0 16:25:44 ---> Running in 48cbf281935c 16:25:44 ---> Running in 33638f2d133d 16:25:44 Removing intermediate container 8eaee12b327c 16:25:44 ---> b2ce48094880 16:25:44 Step 15/26 : EXPOSE $APP_PORT 16:25:44 ---> Running in c6d8c6fd43c4 16:25:44 ---> Running in 6016e74cbfcc 16:25:45 Removing intermediate container 33638f2d133d 16:25:45 Removing intermediate container 48cbf281935c 16:25:45 ---> 96299ca65e70 16:25:45 Step 24/24 : LABEL version=0.0.0 16:25:45 ---> 722409d5bf6c 16:25:45 16:25:45 ---> Running in f9d4cbfaf1cf 16:25:45 Removing intermediate container c6d8c6fd43c4 16:25:45 ---> 7cea0110402c 16:25:45 16:25:45 Removing intermediate container 6016e74cbfcc 16:25:45 ---> edaf967d2347 16:25:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:25:45 Successfully built 722409d5bf6c 16:25:45 Successfully tagged docker-core-command-go-arm64:latest 16:25:45  Building docker-core-command-go ... done Building docker-core-metadata-go 16:25:46 Successfully built 7cea0110402c 16:25:46 Successfully tagged docker-support-scheduler-go-arm64:latest 16:25:46 Removing intermediate container f9d4cbfaf1cf 16:25:46 ---> 31e54803a986 16:25:46 16:25:46  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 16:25:46 Successfully built 31e54803a986 16:25:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:25:46  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 16:25:47 ---> 78e1c8cbcc2a 16:25:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:25:48 ---> e7b0e9d8d69d 16:25:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:25:49 ---> d037878cb873 16:25:49 Step 19/26 : RUN apk --no-cache add py3-pip 16:25:49 ---> Running in 431ad158bdac 16:25:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:51 (1/33) Installing libbz2 (1.0.8-r1) 16:25:51 (2/33) Installing expat (2.2.9-r1) 16:25:51 (3/33) Installing libffi (3.3-r2) 16:25:51 (4/33) Installing gdbm (1.13-r1) 16:25:51 (5/33) Installing xz-libs (5.2.5-r0) 16:25:51 (6/33) Installing sqlite-libs (3.32.1-r0) 16:25:51 (7/33) Installing python3 (3.8.8-r0) 16:25:53 (8/33) Installing py3-appdirs (1.4.4-r1) 16:25:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:25:53 (10/33) Installing py3-parsing (2.4.7-r0) 16:25:53 (11/33) Installing py3-six (1.15.0-r0) 16:25:53 (12/33) Installing py3-packaging (20.4-r0) 16:25:53 (13/33) Installing py3-setuptools (47.0.0-r0) 16:25:53 (14/33) Installing py3-chardet (3.0.4-r4) 16:25:53 (15/33) Installing py3-idna (2.9-r0) 16:25:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:25:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:25:53 (18/33) Installing py3-requests (2.23.0-r0) 16:25:53 (19/33) Installing py3-msgpack (1.0.0-r0) 16:25:53 (20/33) Installing py3-lockfile (0.12.2-r3) 16:25:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:25:53 (22/33) Installing py3-colorama (0.4.3-r0) 16:25:53 (23/33) Installing py3-distlib (0.3.0-r0) 16:25:53 (24/33) Installing py3-distro (1.5.0-r1) 16:25:53 (25/33) Installing py3-webencodings (0.5.1-r3) 16:25:53 (26/33) Installing py3-html5lib (1.0.1-r4) 16:25:53 (27/33) Installing py3-pytoml (0.1.21-r0) 16:25:53 (28/33) Installing py3-pep517 (0.8.2-r0) 16:25:53 (29/33) Installing py3-progress (1.5-r0) 16:25:53 (30/33) Installing py3-toml (0.10.1-r0) 16:25:53 (31/33) Installing py3-retrying (1.3.3-r0) 16:25:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:25:53 (33/33) Installing py3-pip (20.1.1-r0) 16:25:53 Executing busybox-1.31.1-r19.trigger 16:25:53 OK: 71 MiB in 55 packages 16:26:06 Removing intermediate container 431ad158bdac 16:26:06 ---> b9a45b8b3594 16:26:06 Step 20/26 : RUN pip install docker-compose==1.23.2 16:26:06 ---> Running in 583774722c28 16:26:11 Collecting docker-compose==1.23.2 16:26:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:26:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:26:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:26:14 Collecting docker<4.0,>=3.6.0 16:26:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:26:15 Collecting texttable<0.10,>=0.9.0 16:26:15 Downloading texttable-0.9.1.tar.gz (11 kB) 16:26:17 Collecting websocket-client<1.0,>=0.32.0 16:26:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:26:18 Collecting jsonschema<3,>=2.5.1 16:26:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:26:18 Collecting dockerpty<0.5,>=0.4.1 16:26:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:26:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:26:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:26:21 ---> 29833ed920da 16:26:21 Step 3/22 : WORKDIR /edgex-go 16:26:21 ---> Using cache 16:26:21 ---> fd4518cf1f4d 16:26:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:21 ---> Using cache 16:26:21 ---> 95add5895635 16:26:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:26:22 Collecting cached-property<2,>=1.2.0 16:26:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:26:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:26:25 Collecting PyYAML<4,>=3.10 16:26:25 Downloading PyYAML-3.13.tar.gz (270 kB) 16:26:26 ---> Running in 83209bf525c2 16:26:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:29 Collecting docopt<0.7,>=0.6.1 16:26:29 Downloading docopt-0.6.2.tar.gz (25 kB) 16:26:29 OK: 217 MiB in 51 packages 16:26:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:26:32 Collecting idna<2.8,>=2.5 16:26:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:26:33 Collecting urllib3<1.25,>=1.21.1 16:26:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:26:33 Removing intermediate container 83209bf525c2 16:26:33 ---> 7b210864d841 16:26:33 Step 6/22 : COPY go.mod . 16:26:33 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:26:33 Collecting docker-pycreds>=0.4.0 16:26:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:26:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:26:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:26:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:26:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:26:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:26:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:26:34 ---> 29833ed920da 16:26:34 Step 3/23 : WORKDIR /edgex-go 16:26:34 ---> Using cache 16:26:34 ---> fd4518cf1f4d 16:26:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:34 ---> Using cache 16:26:34 ---> 95add5895635 16:26:34 Step 5/23 : RUN apk add --update --no-cache make git 16:26:34 ---> Using cache 16:26:34 ---> 00cb6a1eee17 16:26:34 Step 6/23 : COPY go.mod . 16:26:34 ---> Using cache 16:26:34 ---> 1c52e42f63b6 16:26:34 Step 7/23 : RUN go mod download 16:26:34 ---> Using cache 16:26:34 ---> 55bad80a5897 16:26:34 Step 8/23 : COPY . . 16:26:34 ---> Using cache 16:26:34 ---> 530f172f16d1 16:26:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:26:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:26:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:26:35 ---> 29833ed920da 16:26:35 Step 3/31 : WORKDIR /edgex-go 16:26:35 ---> Using cache 16:26:35 ---> fd4518cf1f4d 16:26:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:35 ---> Using cache 16:26:35 ---> 95add5895635 16:26:35 Step 5/31 : RUN apk add --update --no-cache make git 16:26:35 ---> Using cache 16:26:35 ---> 00cb6a1eee17 16:26:35 Step 6/31 : COPY go.mod . 16:26:35 ---> Using cache 16:26:35 ---> 1c52e42f63b6 16:26:35 Step 7/31 : RUN go mod download 16:26:35 ---> Using cache 16:26:35 ---> 55bad80a5897 16:26:35 Step 8/31 : COPY . . 16:26:35 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, jsonschema, dockerpty, cached-property, PyYAML, docopt, docker-compose 16:26:35 Attempting uninstall: idna 16:26:35 Found existing installation: idna 2.9 16:26:35 ---> Running in 75d0ca00a6b4 16:26:35 Uninstalling idna-2.9: 16:26:35 ---> 088bf1660830 16:26:35 ---> Using cache 16:26:35 Step 7/22 : RUN go mod download 16:26:35 ---> 530f172f16d1 16:26:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:26:35 Successfully uninstalled idna-2.9 16:26:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:26:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:26:35 ---> 29833ed920da 16:26:35 Step 3/23 : WORKDIR /edgex-go 16:26:35 ---> Using cache 16:26:35 ---> fd4518cf1f4d 16:26:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:35 ---> Using cache 16:26:35 ---> 95add5895635 16:26:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:26:35 ---> Running in 0d4e6886a6eb 16:26:35 ---> Running in 68dd2357ece0 16:26:35 ---> Running in 5cfee16b3ce4 16:26:36 Attempting uninstall: urllib3 16:26:36 Found existing installation: urllib3 1.25.9 16:26:36 Uninstalling urllib3-1.25.9: 16:26:36 Successfully uninstalled urllib3-1.25.9 16:26:37 Attempting uninstall: requests 16:26:37 Found existing installation: requests 2.23.0 16:26:37 Uninstalling requests-2.23.0: 16:26:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:26:37 Successfully uninstalled requests-2.23.0 16:26:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:39 Running setup.py install for texttable: started 16:26:40 Removing intermediate container 0d4e6886a6eb 16:26:40 ---> c5898af4206c 16:26:40 Step 8/22 : COPY . . 16:26:40 OK: 217 MiB in 51 packages 16:26:44 Running setup.py install for texttable: finished with status 'done' 16:26:44 Removing intermediate container 5cfee16b3ce4 16:26:44 ---> a48657bf7214 16:26:44 Step 6/23 : COPY go.mod . 16:26:44 Running setup.py install for dockerpty: started 16:26:46 ---> c7c6463e98fd 16:26:46 Step 7/23 : RUN go mod download 16:26:46 ---> Running in 3322c112d7f2 16:26:47 Running setup.py install for dockerpty: finished with status 'done' 16:26:47 Running setup.py install for PyYAML: started 16:26:51 Running setup.py install for PyYAML: finished with status 'done' 16:26:51 Running setup.py install for docopt: started 16:26:52 Removing intermediate container 3322c112d7f2 16:26:52 ---> c53e1e6a1479 16:26:52 Step 8/23 : COPY . . 16:26:55 Running setup.py install for docopt: finished with status 'done' 16:26:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:26:57 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:26:57 snapd is not logged in, snap install commands will use sudo 16:26:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:26:57 snap "core18" has no updates available 16:26:57 Pulling go-build-helper 16:26:57 + snapcraftctl pull 16:26:57 'app-service-config' has dependencies that need to be staged: go-build-helper 16:26:57 Skipping pull go-build-helper (already ran) 16:26:57 Building go-build-helper 16:26:57 + snapcraftctl build 16:26:57 Staging go-build-helper 16:26:57 + snapcraftctl stage 16:27:05 ---> 0468e2f46783 16:27:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:27:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:27:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:27:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 16:27:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:27:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:27:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:27:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:27:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:27:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:27:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:27:05 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:27:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:27:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:27:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:27:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:27:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:27:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:27:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:27:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:27:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:27:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:27:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:27:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:27:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:27:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:27:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:27:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:27:05 Fetched 24.2 MB in 0s (0 B/s) 16:27:05 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:27:05 Fetched 224 kB in 0s (0 B/s) 16:27:05 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:27:05 Fetched 157 kB in 0s (0 B/s) 16:27:05 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:27:05 Fetched 221 kB in 0s (0 B/s) 16:27:05 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:27:05 Fetched 143 kB in 0s (0 B/s) 16:27:05 Pulling app-service-config 16:27:05 + snapcraftctl pull 16:27:05 Cloning into '/root/parts/app-service-config/src'... 16:27:05 Pulling config-common 16:27:05 + snapcraftctl pull 16:27:06 ---> Running in 251ed2f89def 16:27:06 Removing intermediate container 583774722c28 16:27:06 ---> bbb2b08226e6 16:27:06 Step 21/26 : RUN apk --no-cache add curl 16:27:06 ---> Running in be9a21126f1c 16:27:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:27:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:27:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:27:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:27:09 Fetched 0 B in 0s (0 B/s) 16:27:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:27:09 Fetched 0 B in 0s (0 B/s) 16:27:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:27:09 Fetched 0 B in 0s (0 B/s) 16:27:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:27:09 Fetched 0 B in 0s (0 B/s) 16:27:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:27:09 Fetched 0 B in 0s (0 B/s) 16:27:09 Pulling edgex-go 16:27:09 + snapcraftctl pull 16:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:27:10 (2/3) Installing libcurl (7.69.1-r3) 16:27:10 (3/3) Installing curl (7.69.1-r3) 16:27:10 Executing busybox-1.31.1-r19.trigger 16:27:11 OK: 72 MiB in 58 packages 16:27:14 Removing intermediate container be9a21126f1c 16:27:14 ---> 8d4f838c61bb 16:27:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:27:15 ---> Running in e033dce865ef 16:27:16 Removing intermediate container e033dce865ef 16:27:16 ---> 8da3d71abeb8 16:27:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:17 ---> Running in 4557281a8ea0 16:27:18 Removing intermediate container 4557281a8ea0 16:27:18 ---> cc891dd35bd5 16:27:18 Step 24/26 : LABEL arch=arm64 16:27:18 ---> Running in 7c76dabad6b8 16:27:19 Removing intermediate container 7c76dabad6b8 16:27:19 ---> 60f396022487 16:27:19 Step 25/26 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:27:19 ---> Running in 9b896e4ec895 16:27:20 ---> 6539e6506054 16:27:20 Step 9/23 : RUN make cmd/core-data/core-data 16:27:20 Removing intermediate container 9b896e4ec895 16:27:20 ---> 411bcd8480a3 16:27:20 Step 26/26 : LABEL version=0.0.0 16:27:20 ---> Running in 19a731ea26c9 16:27:20 ---> Running in bbefb711fa1b 16:27:21 Removing intermediate container bbefb711fa1b 16:27:21 ---> 662ef511f119 16:27:21 16:27:22 Successfully built 662ef511f119 16:27:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:27:22  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:27:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:27:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:27:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:27:31 Fetched 0 B in 0s (0 B/s) 16:27:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:27:31 Fetched 96.5 kB in 0s (0 B/s) 16:27:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:27:31 Fetched 279 kB in 0s (0 B/s) 16:27:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:27:31 Fetched 122 kB in 0s (0 B/s) 16:27:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:27:31 Fetched 77.8 kB in 0s (0 B/s) 16:27:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:27:31 Fetched 8848 B in 0s (0 B/s) 16:27:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:27:31 Fetched 47.8 kB in 0s (0 B/s) 16:27:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:27:31 Fetched 45.6 kB in 0s (0 B/s) 16:27:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:27:31 Fetched 15.0 kB in 0s (0 B/s) 16:27:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:27:31 Fetched 214 kB in 0s (0 B/s) 16:27:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:27:31 Fetched 154 kB in 0s (0 B/s) 16:27:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:27:31 Fetched 50.6 kB in 0s (0 B/s) 16:27:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:27:31 Fetched 14.8 kB in 0s (0 B/s) 16:27:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:27:31 Fetched 41.8 kB in 0s (0 B/s) 16:27:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:27:31 Fetched 499 kB in 0s (0 B/s) 16:27:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:27:31 Fetched 111 kB in 0s (0 B/s) 16:27:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:27:31 Fetched 240 kB in 0s (0 B/s) 16:27:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:27:31 Fetched 29.3 kB in 0s (0 B/s) 16:27:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:27:31 Fetched 85.5 kB in 0s (0 B/s) 16:27:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:27:31 Fetched 24.5 kB in 0s (0 B/s) 16:27:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:27:31 Fetched 49.2 kB in 0s (0 B/s) 16:27:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:27:31 Fetched 54.2 kB in 0s (0 B/s) 16:27:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:27:31 Fetched 30.8 kB in 0s (0 B/s) 16:27:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:27:31 Fetched 15.8 kB in 0s (0 B/s) 16:27:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:27:31 Fetched 85.9 kB in 0s (0 B/s) 16:27:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:27:31 Fetched 8720 B in 0s (0 B/s) 16:27:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:27:31 Fetched 137 kB in 0s (0 B/s) 16:27:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:27:31 Fetched 119 kB in 0s (0 B/s) 16:27:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:27:31 Fetched 109 kB in 0s (0 B/s) 16:27:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:27:31 Fetched 11.1 kB in 0s (0 B/s) 16:27:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:27:31 Fetched 645 kB in 0s (0 B/s) 16:27:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:27:31 Fetched 41.3 kB in 0s (0 B/s) 16:27:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:27:31 Fetched 17.9 kB in 0s (0 B/s) 16:27:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:27:31 Fetched 368 kB in 0s (0 B/s) 16:27:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:27:31 Fetched 187 kB in 0s (0 B/s) 16:27:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:27:31 Fetched 175 kB in 0s (0 B/s) 16:27:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:27:31 Fetched 206 kB in 0s (0 B/s) 16:27:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 16:27:31 Fetched 1301 kB in 0s (0 B/s) 16:27:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:27:31 Fetched 36.2 kB in 0s (0 B/s) 16:27:31 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:27:31 Fetched 159 kB in 0s (0 B/s) 16:27:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:27:31 Fetched 107 kB in 0s (0 B/s) 16:27:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:27:31 Fetched 48.7 kB in 0s (0 B/s) 16:27:31 Pulling static-packages 16:27:31 + snapcraftctl pull 16:27:31 Pulling version 16:27:31 + cd /root/project 16:27:31 + [ -f VERSION ] 16:27:31 + PROJECT_VERSION=local-dev 16:27:31 + git rev-parse --short HEAD 16:27:31 + GIT_REVISION=72c01a79 16:27:31 + snapcraftctl set-version local-dev 16:27:31 Skipping build go-build-helper (already ran) 16:27:31 Building app-service-config 16:27:31 + make build 16:27:31 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 16:27:33 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 16:27:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 16:27:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 16:27:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 16:27:33 go: downloading github.com/pelletier/go-toml v1.2.0 16:27:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 16:27:33 go: downloading github.com/go-kit/kit v0.8.0 16:27:33 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:27:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 16:27:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:27:33 go: downloading github.com/mitchellh/copystructure v1.0.0 16:27:33 go: downloading github.com/gorilla/mux v1.8.0 16:27:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:27:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:27:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 16:27:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 16:27:33 go: downloading github.com/BurntSushi/toml v0.3.1 16:27:34 go: downloading github.com/google/uuid v1.2.0 16:27:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:27:34 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:27:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:27:34 go: downloading github.com/pebbe/zmq4 v1.2.5 16:27:34 go: downloading github.com/x448/float16 v0.8.4 16:27:34 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:27:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:27:34 go: downloading github.com/gorilla/websocket v1.4.2 16:27:34 go: downloading github.com/hashicorp/consul/api v1.8.1 16:27:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:27:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:27:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:27:34 go: downloading github.com/leodido/go-urn v1.2.0 16:27:34 go: downloading github.com/go-playground/universal-translator v0.17.0 16:27:34 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:27:34 go: downloading github.com/hashicorp/serf v0.9.5 16:27:34 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:27:34 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:27:34 go: downloading github.com/go-playground/locales v0.13.0 16:27:35 go: downloading github.com/mattn/go-isatty v0.0.12 16:27:35 go: downloading github.com/fatih/color v1.9.0 16:27:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:27:35 go: downloading github.com/mattn/go-colorable v0.1.6 16:27:35 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:27:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:27:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:27:45 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 16:27:45 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 16:27:45 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 16:27:45 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 16:27:45 Building config-common 16:27:45 + snapcraftctl build 16:27:47 Building edgex-go 16:27:47 + cd /root/parts/edgex-go/src 16:27:47 + make build 16:27:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:27:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 16:27:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 16:27:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 16:27:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 16:27:47 go: downloading github.com/pkg/errors v0.8.1 16:27:47 go: downloading github.com/imdario/mergo v0.3.12 16:27:47 go: downloading github.com/go-playground/validator/v10 v10.4.1 16:27:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:27:47 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 16:27: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 16:27:52 go: downloading gopkg.in/yaml.v2 v2.4.0 16:27:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:27:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:27:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:27:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:27:59 go: downloading github.com/stretchr/testify v1.7.0 16:28:00 go: downloading github.com/davecgh/go-spew v1.1.1 16:28:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:28:00 go: downloading github.com/pmezard/go-difflib v1.0.0 16:28:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:28:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:28:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:28:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:28:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:28:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:28:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:28:08 go: downloading github.com/lib/pq v1.9.0 16:28:09 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:28:09 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:28:09 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:28:09 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:28:09 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:28:09 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:28:09 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:28:09 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:28:09 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:28:09 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:28:09 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:28:09 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:28:09 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:28:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:28:09 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:28:09 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:28:09 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:28:09 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 16:28:09 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:28:09 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:28:09 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:28:09 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:28:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:28:09 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:28:09 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:28:09 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:28:13 Building static-packages 16:28:13 + snapcraftctl build 16:28:14 Building version 16:28:14 + snapcraftctl build 16:28:16 Skipping stage go-build-helper (already ran) 16:28:16 Staging app-service-config 16:28:16 + snapcraftctl stage 16:28:17 Staging config-common 16:28:17 + snapcraftctl stage 16:28:18 Staging edgex-go 16:28:18 + snapcraftctl stage 16:28:19 Staging static-packages 16:28:19 + snapcraftctl stage 16:28:19 Removing intermediate container 68dd2357ece0 16:28:19 ---> ebcc6a55e13c 16:28:19 16:28:19 Step 10/31 : FROM alpine:3.12 16:28:19 ---> e47305ac9786 16:28:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:28:19 ---> Running in 87354dd0835c 16:28:19 Removing intermediate container 87354dd0835c 16:28:19 ---> b7f6c783fb7b 16:28:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:28:19 ---> Running in cd3653f542c7 16:28:19 Staging version 16:28:19 + snapcraftctl stage 16:28:20 Priming go-build-helper 16:28:20 + snapcraftctl prime 16:28:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:21 Priming app-service-config 16:28:21 + snapcraftctl prime 16:28:22 (1/2) Installing dumb-init (1.2.2-r1) 16:28:22 (2/2) Installing su-exec (0.2-r1) 16:28:22 Executing busybox-1.31.1-r19.trigger 16:28:22 OK: 5 MiB in 16 packages 16:28:22 Priming config-common 16:28:22 + snapcraftctl prime 16:28:23 Priming edgex-go 16:28:23 + snapcraftctl prime 16:28:24 Removing intermediate container cd3653f542c7 16:28:24 ---> d4f0a31c1878 16:28:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:28:24 ---> Running in 83e5d93623dc 16:28:25 Priming static-packages 16:28:25 + snapcraftctl prime 16:28:25 Removing intermediate container 83e5d93623dc 16:28:25 ---> 459ca29f956a 16:28:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:28:25 ---> Running in e61518166b8f 16:28:26 Removing intermediate container e61518166b8f 16:28:26 ---> 4e30e057bf19 16:28:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:28:26 ---> Running in 750eb1015fb8 16:28:27 Priming version 16:28:27 + snapcraftctl prime 16:28:28 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:28:29 Removing intermediate container 750eb1015fb8 16:28:29 ---> cc36fed63b0c 16:28:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:28:29 ---> Running in 1981b4a2917d [Pipeline] // ws [Pipeline] } [Pipeline] // node 16:28:31 Removing intermediate container 1981b4a2917d 16:28:31 ---> b9e6dbb44bc2 16:28:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:28:31 ---> 866a3bd5cb6c 16:28:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [Pipeline] } [Pipeline] // stage 16:28:31 ---> Running in 898b58f955fd [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:28:35 Removing intermediate container 898b58f955fd 16:28:35 ---> 85a6a8fefdf2 16:28:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:28:36 ---> 7f76a7eb868e 16:28:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:28:39 ---> bdbe2239742a 16:28:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:28:41 ---> ec4831e22036 16:28:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:28:42 Removing intermediate container 75d0ca00a6b4 16:28:42 ---> 6b42eebfd369 16:28:42 16:28:42 Step 10/23 : FROM alpine:3.12 16:28:42 ---> e47305ac9786 16:28:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:28:42 ---> Using cache 16:28:42 ---> 35353d406925 16:28:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:28:42 ---> Using cache 16:28:42 ---> 122af9dad3f8 16:28:42 Step 13/23 : ENV APP_PORT=48081 16:28:42 ---> 34d8363b85a8 16:28:42 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:28:42 ---> Running in ab0de8294f3e 16:28:43 Removing intermediate container ab0de8294f3e 16:28:43 ---> dc6ca86d063e 16:28:43 Step 14/23 : EXPOSE $APP_PORT 16:28:44 ---> Running in 3e1607990eb0 16:28:44 ---> 3179e62ab268 16:28:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:28:44 ---> Running in 95e2dce24415 16:28:44 Removing intermediate container 3e1607990eb0 16:28:44 ---> 9d7750542985 16:28:44 Step 15/23 : WORKDIR / 16:28:45 ---> Running in 9fa85cbef411 16:28:45 Removing intermediate container 95e2dce24415 16:28:45 ---> 70425064c089 16:28:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:28:46 Removing intermediate container 9fa85cbef411 16:28:46 ---> 02c3f7c83120 16:28:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:28:46 ---> ad837ca64db5 16:28:46 Step 26/31 : RUN chmod +x /entrypoint.sh 16:28:47 ---> Running in 76b2445f0b88 16:28:47 ---> f51e0e56ef29 16:28:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:28:49 ---> c0cd1b19d531 16:28:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:28:51 ---> 2b24dfa77678 16:28:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:28:51 ---> Running in ed9b85f147fe 16:28:51 Removing intermediate container 76b2445f0b88 16:28:51 ---> c2f545ac4631 16:28:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:28:52 Removing intermediate container ed9b85f147fe 16:28:52 ---> 5678c08e603a 16:28:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:28:52 ---> Running in 96539a01deb7 16:28:52 ---> Running in e258e9e4d0de 16:28:53 Removing intermediate container 96539a01deb7 16:28:53 ---> d5d6b374dc49 16:28:53 Step 28/31 : CMD ["gate"] 16:28:53 Removing intermediate container e258e9e4d0de 16:28:53 ---> 999c222b0274 16:28:53 Step 21/23 : LABEL arch=arm64 16:28:53 ---> Running in 74683a50b513 16:28:54 ---> Running in 2c53da9a4085 16:28:54 Removing intermediate container 251ed2f89def 16:28:54 ---> 1e9a8060ff88 16:28:54 16:28:54 Step 10/22 : FROM alpine:3.12 16:28:54 ---> e47305ac9786 16:28:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:28:54 Removing intermediate container 74683a50b513 16:28:54 ---> 88e592150264 16:28:54 Step 29/31 : LABEL arch=arm64 16:28:54 Removing intermediate container 2c53da9a4085 16:28:54 ---> 664788c06545 16:28:54 Step 22/23 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:28:54 ---> Running in 47452cc30f6e 16:28:55 ---> Running in 6c1f5e1d7a51 16:28:55 ---> Running in 1678c0d6b83e 16:28:55 Removing intermediate container 6c1f5e1d7a51 16:28:55 ---> 89963ca17cc3 16:28:55 Step 23/23 : LABEL version=0.0.0 16:28:56 Removing intermediate container 1678c0d6b83e 16:28:56 ---> 0faeff79cd6c 16:28:56 Step 30/31 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:28:56 ---> Running in 01af0f539a9f 16:28:56 ---> Running in f58e56e6ab30 16:28:56 Removing intermediate container 01af0f539a9f 16:28:56 ---> 990f8d23db78 16:28:56 16:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:28:57 Removing intermediate container f58e56e6ab30 16:28:57 ---> 5f6041db0538 16:28:57 Step 31/31 : LABEL version=0.0.0 16:28:57 Successfully built 990f8d23db78 16:28:57 Successfully tagged docker-core-metadata-go-arm64:latest 16:28:57 (1/2) Installing ca-certificates (20191127-r4) 16:28:57  Building docker-core-metadata-go ... done (2/2) Installing dumb-init (1.2.2-r1) 16:28:57 Executing busybox-1.31.1-r19.trigger 16:28:57 Executing ca-certificates-20191127-r4.trigger 16:28:57 ---> Running in c172f64e811e 16:28:57 OK: 6 MiB in 16 packages 16:28:58 Removing intermediate container c172f64e811e 16:28:58 ---> ec2a4d00713d 16:28:58 16:28:58 Successfully built ec2a4d00713d 16:28:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:29:00  Building docker-security-bootstrapper-go ... done Removing intermediate container 47452cc30f6e 16:29:00 ---> 676bba07a33a 16:29:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:29:00 ---> Running in 24a417534f18 16:29:00 Removing intermediate container 24a417534f18 16:29:00 ---> 442c3bc12c64 16:29:00 Step 13/22 : ENV APP_PORT=48060 16:29:00 ---> Running in d84f91543f46 16:29:01 Removing intermediate container d84f91543f46 16:29:01 ---> 0807e9f39dfa 16:29:01 Step 14/22 : EXPOSE $APP_PORT 16:29:01 ---> Running in 1a2ae5229558 16:29:02 Removing intermediate container 1a2ae5229558 16:29:02 ---> 38b1b7e32551 16:29:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:02 ---> b03ff79b0cc1 16:29:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:29:04 ---> b87745491861 16:29:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:29:05 ---> 26e9b34c2915 16:29:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:29:05 ---> Running in 6a85d4bb2ad8 16:29:06 Removing intermediate container 6a85d4bb2ad8 16:29:06 ---> 3b72f4cd24b2 16:29:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:06 ---> Running in 0717eb039841 16:29:07 Removing intermediate container 0717eb039841 16:29:07 ---> 060a2e1518c4 16:29:07 Step 20/22 : LABEL arch=arm64 16:29:07 ---> Running in 2d65e8359813 16:29:08 Removing intermediate container 19a731ea26c9 16:29:08 ---> 5ca0b82d49d4 16:29:08 16:29:08 Step 10/23 : FROM alpine:3.12 16:29:08 ---> e47305ac9786 16:29:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:29:08 Removing intermediate container 2d65e8359813 16:29:08 ---> 5f70ee30e4ca 16:29:08 Step 21/22 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:29:08 ---> Running in d1e9dc4c2b40 16:29:08 ---> Running in 1982fbd7213c 16:29:09 Removing intermediate container d1e9dc4c2b40 16:29:09 ---> 4ff571a7291e 16:29:09 Step 12/23 : ENV APP_PORT=48080Removing intermediate container 1982fbd7213c 16:29:09 16:29:09 ---> dc357b1e7e4f 16:29:09 Step 22/22 : LABEL version=0.0.0 16:29:09 ---> Running in bc1628d6ff0c 16:29:09 ---> Running in ef9a9bcbc703 16:29:09 Removing intermediate container bc1628d6ff0c 16:29:09 ---> 753affb68f50 16:29:09 Step 13/23 : EXPOSE $APP_PORT 16:29:09 Removing intermediate container ef9a9bcbc703 16:29:09 ---> fb31cd91bc2d 16:29:09 16:29:09 ---> Running in bd6b5ade84e8 16:29:10 Successfully built fb31cd91bc2d 16:29:10 Successfully tagged docker-support-notifications-go-arm64:latest 16:29:10  Building docker-support-notifications-go ... done Removing intermediate container bd6b5ade84e8 16:29:10 ---> d1a361cd262c 16:29:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:10 ---> Running in 0d24571e6675 16:29:13 Removing intermediate container 0d24571e6675 16:29:13 ---> 4a8ea0ae13a9 16:29:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:29:13 ---> Running in 86151e48eac3 16:29:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:29:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:29:15 (1/6) Installing dumb-init (1.2.2-r1) 16:29:15 (2/6) Installing libgcc (9.3.0-r2) 16:29:15 (3/6) Installing libsodium (1.0.18-r0) 16:29:15 (4/6) Installing libstdc++ (9.3.0-r2) 16:29:16 (5/6) Installing libzmq (4.3.3-r0) 16:29:16 (6/6) Installing zeromq (4.3.3-r0) 16:29:16 Executing busybox-1.31.1-r19.trigger 16:29:16 OK: 8 MiB in 20 packages 16:29:17 Removing intermediate container 86151e48eac3 16:29:17 ---> 4031052d8f2f 16:29:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:18 ---> 83b8bef9cd7a 16:29:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:29:20 ---> bc0a77592794 16:29:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:29:20 ---> e1ea96e2c334 16:29:20 Step 19/23 : ENTRYPOINT ["/core-data"] 16:29:20 ---> Running in 7ee3a19c7709 16:29:21 Removing intermediate container 7ee3a19c7709 16:29:21 ---> dfcb0053a354 16:29:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:21 ---> Running in d92947fb447b 16:29:21 Removing intermediate container d92947fb447b 16:29:21 ---> d9b82c11ae65 16:29:21 Step 21/23 : LABEL arch=arm64 16:29:21 ---> Running in 62c0a109f7bc 16:29:22 Removing intermediate container 62c0a109f7bc 16:29:22 ---> b99f53e1f931 16:29:22 Step 22/23 : LABEL git_sha=72c01a79d84e48e6ed9ddfc63d785af34a775377 16:29:22 ---> Running in a918c4ceb6fe 16:29:23 Removing intermediate container a918c4ceb6fe 16:29:23 ---> 03f1aa394123 16:29:23 Step 23/23 : LABEL version=0.0.0 16:29:23 ---> Running in 7ed931ae2f63 16:29:23 Removing intermediate container 7ed931ae2f63 16:29:23 ---> 42d85ef0ebb8 16:29:23 16:29:24 Successfully built 42d85ef0ebb8 16:29:24 Successfully tagged docker-core-data-go-arm64:latest 16:29:25  Building docker-core-data-go ... done  [Pipeline] } 16:29:25 $ docker stop --time=1 c79c3fdcecdd3f9fbcd6b0e709d8a158a8e065b1251e8555a9457907adf482db 16:29:27 $ docker rm -f c79c3fdcecdd3f9fbcd6b0e709d8a158a8e065b1251e8555a9457907adf482db [Pipeline] // withDockerContainer [Pipeline] sh 16:29:27 + grep docker 16:29:27 + docker images 16:29:28 docker-core-data-go-arm64 latest 42d85ef0ebb8 4 seconds ago 21.4MB 16:29:28 docker-support-notifications-go-arm64 latest fb31cd91bc2d 18 seconds ago 16.9MB 16:29:28 docker-security-bootstrapper-go-arm64 latest ec2a4d00713d 30 seconds ago 17.9MB 16:29:28 docker-core-metadata-go-arm64 latest 990f8d23db78 31 seconds ago 17.9MB 16:29:28 docker-sys-mgmt-agent-go-arm64 latest 662ef511f119 2 minutes ago 300MB 16:29:28 docker-support-scheduler-go-arm64 latest 7cea0110402c 3 minutes ago 16.4MB 16:29:28 docker-security-secretstore-setup-go-arm64 latest 31e54803a986 3 minutes ago 23.7MB 16:29:28 docker-core-command-go-arm64 latest 722409d5bf6c 3 minutes ago 16.3MB 16:29:28 docker-security-proxy-setup-go-arm64 latest f6a2b4207da8 3 minutes ago 23.4MB 16:29:28 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:29:28 ---> job-cost.sh 16:29:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6TFw 16:30:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:32:03 lf-activate-venv(): INFO: Adding /tmp/venv-6TFw/bin to PATH 16:32:03 INFO: No Stack... 16:32:03 INFO: Retrieving Pricing Info for: lf-standard-4 16:32:03 INFO: Archiving Costs [Pipeline] sh 16:32:04 + cut -d, -f6 16:32:04 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 16:32:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3302-3-stack-cost] 16:32:04 Resource [jenkins-edgexfoundry-edgex-go-PR-3302-3-stack-cost] did not exist. Created. 16:32:04 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3302-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:32:04 + echo total: 0.20999999344348907 [Pipeline] stash 16:32:04 Stashed 1 file(s) [Pipeline] } 16:32:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3302-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 16:32:06 provisioning config files... 16:32:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2018724586357718647tmp [Pipeline] { [Pipeline] sh 16:32:06 + set +x 16:32:06 + curl -s https://codecov.io/bash 16:32:06 + bash -s -- 16:32:06 16:32:06 _____ _ 16:32:06 / ____| | | 16:32:06 | | ___ __| | ___ ___ _____ __ 16:32:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:32:06 | |___| (_) | (_| | __/ (_| (_) \ V / 16:32:06 \_____\___/ \__,_|\___|\___\___/ \_/ 16:32:06 Bash-20210309-2b87ace 16:32:06 16:32:06 16:32:06 ==> git version 2.24.3 found 16:32:06 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:32:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:32:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:32:07 ==> Jenkins CI detected. 16:32:07 project root: . 16:32:07 --> token set from env 16:32:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:32:07 ==> Running gcov in . (disable via -X gcov) 16:32:07 ==> Python coveragepy not found 16:32:07 ==> Searching for coverage reports in: 16:32:07 + . 16:32:07 -> Found 1 reports 16:32:07 ==> Detecting git/mercurial file structure 16:32:07 ==> Reading reports 16:32:07 + ./coverage.out bytes=666212 16:32:07 ==> Appending adjustments 16:32:07 https://docs.codecov.io/docs/fixing-reports 16:32:10 + Found adjustments 16:32:10 ==> Gzipping contents 16:32:10 96K /tmp/codecov.oQQPkX.gz 16:32:10 ==> Uploading reports 16:32:10 url: https://codecov.io 16:32:10 query: branch=PR-3302&commit=72c01a79d84e48e6ed9ddfc63d785af34a775377&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3302%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3302&job=&cmd_args= 16:32:10 -> Pinging Codecov 16:32:10 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3302&commit=72c01a79d84e48e6ed9ddfc63d785af34a775377&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3302%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3302&job=&cmd_args= 16:32:11 -> Uploading to 16:32:11 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/72c01a79d84e48e6ed9ddfc63d785af34a775377/b77fbf47-0041-4ddb-b681-bc7987d38e18.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T163211Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=824dc2af8c5133f4a614b88fe39cde42f18d843775b244b95909be45637a475b 16:32:11 % Total % Received % Xferd Average Speed Time Time Time Current 16:32:11 Dload Upload Total Spent Left Speed 16:32:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96665 0 0 100 96665 0 191k --:--:-- --:--:-- --:--:-- 191k 100 96665 0 0 100 96665 0 191k --:--:-- --:--:-- --:--:-- 191k 16:32:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/72c01a79d84e48e6ed9ddfc63d785af34a775377 [Pipeline] } 16:32:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:32:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:32:14 ---> package-listing.sh 16:32:14 ++ facter osfamily 16:32:14 ++ tr '[:upper:]' '[:lower:]' 16:32:14 + OS_FAMILY=redhat 16:32:14 + workspace=/w/workspace/edgex-go/3 16:32:14 + START_PACKAGES=/tmp/packages_start.txt 16:32:14 + END_PACKAGES=/tmp/packages_end.txt 16:32:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:32:14 + PACKAGES=/tmp/packages_start.txt 16:32:14 + '[' /w/workspace/edgex-go/3 ']' 16:32:14 + PACKAGES=/tmp/packages_end.txt 16:32:14 + case "${OS_FAMILY}" in 16:32:14 + rpm -qa 16:32:14 + sort 16:32:19 + '[' -f /tmp/packages_start.txt ']' 16:32:19 + '[' -f /tmp/packages_end.txt ']' 16:32:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:32:19 + '[' /w/workspace/edgex-go/3 ']' 16:32:19 + mkdir -p /w/workspace/edgex-go/3/archives/ 16:32:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 16:32:19 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 16:32:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:32:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:32:20 16:32:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:32:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:32:20 alpine: Pulling from edgex-lftools-log-publisher 16:32:20 df20fa9351a1: Pulling fs layer 16:32:20 36b3adc4ff6f: Pulling fs layer 16:32:20 8ad3a11d3b57: Pulling fs layer 16:32:20 46f8f816bc3b: Pulling fs layer 16:32:20 93b61091891f: Pulling fs layer 16:32:20 93b9cdb0e59b: Pulling fs layer 16:32:20 5e14af77c1be: Pulling fs layer 16:32:20 01666e4c0597: Pulling fs layer 16:32:20 aa168da1d23b: Pulling fs layer 16:32:20 93b9cdb0e59b: Waiting 16:32:20 5e14af77c1be: Waiting 16:32:20 01666e4c0597: Waiting 16:32:20 aa168da1d23b: Waiting 16:32:20 46f8f816bc3b: Waiting 16:32:20 93b61091891f: Waiting 16:32:20 36b3adc4ff6f: Verifying Checksum 16:32:20 36b3adc4ff6f: Download complete 16:32:20 46f8f816bc3b: Verifying Checksum 16:32:20 46f8f816bc3b: Download complete 16:32:20 df20fa9351a1: Download complete 16:32:21 93b9cdb0e59b: Verifying Checksum 16:32:21 93b9cdb0e59b: Download complete 16:32:21 93b61091891f: Verifying Checksum 16:32:21 93b61091891f: Download complete 16:32:21 5e14af77c1be: Verifying Checksum 16:32:21 5e14af77c1be: Download complete 16:32:21 01666e4c0597: Download complete 16:32:21 8ad3a11d3b57: Verifying Checksum 16:32:21 8ad3a11d3b57: Download complete 16:32:21 df20fa9351a1: Pull complete 16:32:21 36b3adc4ff6f: Pull complete 16:32:22 8ad3a11d3b57: Pull complete 16:32:23 aa168da1d23b: Download complete 16:32:24 46f8f816bc3b: Pull complete 16:32:24 93b61091891f: Pull complete 16:32:24 93b9cdb0e59b: Pull complete 16:32:24 5e14af77c1be: Pull complete 16:32:24 01666e4c0597: Pull complete 16:32:34 aa168da1d23b: Pull complete 16:32:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:32:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:32:35 prd-centos7-docker-4c-2g-31750 does not seem to be running inside a container 16:32:35 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:32:43 $ docker top c386e87f7d4e9bb58ecb1b975e5597483cf137ff8b4945bcaa085b933e9495fd -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:44 + touch /tmp/pre-build-complete [Pipeline] sh 16:32:44 + mkdir -p /var/log/sa [Pipeline] sh 16:32:45 + ls /var/log/sa-host 16:32:45 + sadf -c /var/log/sa-host/sa23 16:32:45 file_magic: OK 16:32:45 HZ: Using current value: 100 16:32:45 file_header: OK 16:32:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:32:45 Statistics: 16:32:45 Hnuu...uuuununununu... 16:32:45 File successfully converted to sysstat format version 12.2.1 16:32:45 + sadf -c /var/log/sa-host/sa29 16:32:45 file_magic: OK 16:32:45 HZ: Using current value: 100 16:32:45 file_header: OK 16:32:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:32:45 Statistics: 16:32:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:32:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:32:45 provisioning config files... 16:32:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8442857483496955112tmp [Pipeline] { [Pipeline] echo 16:32:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:32:45 ---> create-netrc.sh [Pipeline] } 16:32:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:32:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:32:46 ---> python-tools-install.sh [Pipeline] echo 16:32:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:32:46 ---> sudo-logs.sh 16:32:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:32:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:32:46 ---> job-cost.sh 16:32:46 lf-activate-venv: SKIPPING 16:32:46 DEBUG: total: 0.20999999344348907 16:32:46 INFO: Retrieving Stack Cost... 16:32:48 INFO: Retrieving Pricing Info for: v1-standard-2 16:32:48 INFO: Archiving Costs [Pipeline] echo 16:32:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:32:49 ---> logs-deploy.sh 16:32:49 lf-activate-venv: SKIPPING 16:32:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3302/3 16:32:49 INFO: archiving workspace using pattern(s): 16:32:50 Archives upload complete. 16:32:50 INFO: archiving logs to Nexus 16:32:51 ---> uname -a: 16:32:51 Linux prd-centos7-docker-4c-2g-31750.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:32:51 16:32:51 16:32:51 ---> lscpu: 16:32:51 Architecture: x86_64 16:32:51 CPU op-mode(s): 32-bit, 64-bit 16:32:51 Byte Order: Little Endian 16:32:51 Address sizes: 40 bits physical, 48 bits virtual 16:32:51 CPU(s): 4 16:32:51 On-line CPU(s) list: 0-3 16:32:51 Thread(s) per core: 1 16:32:51 Core(s) per socket: 1 16:32:51 Socket(s): 4 16:32:51 NUMA node(s): 1 16:32:51 Vendor ID: GenuineIntel 16:32:51 CPU family: 6 16:32:51 Model: 44 16:32:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:32:51 Stepping: 1 16:32:51 CPU MHz: 2933.438 16:32:51 BogoMIPS: 5866.87 16:32:51 Virtualization: VT-x 16:32:51 Hypervisor vendor: KVM 16:32:51 Virtualization type: full 16:32:51 L1d cache: 128 KiB 16:32:51 L1i cache: 128 KiB 16:32:51 L2 cache: 16 MiB 16:32:51 L3 cache: 64 MiB 16:32:51 NUMA node0 CPU(s): 0-3 16:32:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:32:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:32:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:32:51 Vulnerability Meltdown: Mitigation; PTI 16:32:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:32:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:32:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:32:51 Vulnerability Srbds: Not affected 16:32:51 Vulnerability Tsx async abort: Not affected 16:32:51 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:32:51 16:32:51 16:32:51 ---> nproc: 16:32:51 4 16:32:51 16:32:51 16:32:51 ---> df -h: 16:32:51 Filesystem Size Used Available Use% Mounted on 16:32:51 overlay 50.0G 13.0G 37.0G 26% / 16:32:51 tmpfs 64.0M 0 64.0M 0% /dev 16:32:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:32:51 shm 64.0M 0 64.0M 0% /dev/shm 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/3 16:32:51 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/3@tmp 16:32:51 16:32:51 16:32:51 ---> free -m: 16:32:51 total used free shared buff/cache available 16:32:51 Mem: 1837 710 246 0 879 1041 16:32:51 Swap: 1023 77 946 16:32:51 16:32:51 16:32:51 ---> ip addr: 16:32:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:32:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:32:51 inet 127.0.0.1/8 scope host lo 16:32:51 valid_lft forever preferred_lft forever 16:32:51 inet6 ::1/128 scope host 16:32:51 valid_lft forever preferred_lft forever 16:32:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:32:51 link/ether fa:16:3e:01:5b:df brd ff:ff:ff:ff:ff:ff 16:32:51 inet 10.30.122.7/23 brd 10.30.123.255 scope global dynamic eth0 16:32:51 valid_lft 84862sec preferred_lft 84862sec 16:32:51 inet6 fe80::f816:3eff:fe01:5bdf/64 scope link 16:32:51 valid_lft forever preferred_lft forever 16:32:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:32:51 link/ether 02:42:7e:4c:9f:e3 brd ff:ff:ff:ff:ff:ff 16:32:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:32:51 valid_lft forever preferred_lft forever 16:32:51 inet6 fe80::42:7eff:fe4c:9fe3/64 scope link 16:32:51 valid_lft forever preferred_lft forever 16:32:51 16:32:51 16:32:51 ---> sar -b -r -n DEV: 16:32:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 16:32:51 16:32:51 16:07:03 LINUX RESTART (4 CPU) 16:32:51 16:32:51 16:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:32:51 16:09:01 57.52 13.67 43.85 0.00 4855.24 8651.13 0.00 16:32:51 16:10:01 211.83 110.35 101.48 0.00 7018.70 44216.01 0.00 16:32:51 16:11:01 251.57 89.17 162.40 0.00 3674.84 19579.93 0.00 16:32:51 16:12:01 102.74 26.06 76.68 0.00 1027.53 11334.61 0.00 16:32:51 16:13:01 144.22 69.56 74.65 0.00 3384.52 8169.36 0.00 16:32:51 16:14:02 313.25 124.31 188.95 0.00 52301.26 123259.08 0.00 16:32:51 16:15:02 2395.53 2049.45 346.09 0.00 164954.36 174235.51 0.00 16:32:51 16:16:01 754.37 528.34 226.03 0.00 37978.44 51666.98 0.00 16:32:51 16:17:02 1149.60 782.01 367.60 0.00 132634.26 143668.86 0.00 16:32:51 16:18:01 1871.34 1553.51 317.83 0.00 114286.44 123675.82 0.00 16:32:51 16:19:01 186.00 31.60 154.40 0.00 4401.80 22924.01 0.00 16:32:51 16:20:01 6.23 1.32 4.91 0.00 101.76 145.92 0.00 16:32:51 16:21:01 0.43 0.23 0.20 0.00 30.77 2.05 0.00 16:32:51 16:22:01 0.47 0.18 0.28 0.00 7.99 3.16 0.00 16:32:51 16:23:01 2.25 1.40 0.85 0.00 42.22 15.57 0.00 16:32:51 16:24:01 0.32 0.02 0.30 0.00 0.13 4.11 0.00 16:32:51 16:25:01 0.27 0.02 0.25 0.00 0.14 2.61 0.00 16:32:51 16:26:01 0.27 0.02 0.25 0.00 0.27 3.00 0.00 16:32:51 16:27:01 0.28 0.03 0.25 0.00 0.27 2.60 0.00 16:32:51 16:28:01 0.47 0.27 0.20 0.00 135.89 1.75 0.00 16:32:51 16:29:01 0.28 0.03 0.25 0.00 0.27 3.16 0.00 16:32:51 16:30:01 0.32 0.03 0.28 0.00 0.27 3.05 0.00 16:32:51 16:31:01 0.30 0.02 0.28 0.00 0.13 3.26 0.00 16:32:51 16:32:01 0.23 0.02 0.22 0.00 0.13 2.58 0.00 16:32:51 Average: 310.89 224.62 86.28 0.00 22012.25 30567.57 0.00 16:32:51 16:32:51 16:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:32:51 16:09:01 75288 0 674868 35.87 2620 1128768 1311824 44.77 537420 1063452 79360 16:32:51 16:10:01 106032 0 703660 37.40 2048 1069804 1428692 48.76 571992 964276 41388 16:32:51 16:11:01 95536 0 872568 46.38 1492 911948 1802932 61.53 691204 816704 71544 16:32:51 16:12:01 232200 0 817980 43.47 664 830700 1694876 57.84 682196 678684 2732 16:32:51 16:13:01 253556 0 744476 39.57 656 882856 1315784 44.91 602048 730468 12568 16:32:51 16:14:02 71056 0 838900 44.59 148 971440 2231584 76.16 656036 946764 67044 16:32:51 16:15:02 77716 0 787084 41.83 0 1016744 1947612 66.47 735268 838712 32376 16:32:51 16:16:01 388680 0 743272 39.50 0 749592 1605184 54.78 427428 809780 22672 16:32:51 16:17:02 80692 0 767064 40.77 0 1033788 1895068 64.68 509560 1059576 50516 16:32:51 16:18:01 102024 0 1109512 58.97 0 670008 2991668 102.10 831464 676800 33392 16:32:51 16:19:01 342704 0 639656 34.00 0 899184 1218612 41.59 575272 709004 20 16:32:51 16:20:01 345376 0 633956 33.69 0 902212 1188776 40.57 573516 710872 12 16:32:51 16:21:01 344548 0 633868 33.69 0 903128 1188860 40.57 573996 711796 8 16:32:51 16:22:01 343280 0 634576 33.73 0 903688 1189436 40.59 574308 712300 8 16:32:51 16:23:01 343200 0 634464 33.72 0 903880 1185304 40.45 574172 711920 20 16:32:51 16:24:01 344084 0 633572 33.67 0 903888 1184156 40.41 573356 711900 12 16:32:51 16:25:01 344044 0 633604 33.67 0 903896 1184156 40.41 573484 711904 8 16:32:51 16:26:01 343968 0 633672 33.68 0 903904 1184156 40.41 573492 711908 8 16:32:51 16:27:01 344308 0 633316 33.66 0 903920 1184156 40.41 573376 711920 8 16:32:51 16:28:01 336856 0 636636 33.84 0 908052 1184240 40.42 579308 713184 20 16:32:51 16:29:01 337084 0 636452 33.83 0 908008 1184156 40.41 579120 713176 8 16:32:51 16:30:01 335764 0 637764 33.90 0 908016 1184356 40.42 580512 713184 8 16:32:51 16:31:01 335776 0 637748 33.89 0 908020 1184360 40.42 579972 713188 8 16:32:51 16:32:01 336484 0 637028 33.86 0 908032 1184252 40.42 579376 713196 8 16:32:51 Average: 260844 0 706487 37.55 318 913895 1452258 49.56 596162 773111 17240 16:32:51 16:32:51 16:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:32:51 16:09:01 eth0 921.95 980.23 3327.40 129.41 0.00 0.00 0.00 0.00 16:32:51 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:09:01 veth3d92f75 639.19 486.90 57.17 1411.71 0.00 0.00 0.00 0.00 16:32:51 16:09:01 docker0 639.19 486.77 48.43 1411.69 0.00 0.00 0.00 0.00 16:32:51 16:10:01 veth2a5a30b 20.68 35.97 1.35 188.66 0.00 0.00 0.00 0.00 16:32:51 16:10:01 eth0 744.98 823.83 4334.74 76.57 0.00 0.00 0.00 0.00 16:32:51 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:10:01 docker0 565.67 433.49 40.01 1493.17 0.00 0.00 0.00 0.00 16:32:51 16:11:01 veth6cc6cd7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:32:51 16:11:01 eth0 155.51 111.34 669.97 19.75 0.00 0.00 0.00 0.00 16:32:51 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:11:01 docker0 94.10 126.96 7.16 641.37 0.00 0.00 0.00 0.00 16:32:51 16:12:01 veth6cc6cd7 1.43 1.43 0.11 0.11 0.00 0.00 0.00 0.00 16:32:51 16:12:01 eth0 39.20 25.07 22.13 77.74 0.00 0.00 0.00 0.00 16:32:51 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:12:01 docker0 1.43 1.43 0.09 0.11 0.00 0.00 0.00 0.00 16:32:51 16:13:01 veth6cc6cd7 0.70 0.70 0.06 0.06 0.00 0.00 0.00 0.00 16:32:51 16:13:01 eth0 24.86 12.85 19.63 10.55 0.00 0.00 0.00 0.00 16:32:51 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:13:01 docker0 0.70 0.70 0.05 0.06 0.00 0.00 0.00 0.00 16:32:51 16:14:02 eth0 201.94 159.81 1692.53 79.60 0.00 0.00 0.00 0.00 16:32:51 16:14:02 vetha04cc5c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:32:51 16:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:15:02 eth0 49.53 26.45 160.56 9.13 0.00 0.00 0.00 0.00 16:32:51 16:15:02 vetha04cc5c 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 16:32:51 16:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:15:02 docker0 16.94 30.76 0.90 145.51 0.00 0.00 0.00 0.00 16:32:51 16:16:01 veth3740a50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:16:01 vethb6c1231 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:16:01 veth2d5f977 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:16:01 eth0 125.86 101.81 1331.97 15.02 0.00 0.00 0.00 0.00 16:32:51 16:17:02 eth0 158.62 94.27 550.57 81.66 0.00 0.00 0.00 0.00 16:32:51 16:17:02 vetha04cc5c 0.00 0.76 0.00 0.04 0.00 0.00 0.00 0.00 16:32:51 16:17:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:32:51 16:17:02 veth603a8d2 0.60 0.86 0.08 2.76 0.00 0.00 0.00 0.00 16:32:51 16:18:01 veth4921ce3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 16:32:51 16:18:01 eth0 72.59 50.86 86.80 83.96 0.00 0.00 0.00 0.00 16:32:51 16:18:01 vetha04cc5c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:19:01 eth0 44.98 23.53 130.42 12.49 0.00 0.00 0.00 0.00 16:32:51 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:19:01 docker0 1366.95 1188.62 99.42 4375.28 0.00 0.00 0.00 0.00 16:32:51 16:20:01 eth0 0.40 0.10 0.04 0.02 0.00 0.00 0.00 0.00 16:32:51 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:21:01 eth0 1.22 0.30 0.35 0.20 0.00 0.00 0.00 0.00 16:32:51 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:22:01 eth0 0.63 0.32 0.28 0.20 0.00 0.00 0.00 0.00 16:32:51 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:23:01 eth0 4.83 4.58 0.44 10.69 0.00 0.00 0.00 0.00 16:32:51 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:24:01 eth0 0.08 0.10 0.01 0.12 0.00 0.00 0.00 0.00 16:32:51 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:25:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 16:32:51 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:26:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 16:32:51 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:27:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:28:01 eth0 1.12 1.23 0.19 6.67 0.00 0.00 0.00 0.00 16:32:51 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:29:01 eth0 0.53 0.05 0.05 0.00 0.00 0.00 0.00 0.00 16:32:51 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:30:01 eth0 3.68 3.00 0.50 13.43 0.00 0.00 0.00 0.00 16:32:51 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:31:01 eth0 5.41 5.21 0.61 20.42 0.00 0.00 0.00 0.00 16:32:51 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:32:01 eth0 2.76 2.46 0.42 3.75 0.00 0.00 0.00 0.00 16:32:51 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 Average: eth0 106.26 100.65 512.12 27.09 0.00 0.00 0.00 0.00 16:32:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:32:51 Average: docker0 57.07 49.62 4.15 182.66 0.00 0.00 0.00 0.00 16:32:51 16:32:51 16:32:51 ---> sar -P ALL: 16:32:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 16:32:51 16:32:51 16:07:03 LINUX RESTART (4 CPU) 16:32:51 16:32:51 16:08:02 CPU %user %nice %system %iowait %steal %idle 16:32:51 16:09:01 all 7.10 0.00 4.18 1.58 0.42 86.72 16:32:51 16:09:01 0 6.67 0.00 4.77 0.94 0.53 87.10 16:32:51 16:09:01 1 6.92 0.00 4.13 0.97 0.31 87.66 16:32:51 16:09:01 2 8.07 0.00 4.48 3.89 0.43 83.12 16:32:51 16:09:01 3 6.72 0.00 3.35 0.50 0.42 89.00 16:32:51 16:10:01 all 13.12 0.00 7.30 1.56 0.55 77.47 16:32:51 16:10:01 0 12.01 0.00 7.76 1.07 0.49 78.68 16:32:51 16:10:01 1 12.66 0.00 6.20 1.04 0.60 79.51 16:32:51 16:10:01 2 11.83 0.00 7.06 1.69 0.55 78.86 16:32:51 16:10:01 3 15.97 0.00 8.17 2.45 0.54 72.87 16:32:51 16:11:01 all 23.86 0.00 9.52 6.50 1.31 58.82 16:32:51 16:11:01 0 23.02 0.00 9.87 7.02 1.54 58.56 16:32:51 16:11:01 1 24.36 0.00 9.51 5.12 1.38 59.63 16:32:51 16:11:01 2 25.30 0.00 9.79 7.31 1.01 56.58 16:32:51 16:11:01 3 22.76 0.00 8.90 6.57 1.29 60.48 16:32:51 16:12:01 all 47.99 0.00 12.83 4.34 2.81 32.03 16:32:51 16:12:01 0 47.37 0.00 13.36 3.59 3.18 32.50 16:32:51 16:12:01 1 48.86 0.00 13.38 4.58 2.42 30.76 16:32:51 16:12:01 2 46.34 0.00 12.57 5.02 2.91 33.17 16:32:51 16:12:01 3 49.38 0.00 12.02 4.19 2.74 31.67 16:32:51 16:13:01 all 52.44 0.00 15.17 2.58 1.92 27.90 16:32:51 16:13:01 0 51.49 0.00 14.83 2.20 1.84 29.64 16:32:51 16:13:01 1 52.26 0.00 14.78 2.11 1.99 28.86 16:32:51 16:13:01 2 54.20 0.00 16.14 2.96 1.81 24.89 16:32:51 16:13:01 3 51.82 0.00 14.94 3.03 2.03 28.19 16:32:51 16:14:02 all 21.68 0.00 18.56 3.64 0.75 55.37 16:32:51 16:14:02 0 20.55 0.00 18.25 4.06 0.82 56.32 16:32:51 16:14:02 1 21.68 0.00 17.94 3.43 0.82 56.13 16:32:51 16:14:02 2 21.99 0.00 19.07 3.88 0.63 54.43 16:32:51 16:14:02 3 22.52 0.00 18.96 3.20 0.74 54.58 16:32:51 16:15:02 all 19.40 0.00 26.60 27.85 0.60 25.55 16:32:51 16:15:02 0 19.46 0.00 26.65 26.29 0.55 27.06 16:32:51 16:15:02 1 19.01 0.00 25.93 28.11 0.67 26.28 16:32:51 16:15:02 2 20.14 0.00 27.75 28.03 0.57 23.51 16:32:51 16:15:02 3 18.99 0.00 26.07 29.00 0.59 25.35 16:32:51 16:16:01 all 60.81 0.00 17.75 11.79 0.20 9.46 16:32:51 16:16:01 0 61.46 0.00 18.06 12.28 0.16 8.04 16:32:51 16:16:01 1 59.51 0.00 17.93 13.69 0.24 8.63 16:32:51 16:16:01 2 61.53 0.00 17.08 11.15 0.24 10.00 16:32:51 16:16:01 3 60.72 0.00 17.92 10.01 0.16 11.18 16:32:51 16:17:02 all 17.16 0.00 20.60 32.34 0.27 29.64 16:32:51 16:17:02 0 17.16 0.00 19.47 31.97 0.32 31.08 16:32:51 16:17:02 1 16.93 0.00 20.33 32.71 0.25 29.79 16:32:51 16:17:02 2 16.85 0.00 21.57 31.98 0.26 29.34 16:32:51 16:17:02 3 17.68 0.00 21.03 32.70 0.27 28.32 16:32:51 16:18:01 all 39.44 0.00 23.35 20.31 0.71 16.19 16:32:51 16:18:01 0 37.25 0.00 21.83 18.35 0.93 21.64 16:32:51 16:18:01 1 40.21 0.00 24.14 22.02 0.64 12.98 16:32:51 16:18:01 2 39.61 0.00 23.60 19.47 0.71 16.61 16:32:51 16:18:01 3 40.73 0.00 23.84 21.42 0.55 13.45 16:32:51 16:19:01 all 22.74 0.00 9.19 8.47 0.35 59.25 16:32:51 16:19:01 0 21.93 0.00 9.08 4.26 0.35 64.39 16:32:51 16:19:01 1 23.73 0.00 9.47 7.33 0.33 59.14 16:32:51 16:19:01 2 22.55 0.00 8.93 10.95 0.38 57.18 16:32:51 16:19:01 3 22.74 0.00 9.27 11.36 0.35 56.29 16:32:51 16:32:51 16:19:01 CPU %user %nice %system %iowait %steal %idle 16:32:51 16:20:01 all 0.15 0.00 0.05 0.00 0.01 99.79 16:32:51 16:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:32:51 16:20:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:32:51 16:20:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:32:51 16:20:01 3 0.53 0.00 0.07 0.00 0.02 99.38 16:32:51 16:21:01 all 0.18 0.00 0.11 0.01 0.06 99.64 16:32:51 16:21:01 0 0.02 0.00 0.03 0.02 0.03 99.90 16:32:51 16:21:01 1 0.08 0.00 0.17 0.02 0.08 99.65 16:32:51 16:21:01 2 0.07 0.00 0.12 0.00 0.07 99.75 16:32:51 16:21:01 3 0.55 0.00 0.12 0.00 0.07 99.27 16:32:51 16:22:01 all 0.15 0.00 0.05 0.00 0.02 99.79 16:32:51 16:22:01 0 0.00 0.00 0.03 0.00 0.02 99.95 16:32:51 16:22:01 1 0.03 0.00 0.05 0.00 0.02 99.90 16:32:51 16:22:01 2 0.05 0.00 0.07 0.00 0.03 99.85 16:32:51 16:22:01 3 0.50 0.00 0.03 0.00 0.02 99.45 16:32:51 16:23:01 all 0.25 0.00 0.23 0.02 0.02 99.48 16:32:51 16:23:01 0 0.07 0.00 0.12 0.00 0.02 99.80 16:32:51 16:23:01 1 0.15 0.00 0.18 0.07 0.03 99.57 16:32:51 16:23:01 2 0.17 0.00 0.23 0.00 0.00 99.60 16:32:51 16:23:01 3 0.63 0.00 0.38 0.03 0.02 98.94 16:32:51 16:24:01 all 0.02 0.00 0.03 0.00 0.03 99.93 16:32:51 16:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:32:51 16:24:01 1 0.02 0.00 0.05 0.00 0.02 99.92 16:32:51 16:24:01 2 0.02 0.00 0.02 0.00 0.03 99.93 16:32:51 16:24:01 3 0.03 0.00 0.03 0.00 0.05 99.88 16:32:51 16:25:01 all 0.03 0.00 0.03 0.00 0.02 99.92 16:32:51 16:25:01 0 0.02 0.00 0.02 0.02 0.02 99.93 16:32:51 16:25:01 1 0.03 0.00 0.03 0.00 0.02 99.92 16:32:51 16:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:32:51 16:25:01 3 0.03 0.00 0.03 0.00 0.03 99.90 16:32:51 16:26:01 all 0.03 0.00 0.04 0.00 0.01 99.93 16:32:51 16:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:32:51 16:26:01 1 0.03 0.00 0.07 0.00 0.03 99.87 16:32:51 16:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:32:51 16:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:32:51 16:27:01 all 0.02 0.00 0.03 0.00 0.01 99.94 16:32:51 16:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:32:51 16:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 16:32:51 16:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:32:51 16:27:01 3 0.03 0.00 0.05 0.00 0.02 99.90 16:32:51 16:28:01 all 0.06 0.00 0.05 0.00 0.00 99.88 16:32:51 16:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:32:51 16:28:01 1 0.08 0.00 0.08 0.02 0.00 99.82 16:32:51 16:28:01 2 0.08 0.00 0.05 0.00 0.00 99.87 16:32:51 16:28:01 3 0.05 0.00 0.05 0.00 0.00 99.90 16:32:51 16:29:01 all 0.02 0.00 0.03 0.00 0.00 99.95 16:32:51 16:29:01 0 0.00 0.00 0.03 0.00 0.00 99.97 16:32:51 16:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:32:51 16:29:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:32:51 16:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:32:51 16:30:01 all 0.10 0.00 0.06 0.00 0.01 99.83 16:32:51 16:30:01 0 0.12 0.00 0.05 0.00 0.02 99.82 16:32:51 16:30:01 1 0.08 0.00 0.03 0.00 0.00 99.88 16:32:51 16:30:01 2 0.08 0.00 0.07 0.00 0.02 99.83 16:32:51 16:30:01 3 0.12 0.00 0.08 0.00 0.00 99.80 16:32:51 16:32:51 16:30:01 CPU %user %nice %system %iowait %steal %idle 16:32:51 16:31:01 all 0.10 0.00 0.08 0.00 0.00 99.82 16:32:51 16:31:01 0 0.15 0.00 0.12 0.00 0.00 99.73 16:32:51 16:31:01 1 0.05 0.00 0.05 0.00 0.00 99.90 16:32:51 16:31:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:32:51 16:31:01 3 0.12 0.00 0.10 0.00 0.02 99.77 16:32:51 16:32:01 all 0.17 0.00 0.04 0.00 0.01 99.78 16:32:51 16:32:01 0 0.05 0.00 0.02 0.00 0.02 99.92 16:32:51 16:32:01 1 0.07 0.00 0.07 0.00 0.00 99.87 16:32:51 16:32:01 2 0.03 0.00 0.03 0.00 0.02 99.92 16:32:51 16:32:01 3 0.52 0.00 0.05 0.00 0.00 99.43 16:32:51 Average: all 13.09 0.00 6.66 4.85 0.41 75.00 16:32:51 Average: 0 12.80 0.00 6.62 4.50 0.44 75.64 16:32:51 Average: 1 13.10 0.00 6.62 4.86 0.40 75.02 16:32:51 Average: 2 13.16 0.00 6.77 5.07 0.39 74.61 16:32:51 Average: 3 13.31 0.00 6.62 4.96 0.40 74.71 16:32:51 16:32:51 16:32:51