Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789+93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e (23335ef5834a78806f07f2f40956dace7a1fe4d1) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-112 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/68 [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/68 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 Merge succeeded, producing 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 Checking out Revision 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # 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 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 0e6944ca6bdff50903702300dc93f7782ac8aabe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:55:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:55:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:55:58 ========================================================= 12:55:58 EdgeX Global Pipelines Version Info 12:55:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:56:00 ------------------- 12:56:00 stable info: 12:56:00 ------------------- 12:56:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:56:00 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:56:00 Message: update stable to v1.0.186 12:56:01 ------------------- 12:56:01 experimental info: 12:56:01 ------------------- 12:56:01 Commited By: **** collab-it+edgex@linuxfoundation.org 12:56:01 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:56:01 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:56:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c81057 [Pipeline] echo 12:56:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:56:02 provisioning config files... 12:56:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/68@tmp/config9127940722359960147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:56:02 ---> docker-login.sh 12:56:02 nexus3.edgexfoundry.org:10001 12:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:03 Configure a credential helper to remove this warning. See 12:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:03 12:56:03 Login Succeeded 12:56:03 nexus3.edgexfoundry.org:10002 12:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:03 Configure a credential helper to remove this warning. See 12:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:03 12:56:03 Login Succeeded 12:56:03 nexus3.edgexfoundry.org:10003 12:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:03 Configure a credential helper to remove this warning. See 12:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:03 12:56:03 Login Succeeded 12:56:03 nexus3.edgexfoundry.org:10004 12:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:03 Configure a credential helper to remove this warning. See 12:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:03 12:56:03 Login Succeeded 12:56:03 docker.io 12:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:03 Configure a credential helper to remove this warning. See 12:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:03 12:56:03 Login Succeeded 12:56:03 ---> docker-login.sh ends [Pipeline] } 12:56:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:56:04 ++ 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 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/core-command/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo core-command,cmd/core-command/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/core-data/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo core-data,cmd/core-data/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/core-metadata/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo core-metadata,cmd/core-metadata/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/security-bootstrapper/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/security-proxy-setup/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/support-notifications/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo support-notifications,cmd/support-notifications/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/support-scheduler/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:56:04 + for file in '`ls cmd/**/Dockerfile`' 12:56:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:56:04 ++ cut -d/ -f2 12:56:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:56:04 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 12:56:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:56:05 12:56:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:56:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:56:05 latest: Pulling from edgex-devops/git-semver 12:56:05 31603596830f: Pulling fs layer 12:56:05 2a8b12db71e7: Pulling fs layer 12:56:05 6ca5941a6612: Pulling fs layer 12:56:05 ecc8261a40a4: Pulling fs layer 12:56:05 ecc8261a40a4: Waiting 12:56:05 2a8b12db71e7: Verifying Checksum 12:56:05 2a8b12db71e7: Download complete 12:56:05 31603596830f: Download complete 12:56:05 ecc8261a40a4: Verifying Checksum 12:56:05 ecc8261a40a4: Download complete 12:56:05 6ca5941a6612: Verifying Checksum 12:56:05 6ca5941a6612: Download complete 12:56:05 31603596830f: Pull complete 12:56:05 2a8b12db71e7: Pull complete 12:56:06 6ca5941a6612: Pull complete 12:56:07 ecc8261a40a4: Pull complete 12:56:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:56:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:56:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:56:07 prd-centos7-docker-4c-2g-112 does not seem to be running inside a container 12:56:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:56:09 $ docker top 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:56:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:56:09 [ssh-agent] Looking for ssh-agent implementation... 12:56:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:56:10 $ docker exec 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent 12:56:10 SSH_AUTH_SOCK=/tmp/ssh-FFd0k13gudE2/agent.12 12:56:10 SSH_AGENT_PID=17 12:56:10 Running ssh-add (command line suppressed) 12:56:10 Identity added: /w/workspace/edgex-go/68@tmp/private_key_8711750985203064753.key (/w/workspace/edgex-go/68@tmp/private_key_8711750985203064753.key) 12:56:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:56:10 + git tag --points-at HEAD [Pipeline] } 12:56:10 $ docker exec --env ******** --env ******** 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent -k 12:56:10 unset SSH_AUTH_SOCK; 12:56:10 unset SSH_AGENT_PID; 12:56:10 echo Agent pid 17 killed; 12:56:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:56:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:56:11 [ssh-agent] Looking for ssh-agent implementation... 12:56:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:56:11 $ docker exec 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent 12:56:11 SSH_AUTH_SOCK=/tmp/ssh-QX6zYSE2qtA1/agent.46 12:56:11 SSH_AGENT_PID=52 12:56:11 Running ssh-add (command line suppressed) 12:56:11 Identity added: /w/workspace/edgex-go/68@tmp/private_key_7135775890063732110.key (/w/workspace/edgex-go/68@tmp/private_key_7135775890063732110.key) 12:56:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:56:11 + git semver init 12:56:11 # -> Open(): unable to determine branch for HEAD 12:56:11 # $GIT_DIR = /w/workspace/edgex-go/68/.git 12:56:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/68 12:56:11 # $SEMVER_REMOTE_NAME = origin 12:56:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:56:11 # $SEMVER_USER_NAME = edgex-jenkins 12:56:11 # $SEMVER_BRANCH = PR-3234 12:56:11 # $SEMVER_TEMP = /tmp/semver-911099457 12:56:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:56:30 # '/tmp/semver-911099457' -> '/w/workspace/edgex-go/68/.semver' 12:56:30 # -> Force: false 12:56:30 # $SEMVER_DIR = /w/workspace/edgex-go/68/.semver [Pipeline] } 12:56:30 $ docker exec --env ******** --env ******** 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 ssh-agent -k 12:56:30 unset SSH_AUTH_SOCK; 12:56:30 unset SSH_AGENT_PID; 12:56:30 echo Agent pid 52 killed; 12:56:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:56:30 + git semver [Pipeline] } 12:56:30 $ docker stop --time=1 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 12:56:32 $ docker rm -f 312f4e7c5de7adeca67d0655609f3c114faa03a73e9fb4879d90c1da152b5578 [Pipeline] // withDockerContainer [Pipeline] sh 12:56:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:56:33 Stashed 1 file(s) [Pipeline] echo 12:56:33 [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 12:56:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:56:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:56:34 + sudo service docker restart 12:56:34 + true 12:56:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:56:35 ========================================================= 12:56:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:56:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:56:35 + 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 . 12:56:38 Sending build context to Docker daemon 329.3MB 12:56:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:56:38 Step 2/6 : FROM ${BASE} 12:56:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:56:39 188c0c94c7c5: Pulling fs layer 12:56:39 0ef7d3d256c8: Pulling fs layer 12:56:39 de9db76c5a1d: Pulling fs layer 12:56:39 bca2f99d35d6: Pulling fs layer 12:56:39 93359f2a8cfa: Pulling fs layer 12:56:39 7c6f9722023f: Pulling fs layer 12:56:39 a35cf1a2eb13: Pulling fs layer 12:56:39 93359f2a8cfa: Waiting 12:56:39 7c6f9722023f: Waiting 12:56:39 a35cf1a2eb13: Waiting 12:56:39 bca2f99d35d6: Waiting 12:56:39 de9db76c5a1d: Verifying Checksum 12:56:39 de9db76c5a1d: Download complete 12:56:39 0ef7d3d256c8: Verifying Checksum 12:56:39 0ef7d3d256c8: Download complete 12:56:39 93359f2a8cfa: Verifying Checksum 12:56:39 93359f2a8cfa: Download complete 12:56:39 188c0c94c7c5: Download complete 12:56:39 7c6f9722023f: Verifying Checksum 12:56:39 7c6f9722023f: Download complete 12:56:39 188c0c94c7c5: Pull complete 12:56:39 0ef7d3d256c8: Pull complete 12:56:39 de9db76c5a1d: Pull complete 12:56:40 a35cf1a2eb13: Verifying Checksum 12:56:40 a35cf1a2eb13: Download complete 12:56:41 bca2f99d35d6: Verifying Checksum 12:56:41 bca2f99d35d6: Download complete 12:56:46 bca2f99d35d6: Pull complete 12:56:46 93359f2a8cfa: Pull complete 12:56:46 7c6f9722023f: Pull complete 12:56:48 Still waiting to schedule task 12:56:48 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:56:51 a35cf1a2eb13: Pull complete 12:56:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:56:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:56:51 ---> a62c8e92a672 12:56:51 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 12:56:51 ---> Running in e605916de11e 12:56:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:52 (1/12) Installing libmagic (5.38-r0) 12:56:53 (2/12) Installing file (5.38-r0) 12:56:53 (3/12) Installing libc-dev (0.7.2-r3) 12:56:53 (4/12) Installing g++ (9.3.0-r2) 12:56:57 (5/12) Installing fortify-headers (1.1-r0) 12:56:57 (6/12) Installing patch (2.7.6-r6) 12:56:57 (7/12) Installing build-base (0.5-r2) 12:56:57 (8/12) Installing libsodium (1.0.18-r0) 12:56:57 (9/12) Installing pkgconf (1.7.2-r0) 12:56:57 (10/12) Installing libsodium-dev (1.0.18-r0) 12:56:57 (11/12) Installing libzmq (4.3.3-r0) 12:56:57 (12/12) Installing zeromq-dev (4.3.3-r0) 12:56:58 Executing busybox-1.31.1-r19.trigger 12:56:58 OK: 233 MiB in 51 packages 12:57:01 Removing intermediate container e605916de11e 12:57:01 ---> 1be8be153765 12:57:01 Step 4/6 : WORKDIR /edgex-go 12:57:01 ---> Running in e53425145779 12:57:01 Removing intermediate container e53425145779 12:57:01 ---> c413963f29b0 12:57:01 Step 5/6 : COPY go.mod . 12:57:02 ---> c56ceba8f5bb 12:57:02 Step 6/6 : RUN go mod download 12:57:02 ---> Running in 06c407c1be9e 12:57:24 Removing intermediate container 06c407c1be9e 12:57:24 ---> 94c264702ab7 12:57:24 Successfully built 94c264702ab7 12:57:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:57:24 + docker inspect -f . ci-base-image-x86_64 12:57:24 . [Pipeline] withDockerContainer 12:57:24 prd-centos7-docker-4c-2g-112 does not seem to be running inside a container 12:57:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:57:25 $ docker top 5392769e332249145e874c623a3f5ae66606bf838526d395a3a90cb081d5e375 -eo pid,comm [Pipeline] { [Pipeline] sh 12:57:25 + go version 12:57:25 go version go1.15.5 linux/amd64 [Pipeline] } 12:57:25 $ docker stop --time=1 5392769e332249145e874c623a3f5ae66606bf838526d395a3a90cb081d5e375 12:57:27 $ docker rm -f 5392769e332249145e874c623a3f5ae66606bf838526d395a3a90cb081d5e375 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:57:27 + docker inspect -f . ci-base-image-x86_64 12:57:27 . [Pipeline] withDockerContainer 12:57:27 prd-centos7-docker-4c-2g-112 does not seem to be running inside a container 12:57:27 $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:57:28 $ docker top 3be1c855f3abe47c1fb45451475f437d9ba07834c4551aa23a4ea47eddaed5ba -eo pid,comm [Pipeline] { [Pipeline] echo 12:57:28 ========================================================= 12:57:28 [edgeXBuildGoParallel] Running Tests and Build... 12:57:28 ========================================================= [Pipeline] sh 12:57:29 + make test 12:57:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:57:39 ? github.com/edgexfoundry/edgex-go [no test files] 12:57:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:58:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:58:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:58:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:58:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:58:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:58:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:58:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:58:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:58:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:58:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:58:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:58:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:58:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements 12:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:58:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:58:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements 12:58:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.120s coverage: 100.0% of statements 12:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.207s coverage: 27.1% of statements 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.128s coverage: 71.3% of statements 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.9% of statements 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 12:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.379s coverage: 28.6% of statements 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.194s coverage: 86.7% of statements 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:58:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.338s coverage: 92.8% of statements 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:58:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:58:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.9% of statements 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:58:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements 12:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements 12:58:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 12:58:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 12:58:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 12:58:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements 12:58:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 12:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.275s coverage: 81.9% of statements 12:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:58:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-115 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 12:58:36 Running in /w/workspace/edgex-go/68 [Pipeline] { [Pipeline] checkout 12:58:41 using credential edgex-jenkins-ssh 12:58:41 Cloning the remote Git repository 12:58:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:58:42 > git init /w/workspace/edgex-go/68 # timeout=10 12:58:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:58:42 > git --version # timeout=10 12:58:42 > git --version # 'git version 2.17.1' 12:58:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:58:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.095s coverage: 92.9% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.094s coverage: 84.6% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.394s coverage: 69.0% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 38.4% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 10.5% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:58:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.153s coverage: 87.7% of statements 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:58:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:58:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.075s coverage: 29.1% of statements 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:58:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:58:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:58:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.169s coverage: 95.6% of statements 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:58:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:58:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:58:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 12:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 12:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements 12:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 12:58:47 GO111MODULE=on go vet ./... 12:58:58 Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 12:58:58 Merge succeeded, producing 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 12:58:58 Checking out Revision 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 (PR-3234) 12:58:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:58:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:58:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:58:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:58:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:58:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:58:58 > git config core.sparsecheckout # timeout=10 12:58:58 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 12:58:58 > git remote # timeout=10 12:58:58 > git config --get remote.origin.url # timeout=10 12:58:58 using GIT_SSH to set credentials SSH Credentials for GitHub 12:58:58 > git merge 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 12:58:58 > git rev-parse HEAD^{commit} # timeout=10 12:58:58 > git config core.sparsecheckout # timeout=10 12:58:58 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 12:59:03 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:59:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:59:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:59:05 + sudo service docker restart 12:59:05 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:59:07 provisioning config files... 12:59:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/68@tmp/config5272029150187868729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:59:08 ---> docker-login.sh 12:59:08 nexus3.edgexfoundry.org:10001 12:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:59:09 Configure a credential helper to remove this warning. See 12:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:59:09 12:59:09 Login Succeeded 12:59:09 nexus3.edgexfoundry.org:10002 12:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:59:10 Configure a credential helper to remove this warning. See 12:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:59:10 12:59:10 Login Succeeded 12:59:10 nexus3.edgexfoundry.org:10003 12:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:59:10 Configure a credential helper to remove this warning. See 12:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:59:10 12:59:10 Login Succeeded 12:59:10 nexus3.edgexfoundry.org:10004 12:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:59:11 Configure a credential helper to remove this warning. See 12:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:59:11 12:59:11 Login Succeeded 12:59:11 docker.io 12:59:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:59:11 Configure a credential helper to remove this warning. See 12:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:59:11 12:59:11 Login Succeeded 12:59:11 ---> docker-login.sh ends [Pipeline] } 12:59:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:59:12 ========================================================= 12:59:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:59:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:59:12 + 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 . 12:59:15 Sending build context to Docker daemon 167.2MB 12:59:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:59:15 Step 2/6 : FROM ${BASE} 12:59:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:59:15 5f621e34cdf4: Pulling fs layer 12:59:15 a4357932f1b6: Pulling fs layer 12:59:15 18c013af1878: Pulling fs layer 12:59:15 00ac8860ef70: Pulling fs layer 12:59:15 63d7cb157983: Pulling fs layer 12:59:15 b116817d02f9: Pulling fs layer 12:59:15 745a02a5169b: Pulling fs layer 12:59:15 00ac8860ef70: Waiting 12:59:15 63d7cb157983: Waiting 12:59:15 b116817d02f9: Waiting 12:59:15 745a02a5169b: Waiting 12:59:15 18c013af1878: Verifying Checksum 12:59:15 18c013af1878: Download complete 12:59:15 a4357932f1b6: Verifying Checksum 12:59:15 a4357932f1b6: Download complete 12:59:15 63d7cb157983: Verifying Checksum 12:59:15 63d7cb157983: Download complete 12:59:15 b116817d02f9: Verifying Checksum 12:59:15 5f621e34cdf4: Verifying Checksum 12:59:15 5f621e34cdf4: Download complete 12:59:15 b116817d02f9: Download complete 12:59:15 5f621e34cdf4: Pull complete 12:59:16 a4357932f1b6: Pull complete 12:59:16 18c013af1878: Pull complete 12:59:17 745a02a5169b: Verifying Checksum 12:59:17 745a02a5169b: Download complete 12:59:18 00ac8860ef70: Verifying Checksum 12:59:18 00ac8860ef70: Download complete 12:59:19 gofmt -l . 12:59:19 [ "`gofmt -l .`" = "" ] 12:59:19 ./bin/test-go-mod-tidy.sh 12:59:19 ./bin/test-attribution-txt.sh [Pipeline] sh 12:59:20 + ls -al . 12:59:20 total 796 12:59:20 drwxrwxr-x 10 1001 1001 4096 Apr 14 12:59 . 12:59:20 drwxr-xr-x 4 root root 30 Apr 14 12:57 .. 12:59:20 -rw-rw-r-- 1 1001 1001 11 Apr 14 12:55 .dockerignore 12:59:20 drwxrwxr-x 8 1001 1001 179 Apr 14 12:55 .git 12:59:20 drwxrwxr-x 3 1001 1001 125 Apr 14 12:55 .github 12:59:20 -rw-rw-r-- 1 1001 1001 818 Apr 14 12:55 .gitignore 12:59:20 drwx------ 3 1001 1001 60 Apr 14 12:56 .semver 12:59:20 -rw-rw-r-- 1 1001 1001 166 Apr 14 12:55 .sonarcloud.properties 12:59:20 -rw-rw-r-- 1 1001 1001 8494 Apr 14 12:55 Attribution.txt 12:59:20 -rw-rw-r-- 1 1001 1001 3804 Apr 14 12:55 CONTRIBUTING.md 12:59:20 -rw-rw-r-- 1 1001 1001 931 Apr 14 12:55 Dockerfile.build 12:59:20 -rw-rw-r-- 1 1001 1001 863 Apr 14 12:55 Jenkinsfile 12:59:20 -rw-rw-r-- 1 1001 1001 10775 Apr 14 12:55 LICENSE 12:59:20 -rw-rw-r-- 1 1001 1001 5774 Apr 14 12:55 Makefile 12:59:20 -rw-rw-r-- 1 1001 1001 6548 Apr 14 12:55 README.md 12:59:20 -rw-rw-r-- 1 1001 1001 6755 Apr 14 12:55 SECURITY.md 12:59:20 -rw-rw-r-- 1 1001 1001 5 Apr 14 12:56 VERSION 12:59:20 -rw-rw-r-- 1 1001 1001 4131 Apr 14 12:55 ZMQWindows.md 12:59:20 drwxrwxr-x 2 1001 1001 117 Apr 14 12:55 bin 12:59:20 drwxrwxr-x 14 1001 1001 4096 Apr 14 12:55 cmd 12:59:20 -rw-r--r-- 1 root root 686607 Apr 14 12:58 coverage.out 12:59:20 -rw-r--r-- 1 root root 1059 Apr 14 12:59 go.mod 12:59:20 -rw-r--r-- 1 root root 21922 Apr 14 12:59 go.sum 12:59:20 drwxrwxr-x 8 1001 1001 127 Apr 14 12:55 internal 12:59:20 drwxrwxr-x 4 1001 1001 26 Apr 14 12:55 openapi 12:59:20 drwxrwxr-x 4 1001 1001 71 Apr 14 12:55 snap 12:59:20 -rw-rw-r-- 1 1001 1001 168 Apr 14 12:55 version.go [Pipeline] sh 12:59:20 + '[' -e coverage.out ] 12:59:20 + chown 1001:1001 coverage.out [Pipeline] stash 12:59:20 Stashed 1 file(s) [Pipeline] sh 12:59:21 + make build 12:59:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:59:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:59:28 00ac8860ef70: Pull complete 12:59:28 63d7cb157983: Pull complete 12:59:28 b116817d02f9: Pull complete 12:59:32 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 12:59:33 745a02a5169b: Pull complete 12:59:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:59:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:59:33 ---> b7e6874047d6 12:59:33 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 12:59:33 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 12:59:35 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 12:59:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:59:36 ---> Running in e2af6ab58387 12:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:59:37 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 12:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:59:38 (1/12) Installing libmagic (5.38-r0) 12:59:39 (2/12) Installing file (5.38-r0) 12:59:39 (3/12) Installing libc-dev (0.7.2-r3) 12:59:39 (4/12) Installing g++ (9.3.0-r2) 12:59:40 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 12:59:41 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 12:59:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:59:43 (5/12) Installing fortify-headers (1.1-r0) 12:59:43 (6/12) Installing patch (2.7.6-r6) 12:59:43 (7/12) Installing build-base (0.5-r2) 12:59:43 (8/12) Installing libsodium (1.0.18-r0) 12:59:43 (9/12) Installing pkgconf (1.7.2-r0) 12:59:43 (10/12) Installing libsodium-dev (1.0.18-r0) 12:59:43 (11/12) Installing libzmq (4.3.3-r0) 12:59:43 (12/12) Installing zeromq-dev (4.3.3-r0) 12:59:43 Executing busybox-1.31.1-r19.trigger 12:59:43 OK: 217 MiB in 51 packages 12:59:43 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 12:59:45 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] } 12:59:47 $ docker stop --time=1 3be1c855f3abe47c1fb45451475f437d9ba07834c4551aa23a4ea47eddaed5ba 12:59:48 Removing intermediate container e2af6ab58387 12:59:48 ---> 23a2e904dfdf 12:59:48 Step 4/6 : WORKDIR /edgex-go 12:59:48 ---> Running in 548acebb4a40 12:59:48 Removing intermediate container 548acebb4a40 12:59:48 ---> 3dbbd7953727 12:59:48 Step 5/6 : COPY go.mod . 12:59:49 ---> 957d86899425 12:59:49 Step 6/6 : RUN go mod download 12:59:49 ---> Running in e0d889c84a15 12:59:49 $ docker rm -f 3be1c855f3abe47c1fb45451475f437d9ba07834c4551aa23a4ea47eddaed5ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:59:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:59:53 12:59:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:59:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:59:54 latest: Pulling from edgex-devops/edgex-compose 12:59:54 cbdbe7a5bc2a: Pulling fs layer 12:59:54 ca9280d653b3: Pulling fs layer 12:59:54 7e9c9ca2126c: Pulling fs layer 12:59:54 cbdbe7a5bc2a: Verifying Checksum 12:59:54 cbdbe7a5bc2a: Download complete 12:59:54 cbdbe7a5bc2a: Pull complete 12:59:54 ca9280d653b3: Verifying Checksum 12:59:54 ca9280d653b3: Download complete 12:59:56 ca9280d653b3: Pull complete 12:59:56 7e9c9ca2126c: Download complete 13:00:02 7e9c9ca2126c: Pull complete 13:00:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:00:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:00:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:00:02 prd-centos7-docker-4c-2g-112 does not seem to be running inside a container 13:00:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@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 13:00:05 $ docker top 2739ed476b17ff5bacff63df904488c0c6c9fee7a1d04d826c365367f6ea605f -eo pid,comm [Pipeline] { [Pipeline] sh 13:00:05 + docker-compose build --help 13:00:05 + grep parallel 13:00:06 --parallel Build images in parallel. [Pipeline] } 13:00:07 $ docker stop --time=1 2739ed476b17ff5bacff63df904488c0c6c9fee7a1d04d826c365367f6ea605f 13:00:08 $ docker rm -f 2739ed476b17ff5bacff63df904488c0c6c9fee7a1d04d826c365367f6ea605f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:00:09 . [Pipeline] withDockerContainer 13:00:09 prd-centos7-docker-4c-2g-112 does not seem to be running inside a container 13:00:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:00:10 $ docker top 2da5ebac7e8197added94e8f53f38467f6509bcb66f15519a377c26699b5fc7b -eo pid,comm [Pipeline] { [Pipeline] sh 13:00:10 + docker-compose -f ./docker-compose-build.yml build --parallel 13:00:11 Building docker-core-command-go ... 13:00:11 Building docker-core-data-go ... 13:00:11 Building docker-core-metadata-go ... 13:00:11 Building docker-security-bootstrapper-go ... 13:00:11 Building docker-security-proxy-setup-go ... 13:00:11 Building docker-security-secretstore-setup-go ... 13:00:11 Building docker-support-notifications-go ... 13:00:11 Building docker-support-scheduler-go ... 13:00:11 Building docker-sys-mgmt-agent-go ... 13:00:11 Building docker-security-bootstrapper-go 13:00:11 Building docker-core-metadata-go 13:00:11 Building docker-core-command-go 13:00:11 Building docker-support-notifications-go 13:00:11 Building docker-security-secretstore-setup-go 13:00:16 Removing intermediate container e0d889c84a15 13:00:16 ---> 6518435f401f 13:00:16 Successfully built 6518435f401f 13:00:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:00:16 + docker inspect -f . ci-base-image-arm64 13:00:16 . [Pipeline] withDockerContainer 13:00:16 prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container 13:00:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:00:18 $ docker top 8dce780e259142bce3cabea556413e5c08b0f07a3c2e9fe731360d28f3910d25 -eo pid,comm [Pipeline] { [Pipeline] sh 13:00:19 + go version 13:00:19 go version go1.15.5 linux/arm64 [Pipeline] } 13:00:19 $ docker stop --time=1 8dce780e259142bce3cabea556413e5c08b0f07a3c2e9fe731360d28f3910d25 13:00:21 $ docker rm -f 8dce780e259142bce3cabea556413e5c08b0f07a3c2e9fe731360d28f3910d25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:00:21 + docker inspect -f . ci-base-image-arm64 13:00:21 . [Pipeline] withDockerContainer 13:00:22 prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container 13:00:22 $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:00:23 $ docker top 63cac8b218dd1aa15748ff291e699b63c548d7a99abc4c0b232d2c62e83f1932 -eo pid,comm [Pipeline] { [Pipeline] echo 13:00:23 ========================================================= 13:00:23 [edgeXBuildGoParallel] Running Tests and Build... 13:00:23 ========================================================= [Pipeline] sh 13:00:24 + make test 13:00:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:00:46 ? github.com/edgexfoundry/edgex-go [no test files] 13:00:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:00:50 ---> 94c264702ab7 13:00:50 Step 3/23 : WORKDIR /edgex-go 13:00:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:00:50 ---> 94c264702ab7 13:00:50 Step 3/23 : WORKDIR /edgex-go 13:00:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:00:50 ---> 94c264702ab7 13:00:50 Step 3/22 : WORKDIR /edgex-go 13:00:50 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:50 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:00:50 ---> 94c264702ab7 13:00:50 Step 3/31 : WORKDIR /edgex-go 13:00:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:00:50 ---> 94c264702ab7 13:00:50 Step 3/24 : WORKDIR /edgex-go 13:00:50 ---> Running in 1b4b030e1137 13:00:50 ---> Running in eaa23fe44acd 13:00:50 ---> Running in f435921837e8 13:00:50 ---> Running in 555d1f29dbe4 13:00:50 ---> Running in b95a6a98cdd7 13:00:50 Removing intermediate container f435921837e8 13:00:50 ---> bb42c0997b22 13:00:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:50 Removing intermediate container b95a6a98cdd7 13:00:50 ---> 8ea95b786297 13:00:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:50 Removing intermediate container eaa23fe44acd 13:00:50 ---> a36d9e194d9e 13:00:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:50 Removing intermediate container 555d1f29dbe4 13:00:50 ---> d9cf83362ae0 13:00:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:50 Removing intermediate container 1b4b030e1137 13:00:50 ---> 1da3cbe35e97 13:00:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:50 ---> Running in 44731acb2052 13:00:50 ---> Running in a63e33d63955 13:00:50 ---> Running in ea179664419b 13:00:50 ---> Running in 91ae25b3b792 13:00:50 ---> Running in 35a31953000e 13:00:50 Removing intermediate container 44731acb2052 13:00:50 ---> 17df397e0180 13:00:50 Step 5/31 : RUN apk add --update --no-cache make git 13:00:50 ---> Running in 4fd23c58b68c 13:00:50 Removing intermediate container a63e33d63955 13:00:50 ---> b79355c338d9 13:00:50 Step 5/24 : RUN apk add --update --no-cache make git 13:00:50 ---> Running in fbf4bb4f53eb 13:00:50 Removing intermediate container ea179664419b 13:00:50 ---> 96ee3ae1bbdf 13:00:50 Step 5/23 : RUN apk add --update --no-cache make git 13:00:50 ---> Running in a450ac47f73d 13:00:50 Removing intermediate container 91ae25b3b792 13:00:50 ---> b93dbb66d7cb 13:00:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:00:50 Removing intermediate container 35a31953000e 13:00:50 ---> 39c1bd9fe9e7 13:00:50 Step 5/23 : RUN apk add --update --no-cache make git 13:00:50 ---> Running in 1a136c066553 13:00:50 ---> Running in dc7f79882c6d 13:00:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:51 OK: 233 MiB in 51 packages 13:00:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:52 OK: 233 MiB in 51 packages 13:00:52 Removing intermediate container 4fd23c58b68c 13:00:52 ---> c09700f5ccbd 13:00:52 Step 6/31 : COPY go.mod . 13:00:52 OK: 233 MiB in 51 packages 13:00:52 ---> faac59f0dffd 13:00:52 Step 7/31 : RUN go mod download 13:00:52 Removing intermediate container fbf4bb4f53eb 13:00:52 ---> d1e4364b2faa 13:00:52 Step 6/24 : COPY go.mod . 13:00:52 ---> Running in 6196f2545916 13:00:53 OK: 233 MiB in 51 packages 13:00:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:53 ---> d1be92eda8b3 13:00:53 Step 7/24 : RUN go mod download 13:00:53 Removing intermediate container 1a136c066553 13:00:53 ---> 4cc8b5042ed0 13:00:53 Step 6/22 : COPY go.mod . 13:00:53 ---> Running in e5fca5ee9644 13:00:53 ---> d20d7b47286b 13:00:53 Step 7/22 : RUN go mod download 13:00:54 Removing intermediate container a450ac47f73d 13:00:54 ---> a136e05c4754 13:00:54 Step 6/23 : COPY go.mod . 13:00:54 ---> Running in 645d66ddc592 13:00:54 ---> 0d193f3a946c 13:00:54 Step 7/23 : RUN go mod download 13:00:54 ---> Running in 9b9538194e88 13:00:54 Removing intermediate container 6196f2545916 13:00:54 ---> 0a6191356cb7 13:00:54 Step 8/31 : COPY . . 13:00:55 Removing intermediate container e5fca5ee9644 13:00:55 ---> 0533d015c098 13:00:55 Step 8/24 : COPY . . 13:00:55 OK: 233 MiB in 51 packages 13:00:55 Removing intermediate container 645d66ddc592 13:00:55 ---> 5025eb34e308 13:00:55 Step 8/22 : COPY . . 13:01:00 Removing intermediate container 9b9538194e88 13:01:00 ---> 9a55983861f7 13:01:00 Step 8/23 : COPY . . 13:01:08 Removing intermediate container dc7f79882c6d 13:01:08 ---> d9926caf3ed4 13:01:08 Step 6/23 : COPY go.mod . 13:01:09 ---> 8d87ac3d6ce2 13:01:09 Step 7/23 : RUN go mod download 13:01:13 ---> Running in 9ed309fd4864 13:01:24 Removing intermediate container 9ed309fd4864 13:01:24 ---> cbcf7238d43f 13:01:24 Step 8/23 : COPY . . 13:01:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:01:34 ---> 5e8323ef01a9 13:01:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:01:34 ---> Running in f14423a77721 13:01:34 ---> e541d547085b 13:01:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:01:34 ---> 7465ade37bd0 13:01:34 ---> 69b3593334a2 13:01:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:01:34 Step 9/23 : RUN make cmd/core-command/core-command 13:01:34 ---> Running in 692170592c65 13:01:34 ---> Running in 7dd11141ec33 13:01:34 ---> Running in 660f31281f3f 13:01:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:01:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:01:37 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 13:01: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 13:01:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:01:49 ---> 98e2555160a2 13:01:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:01:49 ---> Running in 97f26cda5d16 13:01:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:01:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:01:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:01:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:01:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:01:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:01:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:02:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:02:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:02:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 45.9% of statements 13:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.119s coverage: 19.8% of statements 13:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements 13:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.178s coverage: 100.0% of statements 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 71.3% of statements 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:02:16 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 13:02:16 Removing intermediate container f14423a77721 13:02:16 ---> c6791185b249 13:02:16 13:02:16 Step 10/31 : FROM alpine:3.12 13:02:17 3.12: Pulling from library/alpine 13:02:18 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:02:18 Status: Downloaded newer image for alpine:3.12 13:02:18 ---> 7230e588e954 13:02:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:02:18 ---> Running in ffe6db9bdae2 13:02:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.453s coverage: 82.9% of statements 13:02:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:02:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:02:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements 13:02:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:02:21 Removing intermediate container ffe6db9bdae2 13:02:21 ---> 1f9009f6e707 13:02:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:02:24 ---> Running in 621d0bb143bb 13:02:24 Removing intermediate container 692170592c65 13:02:24 ---> 8a4eaac9aaf8 13:02:24 13:02:24 Step 10/22 : FROM alpine:3.12 13:02:24 ---> 7230e588e954 13:02:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:02:24 Removing intermediate container 660f31281f3f 13:02:24 ---> 43c4b0d2a957 13:02:24 13:02:24 Step 10/23 : FROM alpine:3.12 13:02:24 ---> 7230e588e954 13:02:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:02:25 Removing intermediate container 7dd11141ec33 13:02:25 ---> 11bf05c9013f 13:02:25 13:02:25 Step 10/24 : FROM alpine:3.12 13:02:25 ---> 7230e588e954 13:02:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:02:25 ---> Running in 854927c348c5 13:02:25 ---> Running in fdba06cbf204 13:02:25 ---> Running in a7be54bc5eae 13:02:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:02:26 (1/2) Installing dumb-init (1.2.2-r1) 13:02:26 (2/2) Installing su-exec (0.2-r1) 13:02:26 Executing busybox-1.31.1-r20.trigger 13:02:26 OK: 6 MiB in 16 packages 13:02:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:02:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:02:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:02:28 (1/2) Installing ca-certificates (20191127-r4) 13:02:28 (1/1) Installing dumb-init (1.2.2-r1) 13:02:28 Executing busybox-1.31.1-r20.trigger 13:02:28 OK: 6 MiB in 15 packages 13:02:28 (2/2) Installing dumb-init (1.2.2-r1) 13:02:28 Executing busybox-1.31.1-r20.trigger 13:02:28 (1/6) Installing ca-certificates (20191127-r4) 13:02:28 Executing ca-certificates-20191127-r4.trigger 13:02:28 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:02:28 (3/6) Installing libcurl (7.76.1-r0) 13:02:28 (4/6) Installing curl (7.76.1-r0) 13:02:28 (5/6) Installing dumb-init (1.2.2-r1) 13:02:28 (6/6) Installing su-exec (0.2-r1) 13:02:28 Executing busybox-1.31.1-r20.trigger 13:02:28 Executing ca-certificates-20191127-r4.trigger 13:02:28 OK: 6 MiB in 16 packages 13:02:28 OK: 7 MiB in 20 packages 13:02:29 Removing intermediate container 621d0bb143bb 13:02:29 ---> 301cc9f6135b 13:02:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:02:29 ---> Running in 87aa3ee37c51 13:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.188s coverage: 28.6% of statements 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.545s coverage: 97.5% of statements 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.236s coverage: 78.3% of statements 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:02:29 Removing intermediate container 87aa3ee37c51 13:02:29 ---> 6fec106df317 13:02:29 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:02:29 Removing intermediate container fdba06cbf204 13:02:29 ---> 829d7c967f4d 13:02:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:02:30 ---> Running in 93b88512217e 13:02:30 ---> Running in 278afa4821ef 13:02:30 Removing intermediate container 854927c348c5 13:02:30 ---> 3f0326db836c 13:02:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:02:30 Removing intermediate container a7be54bc5eae 13:02:30 ---> 3bbb616cb9c8 13:02:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:02:30 ---> Running in 8b2e95c10045 13:02:30 ---> Running in b444cb63f423 13:02:30 Removing intermediate container 93b88512217e 13:02:30 ---> e3a0a9c96084 13:02:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:02:30 Removing intermediate container 278afa4821ef 13:02:30 ---> e672a89eaefa 13:02:30 Step 13/23 : ENV APP_PORT=48082 13:02:30 ---> Running in 56610be803cb 13:02:30 ---> Running in 123291e698b1 13:02:31 Removing intermediate container 8b2e95c10045 13:02:31 ---> fd461dc472e9 13:02:31 Step 13/22 : ENV APP_PORT=48060 13:02:31 Removing intermediate container b444cb63f423 13:02:31 ---> 21565ec8eeed 13:02:31 Step 13/24 : WORKDIR / 13:02:31 ---> Running in 84e5511aad7a 13:02:31 ---> Running in 6084a92791dc 13:02:31 Removing intermediate container 123291e698b1 13:02:31 ---> 110bd52fd842 13:02:31 Step 14/23 : EXPOSE $APP_PORT 13:02:31 ---> Running in cc801e0df86a 13:02:31 Removing intermediate container 84e5511aad7a 13:02:31 ---> 483c1b08b0c8 13:02:31 Step 14/22 : EXPOSE $APP_PORT 13:02:32 Removing intermediate container 6084a92791dc 13:02:32 ---> c6397203eaac 13:02:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:02:33 ---> Running in 07459595452a 13:02:33 Removing intermediate container cc801e0df86a 13:02:33 ---> 100f971ab436 13:02:33 Step 15/23 : WORKDIR / 13:02:33 ---> Running in e04548564cdd 13:02:33 ---> eeb706344fc4 13:02:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:02:33 Removing intermediate container 97f26cda5d16 13:02:33 ---> d687d417f198 13:02:33 13:02:33 Step 10/23 : FROM alpine:3.12 13:02:33 ---> 7230e588e954 13:02:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:02:33 ---> Using cache 13:02:33 ---> 829d7c967f4d 13:02:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:02:33 ---> Using cache 13:02:33 ---> e672a89eaefa 13:02:33 Step 13/23 : ENV APP_PORT=48081 13:02:33 ---> Running in 6249aac1c89e 13:02:33 Removing intermediate container 07459595452a 13:02:33 ---> 03d209812fb0 13:02:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:02:34 ---> 91843f428553 13:02:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:02:34 Removing intermediate container e04548564cdd 13:02:34 ---> e97e4b7984ca 13:02:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:02:34 Removing intermediate container 56610be803cb 13:02:34 ---> 368b84279983 13:02:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:02:34 ---> Running in 7a3a323bab1c 13:02:34 Removing intermediate container 6249aac1c89e 13:02:34 ---> af2fbce7827a 13:02:34 Step 14/23 : EXPOSE $APP_PORT 13:02:34 ---> 3e122ac696b6 13:02:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:02:34 ---> Running in dc029a416a83 13:02:34 ---> 3d1b568ae88f 13:02:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:02:34 ---> 566b57cc5941 13:02:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:02:34 Removing intermediate container 7a3a323bab1c 13:02:34 ---> 54f439470d76 13:02:34 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:02:35 Removing intermediate container dc029a416a83 13:02:35 ---> b056d0fbe603 13:02:35 Step 15/23 : WORKDIR / 13:02:35 ---> Running in 2927287d3a0e 13:02:35 ---> 9f149bef81cc 13:02:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:02:35 ---> Running in 66e248fd3906 13:02:35 Removing intermediate container 2927287d3a0e 13:02:35 ---> 017d069663fa 13:02:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:02:35 ---> 27a02c1efa0b 13:02:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:02:35 ---> f7a01e1f3adb 13:02:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:02:36 ---> 10f4ae29f106 13:02:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:02:36 ---> 1c6b646b7638 13:02:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:02:36 ---> 2898d4bf0113 13:02:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:02:36 ---> 1ba1a6f5fde3 13:02:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:02:36 ---> Running in da65cd6e9017 13:02:36 ---> 6b8b61740162 13:02:36 Step 19/23 : ENTRYPOINT ["/core-command"] 13:02:36 ---> Running in f89e349dc372 13:02:37 Removing intermediate container da65cd6e9017 13:02:37 ---> 973b0aadaf7d 13:02:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:02:37 ---> 9fdbe765efad 13:02:37 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/ 13:02:37 ---> Running in 0a388caa2fb4 13:02:37 Removing intermediate container f89e349dc372 13:02:37 ---> 48f682de8a7a 13:02:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:02:37 ---> 6c76e34c5ce3 13:02:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:02:37 ---> Running in bc49975ccc63 13:02:37 ---> Running in d192d8a4eabd 13:02:37 Removing intermediate container 0a388caa2fb4 13:02:37 ---> 1ab7c745e264 13:02:37 Step 20/22 : LABEL arch=x86_64 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.160s coverage: 92.8% of statements 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.9% of statements 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:02:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.128s coverage: 47.1% of statements 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.223s coverage: 79.5% of statements 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.145s coverage: 94.1% of statements 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.197s coverage: 96.3% of statements 13:02:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.166s coverage: 87.5% of statements 13:02:38 Removing intermediate container 66e248fd3906 13:02:38 ---> ba276d0c33b7 13:02:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:02:38 Removing intermediate container d192d8a4eabd 13:02:38 ---> ad3f790a8e49 13:02:38 Step 21/23 : LABEL arch=x86_64 13:02:38 ---> Running in dd620911c099 13:02:38 ---> 9d575d69a2d1 13:02:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:02:38 ---> Running in 5acd408425b0 13:02:38 ---> Running in 825f44a08d71 13:02:38 Removing intermediate container dd620911c099 13:02:38 ---> 67b7e1273651 13:02:38 Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:02:39 ---> e3eff699682f 13:02:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:02:39 Removing intermediate container 5acd408425b0 13:02:39 ---> ffcd2ad268bc 13:02:39 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:02:39 Removing intermediate container 825f44a08d71 13:02:39 ---> c7ce7bc01d69 13:02:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:02:39 ---> Running in 637ca629db55 13:02:39 ---> Running in e5b02c2f19a4 13:02:39 ---> Running in 9c7cd238b97a 13:02:39 Removing intermediate container 637ca629db55 13:02:39 ---> aaad79c00660 13:02:39 Step 22/22 : LABEL version=0.0.0 13:02:39 Removing intermediate container e5b02c2f19a4 13:02:39 ---> f339b29fbca5 13:02:39 Step 23/23 : LABEL version=0.0.0 13:02:39 Removing intermediate container bc49975ccc63 13:02:39 ---> e1daeac3bd3a 13:02:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:02:39 Removing intermediate container 9c7cd238b97a 13:02:39 ---> 7c34c41dc440 13:02:39 Step 21/23 : LABEL arch=x86_64 13:02:39 ---> a1949ba09f50 13:02:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:02:40 ---> Running in 7e5355bf18e6 13:02:40 ---> Running in 264f3b305de6 13:02:40 ---> Running in 7f6c5651c43c 13:02:40 ---> Running in ffd6b904fdc8 13:02:40 ---> b8f328600b99 13:02:40 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:02:40 Removing intermediate container 264f3b305de6 13:02:40 ---> 8023108c8684 13:02:40 13:02:40 Removing intermediate container 7f6c5651c43c 13:02:40 ---> e54eca009e18 13:02:40 Step 22/24 : LABEL arch=x86_64 13:02:40 Removing intermediate container 7e5355bf18e6 13:02:40 ---> c40bfaa991ae 13:02:40 13:02:40 Removing intermediate container ffd6b904fdc8 13:02:40 ---> 6bf1f663a3ef 13:02:40 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:02:40 ---> Running in a01fe06342fa 13:02:40 Successfully built 8023108c8684 13:02:40 Successfully built c40bfaa991ae 13:02:40 ---> 7adeb7dde1da 13:02:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:02:40 Successfully tagged docker-core-command-go:latest 13:02:40  Building docker-core-command-go ... done Building docker-support-scheduler-go 13:02:41 Successfully tagged docker-support-notifications-go:latest 13:02:41  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 13:02:41 ---> Running in 6a5cac447e77 13:02:41 Removing intermediate container a01fe06342fa 13:02:41 ---> b060a7a04ece 13:02:41 Step 23/24 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:02:41 ---> Running in 7fa278dd6e11 13:02:41 Removing intermediate container 6a5cac447e77 13:02:41 ---> 20a3f0c96ff5 13:02:41 Step 23/23 : LABEL version=0.0.0 13:02:41 ---> df1cebb60cf7 13:02:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:02:41 ---> Running in 9edd304e7567 13:02:41 ---> Running in a5febf43a205 13:02:41 Removing intermediate container 7fa278dd6e11 13:02:41 ---> 8913a1365f55 13:02:41 Step 24/24 : LABEL version=0.0.0 13:02:41 Removing intermediate container 9edd304e7567 13:02:41 ---> 27d611c8a73d 13:02:41 13:02:41 ---> Running in 7e1a16a74fa6 13:02:41 Removing intermediate container a5febf43a205 13:02:41 ---> 1797ecb21aea 13:02:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:02:41 Successfully built 27d611c8a73d 13:02:41 Successfully tagged docker-core-metadata-go:latest 13:02:41  Building docker-core-metadata-go ... done Building docker-core-data-go 13:02:42 Removing intermediate container 7e1a16a74fa6 13:02:42 ---> 0882de9314f9 13:02:42 13:02:42 Successfully built 0882de9314f9 13:02:42 ---> dee98101b80b 13:02:42 Step 26/31 : RUN chmod +x /entrypoint.sh 13:02:42 Successfully tagged docker-security-secretstore-setup-go:latest 13:02:42 Building docker-sys-mgmt-agent-go 13:02:42  Building docker-security-secretstore-setup-go ... done  ---> Running in 27cdac47f374 13:02:47 Removing intermediate container 27cdac47f374 13:02:47 ---> 57887a697e9b 13:02:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:02:49 ---> Running in db429f37c29c 13:02:50 Removing intermediate container db429f37c29c 13:02:50 ---> b64b028c1d06 13:02:50 Step 28/31 : CMD ["gate"] 13:02:50 ---> Running in ddd1aa2ee570 13:02:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.149s coverage: 94.4% of statements 13:02:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 13:02:53 Removing intermediate container ddd1aa2ee570 13:02:53 ---> 292711d4f414 13:02:53 Step 29/31 : LABEL arch=x86_64 13:02:54 ---> Running in 9d34e86e8a0a 13:02:54 Removing intermediate container 9d34e86e8a0a 13:02:54 ---> ebacb8aac6cb 13:02:54 Step 30/31 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:02:54 ---> Running in 55d69945798c 13:02:54 Removing intermediate container 55d69945798c 13:02:54 ---> f25c920a4de2 13:02:54 Step 31/31 : LABEL version=0.0.0 13:02:54 ---> Running in 0a3b0198556e 13:02:55 Removing intermediate container 0a3b0198556e 13:02:55 ---> 8e0dc26ad4b7 13:02:55 13:02:55 Successfully built 8e0dc26ad4b7 13:02:55 Successfully tagged docker-security-bootstrapper-go:latest 13:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.479s coverage: 81.9% of statements 13:02:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.183s coverage: 92.9% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 75.5% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.8% of statements 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.175s coverage: 87.2% of statements 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.6% of statements 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.596s coverage: 64.4% of statements 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 13:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 13:03:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 13:03:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 69.0% of statements 13:03:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:03:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:03:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:03:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.451s coverage: 38.4% of statements 13:03:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:03:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:03:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.169s coverage: 89.5% of statements 13:03:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:03:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements 13:03:13  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:03:13 ---> 94c264702ab7 13:03:13 Step 3/22 : WORKDIR /edgex-go 13:03:13 ---> Using cache 13:03:13 ---> 1da3cbe35e97 13:03:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:13 ---> Using cache 13:03:13 ---> 39c1bd9fe9e7 13:03:13 Step 5/22 : RUN apk add --update --no-cache make git 13:03:13 ---> Using cache 13:03:13 ---> d9926caf3ed4 13:03:13 Step 6/22 : COPY go.mod . 13:03:13 ---> Using cache 13:03:13 ---> 8d87ac3d6ce2 13:03:13 Step 7/22 : RUN go mod download 13:03:13 ---> Using cache 13:03:13 ---> cbcf7238d43f 13:03:13 Step 8/22 : COPY . . 13:03:13 ---> Using cache 13:03:13 ---> 98e2555160a2 13:03:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:03:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:03:13 ---> 94c264702ab7 13:03:13 Step 3/23 : WORKDIR /edgex-go 13:03:13 ---> Using cache 13:03:13 ---> 1da3cbe35e97 13:03:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:13 ---> Using cache 13:03:13 ---> 39c1bd9fe9e7 13:03:13 Step 5/23 : RUN apk add --update --no-cache make bash git 13:03:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:03:13 ---> 94c264702ab7 13:03:13 Step 3/21 : WORKDIR /edgex-go 13:03:13 ---> Using cache 13:03:13 ---> 1da3cbe35e97 13:03:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:13 ---> Using cache 13:03:13 ---> 39c1bd9fe9e7 13:03:13 Step 5/21 : RUN apk add --update --no-cache make git 13:03:13 ---> Using cache 13:03:13 ---> d9926caf3ed4 13:03:13 Step 6/21 : COPY go.mod . 13:03:13 ---> Using cache 13:03:13 ---> 8d87ac3d6ce2 13:03:13 Step 7/21 : RUN go mod download 13:03:13 ---> Using cache 13:03:13 ---> cbcf7238d43f 13:03:13 Step 8/21 : COPY . . 13:03:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:03:13 ---> 94c264702ab7 13:03:13 Step 3/23 : WORKDIR /edgex-go 13:03:13 ---> Using cache 13:03:13 ---> 1da3cbe35e97 13:03:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:13 ---> Using cache 13:03:13 ---> 39c1bd9fe9e7 13:03:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:03:13 ---> Using cache 13:03:13 ---> 98e2555160a2 13:03:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:03:14 ---> Running in dfa11bb427a5 13:03:14 ---> Running in 7e3d32349fe7 13:03:14 ---> Running in f82f2f538eb5 13:03:14 ---> Running in ee8dbb9822e5 13:03:16 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 13:03:16 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 13:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:17 OK: 233 MiB in 51 packages 13:03:17 OK: 233 MiB in 51 packages 13:03:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.531s coverage: 47.0% of statements 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:03:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:03:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:03:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.132s coverage: 10.5% of statements 13:03:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:03:18 Removing intermediate container f82f2f538eb5 13:03:18 ---> 09102c4a13ce 13:03:18 Step 6/23 : COPY go.mod . 13:03:18 Removing intermediate container dfa11bb427a5 13:03:18 ---> bba2bacecae4 13:03:18 Step 6/23 : COPY go.mod . 13:03:19 ---> aa2e5d2ec705 13:03:19 Step 7/23 : RUN go mod download 13:03:19 ---> 8dde4321ade5 13:03:19 Step 7/23 : RUN go mod download 13:03:19 ---> Running in 1bcf2855f8c2 13:03:19 ---> Running in cc79a89cbd1d 13:03:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.446s coverage: 87.7% of statements 13:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:03:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:03:23 Removing intermediate container 1bcf2855f8c2 13:03:23 ---> ad6c85377d73 13:03:23 Step 8/23 : COPY . . 13:03:23 Removing intermediate container cc79a89cbd1d 13:03:23 ---> b3070900f7dc 13:03:23 Step 8/23 : COPY . . 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.325s coverage: 29.1% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.248s coverage: 100.0% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.381s coverage: 95.6% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:03:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:03:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 13:03:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 13:03:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 13:03:29 GO111MODULE=on go vet ./... 13:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:03:52 ---> dd65a0243688 13:03:52 Step 9/23 : RUN make cmd/core-data/core-data 13:03:53 ---> Running in 2b3a5a5ddd25 13:03:53 ---> 3846b8db1750 13:03:53 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:03:53 Removing intermediate container ee8dbb9822e5 13:03:53 ---> 56e66d0f17c7 13:03:53 13:03:53 Step 10/21 : FROM alpine:3.12 13:03:53 ---> 7230e588e954 13:03:53 Step 11/21 : RUN apk add --update --no-cache curl 13:03:53 ---> Running in 6eb201d9b5c1 13:03:53 ---> Running in bb8f823c78d2 13:03:54 Removing intermediate container 7e3d32349fe7 13:03:54 ---> 7faf75c013e6 13:03:54 13:03:54 Step 10/22 : FROM alpine:3.12 13:03:54 ---> 7230e588e954 13:03:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:03:54 ---> Using cache 13:03:54 ---> 829d7c967f4d 13:03:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:03:54 ---> Using cache 13:03:54 ---> e672a89eaefa 13:03:54 Step 13/22 : ENV APP_PORT=48085 13:03:54 ---> Running in 07674bb0003a 13:03:54 Removing intermediate container 07674bb0003a 13:03:54 ---> bd28b777c8c5 13:03:54 Step 14/22 : EXPOSE $APP_PORT 13:03:54 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 13:03:54 ---> Running in 82732bd22d70 13:03:55 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 13:03:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:55 Removing intermediate container 82732bd22d70 13:03:55 ---> d9b743e7a4dd 13:03:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:55 (1/4) Installing ca-certificates (20191127-r4) 13:03:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:03:55 (3/4) Installing libcurl (7.76.1-r0) 13:03:55 (4/4) Installing curl (7.76.1-r0) 13:03:55 Executing busybox-1.31.1-r20.trigger 13:03:55 Executing ca-certificates-20191127-r4.trigger 13:03:55 ---> ccfdca3a36dd 13:03:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:03:55 OK: 7 MiB in 18 packages 13:03:56 ---> c83b20c77e8f 13:03:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:03:57 Removing intermediate container bb8f823c78d2 13:03:57 ---> 971dd9f67f90 13:03:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:03:58 ---> f6e5e9d05874 13:03:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:03:58 ---> Running in 56f5b502b0a2 13:03:58 ---> Running in 3f65aebd078f 13:03:58 Removing intermediate container 56f5b502b0a2 13:03:58 ---> b430ad6327ca 13:03:58 Step 13/21 : WORKDIR /edgex 13:03:58 Removing intermediate container 3f65aebd078f 13:03:58 ---> 5dc53f2237da 13:03:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:58 ---> Running in 928c38fd3b1f 13:03:58 ---> Running in 13758e0d3e4f 13:03:59 Removing intermediate container 928c38fd3b1f 13:03:59 ---> f28d61b575fd 13:03:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:03:59 Removing intermediate container 13758e0d3e4f 13:03:59 ---> 327290754080 13:03:59 Step 20/22 : LABEL arch=x86_64 13:03:59 ---> Running in bab5cfc74077 13:03:59 Removing intermediate container bab5cfc74077 13:03:59 ---> 614de95933a1 13:03:59 Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:03:59 ---> 1603e1217125 13:03:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:04:00 ---> Running in 8bca6bd9a5b4 13:04:00 Removing intermediate container 8bca6bd9a5b4 13:04:00 ---> 04a0fced1ca9 13:04:00 Step 22/22 : LABEL version=0.0.0 13:04:00 ---> Running in ceb499eebb88 13:04:00 ---> 9bcc5b7c6bf5 13:04:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:04:00 Removing intermediate container ceb499eebb88 13:04:00 ---> 5dd76d92fce5 13:04:00 13:04:01 Successfully built 5dd76d92fce5 13:04:01 Successfully tagged docker-support-scheduler-go:latest 13:04:01  Building docker-support-scheduler-go ... done  ---> a73578576046 13:04:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:04:01 ---> Running in 081a16bf76ed 13:04:02 Removing intermediate container 081a16bf76ed 13:04:02 ---> a18c2d000f95 13:04:02 Step 18/21 : CMD ["--init=true"] 13:04:02 ---> Running in 626f28e5d08a 13:04:02 Removing intermediate container 626f28e5d08a 13:04:02 ---> abd3ac674a0f 13:04:02 Step 19/21 : LABEL arch=x86_64 13:04:03 ---> Running in efc1cea31523 13:04:04 Removing intermediate container efc1cea31523 13:04:04 ---> 5b6a7cfa3314 13:04:04 Step 20/21 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:04:04 ---> Running in 158777e571e1 13:04:05 Removing intermediate container 158777e571e1 13:04:05 ---> fa5292952da4 13:04:05 Step 21/21 : LABEL version=0.0.0 13:04:05 ---> Running in a183383e777b 13:04:06 Removing intermediate container a183383e777b 13:04:06 ---> 86d360855740 13:04:06 13:04:06 Successfully built 86d360855740 13:04:06 Successfully tagged docker-security-proxy-setup-go:latest 13:04:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 6eb201d9b5c1 13:04:19 ---> 29e4989b5ece 13:04:19 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:04:19 ---> Running in 1f6a2d00ebe5 13:04:19 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 13:04:22 Removing intermediate container 2b3a5a5ddd25 13:04:22 ---> 8743bfba6ce6 13:04:22 13:04:22 Step 10/23 : FROM alpine:3.12 13:04:22 ---> 7230e588e954 13:04:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:04:22 ---> Running in 0916432a6cd0 13:04:22 Removing intermediate container 1f6a2d00ebe5 13:04:22 ---> e0f136db67e6 13:04:22 13:04:22 Step 11/23 : FROM docker:20.10.0 13:04:22 Removing intermediate container 0916432a6cd0 13:04:22 ---> a06654b647df 13:04:22 Step 12/23 : ENV APP_PORT=48080 13:04:22 20.10.0: Pulling from library/docker 13:04:22 ---> Running in 50a04b6a96eb 13:04:22 Removing intermediate container 50a04b6a96eb 13:04:22 ---> 9e86837a18f2 13:04:22 Step 13/23 : EXPOSE $APP_PORT 13:04:22 ---> Running in 13e2330a00b0 13:04:23 Removing intermediate container 13e2330a00b0 13:04:23 ---> 1299725f7a6d 13:04:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:23 ---> Running in 599e959f7521 13:04:25 Removing intermediate container 599e959f7521 13:04:25 ---> 404cedf4f47b 13:04:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:04:25 ---> Running in a2ad5d79ac87 13:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:04:27 (1/6) Installing dumb-init (1.2.2-r1) 13:04:27 (2/6) Installing libgcc (9.3.0-r2) 13:04:27 (3/6) Installing libsodium (1.0.18-r0) 13:04:27 (4/6) Installing libstdc++ (9.3.0-r2) 13:04:28 (5/6) Installing libzmq (4.3.3-r0) 13:04:28 (6/6) Installing zeromq (4.3.3-r0) 13:04:28 Executing busybox-1.31.1-r20.trigger 13:04:28 OK: 8 MiB in 20 packages 13:04:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:04:29 Status: Downloaded newer image for docker:20.10.0 13:04:29 ---> aefe523efa57 13:04:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:04:29 Removing intermediate container a2ad5d79ac87 13:04:29 ---> 20abc6c04601 13:04:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:04:29 ---> Running in ab54580609db 13:04:30 Removing intermediate container ab54580609db 13:04:30 ---> b9e1f4b5e31f 13:04:30 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:04:30 ---> Running in 723783cc821e 13:04:30 ---> 553f200b381c 13:04:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:04:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:04:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:04:31 ---> 4cfc69a82364 13:04:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:04:31 (1/39) Installing readline (8.0.4-r0) 13:04:31 (2/39) Installing bash (5.0.17-r0) 13:04:31 Executing bash-5.0.17-r0.post-install 13:04:31 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:04:31 (4/39) Installing libcurl (7.76.1-r0) 13:04:31 (5/39) Installing curl (7.76.1-r0) 13:04:31 (6/39) Installing dumb-init (1.2.2-r1) 13:04:31 (7/39) Installing libbz2 (1.0.8-r1) 13:04:31 (8/39) Installing expat (2.2.9-r1) 13:04:31 (9/39) Installing libffi (3.3-r2) 13:04:31 (10/39) Installing gdbm (1.13-r1) 13:04:31 (11/39) Installing xz-libs (5.2.5-r0) 13:04:31 (12/39) Installing sqlite-libs (3.32.1-r0) 13:04:31 (13/39) Installing python3 (3.8.8-r0) 13:04:33 ---> a1b8e7dc6117 13:04:33 Step 19/23 : ENTRYPOINT ["/core-data"] 13:04:34 ---> Running in 43c697ed0ae6 13:04:34 (14/39) Installing py3-appdirs (1.4.4-r1) 13:04:34 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:04:34 (16/39) Installing py3-parsing (2.4.7-r0) 13:04:34 (17/39) Installing py3-six (1.15.0-r0) 13:04:34 (18/39) Installing py3-packaging (20.4-r0) 13:04:34 (19/39) Installing py3-setuptools (47.0.0-r0) 13:04:34 (20/39) Installing py3-chardet (3.0.4-r4) 13:04:34 (21/39) Installing py3-idna (2.9-r0) 13:04:34 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:04:34 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:04:34 (24/39) Installing py3-requests (2.23.0-r0) 13:04:34 (25/39) Installing py3-msgpack (1.0.0-r0) 13:04:34 (26/39) Installing py3-lockfile (0.12.2-r3) 13:04:34 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:04:34 Removing intermediate container 43c697ed0ae6 13:04:34 ---> d99bd89ad8b7 13:04:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:04:34 (28/39) Installing py3-colorama (0.4.3-r0) 13:04:34 (29/39) Installing py3-distlib (0.3.0-r0) 13:04:35 (30/39) Installing py3-distro (1.5.0-r1) 13:04:35 (31/39) Installing py3-webencodings (0.5.1-r3) 13:04:35 (32/39) Installing py3-html5lib (1.0.1-r4) 13:04:35 (33/39) Installing py3-pytoml (0.1.21-r0) 13:04:35 (34/39) Installing py3-pep517 (0.8.2-r0) 13:04:35 ---> Running in 6d22c7c4ce6e 13:04:35 (35/39) Installing py3-progress (1.5-r0) 13:04:35 (36/39) Installing py3-toml (0.10.1-r0) 13:04:35 (37/39) Installing py3-retrying (1.3.3-r0) 13:04:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:04:35 (39/39) Installing py3-pip (20.1.1-r0) 13:04:35 Executing busybox-1.31.1-r19.trigger 13:04:35 OK: 72 MiB in 59 packages 13:04:36 Removing intermediate container 6d22c7c4ce6e 13:04:36 ---> 41790f98b114 13:04:36 Step 21/23 : LABEL arch=x86_64 13:04:36 ---> Running in dff8edf2ef2a 13:04:36 Removing intermediate container dff8edf2ef2a 13:04:36 ---> a7ce043dcb72 13:04:36 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:04:36 ---> Running in 14a0e464570c 13:04:37 Removing intermediate container 14a0e464570c 13:04:37 ---> 2d36b25f665c 13:04:37 Step 23/23 : LABEL version=0.0.0 13:04:37 ---> Running in 03c8c800809c 13:04:37 Collecting docker-compose==1.23.2 13:04:37 Removing intermediate container 03c8c800809c 13:04:37 ---> c5982bcdbd1f 13:04:37 13:04:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:04:37 Successfully built c5982bcdbd1f 13:04:37 Collecting websocket-client<1.0,>=0.32.0 13:04:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:04:37 Successfully tagged docker-core-data-go:latest 13:04:37  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 13:04:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:04:38 Collecting PyYAML<4,>=3.10 13:04:38 Downloading PyYAML-3.13.tar.gz (270 kB) 13:04:39 Collecting docker<4.0,>=3.6.0 13:04:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:04:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:04:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:04:39 Collecting texttable<0.10,>=0.9.0 13:04:39 Downloading texttable-0.9.1.tar.gz (11 kB) 13:04:41 Collecting jsonschema<3,>=2.5.1 13:04:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:04:41 Collecting cached-property<2,>=1.2.0 13:04:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:04:41 Collecting docopt<0.7,>=0.6.1 13:04:41 Downloading docopt-0.6.2.tar.gz (25 kB) 13:04:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:04:42 Collecting docker-pycreds>=0.4.0 13:04:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:04:42 Collecting urllib3<1.25,>=1.21.1 13:04:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:04:42 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) 13:04:42 Collecting idna<2.8,>=2.5 13:04:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:04:42 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) 13:04:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:04:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:04:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:04:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:04:42 Installing collected packages: websocket-client, dockerpty, PyYAML, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, cached-property, docopt, docker-compose 13:04:42 Running setup.py install for dockerpty: started 13:04:43 Running setup.py install for dockerpty: finished with status 'done' 13:04:43 Running setup.py install for PyYAML: started 13:04:44 Running setup.py install for PyYAML: finished with status 'done' 13:04:44 Attempting uninstall: urllib3 13:04:44 Found existing installation: urllib3 1.25.9 13:04:44 Uninstalling urllib3-1.25.9: 13:04:44 Successfully uninstalled urllib3-1.25.9 13:04:44 Attempting uninstall: idna 13:04:44 Found existing installation: idna 2.9 13:04:44 Uninstalling idna-2.9: 13:04:44 Successfully uninstalled idna-2.9 13:04:44 Attempting uninstall: requests 13:04:44 Found existing installation: requests 2.23.0 13:04:44 Uninstalling requests-2.23.0: 13:04:44 Successfully uninstalled requests-2.23.0 13:04:44 Running setup.py install for texttable: started 13:04:45 Running setup.py install for texttable: finished with status 'done' 13:04:45 Running setup.py install for docopt: started 13:04:46 Running setup.py install for docopt: finished with status 'done' 13:04:46 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 13:04:51 gofmt -l . 13:04:51 [ "`gofmt -l .`" = "" ] 13:04:51 ./bin/test-go-mod-tidy.sh 13:04:51 ./bin/test-attribution-txt.sh [Pipeline] sh 13:04:52 + ls -al . 13:04:52 total 824 13:04:52 drwxrwxr-x 9 1001 1001 4096 Apr 14 13:04 . 13:04:52 drwxr-xr-x 4 root root 4096 Apr 14 13:00 .. 13:04:52 -rw-rw-r-- 1 1001 1001 11 Apr 14 12:58 .dockerignore 13:04:52 drwxrwxr-x 8 1001 1001 4096 Apr 14 12:59 .git 13:04:52 drwxrwxr-x 3 1001 1001 4096 Apr 14 12:58 .github 13:04:52 -rw-rw-r-- 1 1001 1001 818 Apr 14 12:58 .gitignore 13:04:52 -rw-rw-r-- 1 1001 1001 166 Apr 14 12:58 .sonarcloud.properties 13:04:52 -rw-rw-r-- 1 1001 1001 8494 Apr 14 12:58 Attribution.txt 13:04:52 -rw-rw-r-- 1 1001 1001 3804 Apr 14 12:58 CONTRIBUTING.md 13:04:52 -rw-rw-r-- 1 1001 1001 931 Apr 14 12:58 Dockerfile.build 13:04:52 -rw-rw-r-- 1 1001 1001 863 Apr 14 12:58 Jenkinsfile 13:04:52 -rw-rw-r-- 1 1001 1001 10775 Apr 14 12:58 LICENSE 13:04:52 -rw-rw-r-- 1 1001 1001 5774 Apr 14 12:58 Makefile 13:04:52 -rw-rw-r-- 1 1001 1001 6548 Apr 14 12:58 README.md 13:04:52 -rw-rw-r-- 1 1001 1001 6755 Apr 14 12:58 SECURITY.md 13:04:52 -rw-rw-r-- 1 1001 1001 5 Apr 14 12:56 VERSION 13:04:52 -rw-rw-r-- 1 1001 1001 4131 Apr 14 12:58 ZMQWindows.md 13:04:52 drwxrwxr-x 2 1001 1001 4096 Apr 14 12:58 bin 13:04:52 drwxrwxr-x 14 1001 1001 4096 Apr 14 12:58 cmd 13:04:52 -rw-r--r-- 1 root root 686607 Apr 14 13:03 coverage.out 13:04:52 -rw-r--r-- 1 root root 1059 Apr 14 13:04 go.mod 13:04:52 -rw-r--r-- 1 root root 21922 Apr 14 13:04 go.sum 13:04:52 drwxrwxr-x 8 1001 1001 4096 Apr 14 12:58 internal 13:04:52 drwxrwxr-x 4 1001 1001 4096 Apr 14 12:58 openapi 13:04:52 drwxrwxr-x 4 1001 1001 4096 Apr 14 12:58 snap 13:04:52 -rw-rw-r-- 1 1001 1001 168 Apr 14 12:58 version.go [Pipeline] sh 13:04:52 + '[' -e coverage.out ] 13:04:52 + chown 1001:1001 coverage.out [Pipeline] stash 13:04:52 Warning: overwriting stash ‘coverage-report’ 13:04:54 Stashed 1 file(s) [Pipeline] sh 13:04:54 Removing intermediate container 723783cc821e 13:04:54 ---> 7665a0198846 13:04:54 Step 14/23 : ENV APP_PORT=48090 13:04:54 ---> Running in de9cc5fb697f 13:04:54 Removing intermediate container de9cc5fb697f 13:04:54 ---> 54845a5d2eca 13:04:54 Step 15/23 : EXPOSE $APP_PORT 13:04:54 ---> Running in 91d457ec007c 13:04:54 Removing intermediate container 91d457ec007c 13:04:54 ---> 84949cc2899e 13:04:54 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:04:54 ---> 4b5bbafd2399 13:04:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:04:54 + make build 13:04:54 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 13:04:55 ---> bd5dba0f36c3 13:04:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:04:55 ---> 837a46223c04 13:04:55 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:04:55 ---> Running in 4ac0f6f4be35 13:04:55 Removing intermediate container 4ac0f6f4be35 13:04:55 ---> 0da4c1bb6657 13:04:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:04:55 ---> Running in cedb5dbbd7d6 13:04:55 Removing intermediate container cedb5dbbd7d6 13:04:55 ---> 72c59b7d1512 13:04:55 Step 21/23 : LABEL arch=x86_64 13:04:55 ---> Running in c6bfa0b3b666 13:04:56 Removing intermediate container c6bfa0b3b666 13:04:56 ---> 09a083eee80f 13:04:56 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:04:56 ---> Running in f838440fe00e 13:04:56 Removing intermediate container f838440fe00e 13:04:56 ---> 810aecb20685 13:04:56 Step 23/23 : LABEL version=0.0.0 13:04:56 ---> Running in 74b562dd8bda 13:04:56 Removing intermediate container 74b562dd8bda 13:04:56 ---> 4b7b6907adca 13:04:56 13:04:56 Successfully built 4b7b6907adca 13:04:57 Successfully tagged docker-sys-mgmt-agent-go:latest 13:04:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:04:57 $ docker stop --time=1 2da5ebac7e8197added94e8f53f38467f6509bcb66f15519a377c26699b5fc7b 13:04:59 $ docker rm -f 2da5ebac7e8197added94e8f53f38467f6509bcb66f15519a377c26699b5fc7b [Pipeline] // withDockerContainer [Pipeline] sh 13:04:59 + docker images 13:04:59 + grep docker 13:04:59 docker-sys-mgmt-agent-go latest 4b7b6907adca 3 seconds ago 312MB 13:04:59 docker-core-data-go latest c5982bcdbd1f 22 seconds ago 22.7MB 13:04:59 docker-security-proxy-setup-go latest 86d360855740 53 seconds ago 25.6MB 13:04:59 docker-support-scheduler-go latest 5dd76d92fce5 59 seconds ago 17.4MB 13:04:59 docker-security-bootstrapper-go latest 8e0dc26ad4b7 2 minutes ago 19.1MB 13:04:59 docker-core-metadata-go latest 27d611c8a73d 2 minutes ago 19MB 13:04:59 docker-security-secretstore-setup-go latest 0882de9314f9 2 minutes ago 25.9MB 13:04:59 docker-support-notifications-go latest c40bfaa991ae 2 minutes ago 18MB 13:04:59 docker-core-command-go latest 8023108c8684 2 minutes ago 17.3MB 13:04:59 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 13:05:05 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 13:05:14 Still waiting to schedule task 13:05:15 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:05:32 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 13:05:32 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 13:05:39 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 13:05:39 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 13:05:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:05:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:05:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:05:59 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 13:06:03 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 13:06:07 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] } 13:06:14 $ docker stop --time=1 63cac8b218dd1aa15748ff291e699b63c548d7a99abc4c0b232d2c62e83f1932 13:06:14 Running on prd-ubuntu18.04-docker-8c-8g-121 in /w/workspace/edgexfoundry_edgex-go_PR-3234 13:06:16 $ docker rm -f 63cac8b218dd1aa15748ff291e699b63c548d7a99abc4c0b232d2c62e83f1932 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 13:06:18 Running in /w/workspace/edgex-go/68 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:06:18 13:06:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:06:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:06:19 latest: Pulling from edgex-devops/edgex-compose-arm64 13:06:19 29e5d40040c1: Pulling fs layer 13:06:19 1ce36da41761: Pulling fs layer 13:06:19 25b303627fd3: Pulling fs layer 13:06:19 29e5d40040c1: Download complete 13:06:19 1ce36da41761: Verifying Checksum 13:06:19 1ce36da41761: Download complete 13:06:19 29e5d40040c1: Pull complete 13:06:20 using credential edgex-jenkins-ssh 13:06:20 Cloning the remote Git repository 13:06:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:06:19 > git init /w/workspace/edgex-go/68 # timeout=10 13:06:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:06:19 > git --version # timeout=10 13:06:19 > git --version # 'git version 2.17.1' 13:06:19 using GIT_SSH to set credentials SSH Credentials for GitHub 13:06:21 1ce36da41761: Pull complete 13:06:21 25b303627fd3: Verifying Checksum 13:06:21 25b303627fd3: Download complete 13:06:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:06:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:06:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:06:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:06:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:06:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:06:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:06:29 Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:06:30 Merge succeeded, producing 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:06:30 Checking out Revision 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 (PR-3234) 13:06:28 > git config core.sparsecheckout # timeout=10 13:06:28 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 13:06:29 > git remote # timeout=10 13:06:29 > git config --get remote.origin.url # timeout=10 13:06:29 using GIT_SSH to set credentials SSH Credentials for GitHub 13:06:29 > git merge 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 13:06:29 > git rev-parse HEAD^{commit} # timeout=10 13:06:29 > git config core.sparsecheckout # timeout=10 13:06:29 > git checkout -f 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 13:06:31 25b303627fd3: Pull complete 13:06:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:06:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:06:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:06:32 prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container 13:06:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:06:32 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 13:06:34 $ docker top c4d214063339d897739ac3388d1e01c63713b8db4a1f4d9ebaa7c6c1a29b978b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:06:35 + grep parallel 13:06:35 + docker-compose build --help 13:06:36 + echo snap-build.sh 13:06:36 snap-build.sh 13:06:36 + SNAP_BASE_DIR=. 13:06:36 + '[' '!' -z /w/workspace/edgex-go/68 ']' 13:06:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/68 13:06:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/68]' 13:06:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/68] 13:06:36 + cd /w/workspace/edgex-go/68 13:06:36 + sudo apt-get remove -qy --purge lxd lxd-client 13:06:36 Reading package lists... 13:06:36 Building dependency tree... 13:06:36 Reading state information... 13:06:36 The following packages were automatically installed and are no longer required: 13:06:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:06:36 uidmap xdelta3 13:06:36 Use 'sudo apt autoremove' to remove them. 13:06:36 The following packages will be REMOVED: 13:06:36 lxd* lxd-client* 13:06:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:06:36 After this operation, 31.7 MB disk space will be freed. 13:06:37 (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.) 13:06:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:06:38 Removing lxd dnsmasq configuration 13:06:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:06:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:06:39 --parallel Build images in parallel. 13:06:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] } 13:06:39 $ docker stop --time=1 c4d214063339d897739ac3388d1e01c63713b8db4a1f4d9ebaa7c6c1a29b978b 13:06:39 (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.) 13:06:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:06:41 Processing triggers for systemd (237-3ubuntu10.42) ... 13:06:41 Processing triggers for ureadahead (0.100.0-21) ... 13:06:41 $ docker rm -f c4d214063339d897739ac3388d1e01c63713b8db4a1f4d9ebaa7c6c1a29b978b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:42 + sudo snap remove --purge lxd 13:06:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:06:42 . [Pipeline] withDockerContainer 13:06:42 snap "lxd" is not installed 13:06:42 + sudo groupadd --force --system lxd 13:06:42 ++ whoami 13:06:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:06:42 + newgrp - lxd 13:06:42 + sudo snap install lxd 13:06:42 prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container 13:06:42 $ 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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@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 13:06:44 $ docker top bc5df9bb46df3700cf6c33abbe77a413be53dd3941db3d6f14a1889c76863ea0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:45 + docker-compose -f ./docker-compose-build.yml build --parallel 13:06:49 Building docker-core-command-go ... 13:06:49 Building docker-core-data-go ... 13:06:49 Building docker-core-metadata-go ... 13:06:49 Building docker-security-bootstrapper-go ... 13:06:49 Building docker-security-proxy-setup-go ... 13:06:49 Building docker-security-secretstore-setup-go ... 13:06:49 Building docker-support-notifications-go ... 13:06:49 Building docker-support-scheduler-go ... 13:06:49 Building docker-sys-mgmt-agent-go ... 13:06:49 Building docker-support-notifications-go 13:06:49 Building docker-security-bootstrapper-go 13:06:49 Building docker-sys-mgmt-agent-go 13:06:49 Building docker-security-proxy-setup-go 13:06:49 Building docker-support-scheduler-go 13:06:50 2021-04-14T13:06:49Z INFO Waiting for automatic snapd restart... 13:07:08 lxd 4.13 from Canonical* installed 13:07:08 + sudo lxd init --auto 13:07:15 + sudo snap install --classic snapcraft 13:07:23 snapcraft 4.6.2 from Canonical* installed 13:07:23 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 13:07:23 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 13:07:23 % Total % Received % Xferd Average Speed Time Time Time Current 13:07:23 Dload Upload Total Spent Left Speed 13:07:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4446 13:07:23 100 3325k 100 3325k 0 0 11.8M 0 --:--:-- --:--:-- --:--:-- 11.8M 13:07:23 ./yq_linux_amd64 13:07:23 + sudo snapcraft prime --use-lxd 13:07:24 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:07:24 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: 13:07:24 - README.md 13:07:24 13:07:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:07:25 Launching a container. 13:07:37 Waiting for container to be ready 13:07:37 To start your first instance, try: lxc launch ubuntu:18.04 13:07:37 13:07:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:07:40 Waiting for network to be ready... 13:07:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:07:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] 13:07:41 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:07:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] 13:07:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:07:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:07:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] 13:07:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] 13:07:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] 13:07:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] 13:07:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:07:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:07:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:07:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:07:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:07:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:07:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:07:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:07:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:07:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] 13:07:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] 13:07:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:07:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:07:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] 13:07:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] 13:07:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] 13:07:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] 13:07:44 Fetched 24.3 MB in 4s (6108 kB/s) 13:07:45 Reading package lists... 13:07:45 Reading package lists... 13:07:45 Building dependency tree... 13:07:45 Reading state information... 13:07:46 The following additional packages will be installed: 13:07:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:07:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:07:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:07:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:07:46 Suggested packages: 13:07:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:07:46 Recommended packages: 13:07:46 gnupg libsasl2-modules 13:07:46 The following NEW packages will be installed: 13:07:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:07:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:07:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:07:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:07:46 The following packages will be upgraded: 13:07:46 gpg gpg-agent gpgconf libudev1 13:07:46 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 13:07:46 Need to get 3530 kB of archives. 13:07:46 After this operation, 13.3 MB of additional disk space will be used. 13:07:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 13:07:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 13:07:46 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] 13:07:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 13:07:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 13:07:46 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 13:07:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:07:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:07:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 13:07:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 13:07:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 13:07:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:07:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:07:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:07:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:07:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:07:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:07:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:07:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:07:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:07:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:07:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 13:07:47 debconf: delaying package configuration, since apt-utils is not installed 13:07:47 Fetched 3530 kB in 1s (3175 kB/s) 13:07:47 (Reading database ... 12511 files and directories currently installed.) 13:07:47 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 13:07:47 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:07:47 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 13:07:47 Selecting previously unselected package udev. 13:07:47 (Reading database ... 12511 files and directories currently installed.) 13:07:47 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 13:07:47 Unpacking udev (237-3ubuntu10.45) ... 13:07:47 Selecting previously unselected package libfuse2:amd64. 13:07:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:07:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:07:47 Selecting previously unselected package fuse. 13:07:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:07:47 Unpacking fuse (2.9.7-1ubuntu1) ... 13:07:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 13:07:47 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:07:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 13:07:48 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:07:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 13:07:48 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:07:48 Selecting previously unselected package libksba8:amd64. 13:07:48 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:07:48 Unpacking libksba8:amd64 (1.3.5-2) ... 13:07:48 Selecting previously unselected package libroken18-heimdal:amd64. 13:07:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:07:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:07:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:07:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:48 Selecting previously unselected package libwind0-heimdal:amd64. 13:07:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:07:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:07:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:07:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:07:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:07:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:49 Selecting previously unselected package libsasl2-modules-db:amd64. 13:07:49 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:07:49 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:07:49 Selecting previously unselected package libsasl2-2:amd64. 13:07:49 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:07:49 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:07:49 Selecting previously unselected package libldap-common. 13:07:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 13:07:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:07:49 Selecting previously unselected package libldap-2.4-2:amd64. 13:07:49 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 13:07:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:07:50 Selecting previously unselected package dirmngr. 13:07:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 13:07:50 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 13:07:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:07:50 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 13:07:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:07:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:07:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:07:50 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 13:07:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:50 Setting up libksba8:amd64 (1.3.5-2) ... 13:07:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:07:50 Setting up udev (237-3ubuntu10.45) ... 13:07:51 invoke-rc.d: policy-rc.d denied execution of start. 13:07:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Processing triggers for systemd (237-3ubuntu10) ... 13:07:51 Setting up fuse (2.9.7-1ubuntu1) ... 13:07:51 Setting up gpg (2.2.4-1ubuntu1.4) ... 13:07:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:07:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:07:51 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 13:07:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:07:51 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:07:51 settings in the [Install] section, and DefaultInstance for template units). 13:07:51 This means they are not meant to be enabled using systemctl. 13:07:51 Possible reasons for having this kind of units are: 13:07:51 1) A unit may be statically enabled by being symlinked from another unit's 13:07:51 .wants/ or .requires/ directory. 13:07:51 2) A unit's purpose may be to act as a helper for some other unit which has 13:07:51 a requirement dependency on it. 13:07:51 3) A unit may be started when needed via activation (socket, path, timer, 13:07:51 D-Bus, udev, scripted systemctl call, ...). 13:07:51 4) In case of template units, the unit is meant to be enabled with some 13:07:51 instance name specified. 13:07:52 Reading package lists... 13:07:52 Building dependency tree... 13:07:52 Reading state information... 13:07:52 The following additional packages will be installed: 13:07:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:07:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:07:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:07:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:07:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:07:52 Suggested packages: 13:07:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:07:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:07:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:07:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:07:52 systemd-container policykit-1 13:07:52 Recommended packages: 13:07:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:07:52 The following NEW packages will be installed: 13:07:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:07:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:07:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:07:52 multiarch-support openssh-client python3 python3-minimal python3.6 13:07:52 python3.6-minimal snapd squashfs-tools sudo 13:07:52 The following packages will be upgraded: 13:07:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:07:52 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 13:07:52 Need to get 35.2 MB of archives. 13:07:52 After this operation, 141 MB of additional disk space will be used. 13:07:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 13:07:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 13:07:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 13:07:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:07:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 13:07:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 13:07:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 13:07:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:07:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 13:07:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:07:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:07:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:07:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:07:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:07:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 13:07:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:07:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 13:07:53 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 13:07:53 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 13:07:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 13:07:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:07:53 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:07:53 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:07:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:07:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:07:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:07:53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:07:53 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:07:53 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:07:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:07:53 debconf: delaying package configuration, since apt-utils is not installed 13:07:53 Fetched 35.2 MB in 1s (26.7 MB/s) 13:07:53 (Reading database ... 12757 files and directories currently installed.) 13:07:53 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 13:07:54 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:07:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 13:07:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:07:55 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 13:07:55 (Reading database ... 12757 files and directories currently installed.) 13:07:55 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 13:07:55 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 13:07:55 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 13:07:55 (Reading database ... 12757 files and directories currently installed.) 13:07:55 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 13:07:55 Unpacking apt (1.6.13) over (1.6.1) ... 13:07:55 Setting up apt (1.6.13) ... 13:07:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:07:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:07:56 (Reading database ... 12764 files and directories currently installed.) 13:07:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 13:07:56 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 13:07:56 Selecting previously unselected package libpython3.6-minimal:amd64. 13:07:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:07:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:07:56 Selecting previously unselected package libexpat1:amd64. 13:07:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:07:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:07:56 Selecting previously unselected package python3.6-minimal. 13:07:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:07:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:07:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 13:07:56 Checking for services that may need to be restarted...done. 13:07:56 Checking for services that may need to be restarted...done. 13:07:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:07:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:07:57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:07:57 Selecting previously unselected package python3-minimal. 13:07:57 (Reading database ... 13012 files and directories currently installed.) 13:07:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:07:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:07:57 Selecting previously unselected package mime-support. 13:07:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:07:57 Unpacking mime-support (3.60ubuntu1) ... 13:07:57 Selecting previously unselected package libmpdec2:amd64. 13:07:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:07:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:07:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:07:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:07:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:07:57 Selecting previously unselected package python3.6. 13:07:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:07:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:07:57 Selecting previously unselected package libpython3-stdlib:amd64. 13:07:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:07:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:07:58 Setting up python3-minimal (3.6.7-1~18.04) ... 13:07:58 Selecting previously unselected package python3. 13:07:58 (Reading database ... 13442 files and directories currently installed.) 13:07:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:07:58 Unpacking python3 (3.6.7-1~18.04) ... 13:07:58 Selecting previously unselected package multiarch-support. 13:07:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:07:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:07:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:07:58 Selecting previously unselected package liblzo2-2:amd64. 13:07:58 (Reading database ... 13479 files and directories currently installed.) 13:07:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:07:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:07:58 Selecting previously unselected package libbsd0:amd64. 13:07:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:07:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:07:58 Selecting previously unselected package sudo. 13:07:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 13:07:58 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 13:07:58 Selecting previously unselected package apparmor. 13:07:58 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:07:58 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:07:59 Selecting previously unselected package libedit2:amd64. 13:07:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:07:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:07:59 Selecting previously unselected package libkrb5support0:amd64. 13:07:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:07:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:07:59 Selecting previously unselected package libk5crypto3:amd64. 13:07:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:07:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:07:59 Selecting previously unselected package libkeyutils1:amd64. 13:07:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:07:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:07:59 Selecting previously unselected package libkrb5-3:amd64. 13:07:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:07:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:07:59 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:07:59 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:07:59 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:07:59 Selecting previously unselected package libssl1.0.0:amd64. 13:07:59 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 13:07:59 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:08:00 Selecting previously unselected package openssh-client. 13:08:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:08:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:08:00 Selecting previously unselected package squashfs-tools. 13:08:00 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:08:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:08:00 Selecting previously unselected package snapd. 13:08:00 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 13:08:00 Unpacking snapd (2.48.3+18.04) ... 13:08:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:08:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:08:02 Setting up mime-support (3.60ubuntu1) ... 13:08:02 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 13:08:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:08:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:08:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:08:02 Setting up systemd (237-3ubuntu10.45) ... 13:08:02 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:08:03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:08:03 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:08:03 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:08:03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:08:03 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:08:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:08:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:08:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:08:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:08:03 Setting up python3 (3.6.7-1~18.04) ... 13:08:03 running python rtupdate hooks for python3.6... 13:08:03 running python post-rtupdate hooks for python3.6... 13:08:04 Setting up apparmor (2.12-4ubuntu5.1) ... 13:08:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:08:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:08:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:08:05 Setting up snapd (2.48.3+18.04) ... 13:08:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:08:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:08:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:08:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:08:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:08:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:08:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:08:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:08:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:08:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:08:07 /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' 13:08:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:08:07 Processing triggers for systemd (237-3ubuntu10.45) ... 13:08:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:08:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:08:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:08:09 Reading package lists... 13:08:10 Reading package lists... 13:08:10 Building dependency tree... 13:08:10 Reading state information... 13:08:10 Calculating upgrade... 13:08:10 The following packages will be upgraded: 13:08:10 advancecomp base-files bash binutils binutils-common 13:08:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:08:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:08:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 13:08:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 13:08:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 13:08:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 13:08:10 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 13:08:10 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 13:08:10 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 13:08:10 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 13:08:10 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 13:08:10 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 13:08:10 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 13:08:10 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 13:08:10 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:08:10 Need to get 64.0 MB of archives. 13:08:10 After this operation, 5033 kB of additional disk space will be used. 13:08:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] 13:08:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:08:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:08:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:08:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:08:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:08:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:08:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:08:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:08:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:08:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:08:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:08:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:08:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:08:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:08:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:08:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:08:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:08:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:08:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:08:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:08:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:08:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:08:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:08:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:08:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:08:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:08:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:08:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:08:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:08:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:08:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:08:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:08:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:08:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:08:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 13:08:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 13:08:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 13:08:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:08:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:08:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 13:08:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 13:08:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:08:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:08:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:08:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 13:08:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:08:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:08:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 13:08:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 13:08:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 13:08:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 13:08:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:08:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:08:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:08:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:08:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:08:11 ---> 6518435f401f 13:08:11 Step 3/31 : WORKDIR /edgex-go 13:08:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:08:11 ---> 6518435f401f 13:08:11 Step 3/22 : WORKDIR /edgex-go 13:08:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:08:11 ---> 6518435f401f 13:08:11 Step 3/23 : WORKDIR /edgex-go 13:08:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:11 13:08:11 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 13:08:11 13:08:11 ---> 6518435f401f 13:08:11 ---> 6518435f401f 13:08:11 Step 3/21 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 13:08:11 13:08:11 ---> Running in dcbf3b2332db 13:08:11 ---> Running in bb2c475a3f5e 13:08:11 ---> Running in d8a2ff81f677 13:08:11 ---> Running in e3c73f5a7267 13:08:11 ---> Running in 92a53106bf89 13:08:11 Removing intermediate container e3c73f5a7267 13:08:11 ---> c77d21743c8e 13:08:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:11 Removing intermediate container 92a53106bf89 13:08:11 Removing intermediate container dcbf3b2332db 13:08:11 ---> 51d3020fad4b 13:08:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:11 ---> ac87edb13be4 13:08:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:11 Removing intermediate container d8a2ff81f677 13:08:11 ---> 33723ba8860a 13:08:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:11 Removing intermediate container bb2c475a3f5e 13:08:11 ---> de53533d64c1 13:08:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:11 ---> Running in 4e3e1c9f56c2 13:08:11 ---> Running in 00bc80c5c048 13:08:11 ---> Running in 0783fc9c7c96 13:08:11 ---> Running in c9a15749f25b 13:08:11 ---> Running in 324c65ea68e0 13:08:11 Removing intermediate container 4e3e1c9f56c2 13:08:11 ---> 69c482fe07e7 13:08:11 Step 5/21 : RUN apk add --update --no-cache make git 13:08:11 ---> Running in 28dc35c71ee0 13:08:11 Removing intermediate container 00bc80c5c048 13:08:11 ---> bf1e48262434 13:08:11 Step 5/23 : RUN apk add --update --no-cache make bash git 13:08:11 Removing intermediate container c9a15749f25b 13:08:11 ---> f394f9e3c83a 13:08:11 Step 5/31 : RUN apk add --update --no-cache make git 13:08:11 ---> Running in 3c5676f7b2c0 13:08:11 ---> Running in 43f3a3b7dcf1 13:08:11 Removing intermediate container 0783fc9c7c96 13:08:11 ---> 8cc155fdf4e1 13:08:11 Step 5/22 : RUN apk add --update --no-cache make git 13:08:11 Removing intermediate container 324c65ea68e0 13:08:11 ---> 0cec7672a00f 13:08:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:08:11 ---> Running in a526ac01bf5a 13:08:11 ---> Running in 9260223783c2 13:08:11 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:08:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:08:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:08:11 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:08:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:08:11 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:08:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:08:11 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:08:11 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:08:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:11 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:08:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:08:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:08:11 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:08:11 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:08:11 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:08:11 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:08:12 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:08:12 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:08:12 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:08:12 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:08:12 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:08:12 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:08:12 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:08:12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 13:08:12 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 13:08:12 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:08:12 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:08:12 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:08:12 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 13:08:12 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:08:12 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:08:12 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 13:08:12 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:08:12 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:08:12 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 13:08:12 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 13:08:12 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:08:12 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:08:12 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:08:12 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:08:12 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:08:12 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:08:12 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:08:12 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:08:12 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:08:12 debconf: delaying package configuration, since apt-utils is not installed 13:08:12 Fetched 64.0 MB in 2s (33.7 MB/s) 13:08:12 (Reading database ... 13912 files and directories currently installed.) 13:08:12 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:08:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:08:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:08:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:08:13 OK: 217 MiB in 51 packages 13:08:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:08:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... 13:08:13 Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... 13:08:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:08:14 OK: 217 MiB in 51 packages 13:08:14 OK: 217 MiB in 51 packages 13:08:14 OK: 217 MiB in 51 packages 13:08:14 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:14 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:14 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:14 OK: 217 MiB in 51 packages 13:08:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:14 Removing intermediate container 28dc35c71ee0 13:08:14 ---> 1813bb18c725 13:08:14 Step 6/21 : COPY go.mod . 13:08:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:15 (Reading database ... 13911 files and directories currently installed.) 13:08:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:08:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:08:15 (Reading database ... 13911 files and directories currently installed.) 13:08:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:08:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:08:15 ---> 3412835dffac 13:08:15 Step 7/21 : RUN go mod download 13:08:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:15 Removing intermediate container a526ac01bf5a 13:08:15 ---> 3a452e3bbe5a 13:08:15 Step 6/22 : COPY go.mod . 13:08:15 Removing intermediate container 9260223783c2 13:08:15 ---> 592fd8267faf 13:08:15 Step 6/22 : COPY go.mod . 13:08:16 (Reading database ... 13911 files and directories currently installed.) 13:08:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:08:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:08:16 ---> Running in 17b24edd9fd7 13:08:16 Removing intermediate container 43f3a3b7dcf1 13:08:16 ---> d0b7c579cc0f 13:08:16 Step 6/31 : COPY go.mod . 13:08:16 Removing intermediate container 3c5676f7b2c0 13:08:16 ---> 1d1d2dd9c456 13:08:16 Step 6/23 : COPY go.mod . 13:08:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:08:17 (Reading database ... 13911 files and directories currently installed.) 13:08:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:08:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:08:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:08:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:08:17 ---> 011e3b7dba2d 13:08:17 Step 7/22 : RUN go mod download 13:08:17 ---> 85b6445743c6 13:08:17 ---> 64683cf1b2b3 13:08:17 Step 7/22 : RUN go mod download ---> Running in 8c3b00939df2 13:08:17 Step 7/31 : RUN go mod download 13:08:17 13:08:17 ---> 5c8dbd9d653e 13:08:17 Step 7/23 : RUN go mod download 13:08:17 Setting up base-files (10.1ubuntu2.10) ... 13:08:17 Installing new version of config file /etc/issue ... 13:08:17 Installing new version of config file /etc/issue.net ... 13:08:17 Installing new version of config file /etc/lsb-release ... 13:08:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:08:17 ---> Running in bb6c1c293ec6 13:08:17 ---> Running in 6ffb75a40c77 13:08:17 ---> Running in 79b4c800c4c3 13:08:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:08:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:08:17 Removing obsolete conffile /etc/default/motd-news ... 13:08:17 (Reading database ... 13912 files and directories currently installed.) 13:08:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:08:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:08:18 Setting up bash (4.4.18-2ubuntu1.2) ... 13:08:18 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 13:08:18 (Reading database ... 13912 files and directories currently installed.) 13:08:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:08:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:08:18 (Reading database ... 13912 files and directories currently installed.) 13:08:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:08:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:08:18 Setting up tar (1.29b-2ubuntu0.2) ... 13:08:18 (Reading database ... 13912 files and directories currently installed.) 13:08:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:08:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:08:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:08:18 (Reading database ... 13912 files and directories currently installed.) 13:08:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:08:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:08:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:08:19 (Reading database ... 13912 files and directories currently installed.) 13:08:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:08:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:08:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:08:19 (Reading database ... 13912 files and directories currently installed.) 13:08:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:08:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:08:19 Setting up grep (3.1-2build1) ... 13:08:19 (Reading database ... 13912 files and directories currently installed.) 13:08:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:08:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:08:19 Setting up login (1:4.5-1ubuntu2) ... 13:08:19 (Reading database ... 13912 files and directories currently installed.) 13:08:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:08:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:08:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:08:19 (Reading database ... 13912 files and directories currently installed.) 13:08:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:08:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:08:20 Removing intermediate container 17b24edd9fd7 13:08:20 ---> 499789c52738 13:08:20 Step 8/21 : COPY . . 13:08:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:08:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:08:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:08:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:08:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:08:21 (Reading database ... 13912 files and directories currently installed.) 13:08:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:08:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:08:22 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:08:22 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:08:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:08:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:08:22 Removing intermediate container 8c3b00939df2 13:08:22 ---> 36cf126c369d 13:08:22 Step 8/22 : COPY . . 13:08:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:08:22 (Reading database ... 13912 files and directories currently installed.) 13:08:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:08:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:08:22 Removing intermediate container 79b4c800c4c3 13:08:22 ---> ba9be1336d6f 13:08:22 Step 8/23 : COPY . . 13:08:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:08:22 (Reading database ... 13912 files and directories currently installed.) 13:08:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:08:23 (Reading database ... 13912 files and directories currently installed.) 13:08:23 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:23 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:23 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:08:23 (Reading database ... 13912 files and directories currently installed.) 13:08:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:08:23 (Reading database ... 13912 files and directories currently installed.) 13:08:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:23 Removing intermediate container 6ffb75a40c77 13:08:23 ---> 3cba7c70a40f 13:08:23 Step 8/31 : COPY . . 13:08:23 Removing intermediate container bb6c1c293ec6 13:08:23 ---> e67c8fffd370 13:08:23 Step 8/22 : COPY . . 13:08:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:08:23 (Reading database ... 13912 files and directories currently installed.) 13:08:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:08:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:08:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:08:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:08:23 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:08:24 (Reading database ... 13912 files and directories currently installed.) 13:08:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:08:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:08:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:08:24 (Reading database ... 13912 files and directories currently installed.) 13:08:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:08:24 (Reading database ... 13912 files and directories currently installed.) 13:08:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:08:24 (Reading database ... 13912 files and directories currently installed.) 13:08:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:08:25 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:08:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:08:25 (Reading database ... 13912 files and directories currently installed.) 13:08:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:08:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:08:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:08:26 (Reading database ... 13912 files and directories currently installed.) 13:08:26 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:08:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:08:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:08:26 (Reading database ... 13914 files and directories currently installed.) 13:08:26 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:08:26 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:08:26 Setting up debconf (1.5.66ubuntu1) ... 13:08:27 (Reading database ... 13914 files and directories currently installed.) 13:08:27 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 13:08:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:08:27 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 13:08:27 (Reading database ... 13914 files and directories currently installed.) 13:08:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 13:08:27 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:08:27 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 13:08:28 (Reading database ... 13914 files and directories currently installed.) 13:08:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:08:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:08:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:08:28 (Reading database ... 13914 files and directories currently installed.) 13:08:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:08:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:08:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:08:28 (Reading database ... 13914 files and directories currently installed.) 13:08:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:08:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:08:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:08:29 (Reading database ... 13914 files and directories currently installed.) 13:08:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:08:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:08:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 13:08:29 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:08:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:08:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:08:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:08:29 (Reading database ... 13914 files and directories currently installed.) 13:08:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:08:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:08:29 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:08:29 (Reading database ... 13914 files and directories currently installed.) 13:08:29 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:08:29 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:08:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:08:30 (Reading database ... 13914 files and directories currently installed.) 13:08:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:08:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:08:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:08:30 (Reading database ... 13914 files and directories currently installed.) 13:08:30 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 13:08:30 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 13:08:30 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 13:08:30 (Reading database ... 13914 files and directories currently installed.) 13:08:30 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:08:30 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:08:31 Setting up passwd (1:4.5-1ubuntu2) ... 13:08:31 (Reading database ... 13914 files and directories currently installed.) 13:08:31 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 13:08:31 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:08:31 Setting up gpgv (2.2.4-1ubuntu1.4) ... 13:08:31 (Reading database ... 13914 files and directories currently installed.) 13:08:31 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 13:08:31 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 13:08:31 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 13:08:31 (Reading database ... 13914 files and directories currently installed.) 13:08:31 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 13:08:31 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 13:08:31 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 13:08:31 (Reading database ... 13914 files and directories currently installed.) 13:08:31 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:08:31 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:08:31 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:08:32 (Reading database ... 13914 files and directories currently installed.) 13:08:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:08:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:08:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:08:32 (Reading database ... 13914 files and directories currently installed.) 13:08:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:08:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:08:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:08:32 (Reading database ... 13914 files and directories currently installed.) 13:08:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:08:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:08:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:08:32 (Reading database ... 13914 files and directories currently installed.) 13:08:32 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 13:08:32 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 13:08:32 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 13:08:32 (Reading database ... 13914 files and directories currently installed.) 13:08:32 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 13:08:32 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 13:08:32 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 13:08:33 (Reading database ... 13915 files and directories currently installed.) 13:08:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:08:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:08:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:08:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:08:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 13:08:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 13:08:33 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 13:08:33 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 13:08:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:08:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:08:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:08:33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:08:33 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:08:33 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:08:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:08:34 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:08:34 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:08:34 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:08:34 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:08:34 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:08:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:08:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:08:34 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 13:08:34 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 13:08:35 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:08:35 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:08:35 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:08:35 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:08:35 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:08:35 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:08:36 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:08:36 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:08:36 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:08:36 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:08:36 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:08:36 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:08:36 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:36 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:36 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:37 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:37 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:37 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:37 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:38 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:38 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:39 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:39 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:40 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:40 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:41 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:08:41 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:08:41 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:08:41 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:08:41 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:08:41 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:08:41 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:08:41 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:08:41 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:08:41 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:08:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:08:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:08:42 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:08:42 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:08:42 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:08:42 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:08:42 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:42 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:08:42 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:42 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:42 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:42 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:08:42 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:08:42 Setting up tzdata (2021a-0ubuntu0.18.04) ... 13:08:42 13:08:42 Current default time zone: 'Etc/UTC' 13:08:42 Local time is now: Wed Apr 14 13:08:42 UTC 2021. 13:08:42 Universal Time is now: Wed Apr 14 13:08:42 UTC 2021. 13:08:42 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:08:42 13:08:42 Setting up systemd-sysv (237-3ubuntu10.45) ... 13:08:42 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:42 Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... 13:08:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:08:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:08:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:08:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:08:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:08:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:08:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:08:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:08:43 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:08:43 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 13:08:43 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:43 Setting up patch (2.7.6-2ubuntu1.1) ... 13:08:43 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:08:43 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:08:43 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 13:08:44 Installing new version of config file /etc/ssl/openssl.cnf ... 13:08:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:08:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:08:44 Setting up ca-certificates (20210119~18.04.1) ... 13:08:45 Updating certificates in /etc/ssl/certs... 13:08:46 23 added, 27 removed; done. 13:08:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:08:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:08:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:08:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:08:46 Setting up pkgbinarymangler (138.18.04.1) ... 13:08:46 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:08:46 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 13:08:46 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:08:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:08:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:08:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:08:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:08:47 Setting up perl (5.26.1-6ubuntu0.5) ... 13:08:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 13:08:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:08:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:08:47 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 13:08:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:08:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:08:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:08:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:08:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:08:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:08:47 Processing triggers for systemd (237-3ubuntu10.45) ... 13:08:47 Processing triggers for mime-support (3.60ubuntu1) ... 13:08:47 Processing triggers for ca-certificates (20210119~18.04.1) ... 13:08:47 Updating certificates in /etc/ssl/certs... 13:08:48 0 added, 0 removed; done. 13:08:48 Running hooks in /etc/ca-certificates/update.d... 13:08:48 done. 13:08:48 Reading package lists... 13:08:48 Building dependency tree... 13:08:48 Reading state information... 13:08:48 The following NEW packages will be installed: 13:08:48 apt-transport-https 13:08:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:08:48 Need to get 1692 B of archives. 13:08:48 After this operation, 154 kB of additional disk space will be used. 13:08:48 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 13:08:49 debconf: delaying package configuration, since apt-utils is not installed 13:08:49 Fetched 1692 B in 0s (8616 B/s) 13:08:49 Selecting previously unselected package apt-transport-https. 13:08:49 (Reading database ... 13920 files and directories currently installed.) 13:08:49 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 13:08:49 Unpacking apt-transport-https (1.6.13) ... 13:08:49 Setting up apt-transport-https (1.6.13) ... 13:08:49 Waiting for network to be ready... 13:08:50 ---> f895547f7701 13:08:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:08:50 ---> bf337ef0c8d1 13:08:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:08:50 ---> df8ae9017a98 13:08:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> Running in 0c4f6b4f2a48 13:08:50 13:08:50 ---> 3c3fcfbd02fe 13:08:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:08:50 ---> 0da37fec6555 13:08:50 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:08:50 ---> Running in 5ac8e1103a9a 13:08:50 ---> Running in 24ddd9b70e2f 13:08:50 ---> Running in d073fc359c72 13:08:50 ---> Running in 3ebfae2e8ce7 13:08:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:08:50 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 13:08:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:08:50 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 13:08:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:08:56 2021-04-14T13:08:52Z INFO Waiting for automatic snapd restart... 13:08:56 snapd 2.49.2 from Canonical* installed 13:08:57 "snapd" switched to the "latest/stable" channel 13:08:57 13:08:59 core18 20210309 from Canonical* installed 13:09:00 "core18" switched to the "latest/stable" channel 13:09:00 13:09:03 snapcraft 4.6.2 from Canonical* installed 13:09:03 "snapcraft" switched to the "latest/stable" channel 13:09:03 13:09:07 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: 13:09:07 - README.md 13:09:07 13:09:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:09:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:09:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:09:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:09:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:09:14 Reading package lists... 13:09:14 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 13:09:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:09:21 Reading package lists... 13:09:21 Building dependency tree... 13:09:21 Reading state information... 13:09:21 Suggested packages: 13:09:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:09:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:09:21 Recommended packages: 13:09:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:09:21 The following NEW packages will be installed: 13:09:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:09:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:09:21 pkg-config zip 13:09:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:09:21 Need to get 7663 kB of archives. 13:09:21 After this operation, 43.8 MB of additional disk space will be used. 13:09:21 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:09:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 13:09:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:09:21 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:09:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:09:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:09:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:09:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:09:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:09:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:09:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 13:09:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 13:09:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 13:09:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:09:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:09:22 debconf: delaying package configuration, since apt-utils is not installed 13:09:22 Fetched 7663 kB in 1s (6962 kB/s) 13:09:22 Selecting previously unselected package libglib2.0-0:amd64. 13:09:22 (Reading database ... 13924 files and directories currently installed.) 13:09:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 13:09:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:09:22 Selecting previously unselected package libpsl5:amd64. 13:09:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:09:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:09:22 Selecting previously unselected package libnghttp2-14:amd64. 13:09:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:09:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:09:23 Selecting previously unselected package librtmp1:amd64. 13:09:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:09:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:09:23 Selecting previously unselected package libcurl3-gnutls:amd64. 13:09:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 13:09:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 13:09:23 Selecting previously unselected package liberror-perl. 13:09:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:09:23 Unpacking liberror-perl (0.17025-1) ... 13:09:23 Selecting previously unselected package git-man. 13:09:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 13:09:23 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 13:09:23 Selecting previously unselected package git. 13:09:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 13:09:23 Unpacking git (1:2.17.1-1ubuntu0.8) ... 13:09:24 Selecting previously unselected package libnorm1:amd64. 13:09:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:09:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:09:24 Selecting previously unselected package libpgm-5.2-0:amd64. 13:09:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:09:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:09:24 Selecting previously unselected package libsodium23:amd64. 13:09:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:09:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:09:24 Selecting previously unselected package libzmq5:amd64. 13:09:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:09:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:09:24 Selecting previously unselected package libzmq3-dev:amd64. 13:09:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:09:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:09:24 Selecting previously unselected package pkg-config. 13:09:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:09:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:09:24 Selecting previously unselected package zip. 13:09:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:09:24 Unpacking zip (3.0-11build1) ... 13:09:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:09:25 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 13:09:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:09:25 Setting up liberror-perl (0.17025-1) ... 13:09:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:09:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:09:25 No schema files found: doing nothing. 13:09:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:09:25 Setting up zip (3.0-11build1) ... 13:09:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:09:25 Setting up libsodium23:amd64 (1.0.16-2) ... 13:09:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:09:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:09:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 13:09:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:09:25 Setting up git (1:2.17.1-1ubuntu0.8) ... 13:09:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:09:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:09:31 git set to automatically installed. 13:09:31 git-man set to automatically installed. 13:09:31 libcurl3-gnutls set to automatically installed. 13:09:31 liberror-perl set to automatically installed. 13:09:31 libglib2.0-0 set to automatically installed. 13:09:31 libnghttp2-14 set to automatically installed. 13:09:31 libnorm1 set to automatically installed. 13:09:31 libpgm-5.2-0 set to automatically installed. 13:09:31 libpsl5 set to automatically installed. 13:09:31 librtmp1 set to automatically installed. 13:09:31 libsodium23 set to automatically installed. 13:09:31 libzmq3-dev set to automatically installed. 13:09:31 libzmq5 set to automatically installed. 13:09:31 pkg-config set to automatically installed. 13:09:31 zip set to automatically installed. 13:09:34 snapd is not logged in, snap install commands will use sudo 13:09:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:09:41 snap "core18" has no updates available 13:09:43 snapd is not logged in, snap install commands will use sudo 13:09:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:10:05 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 13:10:05 Pulling go-build-helper 13:10:05 + snapcraftctl pull 13:10:05 'app-service-config' has dependencies that need to be staged: go-build-helper 13:10:05 Skipping pull go-build-helper (already ran) 13:10:05 Building go-build-helper 13:10:05 + snapcraftctl build 13:10:07 Staging go-build-helper 13:10:07 + snapcraftctl stage 13:10:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:10:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:10:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] 13:10:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] 13:10:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:10:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:10:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] 13:10:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] 13:10:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] 13:10:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] 13:10:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:10:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:10:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:10:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:10:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:10:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:10:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:10:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:10:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:10:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] 13:10:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] 13:10:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:10:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:10:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] 13:10:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] 13:10:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] 13:10:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] 13:10:17 Fetched 24.3 MB in 0s (0 B/s) 13:10:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:10:17 Fetched 224 kB in 0s (0 B/s) 13:10:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:10:17 Fetched 157 kB in 0s (0 B/s) 13:10:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:10:17 Fetched 221 kB in 0s (0 B/s) 13:10:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:10:17 Fetched 143 kB in 0s (0 B/s) 13:10:17 Pulling app-service-config 13:10:17 + snapcraftctl pull 13:10:17 Cloning into '/root/parts/app-service-config/src'... 13:10:17 Pulling config-common 13:10:17 + snapcraftctl pull 13:10:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:10:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:10:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:10:22 Fetched 0 B in 0s (0 B/s) 13:10:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:10:22 Fetched 0 B in 0s (0 B/s) 13:10:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:10:22 Fetched 0 B in 0s (0 B/s) 13:10:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:10:22 Fetched 0 B in 0s (0 B/s) 13:10:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:10:22 Fetched 0 B in 0s (0 B/s) 13:10:22 Pulling edgex-go 13:10:22 + snapcraftctl pull 13:10:27 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 13:10:42 Removing intermediate container 3ebfae2e8ce7 13:10:42 ---> 6e745adaa766 13:10:42 13:10:42 Step 10/31 : FROM alpine:3.12 13:10:42 Removing intermediate container d073fc359c72 13:10:42 ---> 499713c69bb5 13:10:42 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:10:42 3.12: Pulling from library/alpine 13:10:42 Removing intermediate container 0c4f6b4f2a48 13:10:42 ---> df99504ed045 13:10:42 13:10:42 Step 10/21 : FROM alpine:3.12 13:10:42 ---> Running in 73ccf03c07a7 13:10:42 3.12: Pulling from library/alpine 13:10:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:10:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:10:42 Status: Downloaded newer image for alpine:3.12 13:10:42 ---> d75e27dfc0a0 13:10:42 Step 11/21 : RUN apk add --update --no-cache curl 13:10:42 Status: Image is up to date for alpine:3.12 13:10:42 ---> d75e27dfc0a0 13:10:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:10:43 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 13:10:43 ---> Running in da347c79f07c 13:10:43 ---> Running in a67a9fed205b 13:10:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:10:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:10:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:10:44 Fetched 0 B in 0s (0 B/s) 13:10:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:10:44 Fetched 96.5 kB in 0s (0 B/s) 13:10:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:10:44 Fetched 279 kB in 0s (0 B/s) 13:10:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:10:44 Fetched 122 kB in 0s (0 B/s) 13:10:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:10:44 Fetched 77.8 kB in 0s (0 B/s) 13:10:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:10:44 Fetched 8848 B in 0s (0 B/s) 13:10:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:10:44 Fetched 47.8 kB in 0s (0 B/s) 13:10:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:10:44 Fetched 45.6 kB in 0s (0 B/s) 13:10:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:10:44 Fetched 15.0 kB in 0s (0 B/s) 13:10:44 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 13:10:44 Fetched 219 kB in 0s (0 B/s) 13:10:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:10:44 Fetched 154 kB in 0s (0 B/s) 13:10:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:10:44 Fetched 50.6 kB in 0s (0 B/s) 13:10:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:10:44 Fetched 14.8 kB in 0s (0 B/s) 13:10:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:10:44 Fetched 41.8 kB in 0s (0 B/s) 13:10:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:10:44 Fetched 499 kB in 0s (0 B/s) 13:10:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:10:44 Fetched 111 kB in 0s (0 B/s) 13:10:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:10:44 Fetched 240 kB in 0s (0 B/s) 13:10:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:10:44 Fetched 29.3 kB in 0s (0 B/s) 13:10:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:10:44 Fetched 85.5 kB in 0s (0 B/s) 13:10:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:10:44 Fetched 24.5 kB in 0s (0 B/s) 13:10:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:10:44 Fetched 49.2 kB in 0s (0 B/s) 13:10:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:10:44 Fetched 54.2 kB in 0s (0 B/s) 13:10:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:10:44 Fetched 30.8 kB in 0s (0 B/s) 13:10:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:10:44 Fetched 15.8 kB in 0s (0 B/s) 13:10:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:10:44 Fetched 85.9 kB in 0s (0 B/s) 13:10:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:10:44 Fetched 8720 B in 0s (0 B/s) 13:10:44 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 13:10:44 Fetched 137 kB in 0s (0 B/s) 13:10:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:10:44 Fetched 119 kB in 0s (0 B/s) 13:10:44 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 13:10:44 Fetched 110 kB in 0s (0 B/s) 13:10:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:10:44 Fetched 11.1 kB in 0s (0 B/s) 13:10:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:10:44 Fetched 645 kB in 0s (0 B/s) 13:10:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:10:44 Fetched 41.3 kB in 0s (0 B/s) 13:10:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:10:44 Fetched 17.9 kB in 0s (0 B/s) 13:10:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:10:44 Fetched 368 kB in 0s (0 B/s) 13:10:44 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:10:44 Fetched 187 kB in 0s (0 B/s) 13:10:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:10:44 Fetched 175 kB in 0s (0 B/s) 13:10:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:10:44 Fetched 206 kB in 0s (0 B/s) 13:10:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 13:10:44 Fetched 1301 kB in 0s (0 B/s) 13:10:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:10:44 Fetched 36.2 kB in 0s (0 B/s) 13:10:44 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 13:10:44 Fetched 159 kB in 0s (0 B/s) 13:10:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:10:44 Fetched 107 kB in 0s (0 B/s) 13:10:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:10:44 Fetched 48.7 kB in 0s (0 B/s) 13:10:44 Pulling static-packages 13:10:44 + snapcraftctl pull 13:10:44 Pulling version 13:10:44 + cd /root/project 13:10:44 + [ -f VERSION ] 13:10:44 + PROJECT_VERSION=local-dev 13:10:44 + git rev-parse --short HEAD 13:10:44 + GIT_REVISION=4c81057e 13:10:44 + snapcraftctl set-version local-dev 13:10:44 Skipping build go-build-helper (already ran) 13:10:45 Building app-service-config 13:10:45 + make build 13:10:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 13:10:45 Removing intermediate container da347c79f07c 13:10:45 ---> 2ac6964a2c64 13:10:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:10:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:45 ---> Running in d76c779f2187 13:10:46 (1/4) Installing ca-certificates (20191127-r4) 13:10:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:10:46 (3/4) Installing libcurl (7.76.1-r0) 13:10:46 (4/4) Installing curl (7.76.1-r0) 13:10:46 Executing busybox-1.31.1-r20.trigger 13:10:46 Executing ca-certificates-20191127-r4.trigger 13:10:46 OK: 7 MiB in 18 packages 13:10:47 Removing intermediate container 24ddd9b70e2f 13:10:47 ---> bcccc08e6a7b 13:10:47 13:10:47 Step 10/22 : FROM alpine:3.12 13:10:47 ---> d75e27dfc0a0 13:10:47 Removing intermediate container 5ac8e1103a9a 13:10:47 ---> 1f15eb945988 13:10:47 13:10:47 Step 10/22 : FROM alpine:3.12 13:10:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:10:47 ---> d75e27dfc0a0 13:10:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:47 ---> Running in cf169d8ea943 13:10:47 ---> Running in 133a78a380af 13:10:47 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 13:10:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 13:10:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 13:10:47 go: downloading github.com/gorilla/mux v1.8.0 13:10:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 13:10:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 13:10:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:10:47 go: downloading github.com/google/uuid v1.2.0 13:10:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 13:10:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:10:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 13:10:47 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 13:10:47 (1/2) Installing dumb-init (1.2.2-r1) 13:10:47 (2/2) Installing su-exec (0.2-r1) 13:10:47 Executing busybox-1.31.1-r20.trigger 13:10:47 OK: 5 MiB in 16 packages 13:10:48 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 13:10:48 go: downloading github.com/x448/float16 v0.8.4 13:10:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 13:10:48 go: downloading github.com/pelletier/go-toml v1.2.0 13:10:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:10:48 go: downloading github.com/go-playground/validator/v10 v10.4.1 13:10:48 go: downloading github.com/mitchellh/copystructure v1.0.0 13:10:48 go: downloading github.com/gorilla/websocket v1.4.2 13:10:48 go: downloading github.com/hashicorp/consul/api v1.8.1 13:10:48 go: downloading github.com/pebbe/zmq4 v1.2.7 13:10:48 go: downloading github.com/go-kit/kit v0.8.0 13:10:48 go: downloading github.com/leodido/go-urn v1.2.0 13:10:48 go: downloading github.com/go-playground/universal-translator v0.17.0 13:10:48 go: downloading github.com/BurntSushi/toml v0.3.1 13:10:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:10:49 Removing intermediate container 73ccf03c07a7 13:10:49 ---> 6b25b01b51c9 13:10:49 13:10:49 Step 11/23 : FROM docker:20.10.0 13:10:49 20.10.0: Pulling from library/docker 13:10:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:10:49 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 13:10:49 go: downloading github.com/go-playground/locales v0.13.0 13:10:49 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:10:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:10:49 go: downloading github.com/hashicorp/serf v0.9.5 13:10:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:10:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:10:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:10:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:10:49 go: downloading github.com/fatih/color v1.9.0 13:10:49 go: downloading github.com/mattn/go-isatty v0.0.12 13:10:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:10:49 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 13:10:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:10:49 go: downloading github.com/mattn/go-colorable v0.1.6 13:10:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:10:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:10:50 Removing intermediate container a67a9fed205b 13:10:50 ---> 2c960537279a 13:10:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:10:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:50 ---> Running in 46e6a0d509c5 13:10:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:50 Removing intermediate container d76c779f2187 13:10:50 ---> fe9c63266b3b 13:10:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:10:50 (1/2) Installing ca-certificates (20191127-r4) 13:10:51 (2/2) Installing dumb-init (1.2.2-r1) 13:10:51 Executing busybox-1.31.1-r20.trigger 13:10:51 Executing ca-certificates-20191127-r4.trigger 13:10:51 (1/1) Installing dumb-init (1.2.2-r1) 13:10:51 Executing busybox-1.31.1-r20.trigger 13:10:51 ---> Running in 31bc243dcb55 13:10:51 OK: 5 MiB in 15 packages 13:10:51 OK: 6 MiB in 16 packages 13:10:51 Removing intermediate container 46e6a0d509c5 13:10:51 ---> 8cc61e6fab83 13:10:51 Step 13/21 : WORKDIR /edgex 13:10:52 ---> Running in b206cfff6946 13:10:52 Removing intermediate container 31bc243dcb55 13:10:52 ---> 6c39ea209593 13:10:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:10:52 ---> Running in fe52ce2e8d9d 13:10:53 Removing intermediate container b206cfff6946 13:10:53 ---> 2106114c7367 13:10:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:10:53 Removing intermediate container fe52ce2e8d9d 13:10:53 ---> 30e714e9b170 13:10:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:10:54 Removing intermediate container cf169d8ea943 13:10:54 ---> 467b035c9339 13:10:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:10:54 Removing intermediate container 133a78a380af 13:10:54 ---> ae39f5e1caad 13:10:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:10:54 ---> Running in bbc314b209e8 13:10:54 ---> Running in 4263284eac5e 13:10:54 ---> Running in c00035a1c665 13:10:54 ---> 8e4f46fa14df 13:10:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:10:54 Removing intermediate container 4263284eac5e 13:10:54 ---> 846b09ecfd38 13:10:54 Step 13/22 : ENV APP_PORT=48085 13:10:54 Removing intermediate container c00035a1c665 13:10:54 ---> 6d315ecafdaa 13:10:54 Step 13/22 : ENV APP_PORT=48060 13:10:55 ---> Running in a45d3a14abbe 13:10:55 ---> Running in b8bc598f5322 13:10:57 Removing intermediate container b8bc598f5322 13:10:57 ---> c31018063241 13:10:57 Step 14/22 : EXPOSE $APP_PORT 13:10:57 Removing intermediate container a45d3a14abbe 13:10:57 ---> fe7fde41b0db 13:10:57 Step 14/22 : EXPOSE $APP_PORT 13:10:57 ---> 25c3a69b1c57 13:10:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:10:57 ---> Running in ad85f1e12173 13:10:57 ---> Running in adc8cc89fed9 13:10:57 Removing intermediate container bbc314b209e8 13:10:57 ---> dfc859556c9a 13:10:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:10:58 ---> Running in 9fb4437d3a55 13:10:58 Removing intermediate container ad85f1e12173 13:10:58 ---> 541bad48544c 13:10:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:10:58 Removing intermediate container adc8cc89fed9 13:10:58 ---> 5a0600ef4a39 13:10:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:10:59 ---> 91817959de10 13:10:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:10:59 Removing intermediate container 9fb4437d3a55 13:10:59 ---> 8f994cdc5704 13:10:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:10:59 ---> Running in 7ead3d0e99aa 13:10:59 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 13:10:59 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 13:10:59 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 13:10:59 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 13:10:59 Building config-common 13:10:59 + snapcraftctl build 13:10:59 ---> 95e302b53f37 13:10:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:10:59 ---> 6a00336c8477 13:10:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:11:00 Removing intermediate container 7ead3d0e99aa 13:11:00 ---> b69f140a382e 13:11:00 Step 18/21 : CMD ["--init=true"] 13:11:00 ---> f6a67e399cce 13:11:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:11:00 ---> Running in c99c2357a562 13:11:00 ---> Running in 913e3253884d 13:11:02 Removing intermediate container c99c2357a562 13:11:02 ---> 46ed14120ef8 13:11:02 Step 19/21 : LABEL arch=arm64 13:11:02 Building edgex-go 13:11:02 + cd /root/parts/edgex-go/src 13:11:02 + make build 13:11:02 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 13:11:02 ---> c00310ca1cb6 13:11:02 ---> 1408de5cc52e 13:11:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:11:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:11:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 13:11:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:11:02 go: downloading github.com/imdario/mergo v0.3.12 13:11:02 go: downloading github.com/pkg/errors v0.8.1 13:11:02 go: downloading github.com/pelletier/go-toml v1.9.0 13:11:02 ---> Running in a7b190c35d75 13:11:03 Removing intermediate container a7b190c35d75 13:11:03 ---> 6c013a1f508a 13:11:03 Step 20/21 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:11:03 ---> Running in d632923f63ed 13:11:03 ---> 4efea7a09924 13:11:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:11:03 ---> 44d53efc58bf 13:11:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:11:03 ---> Running in b7ce39554e28 13:11:03 ---> Running in e92ad0624cf6 13:11:04 Removing intermediate container 913e3253884d 13:11:04 ---> ae3ca700b750 13:11:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:11:04 Removing intermediate container d632923f63ed 13:11:04 ---> f2ad93b0dec7 13:11:04 Step 21/21 : LABEL version=0.0.0 13:11:04 ---> Running in 9d71b58a8fbf 13:11:04 Removing intermediate container e92ad0624cf6 13:11:04 ---> 3bbaf1907129 13:11:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:11:04 Status: Downloaded newer image for docker:20.10.0 13:11:04 ---> eeaf43b92773 13:11:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:11:04 Removing intermediate container b7ce39554e28 13:11:04 ---> a745b97be59f 13:11:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:11:05 ---> Running in c7dd21d1edbc 13:11:05 ---> Running in 65213ea86faf 13:11:05 ---> Running in e8aadadb5870 13:11:05 ---> bf7a5071814e 13:11:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:11:05 Removing intermediate container 9d71b58a8fbf 13:11:05 ---> 6639d5b8d28d 13:11:05 13:11:05 Removing intermediate container c7dd21d1edbc 13:11:05 ---> def3d9e94fd0 13:11:05 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:11:05 Successfully built 6639d5b8d28d 13:11:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:11:06 Building docker-core-command-go 13:11:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 65213ea86faf 13:11:06 ---> 2b8b217a6056 13:11:06 Step 20/22 : LABEL arch=arm64 13:11:06 ---> Running in 7d46dc954cc6 13:11:06 Removing intermediate container e8aadadb5870 13:11:06 ---> e35c4078dc06 13:11:06 Step 20/22 : LABEL arch=arm64 13:11:06 ---> Running in 31af9d5a0a1d 13:11:06 ---> Running in 78cefaacc2b4 13:11:06 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 13:11:06 go: downloading gopkg.in/yaml.v2 v2.4.0 13:11:07 ---> f2f9bd6d1e8b 13:11:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:11:07 Removing intermediate container 31af9d5a0a1d 13:11:07 ---> 936256a88269 13:11:07 Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:11:07 Removing intermediate container 78cefaacc2b4 13:11:07 ---> 0fba796ea33c 13:11:07 Step 21/22 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:11:07 ---> Running in 60cce6fc36b0 13:11:07 ---> Running in 8482ca041892 13:11:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:11:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:11:08 (1/39) Installing readline (8.0.4-r0) 13:11:08 (2/39) Installing bash (5.0.17-r0) 13:11:08 Executing bash-5.0.17-r0.post-install 13:11:08 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:11:08 (4/39) Installing libcurl (7.76.1-r0) 13:11:08 (5/39) Installing curl (7.76.1-r0) 13:11:08 (6/39) Installing dumb-init (1.2.2-r1) 13:11:08 (7/39) Installing libbz2 (1.0.8-r1) 13:11:08 (8/39) Installing expat (2.2.9-r1) 13:11:08 ---> de0e6decb458 13:11:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:11:08 (9/39) Installing libffi (3.3-r2) 13:11:08 (10/39) Installing gdbm (1.13-r1) 13:11:08 (11/39) Installing xz-libs (5.2.5-r0) 13:11:08 (12/39) Installing sqlite-libs (3.32.1-r0) 13:11:08 (13/39) Installing python3 (3.8.8-r0) 13:11:10 Removing intermediate container 60cce6fc36b0 13:11:10 ---> 2919ca866b43 13:11:10 Step 22/22 : LABEL version=0.0.0Removing intermediate container 8482ca041892 13:11:10 13:11:10 ---> 1160952eed03 13:11:10 Step 22/22 : LABEL version=0.0.0 13:11:10 ---> 4ee377497ee9 13:11:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:11:10 ---> Running in e17248e42232 13:11:10 ---> Running in be91a9687fa6 13:11:10 (14/39) Installing py3-appdirs (1.4.4-r1) 13:11:10 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:11:10 (16/39) Installing py3-parsing (2.4.7-r0) 13:11:10 (17/39) Installing py3-six (1.15.0-r0) 13:11:10 (18/39) Installing py3-packaging (20.4-r0) 13:11:10 (19/39) Installing py3-setuptools (47.0.0-r0) 13:11:10 (20/39) Installing py3-chardet (3.0.4-r4) 13:11:11 (21/39) Installing py3-idna (2.9-r0) 13:11:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:11:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:11:11 (24/39) Installing py3-requests (2.23.0-r0) 13:11:11 (25/39) Installing py3-msgpack (1.0.0-r0) 13:11:11 (26/39) Installing py3-lockfile (0.12.2-r3) 13:11:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:11:11 (28/39) Installing py3-colorama (0.4.3-r0) 13:11:11 (29/39) Installing py3-distlib (0.3.0-r0) 13:11:11 (30/39) Installing py3-distro (1.5.0-r1) 13:11:11 (31/39) Installing py3-webencodings (0.5.1-r3) 13:11:11 (32/39) Installing py3-html5lib (1.0.1-r4) 13:11:11 (33/39) Installing py3-pytoml (0.1.21-r0) 13:11:11 (34/39) Installing py3-pep517 (0.8.2-r0) 13:11:11 (35/39) Installing py3-progress (1.5-r0) 13:11:11 (36/39) Installing py3-toml (0.10.1-r0) 13:11:11 (37/39) Installing py3-retrying (1.3.3-r0) 13:11:11 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:11:11 (39/39) Installing py3-pip (20.1.1-r0) 13:11:11 Executing busybox-1.31.1-r19.trigger 13:11:11 OK: 72 MiB in 59 packages 13:11:11 Removing intermediate container be91a9687fa6 13:11:11 ---> 7ede387ecfe2 13:11:11 13:11:11 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 13:11:12 Successfully built 7ede387ecfe2 13:11:12 Removing intermediate container e17248e42232 13:11:12 ---> 8ba91a145ab6 13:11:12 Successfully tagged docker-support-scheduler-go-arm64:latest 13:11:12 ---> 9a15ea4d356e 13:11:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:11:12 13:11:12 Building docker-security-secretstore-setup-go 13:11:12 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 13:11:13  Building docker-support-scheduler-go ... done Successfully built 8ba91a145ab6 13:11:13 Successfully tagged docker-support-notifications-go-arm64:latest 13:11:13  Building docker-support-notifications-go ... done Building docker-core-data-go 13:11:13 ---> Running in 9fa0a6bcde7f 13:11:13 Removing intermediate container 9fa0a6bcde7f 13:11:13 ---> db31171a1f3e 13:11:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:11:14 ---> 02ffa1dd787c 13:11:14 Step 26/31 : RUN chmod +x /entrypoint.sh 13:11:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:11:14 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 13:11:14 ---> Running in 657c413de275 13:11:14 go: downloading github.com/stretchr/testify v1.7.0 13:11:14 go: downloading github.com/pmezard/go-difflib v1.0.0 13:11:14 go: downloading github.com/davecgh/go-spew v1.1.1 13:11:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:11:16 Collecting docker-compose==1.23.2 13:11:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:11:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:11:16 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 13:11:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:11:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:11:17 Collecting jsonschema<3,>=2.5.1 13:11:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:11:17 Removing intermediate container 657c413de275 13:11:18 ---> a76e6f720072 13:11:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:11:18 Collecting PyYAML<4,>=3.10 13:11:18 Downloading PyYAML-3.13.tar.gz (270 kB) 13:11: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 13:11:18 ---> Running in 07574aeb295d 13:11:19 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 13:11:19 Removing intermediate container 07574aeb295d 13:11:19 ---> 87301e27b72f 13:11:19 Step 28/31 : CMD ["gate"] 13:11:20 ---> Running in 951639e88a41 13:11:21 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 13:11:21 Removing intermediate container 951639e88a41 13:11:21 ---> 97210ed7cbd1 13:11:21 Step 29/31 : LABEL arch=arm64 13:11:22 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 13:11:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:11:22 ---> Running in 16b9cf0de353 13:11:22 Collecting websocket-client<1.0,>=0.32.0 13:11:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:11:23 Removing intermediate container 16b9cf0de353 13:11:23 ---> a72d6e75aa1e 13:11:23 Step 30/31 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:11:23 Collecting docopt<0.7,>=0.6.1 13:11:23 Downloading docopt-0.6.2.tar.gz (25 kB) 13:11:23 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 13:11:23 ---> Running in 49104bed4348 13:11:23 go: downloading github.com/lib/pq v1.10.0 13:11:24 Removing intermediate container 49104bed4348 13:11:24 ---> 93c8468e7928 13:11:24 Step 31/31 : LABEL version=0.0.0 13:11:24 ---> Running in 1889e8a15878 13:11:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:11:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:11:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:11:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:11:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:11:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:11:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:11:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:11:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:11:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:11:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:11:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:11:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:11:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:11:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:11:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:11:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:11:25 + 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 13:11:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:11:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:11:25 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 13:11:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:11:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:11:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:11:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:11:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:11:25 Removing intermediate container 1889e8a15878 13:11:25 ---> c151612ff38e 13:11:26 13:11:26 Collecting texttable<0.10,>=0.9.0 13:11:26 Downloading texttable-0.9.1.tar.gz (11 kB) 13:11:26 Successfully built c151612ff38e 13:11:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:11:26  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 13:11:28 Collecting docker<4.0,>=3.6.0 13:11:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:11:28 Building static-packages 13:11:28 + snapcraftctl build 13:11:28 Collecting dockerpty<0.5,>=0.4.1 13:11:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:11:30 Building version 13:11:30 + snapcraftctl build 13:11:31 Collecting cached-property<2,>=1.2.0 13:11:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:11:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:11:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:11:32 Skipping stage go-build-helper (already ran) 13:11:32 Staging app-service-config 13:11:32 + snapcraftctl stage 13:11:33 Collecting docker-pycreds>=0.4.0 13:11:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:11:33 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) 13:11: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) 13:11:33 Staging config-common 13:11:33 + snapcraftctl stage 13:11:33 Collecting idna<2.8,>=2.5 13:11:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:11:33 Collecting urllib3<1.25,>=1.21.1 13:11:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:11:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:11:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:11:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:11:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:11:34 Staging edgex-go 13:11:34 + snapcraftctl stage 13:11:35 Installing collected packages: jsonschema, PyYAML, websocket-client, docopt, texttable, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose 13:11:35 Running setup.py install for PyYAML: started 13:11:35 Staging static-packages 13:11:35 + snapcraftctl stage 13:11:36 Staging version 13:11:36 + snapcraftctl stage 13:11:37 Priming go-build-helper 13:11:37 + snapcraftctl prime 13:11:38 Running setup.py install for PyYAML: finished with status 'done' 13:11:38 Running setup.py install for docopt: started 13:11:38 Priming app-service-config 13:11:38 + snapcraftctl prime 13:11:39 Priming config-common 13:11:39 + snapcraftctl prime 13:11:40 Running setup.py install for docopt: finished with status 'done' 13:11:40 Running setup.py install for texttable: started 13:11:40 Priming edgex-go 13:11:40 + snapcraftctl prime 13:11:41 Priming static-packages 13:11:41 + snapcraftctl prime 13:11:42 Running setup.py install for texttable: finished with status 'done' 13:11:42 Attempting uninstall: idna 13:11:42 Found existing installation: idna 2.9 13:11:42 Uninstalling idna-2.9: 13:11:42 Successfully uninstalled idna-2.9 13:11:43 Attempting uninstall: urllib3 13:11:43 Found existing installation: urllib3 1.25.9 13:11:43 Uninstalling urllib3-1.25.9: 13:11:43 Successfully uninstalled urllib3-1.25.9 13:11:44 Attempting uninstall: requests 13:11:44 Found existing installation: requests 2.23.0 13:11:44 Uninstalling requests-2.23.0: 13:11:44 Successfully uninstalled requests-2.23.0 13:11:44 Priming version 13:11:44 + snapcraftctl prime 13:11:45 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 13:11:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:11:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:11:45 ---> 6518435f401f 13:11:45 Step 3/23 : WORKDIR /edgex-go 13:11:45 ---> Using cache 13:11:45 ---> de53533d64c1 13:11:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:11:45 ---> Using cache 13:11:45 ---> 0cec7672a00f 13:11:45 Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:11:46 Running setup.py install for dockerpty: started 13:11:49 Running setup.py install for dockerpty: finished with status 'done' 13:11:50 ---> Running in 23eea5943c2b 13:11:51 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 13:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:11:53 OK: 217 MiB in 51 packages 13:11:56 Removing intermediate container 23eea5943c2b 13:11:56 ---> fdcc0e93be4c 13:11:56 Step 6/23 : COPY go.mod . 13:11:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:11:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:11:58 ---> 6518435f401f 13:11:58 Step 3/24 : WORKDIR /edgex-go 13:11:58 ---> Using cache 13:11:58 ---> de53533d64c1 13:11:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:11:58 ---> Using cache 13:11:58 ---> 0cec7672a00f 13:11:58 Step 5/24 : RUN apk add --update --no-cache make git 13:11:58 ---> Using cache 13:11:58 ---> fdcc0e93be4c 13:11:58 Step 6/24 : COPY go.mod . 13:11:58 ---> Using cache 13:11:58 ---> 7f187481639f 13:11:58 Step 7/24 : RUN go mod download 13:11:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:11:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:11:58 ---> 6518435f401f 13:11:58 Step 3/23 : WORKDIR /edgex-go 13:11:58 ---> Using cache 13:11:58 ---> de53533d64c1 13:11:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:11:58 ---> Using cache 13:11:58 ---> 0cec7672a00f 13:11:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:11:58 ---> 7f187481639f 13:11:58 Step 7/23 : RUN go mod download 13:11:59 ---> Running in 77c258147577 13:11:59 ---> Running in fdced07eb6f5 13:11:59 ---> Running in 423c83ba2a68 13:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:12:02 OK: 217 MiB in 51 packages 13:12:05 Removing intermediate container fdced07eb6f5 13:12:05 ---> 929476611eb7 13:12:05 Step 8/24 : COPY . . 13:12:05 Removing intermediate container 423c83ba2a68 13:12:05 ---> 7cfef7cd1d2b 13:12:05 Step 8/23 : COPY . . 13:12:05 Removing intermediate container 77c258147577 13:12:05 ---> b1a8b8ff7ff3 13:12:05 Step 6/23 : COPY go.mod . 13:12:06 Removing intermediate container 7d46dc954cc6 13:12:06 ---> 6675a76f4075 13:12:06 Step 14/23 : ENV APP_PORT=48090 13:12:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:12:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:12:07 ---> 6518435f401f 13:12:07 Step 3/23 : WORKDIR /edgex-go 13:12:07 ---> Using cache 13:12:07 ---> de53533d64c1 13:12:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:12:07 ---> Using cache 13:12:07 ---> 0cec7672a00f 13:12:07 Step 5/23 : RUN apk add --update --no-cache make git 13:12:07 ---> Using cache 13:12:07 ---> fdcc0e93be4c 13:12:07 Step 6/23 : COPY go.mod . 13:12:07 ---> Using cache 13:12:07 ---> 7f187481639f 13:12:07 Step 7/23 : RUN go mod download 13:12:07 ---> Using cache 13:12:07 ---> 7cfef7cd1d2b 13:12:07 Step 8/23 : COPY . . 13:12:08 ---> 43d87a944599 13:12:08 Step 7/23 : RUN go mod download 13:12:08 ---> Running in 2f739bbffab9 13:12:11 ---> Running in 0ef8e0457cc9 13:12:11 Removing intermediate container 2f739bbffab9 13:12:11 ---> 7f99bbdf09ef 13:12:11 Step 15/23 : EXPOSE $APP_PORT 13:12:12 ---> Running in ff0ec65e1614 13:12:14 Removing intermediate container ff0ec65e1614 13:12:14 ---> 4219e61c58be 13:12:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:12:17 ---> 2774a2f80890 13:12:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:12:18 Removing intermediate container 0ef8e0457cc9 13:12:18 ---> 1553745fc906 13:12:18 Step 8/23 : COPY . . 13:12:19 ---> 465921e145a4 13:12:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:12:21 ---> 9ca0a67406fa 13:12:21 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:12:22 ---> Running in 3871be207653 13:12:24 Removing intermediate container 3871be207653 13:12:24 ---> 2273fd32c358 13:12:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:12:25 ---> Running in 66e2c87a6c73 13:12:26 ---> 23a60db3f94b 13:12:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:12:26 Removing intermediate container 66e2c87a6c73 13:12:26 ---> ea6958ab58eb 13:12:26 Step 21/23 : LABEL arch=arm64 13:12:26 ---> a894771d8c00 13:12:26 Step 9/23 : RUN make cmd/core-command/core-command 13:12:27 ---> Running in 2154dd8c6063 13:12:27 ---> Running in 4e6b8182493c 13:12:27 ---> Running in 6bc228fe9dca 13:12:27 ---> 2f2d89c091a1 13:12:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:12:28 ---> Running in 1b67eda80182 13:12:28 Removing intermediate container 4e6b8182493c 13:12:28 ---> 7cae9c288b7e 13:12:28 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:12:28 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 13:12:29 ---> Running in 042d98d41043 13:12:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:12:29 Removing intermediate container 042d98d41043 13:12:29 ---> 1933d356de1c 13:12:29 Step 23/23 : LABEL version=0.0.0 13:12:30 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 13:12:30 ---> Running in b2e3f8df2e4c 13:12:31 Removing intermediate container b2e3f8df2e4c 13:12:31 ---> 3f2959643244 13:12:31 13:12:32 Successfully built 3f2959643244 13:12:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:12:40  Building docker-sys-mgmt-agent-go ... done  ---> 398b28df2c1e 13:12:40 Step 9/23 : RUN make cmd/core-data/core-data 13:12:40 ---> Running in 05a36dc0bf98 13:12:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:13:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:14:00 Removing intermediate container 2154dd8c6063 13:14:00 ---> 94b606dfbb78 13:14:00 13:14:00 Step 10/24 : FROM alpine:3.12 13:14:00 ---> d75e27dfc0a0 13:14:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:14:00 ---> Running in 1ae766070954 13:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:14:02 (1/6) Installing ca-certificates (20191127-r4) 13:14:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:14:02 (3/6) Installing libcurl (7.76.1-r0) 13:14:02 (4/6) Installing curl (7.76.1-r0) 13:14:02 (5/6) Installing dumb-init (1.2.2-r1) 13:14:02 (6/6) Installing su-exec (0.2-r1) 13:14:02 Executing busybox-1.31.1-r20.trigger 13:14:02 Executing ca-certificates-20191127-r4.trigger 13:14:02 OK: 7 MiB in 20 packages 13:14:05 Removing intermediate container 6bc228fe9dca 13:14:05 ---> 552dd1272eda 13:14:05 13:14:05 Step 10/23 : FROM alpine:3.12 13:14:05 ---> d75e27dfc0a0 13:14:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:14:05 ---> Using cache 13:14:05 ---> 467b035c9339 13:14:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:14:05 ---> Using cache 13:14:05 ---> 846b09ecfd38 13:14:05 Step 13/23 : ENV APP_PORT=48082 13:14:05 ---> Running in 5922f88b251b 13:14:05 Removing intermediate container 1ae766070954 13:14:05 ---> f8e437afe40c 13:14:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:14:05 ---> Running in fc4ef4266851 13:14:05 Removing intermediate container 5922f88b251b 13:14:05 ---> c1a886cdcfc8 13:14:05 Step 14/23 : EXPOSE $APP_PORT 13:14:06 ---> Running in cea10b1e847b 13:14:06 Removing intermediate container fc4ef4266851 13:14:06 ---> a1f1785d5e7b 13:14:06 Step 13/24 : WORKDIR / 13:14:06 ---> Running in eebed8dc9429 13:14:07 Removing intermediate container cea10b1e847b 13:14:07 ---> 14530353081a 13:14:07 Step 15/23 : WORKDIR / 13:14:07 ---> Running in 0b52755d1640 13:14:07 Removing intermediate container eebed8dc9429 13:14:07 ---> 8e2286d20d3e 13:14:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:14:08 Removing intermediate container 0b52755d1640 13:14:08 ---> d1cbd56adac9 13:14:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:14:08 ---> 5421d82c66ea 13:14:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:14:09 ---> 34667ea15e18 13:14:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:14:10 ---> 4a3f1783df1e 13:14:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:14:11 ---> 01e2be6229c7 13:14:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:14:11 ---> 5a41a480217f 13:14:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:14:12 ---> 546eca02da16 13:14:12 Step 19/23 : ENTRYPOINT ["/core-command"] 13:14:13 ---> Running in a51bed6a8eb1 13:14:14 ---> db2150581552 13:14:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:14:14 Removing intermediate container a51bed6a8eb1 13:14:14 ---> c0629398a9d9 13:14:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:14:14 ---> Running in 0fa6f1a3a162 13:14:15 Removing intermediate container 0fa6f1a3a162 13:14:15 ---> d0087515bcbc 13:14:15 Step 21/23 : LABEL arch=arm64 13:14:15 ---> d1eaa613a63a 13:14:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:14:15 ---> Running in 9416aa8570f1 13:14:16 Removing intermediate container 1b67eda80182 13:14:16 ---> 13765fcbb582 13:14:16 13:14:16 Step 10/23 : FROM alpine:3.12 13:14:16 ---> d75e27dfc0a0 13:14:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:14:16 ---> Using cache 13:14:16 ---> 467b035c9339 13:14:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:14:16 ---> Using cache 13:14:16 ---> 846b09ecfd38 13:14:16 Step 13/23 : ENV APP_PORT=48081 13:14:16 Removing intermediate container 9416aa8570f1 13:14:16 ---> 49b78755883c 13:14:16 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:14:16 ---> Running in 501b50ecb2b4 13:14:17 ---> Running in 88d75be836e0 13:14:17 ---> 64616f79cc01 13:14:17 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/ 13:14:17 Removing intermediate container 501b50ecb2b4 13:14:17 ---> 7f3a87d6e681 13:14:17 Step 14/23 : EXPOSE $APP_PORT 13:14:17 ---> Running in 07370fafbd44 13:14:17 ---> Running in a8138cbc162a 13:14:17 Removing intermediate container 88d75be836e0 13:14:17 ---> 6a6606efd480 13:14:17 Step 23/23 : LABEL version=0.0.0 13:14:18 ---> Running in 407870f6eba7 13:14:18 Removing intermediate container a8138cbc162a 13:14:18 ---> 581b67e8591d 13:14:18 Step 15/23 : WORKDIR / 13:14:18 ---> Running in 7230dc879e4d 13:14:19 Removing intermediate container 407870f6eba7 13:14:19 ---> 8949c1690725 13:14:19 13:14:19 Removing intermediate container 7230dc879e4d 13:14:19 ---> be57d0a507c7 13:14:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:14:19 Successfully built 8949c1690725 13:14:19 Successfully tagged docker-core-command-go-arm64:latest 13:14:20  Building docker-core-command-go ... done Removing intermediate container 07370fafbd44 13:14:20 ---> 9dffb2fa0894 13:14:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:14:20 ---> 15de24b5636a 13:14:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:14:20 ---> Running in 93a14256e3ad 13:14:21 Removing intermediate container 93a14256e3ad 13:14:21 ---> 17ce50ea74a6 13:14:21 Step 22/24 : LABEL arch=arm64 13:14:21 ---> Running in 30e66bbd575e 13:14:21 ---> 393a3ed94421 13:14:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:14:22 Removing intermediate container 30e66bbd575e 13:14:22 ---> 34dfa6aa4f82 13:14:22 Step 23/24 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:14:22 ---> Running in d4e0fe2506f2 13:14:23 ---> 7c09217454d5 13:14:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:14:23 Removing intermediate container d4e0fe2506f2 13:14:23 ---> fbec63cf1cff 13:14:23 Step 24/24 : LABEL version=0.0.0 13:14:23 ---> Running in bd6abb641bba 13:14:23 ---> Running in cc015137f03f 13:14:23 Removing intermediate container bd6abb641bba 13:14:23 ---> 0ef0306e6b66 13:14:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:14:23 Removing intermediate container cc015137f03f 13:14:23 ---> 6531cad50d6a 13:14:23 13:14:23 ---> Running in e615fa36cbb1 13:14:24 Successfully built 6531cad50d6a 13:14:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:14:24  Building docker-security-secretstore-setup-go ... done Removing intermediate container e615fa36cbb1 13:14:24 ---> 4687c324f94b 13:14:24 Step 21/23 : LABEL arch=arm64 13:14:24 ---> Running in 1c2ec6021405 13:14:25 Removing intermediate container 1c2ec6021405 13:14:25 ---> 96d267afc661 13:14:25 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:14:25 ---> Running in 964a693508f8 13:14:26 Removing intermediate container 05a36dc0bf98 13:14:26 ---> c60262f83f08 13:14:26 13:14:26 Step 10/23 : FROM alpine:3.12 13:14:26 ---> d75e27dfc0a0 13:14:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:14:26 Removing intermediate container 964a693508f8 13:14:26 ---> f87035b86768 13:14:26 Step 23/23 : LABEL version=0.0.0 13:14:26 ---> Running in 1fed82aa65b4 13:14:27 ---> Running in c8c4e135fb00 13:14:27 Removing intermediate container 1fed82aa65b4 13:14:27 ---> f2342bcbb296 13:14:27 Step 12/23 : ENV APP_PORT=48080 13:14:27 Removing intermediate container c8c4e135fb00 13:14:27 ---> a37948ec1251 13:14:27 13:14:27 ---> Running in 67e76fb06119 13:14:28 Successfully built a37948ec1251 13:14:28 Successfully tagged docker-core-metadata-go-arm64:latest 13:14:28  Building docker-core-metadata-go ... done Removing intermediate container 67e76fb06119 13:14:28 ---> e23ebe1d1f75 13:14:28 Step 13/23 : EXPOSE $APP_PORT 13:14:28 ---> Running in 13bc6cde0e94 13:14:28 Removing intermediate container 13bc6cde0e94 13:14:28 ---> db23a1937f6a 13:14:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:14:28 ---> Running in 73a2ad13d30f 13:14:31 Removing intermediate container 73a2ad13d30f 13:14:31 ---> 37f1c2cc77fd 13:14:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:14:31 ---> Running in fc0bb5103e26 13:14:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:14:34 (1/6) Installing dumb-init (1.2.2-r1) 13:14:34 (2/6) Installing libgcc (9.3.0-r2) 13:14:34 (3/6) Installing libsodium (1.0.18-r0) 13:14:34 (4/6) Installing libstdc++ (9.3.0-r2) 13:14:34 (5/6) Installing libzmq (4.3.3-r0) 13:14:34 (6/6) Installing zeromq (4.3.3-r0) 13:14:34 Executing busybox-1.31.1-r20.trigger 13:14:34 OK: 8 MiB in 20 packages 13:14:36 Removing intermediate container fc0bb5103e26 13:14:36 ---> 0592086c5020 13:14:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:14:36 ---> e010628252bb 13:14:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:14:38 ---> c63187be452b 13:14:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:14:38 ---> 6cc65653240c 13:14:38 Step 19/23 : ENTRYPOINT ["/core-data"] 13:14:38 ---> Running in 4a57990da426 13:14:39 Removing intermediate container 4a57990da426 13:14:39 ---> ccd56f4c60e0 13:14:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:14:39 ---> Running in 3a8b321bac31 13:14:39 Removing intermediate container 3a8b321bac31 13:14:39 ---> 7e425b80510f 13:14:39 Step 21/23 : LABEL arch=arm64 13:14:39 ---> Running in 2eaaa77d15ca 13:14:40 Removing intermediate container 2eaaa77d15ca 13:14:40 ---> b4a3a7f00b06 13:14:40 Step 22/23 : LABEL git_sha=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 13:14:40 ---> Running in 2e043439cf4a 13:14:41 Removing intermediate container 2e043439cf4a 13:14:41 ---> 8aee1c0c3a29 13:14:41 Step 23/23 : LABEL version=0.0.0 13:14:41 ---> Running in 88baf3bc84c2 13:14:41 Removing intermediate container 88baf3bc84c2 13:14:41 ---> 02abb31bf23c 13:14:41 13:14:41 Successfully built 02abb31bf23c 13:14:41 Successfully tagged docker-core-data-go-arm64:latest 13:14:42  Building docker-core-data-go ... done  [Pipeline] } 13:14:42 $ docker stop --time=1 bc5df9bb46df3700cf6c33abbe77a413be53dd3941db3d6f14a1889c76863ea0 13:14:44 $ docker rm -f bc5df9bb46df3700cf6c33abbe77a413be53dd3941db3d6f14a1889c76863ea0 [Pipeline] // withDockerContainer [Pipeline] sh 13:14:44 + grep docker 13:14:44 + docker images 13:14:45 docker-core-data-go-arm64 latest 02abb31bf23c 4 seconds ago 21.4MB 13:14:45 docker-core-metadata-go-arm64 latest a37948ec1251 18 seconds ago 17.9MB 13:14:45 docker-security-secretstore-setup-go-arm64 latest 6531cad50d6a 22 seconds ago 24.6MB 13:14:45 docker-core-command-go-arm64 latest 8949c1690725 27 seconds ago 16.3MB 13:14:45 docker-sys-mgmt-agent-go-arm64 latest 3f2959643244 2 minutes ago 299MB 13:14:45 docker-security-bootstrapper-go-arm64 latest c151612ff38e 3 minutes ago 17.9MB 13:14:45 docker-support-notifications-go-arm64 latest 8ba91a145ab6 3 minutes ago 17MB 13:14:45 docker-support-scheduler-go-arm64 latest 7ede387ecfe2 3 minutes ago 16.4MB 13:14:45 docker-security-proxy-setup-go-arm64 latest 6639d5b8d28d 3 minutes ago 24.3MB 13:14:45 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:14:45 ---> job-cost.sh 13:14:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ulaI 13:15:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:17:01 lf-activate-venv(): INFO: Adding /tmp/venv-ulaI/bin to PATH 13:17:01 INFO: No Stack... 13:17:01 INFO: Retrieving Pricing Info for: lf-standard-4 13:17:01 INFO: Archiving Costs [Pipeline] sh 13:17:01 + cut -d, -f6 13:17:01 + cat /w/workspace/edgex-go/68/archives/cost.csv [Pipeline] lock 13:17:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-68-stack-cost] 13:17:01 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-68-stack-cost] did not exist. Created. 13:17:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:17:02 + echo total: 0.20999999344348907 [Pipeline] stash 13:17:02 Stashed 1 file(s) [Pipeline] } 13:17:02 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-68-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 13:17:03 provisioning config files... 13:17:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/68@tmp/config3172756440765271650tmp [Pipeline] { [Pipeline] sh 13:17:03 + set +x 13:17:03 + curl -s https://codecov.io/bash 13:17:03 + bash -s -- 13:17:04 13:17:04 _____ _ 13:17:04 / ____| | | 13:17:04 | | ___ __| | ___ ___ _____ __ 13:17:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:17:04 | |___| (_) | (_| | __/ (_| (_) \ V / 13:17:04 \_____\___/ \__,_|\___|\___\___/ \_/ 13:17:04 Bash-1.0.1 13:17:04 13:17:04 13:17:04 ==> git version 2.24.3 found 13:17:04 ==> 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 13:17:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:17:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:17:04 ==> Jenkins CI detected. 13:17:04 project root: . 13:17:04 --> token set from env 13:17:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:17:04 ==> Running gcov in . (disable via -X gcov) 13:17:04 ==> Python coveragepy not found 13:17:04 ==> Searching for coverage reports in: 13:17:04 + . 13:17:04 -> Found 1 reports 13:17:04 ==> Detecting git/mercurial file structure 13:17:04 ==> Reading reports 13:17:04 + ./coverage.out bytes=686607 13:17:04 ==> Appending adjustments 13:17:04 https://docs.codecov.io/docs/fixing-reports 13:17:08 + Found adjustments 13:17:08 ==> Gzipping contents 13:17:08 100K /tmp/codecov.mDipFH.gz 13:17:08 ==> Uploading reports 13:17:08 url: https://codecov.io 13:17:08 query: branch=PR-3234&commit=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 13:17:08 -> Pinging Codecov 13:17:08 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=4c81057e5db04cbec8dfe4ac23e02b6bdcda2789&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 13:17:08 -> Uploading to 13:17:08 https://storage.googleapis.com/codecov/v4/raw/2021-04-14/00271124DB129430A58F1EEE437C3FCB/4c81057e5db04cbec8dfe4ac23e02b6bdcda2789/1f567b0e-a3b4-4418-b712-87126e417be9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T131708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eed2555b64f4af5da8a8429ea40117acab746b9705109d10ef1d17dd04fe150d 13:17:08 % Total % Received % Xferd Average Speed Time Time Time Current 13:17:08 Dload Upload Total Spent Left Speed 13:17:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98645 0 0 100 98645 0 179k --:--:-- --:--:-- --:--:-- 179k 13:17:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 [Pipeline] } 13:17:09 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 13:17:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:17:10 ---> package-listing.sh 13:17:10 ++ facter osfamily 13:17:10 ++ tr '[:upper:]' '[:lower:]' 13:17:10 + OS_FAMILY=redhat 13:17:10 + workspace=/w/workspace/edgex-go/68 13:17:10 + START_PACKAGES=/tmp/packages_start.txt 13:17:10 + END_PACKAGES=/tmp/packages_end.txt 13:17:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:17:10 + PACKAGES=/tmp/packages_start.txt 13:17:10 + '[' /w/workspace/edgex-go/68 ']' 13:17:10 + PACKAGES=/tmp/packages_end.txt 13:17:10 + case "${OS_FAMILY}" in 13:17:10 + rpm -qa 13:17:10 + sort 13:17:16 + '[' -f /tmp/packages_start.txt ']' 13:17:16 + '[' -f /tmp/packages_end.txt ']' 13:17:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:17:16 + '[' /w/workspace/edgex-go/68 ']' 13:17:16 + mkdir -p /w/workspace/edgex-go/68/archives/ 13:17:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/68/archives/ [Pipeline] echo 13:17:16 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/68/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:17:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:17:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:17:16 13:17:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:17:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:17:17 alpine: Pulling from edgex-lftools-log-publisher 13:17:17 df20fa9351a1: Pulling fs layer 13:17:17 36b3adc4ff6f: Pulling fs layer 13:17:17 8ad3a11d3b57: Pulling fs layer 13:17:17 46f8f816bc3b: Pulling fs layer 13:17:17 93b61091891f: Pulling fs layer 13:17:17 93b9cdb0e59b: Pulling fs layer 13:17:17 5e14af77c1be: Pulling fs layer 13:17:17 01666e4c0597: Pulling fs layer 13:17:17 aa168da1d23b: Pulling fs layer 13:17:17 93b61091891f: Waiting 13:17:17 93b9cdb0e59b: Waiting 13:17:17 5e14af77c1be: Waiting 13:17:17 01666e4c0597: Waiting 13:17:17 aa168da1d23b: Waiting 13:17:17 46f8f816bc3b: Waiting 13:17:17 36b3adc4ff6f: Verifying Checksum 13:17:17 36b3adc4ff6f: Download complete 13:17:17 46f8f816bc3b: Verifying Checksum 13:17:17 46f8f816bc3b: Download complete 13:17:17 df20fa9351a1: Verifying Checksum 13:17:17 93b9cdb0e59b: Verifying Checksum 13:17:17 93b9cdb0e59b: Download complete 13:17:17 5e14af77c1be: Verifying Checksum 13:17:17 5e14af77c1be: Download complete 13:17:17 01666e4c0597: Verifying Checksum 13:17:17 01666e4c0597: Download complete 13:17:17 93b61091891f: Verifying Checksum 13:17:17 93b61091891f: Download complete 13:17:17 8ad3a11d3b57: Verifying Checksum 13:17:17 8ad3a11d3b57: Download complete 13:17:17 df20fa9351a1: Pull complete 13:17:18 36b3adc4ff6f: Pull complete 13:17:18 8ad3a11d3b57: Pull complete 13:17:19 46f8f816bc3b: Pull complete 13:17:19 aa168da1d23b: Verifying Checksum 13:17:19 aa168da1d23b: Download complete 13:17:21 93b61091891f: Pull complete 13:17:21 93b9cdb0e59b: Pull complete 13:17:21 5e14af77c1be: Pull complete 13:17:21 01666e4c0597: Pull complete 13:17:31 aa168da1d23b: Pull complete 13:17:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:17:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:17:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:17:31 prd-centos7-docker-4c-2g-112 does not seem to be running inside a container 13:17:32 $ 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/68/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/68 -v /w/workspace/edgex-go/68:/w/workspace/edgex-go/68:rw,z -v /w/workspace/edgex-go/68@tmp:/w/workspace/edgex-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:17:35 $ docker top 4e106235b0719e6e30628709b358ff99cc5dabce77a22f8152b289e21ad877d7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:17:35 + touch /tmp/pre-build-complete [Pipeline] sh 13:17:36 + mkdir -p /var/log/sa [Pipeline] sh 13:17:36 + ls /var/log/sa-host 13:17:36 + sadf -c /var/log/sa-host/sa14 13:17:36 file_magic: OK 13:17:36 HZ: Using current value: 100 13:17:36 file_header: OK 13:17:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 13:17:36 Statistics: 13:17:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:17:36 File successfully converted to sysstat format version 12.2.1 13:17:36 + sadf -c /var/log/sa-host/sa23 13:17:36 file_magic: OK 13:17:36 HZ: Using current value: 100 13:17:36 file_header: OK 13:17:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 13:17:36 Statistics: 13:17:36 Hnuu...uuuununununu... 13:17:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:17:36 provisioning config files... 13:17:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/68@tmp/config3000810367539646445tmp [Pipeline] { [Pipeline] echo 13:17:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:17:36 ---> create-netrc.sh [Pipeline] } 13:17:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:17:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:17:37 ---> python-tools-install.sh [Pipeline] echo 13:17:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:17:37 ---> sudo-logs.sh 13:17:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:17:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:17:37 ---> job-cost.sh 13:17:38 lf-activate-venv: SKIPPING 13:17:38 DEBUG: total: 0.20999999344348907 13:17:38 INFO: Retrieving Stack Cost... 13:17:39 INFO: Retrieving Pricing Info for: v1-standard-2 13:17:39 INFO: Archiving Costs [Pipeline] echo 13:17:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:17:40 ---> logs-deploy.sh 13:17:40 lf-activate-venv: SKIPPING 13:17:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/68 13:17:40 INFO: archiving workspace using pattern(s): 13:17:42 Archives upload complete. 13:17:42 INFO: archiving logs to Nexus