Pull request #3241 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 3996e6206ecf6545d3837532f55264bacc8f1ea2+be0d14e436fe9c753018b2c9bd281985489666e3 (8590af286f0cb404e26a1e7b8455cf67563707bd) 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-30871 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 3996e6206ecf6545d3837532f55264bacc8f1ea2 Merge succeeded, producing 3996e6206ecf6545d3837532f55264bacc8f1ea2 Checking out Revision 3996e6206ecf6545d3837532f55264bacc8f1ea2 (PR-3241) > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 Commit message: "fix(snap): secure kong admin ports" First time build. Skipping changelog. > git rev-list --no-walk 883ca2ed8dae2fdde94159fa107b144a7cadaaea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:13:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:13:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:13:17 ========================================================= 14:13:17 EdgeX Global Pipelines Version Info 14:13:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:13:19 ------------------- 14:13:19 stable info: 14:13:19 ------------------- 14:13:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:13:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:13:19 Message: update stable to v1.0.186 14:13:19 ------------------- 14:13:19 experimental info: 14:13:19 ------------------- 14:13:19 Commited By: **** collab-it+edgex@linuxfoundation.org 14:13:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:13:19 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:13:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:13:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:13:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:13:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:13:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:13:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo 14:13:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo 14:13:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3996e6206ecf6545d3837532f55264bacc8f1ea2 [Pipeline] echo 14:13:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3996e62 [Pipeline] echo 14:13:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:13:23 provisioning config files... 14:13:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config3239744363149466769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:13:23 ---> docker-login.sh 14:13:23 nexus3.edgexfoundry.org:10001 14:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:13:24 Configure a credential helper to remove this warning. See 14:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:13:24 14:13:24 Login Succeeded 14:13:24 nexus3.edgexfoundry.org:10002 14:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:13:24 Configure a credential helper to remove this warning. See 14:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:13:24 14:13:24 Login Succeeded 14:13:24 nexus3.edgexfoundry.org:10003 14:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:13:24 Configure a credential helper to remove this warning. See 14:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:13:24 14:13:24 Login Succeeded 14:13:24 nexus3.edgexfoundry.org:10004 14:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:13:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:13:25 Configure a credential helper to remove this warning. See 14:13:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:13:25 14:13:25 Login Succeeded 14:13:25 docker.io 14:13:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:13:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:13:25 Configure a credential helper to remove this warning. See 14:13:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:13:25 14:13:25 Login Succeeded 14:13:25 ---> docker-login.sh ends [Pipeline] } 14:13:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:13:26 ++ 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 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/core-command/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo core-command,cmd/core-command/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/core-data/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo core-data,cmd/core-data/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/core-metadata/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo core-metadata,cmd/core-metadata/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/security-bootstrapper/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/security-proxy-setup/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/support-notifications/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo support-notifications,cmd/support-notifications/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ cut -d/ -f2 14:13:26 ++ dirname cmd/support-scheduler/Dockerfile 14:13:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:13:26 + for file in '`ls cmd/**/Dockerfile`' 14:13:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:13:26 ++ cut -d/ -f2 14:13:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:13:26 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 14:13:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:13:27 14:13:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:13:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:13:28 latest: Pulling from edgex-devops/git-semver 14:13:28 31603596830f: Pulling fs layer 14:13:28 2a8b12db71e7: Pulling fs layer 14:13:28 6ca5941a6612: Pulling fs layer 14:13:28 ecc8261a40a4: Pulling fs layer 14:13:28 ecc8261a40a4: Waiting 14:13:28 2a8b12db71e7: Verifying Checksum 14:13:28 2a8b12db71e7: Download complete 14:13:28 31603596830f: Verifying Checksum 14:13:28 31603596830f: Download complete 14:13:28 ecc8261a40a4: Verifying Checksum 14:13:28 ecc8261a40a4: Download complete 14:13:28 6ca5941a6612: Verifying Checksum 14:13:28 6ca5941a6612: Download complete 14:13:28 31603596830f: Pull complete 14:13:28 2a8b12db71e7: Pull complete 14:13:29 6ca5941a6612: Pull complete 14:13:29 ecc8261a40a4: Pull complete 14:13:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:13:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:13:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:13:30 prd-centos7-docker-4c-2g-30871 does not seem to be running inside a container 14:13:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:13:32 $ docker top b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:13:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:13:33 [ssh-agent] Looking for ssh-agent implementation... 14:13:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:13:33 $ docker exec b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 ssh-agent 14:13:33 SSH_AUTH_SOCK=/tmp/ssh-eluzOXXhhtjF/agent.11 14:13:33 SSH_AGENT_PID=16 14:13:33 Running ssh-add (command line suppressed) 14:13:33 Identity added: /w/workspace/edgex-go/9@tmp/private_key_9049659124848330729.key (/w/workspace/edgex-go/9@tmp/private_key_9049659124848330729.key) 14:13:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:13:34 + git tag --points-at HEAD [Pipeline] } 14:13:34 $ docker exec --env ******** --env ******** b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 ssh-agent -k 14:13:34 unset SSH_AUTH_SOCK; 14:13:34 unset SSH_AGENT_PID; 14:13:34 echo Agent pid 16 killed; 14:13:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:13:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:13:34 [ssh-agent] Looking for ssh-agent implementation... 14:13:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:13:34 $ docker exec b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 ssh-agent 14:13:34 SSH_AUTH_SOCK=/tmp/ssh-0dh9bC6eoHQU/agent.44 14:13:34 SSH_AGENT_PID=50 14:13:34 Running ssh-add (command line suppressed) 14:13:34 Identity added: /w/workspace/edgex-go/9@tmp/private_key_1484639871516122637.key (/w/workspace/edgex-go/9@tmp/private_key_1484639871516122637.key) 14:13:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:13:35 + git semver init 14:13:35 # -> Open(): unable to determine branch for HEAD 14:13:35 # $GIT_DIR = /w/workspace/edgex-go/9/.git 14:13:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 14:13:35 # $SEMVER_REMOTE_NAME = origin 14:13:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:13:35 # $SEMVER_USER_NAME = edgex-jenkins 14:13:35 # $SEMVER_BRANCH = PR-3241 14:13:35 # $SEMVER_TEMP = /tmp/semver-083515394 14:13:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:13:53 # '/tmp/semver-083515394' -> '/w/workspace/edgex-go/9/.semver' 14:13:53 # -> Force: false 14:13:53 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 14:13:54 $ docker exec --env ******** --env ******** b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 ssh-agent -k 14:13:54 unset SSH_AUTH_SOCK; 14:13:54 unset SSH_AGENT_PID; 14:13:54 echo Agent pid 50 killed; 14:13:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:13:55 + git semver [Pipeline] } 14:13:55 $ docker stop --time=1 b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 14:13:56 $ docker rm -f b9762a341fceade35f45144ac2d001567a691cd3b7470f8dcd01bd8d7abc3a00 [Pipeline] // withDockerContainer [Pipeline] sh 14:13:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:13:57 Stashed 1 file(s) [Pipeline] echo 14:13:57 [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 14:13:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:13:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:13:59 + sudo service docker restart 14:13:59 + true 14:13:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:13:59 ========================================================= 14:13:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:13:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:14:00 + 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 . 14:14:04 Sending build context to Docker daemon 328.7MB 14:14:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:14:04 Step 2/6 : FROM ${BASE} 14:14:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:14:04 188c0c94c7c5: Pulling fs layer 14:14:04 0ef7d3d256c8: Pulling fs layer 14:14:04 de9db76c5a1d: Pulling fs layer 14:14:04 bca2f99d35d6: Pulling fs layer 14:14:04 93359f2a8cfa: Pulling fs layer 14:14:04 7c6f9722023f: Pulling fs layer 14:14:04 a35cf1a2eb13: Pulling fs layer 14:14:04 93359f2a8cfa: Waiting 14:14:04 a35cf1a2eb13: Waiting 14:14:04 7c6f9722023f: Waiting 14:14:04 bca2f99d35d6: Waiting 14:14:04 de9db76c5a1d: Verifying Checksum 14:14:04 de9db76c5a1d: Download complete 14:14:04 0ef7d3d256c8: Download complete 14:14:04 93359f2a8cfa: Verifying Checksum 14:14:04 93359f2a8cfa: Download complete 14:14:04 188c0c94c7c5: Verifying Checksum 14:14:04 188c0c94c7c5: Download complete 14:14:04 7c6f9722023f: Verifying Checksum 14:14:04 7c6f9722023f: Download complete 14:14:05 188c0c94c7c5: Pull complete 14:14:05 0ef7d3d256c8: Pull complete 14:14:05 de9db76c5a1d: Pull complete 14:14:07 bca2f99d35d6: Download complete 14:14:07 a35cf1a2eb13: Verifying Checksum 14:14:07 a35cf1a2eb13: Download complete 14:14:13 Still waiting to schedule task 14:14:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:14:14 bca2f99d35d6: Pull complete 14:14:14 93359f2a8cfa: Pull complete 14:14:14 7c6f9722023f: Pull complete 14:14:18 a35cf1a2eb13: Pull complete 14:14:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:14:18 ---> a62c8e92a672 14:14:18 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 14:14:18 ---> Running in fc3e15ab59cc 14:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:14:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:14:20 (1/12) Installing libmagic (5.38-r0) 14:14:21 (2/12) Installing file (5.38-r0) 14:14:21 (3/12) Installing libc-dev (0.7.2-r3) 14:14:21 (4/12) Installing g++ (9.3.0-r2) 14:14:26 (5/12) Installing fortify-headers (1.1-r0) 14:14:26 (6/12) Installing patch (2.7.6-r6) 14:14:26 (7/12) Installing build-base (0.5-r2) 14:14:26 (8/12) Installing libsodium (1.0.18-r0) 14:14:26 (9/12) Installing pkgconf (1.7.2-r0) 14:14:26 (10/12) Installing libsodium-dev (1.0.18-r0) 14:14:26 (11/12) Installing libzmq (4.3.3-r0) 14:14:26 (12/12) Installing zeromq-dev (4.3.3-r0) 14:14:26 Executing busybox-1.31.1-r19.trigger 14:14:26 OK: 233 MiB in 51 packages 14:14:29 Removing intermediate container fc3e15ab59cc 14:14:29 ---> e0244c632327 14:14:29 Step 4/6 : WORKDIR /edgex-go 14:14:29 ---> Running in e91bad2a3e91 14:14:29 Removing intermediate container e91bad2a3e91 14:14:29 ---> 0a7cb3ed9544 14:14:29 Step 5/6 : COPY go.mod . 14:14:30 ---> 8c2d3ad9bb3f 14:14:30 Step 6/6 : RUN go mod download 14:14:30 ---> Running in b372d25b5ff3 14:14:56 Removing intermediate container b372d25b5ff3 14:14:56 ---> 0fa71ed112d7 14:14:56 Successfully built 0fa71ed112d7 14:14:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:14:57 + docker inspect -f . ci-base-image-x86_64 14:14:57 . [Pipeline] withDockerContainer 14:14:57 prd-centos7-docker-4c-2g-30871 does not seem to be running inside a container 14:14:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat 14:14:58 $ docker top a34378a3cfd4cb1a6dd09819e7760147e358e6d8a8e36e7f1124b7315bb41513 -eo pid,comm [Pipeline] { [Pipeline] sh 14:14:58 + go version 14:14:58 go version go1.15.5 linux/amd64 [Pipeline] } 14:14:58 $ docker stop --time=1 a34378a3cfd4cb1a6dd09819e7760147e358e6d8a8e36e7f1124b7315bb41513 14:15:00 $ docker rm -f a34378a3cfd4cb1a6dd09819e7760147e358e6d8a8e36e7f1124b7315bb41513 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:15:01 + docker inspect -f . ci-base-image-x86_64 14:15:01 . [Pipeline] withDockerContainer 14:15:01 prd-centos7-docker-4c-2g-30871 does not seem to be running inside a container 14:15:01 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat 14:15:02 $ docker top ebc4cceb1bfc5baf2c1772a10bd852b0504b7052a2a33913cfcf401aa71135b7 -eo pid,comm [Pipeline] { [Pipeline] echo 14:15:02 ========================================================= 14:15:02 [edgeXBuildGoParallel] Running Tests and Build... 14:15:02 ========================================================= [Pipeline] sh 14:15:02 + make test 14:15:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:15:12 ? github.com/edgexfoundry/edgex-go [no test files] 14:15:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:15:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:15:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:15:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:15:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:15:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:15:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:15:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:15:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:15:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements 14:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:15:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements 14:15:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 14:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 71.3% of statements 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.226s coverage: 82.9% of statements 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:15:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 14:15:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:15:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:15:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.343s coverage: 92.8% of statements 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 14:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 14:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 14:16:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30872 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 14:16:00 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 14:16:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 14:16:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 14:16:05 using credential edgex-jenkins-ssh 14:16:05 Cloning the remote Git repository 14:16:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:16:05 > git init /w/workspace/edgex-go/9 # timeout=10 14:16:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:16:06 > git --version # timeout=10 14:16:06 > git --version # 'git version 2.17.1' 14:16:06 using GIT_SSH to set credentials SSH Credentials for GitHub 14:16:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.129s coverage: 81.9% of statements 14:16:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 38.4% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.083s coverage: 96.5% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:16:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:16:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 14:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 14:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 14:16:16 GO111MODULE=on go vet ./... 14:16:29 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 3996e6206ecf6545d3837532f55264bacc8f1ea2 14:16:29 Merge succeeded, producing 3996e6206ecf6545d3837532f55264bacc8f1ea2 14:16:29 Checking out Revision 3996e6206ecf6545d3837532f55264bacc8f1ea2 (PR-3241) 14:16:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:16:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:16:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:16:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:16:28 using GIT_SSH to set credentials SSH Credentials for GitHub 14:16:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:16:29 > git config core.sparsecheckout # timeout=10 14:16:29 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 14:16:29 > git remote # timeout=10 14:16:29 > git config --get remote.origin.url # timeout=10 14:16:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:16:29 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 14:16:29 > git rev-parse HEAD^{commit} # timeout=10 14:16:29 > git config core.sparsecheckout # timeout=10 14:16:29 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 14:16:34 Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:16:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:16:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:16:36 + sudo service docker restart 14:16:36 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:16:38 provisioning config files... 14:16:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config8419415490215120566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:16:39 ---> docker-login.sh 14:16:39 nexus3.edgexfoundry.org:10001 14:16:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:40 Configure a credential helper to remove this warning. See 14:16:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:40 14:16:40 Login Succeeded 14:16:40 nexus3.edgexfoundry.org:10002 14:16:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:41 Configure a credential helper to remove this warning. See 14:16:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:41 14:16:41 Login Succeeded 14:16:41 nexus3.edgexfoundry.org:10003 14:16:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:41 Configure a credential helper to remove this warning. See 14:16:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:41 14:16:41 Login Succeeded 14:16:41 nexus3.edgexfoundry.org:10004 14:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:42 Configure a credential helper to remove this warning. See 14:16:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:42 14:16:42 Login Succeeded 14:16:42 docker.io 14:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:16:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:16:42 Configure a credential helper to remove this warning. See 14:16:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:16:42 14:16:42 Login Succeeded 14:16:42 ---> docker-login.sh ends [Pipeline] } 14:16:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:16:43 ========================================================= 14:16:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:16:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:16:43 gofmt -l . 14:16:43 [ "`gofmt -l .`" = "" ] 14:16:43 + 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 . 14:16:44 ./bin/test-go-mod-tidy.sh 14:16:44 ./bin/test-attribution-txt.sh [Pipeline] sh 14:16:45 + ls -al . 14:16:45 total 760 14:16:45 drwxrwxr-x 10 1001 1001 4096 Mar 22 14:16 . 14:16:45 drwxr-xr-x 4 root root 28 Mar 22 14:15 .. 14:16:45 -rw-rw-r-- 1 1001 1001 11 Mar 22 14:13 .dockerignore 14:16:45 drwxrwxr-x 8 1001 1001 179 Mar 22 14:13 .git 14:16:45 drwxrwxr-x 3 1001 1001 125 Mar 22 14:13 .github 14:16:45 -rw-rw-r-- 1 1001 1001 818 Mar 22 14:13 .gitignore 14:16:45 drwx------ 3 1001 1001 60 Mar 22 14:13 .semver 14:16:45 -rw-rw-r-- 1 1001 1001 166 Mar 22 14:13 .sonarcloud.properties 14:16:45 -rw-rw-r-- 1 1001 1001 8607 Mar 22 14:13 Attribution.txt 14:16:45 -rw-rw-r-- 1 1001 1001 3804 Mar 22 14:13 CONTRIBUTING.md 14:16:45 -rw-rw-r-- 1 1001 1001 931 Mar 22 14:13 Dockerfile.build 14:16:45 -rw-rw-r-- 1 1001 1001 863 Mar 22 14:13 Jenkinsfile 14:16:45 -rw-rw-r-- 1 1001 1001 10775 Mar 22 14:13 LICENSE 14:16:45 -rw-rw-r-- 1 1001 1001 5774 Mar 22 14:13 Makefile 14:16:45 -rw-rw-r-- 1 1001 1001 6548 Mar 22 14:13 README.md 14:16:45 -rw-rw-r-- 1 1001 1001 6755 Mar 22 14:13 SECURITY.md 14:16:45 -rw-rw-r-- 1 1001 1001 5 Mar 22 14:13 VERSION 14:16:45 -rw-rw-r-- 1 1001 1001 4131 Mar 22 14:13 ZMQWindows.md 14:16:45 drwxrwxr-x 2 1001 1001 117 Mar 22 14:13 bin 14:16:45 drwxrwxr-x 14 1001 1001 4096 Mar 22 14:13 cmd 14:16:45 -rw-r--r-- 1 root root 650607 Mar 22 14:16 coverage.out 14:16:45 -rw-r--r-- 1 root root 1055 Mar 22 14:16 go.mod 14:16:45 -rw-r--r-- 1 root root 22209 Mar 22 14:16 go.sum 14:16:45 drwxrwxr-x 8 1001 1001 127 Mar 22 14:13 internal 14:16:45 drwxrwxr-x 4 1001 1001 26 Mar 22 14:13 openapi 14:16:45 drwxrwxr-x 4 1001 1001 71 Mar 22 14:13 snap 14:16:45 -rw-rw-r-- 1 1001 1001 168 Mar 22 14:13 version.go [Pipeline] sh 14:16:46 + '[' -e coverage.out ] 14:16:46 + chown 1001:1001 coverage.out [Pipeline] stash 14:16:46 Sending build context to Docker daemon 166.8MB 14:16:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:16:46 Step 2/6 : FROM ${BASE} 14:16:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:16:46 5f621e34cdf4: Pulling fs layer 14:16:46 a4357932f1b6: Pulling fs layer 14:16:46 18c013af1878: Pulling fs layer 14:16:46 00ac8860ef70: Pulling fs layer 14:16:46 63d7cb157983: Pulling fs layer 14:16:46 b116817d02f9: Pulling fs layer 14:16:46 745a02a5169b: Pulling fs layer 14:16:46 00ac8860ef70: Waiting 14:16:46 63d7cb157983: Waiting 14:16:46 b116817d02f9: Waiting 14:16:46 745a02a5169b: Waiting 14:16:46 18c013af1878: Download complete 14:16:46 a4357932f1b6: Download complete 14:16:46 63d7cb157983: Verifying Checksum 14:16:46 63d7cb157983: Download complete 14:16:46 5f621e34cdf4: Verifying Checksum 14:16:46 5f621e34cdf4: Download complete 14:16:46 b116817d02f9: Verifying Checksum 14:16:46 b116817d02f9: Download complete 14:16:46 Stashed 1 file(s) [Pipeline] sh 14:16:46 + make build 14:16:46 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 14:16:47 5f621e34cdf4: Pull complete 14:16:47 a4357932f1b6: Pull complete 14:16:48 18c013af1878: Pull complete 14:16:49 745a02a5169b: Verifying Checksum 14:16:49 745a02a5169b: Download complete 14:16:50 00ac8860ef70: Verifying Checksum 14:16:50 00ac8860ef70: Download complete 14:16:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:17:00 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 14:17:00 00ac8860ef70: Pull complete 14:17:00 63d7cb157983: Pull complete 14:17:00 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 14:17:00 b116817d02f9: Pull complete 14:17:02 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 14:17:02 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 14:17:04 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 14:17:05 745a02a5169b: Pull complete 14:17:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:17:05 ---> b7e6874047d6 14:17:05 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:17:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:17:07 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 14:17:07 ---> Running in 4f0761b9133d 14:17:08 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 14:17:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:17:10 (1/12) Installing libmagic (5.38-r0) 14:17:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:17:10 (2/12) Installing file (5.38-r0) 14:17:10 (3/12) Installing libc-dev (0.7.2-r3) 14:17:10 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 14:17:12 $ docker stop --time=1 ebc4cceb1bfc5baf2c1772a10bd852b0504b7052a2a33913cfcf401aa71135b7 14:17:14 $ docker rm -f ebc4cceb1bfc5baf2c1772a10bd852b0504b7052a2a33913cfcf401aa71135b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:17:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:17 14:17:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:17:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:18 latest: Pulling from edgex-devops/edgex-compose 14:17:18 cbdbe7a5bc2a: Pulling fs layer 14:17:18 ca9280d653b3: Pulling fs layer 14:17:18 7e9c9ca2126c: Pulling fs layer 14:17:18 cbdbe7a5bc2a: Download complete 14:17:18 ca9280d653b3: Verifying Checksum 14:17:18 ca9280d653b3: Download complete 14:17:18 cbdbe7a5bc2a: Pull complete 14:17:19 7e9c9ca2126c: Verifying Checksum 14:17:19 7e9c9ca2126c: Download complete 14:17:19 ca9280d653b3: Pull complete 14:17:25 (5/12) Installing fortify-headers (1.1-r0) 14:17:25 (6/12) Installing patch (2.7.6-r6) 14:17:25 (7/12) Installing build-base (0.5-r2) 14:17:25 (8/12) Installing libsodium (1.0.18-r0) 14:17:25 (9/12) Installing pkgconf (1.7.2-r0) 14:17:25 (10/12) Installing libsodium-dev (1.0.18-r0) 14:17:25 (11/12) Installing libzmq (4.3.3-r0) 14:17:25 (12/12) Installing zeromq-dev (4.3.3-r0) 14:17:25 Executing busybox-1.31.1-r19.trigger 14:17:25 OK: 217 MiB in 51 packages 14:17:26 7e9c9ca2126c: Pull complete 14:17:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:17:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:17:26 prd-centos7-docker-4c-2g-30871 does not seem to be running inside a container 14:17:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 14:17:29 Removing intermediate container 4f0761b9133d 14:17:29 ---> a94e131197ef 14:17:29 Step 4/6 : WORKDIR /edgex-go 14:17:29 ---> Running in 0d718ad0e4f2 14:17:29 $ docker top 47c0358e3305885352a0c608d7cbbfdd1760a7596bf75fb50512f0d71f4410ec -eo pid,comm 14:17:29 Removing intermediate container 0d718ad0e4f2 14:17:29 ---> 6f9f7801d462 14:17:29 Step 5/6 : COPY go.mod . [Pipeline] { [Pipeline] sh 14:17:29 + docker-compose build --help 14:17:29 + grep parallel 14:17:29 ---> 7c3f62e4b80c 14:17:29 Step 6/6 : RUN go mod download 14:17:29 ---> Running in 667eaf19bef3 14:17:30 --parallel Build images in parallel. [Pipeline] } 14:17:30 $ docker stop --time=1 47c0358e3305885352a0c608d7cbbfdd1760a7596bf75fb50512f0d71f4410ec 14:17:32 $ docker rm -f 47c0358e3305885352a0c608d7cbbfdd1760a7596bf75fb50512f0d71f4410ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:17:32 . [Pipeline] withDockerContainer 14:17:32 prd-centos7-docker-4c-2g-30871 does not seem to be running inside a container 14:17:33 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:17:33 $ docker top eb28c8483ceecfa0c4dab19d813816bffbf74d0d516b655f2879beaac392f479 -eo pid,comm [Pipeline] { [Pipeline] sh 14:17:34 + docker-compose -f ./docker-compose-build.yml build --parallel 14:17:35 Building docker-core-command-go ... 14:17:35 Building docker-core-data-go ... 14:17:35 Building docker-core-metadata-go ... 14:17:35 Building docker-security-bootstrapper-go ... 14:17:35 Building docker-security-proxy-setup-go ... 14:17:35 Building docker-security-secretstore-setup-go ... 14:17:35 Building docker-support-notifications-go ... 14:17:35 Building docker-support-scheduler-go ... 14:17:35 Building docker-sys-mgmt-agent-go ... 14:17:35 Building docker-sys-mgmt-agent-go 14:17:35 Building docker-core-command-go 14:17:35 Building docker-security-proxy-setup-go 14:17:35 Building docker-support-notifications-go 14:17:35 Building docker-support-scheduler-go 14:17:56 Removing intermediate container 667eaf19bef3 14:17:56 ---> 4eaf2f3244a9 14:17:56 Successfully built 4eaf2f3244a9 14:17:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:17:57 + docker inspect -f . ci-base-image-arm64 14:17:57 . [Pipeline] withDockerContainer 14:17:57 prd-ubuntu18.04-docker-arm64-4c-16g-30872 does not seem to be running inside a container 14:17:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** ci-base-image-arm64 cat 14:17:58 $ docker top 28cceddef8902084c3034ea666c624a1f6808b0d1774529b9c0e6c0a40f31abf -eo pid,comm [Pipeline] { [Pipeline] sh 14:17:59 + go version 14:17:59 go version go1.15.5 linux/arm64 [Pipeline] } 14:17:59 $ docker stop --time=1 28cceddef8902084c3034ea666c624a1f6808b0d1774529b9c0e6c0a40f31abf 14:18:01 $ docker rm -f 28cceddef8902084c3034ea666c624a1f6808b0d1774529b9c0e6c0a40f31abf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:18:02 + docker inspect -f . ci-base-image-arm64 14:18:02 . [Pipeline] withDockerContainer 14:18:03 prd-ubuntu18.04-docker-arm64-4c-16g-30872 does not seem to be running inside a container 14:18:03 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** ci-base-image-arm64 cat 14:18:04 $ docker top 395a70be1e1e3815665ab315cd6b7d9d5d3a30dc6383e87be615ef87c56db2a8 -eo pid,comm [Pipeline] { [Pipeline] echo 14:18:04 ========================================================= 14:18:04 [edgeXBuildGoParallel] Running Tests and Build... 14:18:04 ========================================================= [Pipeline] sh 14:18:05 + make test 14:18:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:18:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:18:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:18:07 ---> 0fa71ed112d7 14:18:07 Step 3/23 : WORKDIR /edgex-go 14:18:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:18:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:18:07 ---> 0fa71ed112d7 14:18:07 Step 3/22 : WORKDIR /edgex-go 14:18:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:18:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:18:07 ---> 0fa71ed112d7 14:18:07 Step 3/21 : WORKDIR /edgex-go 14:18:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:18:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:18:07 ---> 0fa71ed112d7 14:18:07 Step 3/22 : WORKDIR /edgex-go 14:18:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:18:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:18:07 ---> 0fa71ed112d7 14:18:07 Step 3/26 : WORKDIR /edgex-go 14:18:07 ---> Running in c03b955f204e 14:18:07 ---> Running in fc3587c82fe0 14:18:07 ---> Running in d7f77c4f6567 14:18:07 ---> Running in 9311e8b53599 14:18:07 ---> Running in 428b3f4b4a04 14:18:08 Removing intermediate container fc3587c82fe0 14:18:08 ---> d88c8da0dcbd 14:18:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:08 Removing intermediate container d7f77c4f6567 14:18:08 ---> de13b0c17d77 14:18:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:08 Removing intermediate container 428b3f4b4a04 14:18:08 ---> 624ed0cb70d1 14:18:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:08 Removing intermediate container 9311e8b53599 14:18:08 ---> 40297f36de0a 14:18:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:08 Removing intermediate container c03b955f204e 14:18:08 ---> a20517c49e52 14:18:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:18:08 ---> Running in 8b24c3efef3c 14:18:08 ---> Running in 8ab514c62755 14:18:08 ---> Running in c7e037a5fa48 14:18:08 ---> Running in 8eb504ee520b 14:18:08 ---> Running in a0c7107c019e 14:18:10 Removing intermediate container c7e037a5fa48 14:18:10 ---> 70e3f3f83ea4 14:18:10 Step 5/21 : RUN apk add --update --no-cache make git 14:18:10 ---> Running in 36fbe0a02a0e 14:18:10 Removing intermediate container 8b24c3efef3c 14:18:10 ---> 6b7dbff3e326 14:18:10 Step 5/26 : RUN apk add --update --no-cache make bash git 14:18:10 Removing intermediate container 8ab514c62755 14:18:10 ---> f13f509d09b9 14:18:10 Step 5/22 : RUN apk add --update --no-cache make git 14:18:10 Removing intermediate container 8eb504ee520b 14:18:10 ---> d2e92789c314 14:18:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:18:11 ---> Running in 46afaec78bce 14:18:11 ---> Running in 70581203e31b 14:18:11 ---> Running in 97c93f5745f6 14:18:11 Removing intermediate container a0c7107c019e 14:18:11 ---> 0434d8627f14 14:18:11 Step 5/23 : RUN apk add --update --no-cache make git 14:18:11 ---> Running in e11e565c235e 14:18:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:18:13 OK: 233 MiB in 51 packages 14:18:13 Removing intermediate container 36fbe0a02a0e 14:18:13 ---> 486fdf6e9899 14:18:13 Step 6/21 : COPY go.mod . 14:18:13 OK: 233 MiB in 51 packages 14:18:13 ---> 14bf7bfc7b74 14:18:13 Step 7/21 : RUN go mod download 14:18:13 OK: 233 MiB in 51 packages 14:18:13 OK: 233 MiB in 51 packages 14:18:13 ---> Running in 4f4d2fbd2f1e 14:18:14 Removing intermediate container 70581203e31b 14:18:14 ---> b81befced82a 14:18:14 Step 6/26 : COPY go.mod . 14:18:14 OK: 233 MiB in 51 packages 14:18:14 ---> 1d6deb787999 14:18:14 Step 7/26 : RUN go mod download 14:18:14 ---> Running in 90fd49467ddc 14:18:15 Removing intermediate container 46afaec78bce 14:18:15 ---> bbd2bf598165 14:18:15 Step 6/22 : COPY go.mod . 14:18:15 Removing intermediate container 97c93f5745f6 14:18:15 ---> 96f3ab467e62 14:18:15 Step 6/22 : COPY go.mod . 14:18:15 Removing intermediate container e11e565c235e 14:18:15 ---> db9eda10c845 14:18:15 Step 6/23 : COPY go.mod . 14:18:15 ---> eae5f0d8a8bf 14:18:15 Step 7/22 : RUN go mod download 14:18:15 ---> Running in 24ba30b435cb 14:18:15 ---> 860efbfe0b97 14:18:15 Step 7/22 : RUN go mod download 14:18:15 ---> Running in 5837187eca34 14:18:15 ---> 54b5b86883c6 14:18:15 Step 7/23 : RUN go mod download 14:18:16 ---> Running in b8c9d8bf2cd0 14:18:16 Removing intermediate container 4f4d2fbd2f1e 14:18:16 ---> 9365eb449e75 14:18:16 Step 8/21 : COPY . . 14:18:18 Removing intermediate container 90fd49467ddc 14:18:18 ---> 445167dea96a 14:18:18 Step 8/26 : COPY . . 14:18:21 Removing intermediate container 24ba30b435cb 14:18:21 ---> 8e9d3cf10134 14:18:21 Step 8/22 : COPY . . 14:18:27 ? github.com/edgexfoundry/edgex-go [no test files] 14:18:28 Removing intermediate container 5837187eca34 14:18:28 ---> d3c13610b853 14:18:28 Step 8/22 : COPY . . 14:18:31 Removing intermediate container b8c9d8bf2cd0 14:18:31 ---> fdf1b78b6c17 14:18:31 Step 8/23 : COPY . . 14:19:03 ---> f24f9e03ef28 14:19:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:19:04 ---> Running in 80e8dbb0d1b9 14:19:06 ---> 175f5e13cbbb 14:19:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:19:06 ---> a92aad8ec4fb 14:19:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:19:07 ---> Running in d3ba6c127270 14:19:07 ---> Running in a85ea0084ba8 14:19:07 ---> dcf8dd6809d5 14:19:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:19:07 ---> Running in e239dd468f1f 14:19:07 ---> 3c15a6b01867 14:19:07 Step 9/23 : RUN make cmd/core-command/core-command 14:19:07 ---> Running in adb148c4f2a6 14:19:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:19:08 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 14:19:08 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 14:19:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:19:08 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 14:19:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:19:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:19:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:19:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:19:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:19:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:19:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:19:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:19:35 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 14:19:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:19:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:19:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:19:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:19:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:19:45 Removing intermediate container d3ba6c127270 14:19:45 ---> 56bbabbf862b 14:19:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:19:45 Removing intermediate container 80e8dbb0d1b9 14:19:45 ---> d68e79e97e11 14:19:45 14:19:45 Step 10/21 : FROM alpine:3.12 14:19:45 ---> Running in 2c98f8604cb3 14:19:45 3.12: Pulling from library/alpine 14:19:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:19:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:19:47 Status: Downloaded newer image for alpine:3.12 14:19:47 ---> 88dd2752d2ea 14:19:47 Step 11/21 : RUN apk add --update --no-cache curl 14:19:50 Removing intermediate container e239dd468f1f 14:19:50 ---> 0d1c17efc82f 14:19:50 14:19:50 Step 10/22 : FROM alpine:3.12 14:19:50 ---> 88dd2752d2ea 14:19:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:19:50 Removing intermediate container a85ea0084ba8 14:19:50 ---> 811eb5072958 14:19:50 14:19:50 Step 10/22 : FROM alpine:3.12 14:19:50 ---> 88dd2752d2ea 14:19:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:19:50 Removing intermediate container adb148c4f2a6 14:19:50 ---> 7cdbe1faae36 14:19:50 14:19:50 Step 10/23 : FROM alpine:3.12 14:19:50 ---> 88dd2752d2ea 14:19:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:19:50 ---> Running in 54a9ade71734 14:19:50 ---> Running in 1daab1de0dad 14:19:50 ---> Running in ebfa8ffe77ae 14:19:50 ---> Running in 62ca614414d7 14:19:50 Removing intermediate container 2c98f8604cb3 14:19:50 ---> 4c4444dd9f67 14:19:50 14:19:50 Step 11/26 : FROM docker:20.10.0 14:19:50 20.10.0: Pulling from library/docker 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:51 (1/4) Installing ca-certificates (20191127-r4) 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:19:51 (3/4) Installing libcurl (7.69.1-r3) 14:19:51 (4/4) Installing curl (7.69.1-r3) 14:19:51 Executing busybox-1.31.1-r19.trigger 14:19:51 Executing ca-certificates-20191127-r4.trigger 14:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.387s coverage: 45.9% of statements 14:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:19:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.126s coverage: 19.8% of statements 14:19:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements 14:19:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:52 (1/2) Installing ca-certificates (20191127-r4) 14:19:52 OK: 7 MiB in 18 packages 14:19:52 (2/2) Installing dumb-init (1.2.2-r1) 14:19:52 Executing busybox-1.31.1-r19.trigger 14:19:52 Executing ca-certificates-20191127-r4.trigger 14:19:52 (1/1) Installing dumb-init (1.2.2-r1) 14:19:52 Executing busybox-1.31.1-r19.trigger 14:19:52 OK: 6 MiB in 16 packages 14:19:52 OK: 6 MiB in 15 packages 14:19:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:52 (1/1) Installing dumb-init (1.2.2-r1) 14:19:52 Executing busybox-1.31.1-r19.trigger 14:19:52 OK: 6 MiB in 15 packages 14:19:56 Removing intermediate container 54a9ade71734 14:19:56 ---> 55bd90ee10aa 14:19:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:19:56 Removing intermediate container 1daab1de0dad 14:19:56 ---> b702e5ce19a9 14:19:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:19:57 ---> Running in 82814eab5872 14:19:57 ---> Running in 80ba274b6633 14:19:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:19:57 Removing intermediate container ebfa8ffe77ae 14:19:57 ---> b024e16ff241 14:19:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:19:57 Status: Downloaded newer image for docker:20.10.0 14:19:57 ---> aefe523efa57 14:19:57 Step 12/26 : RUN apk add --no-cache bash 14:19:57 Removing intermediate container 62ca614414d7 14:19:57 ---> eb4920de5216 14:19:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:19:57 Removing intermediate container 82814eab5872 14:19:57 ---> 72b9905aac26 14:19:57 Step 13/21 : WORKDIR /edgex 14:19:57 ---> Running in d56d63f1e8d3 14:19:57 ---> Running in 77508672484f 14:19:57 ---> Running in 756b8d001a0a 14:19:57 ---> Running in 744dfd4ebe17 14:19:57 Removing intermediate container 80ba274b6633 14:19:57 ---> 22bd1ec1f47d 14:19:57 Step 13/22 : ENV APP_PORT=48060 14:19:57 ---> Running in c296ea95d30b 14:19:57 Removing intermediate container 756b8d001a0a 14:19:57 ---> 5cc58c93eca8 14:19:57 Step 13/23 : ENV APP_PORT=48082 14:19:57 Removing intermediate container d56d63f1e8d3 14:19:57 ---> e0071f759ce7 14:19:57 Step 13/22 : ENV APP_PORT=48085 14:19:57 Removing intermediate container 744dfd4ebe17 14:19:57 ---> e57267c01c3b 14:19:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:19:58 ---> Running in 4c20874c4e63 14:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:19:58 ---> Running in 3a49ccc9b682 14:19:58 Removing intermediate container c296ea95d30b 14:19:58 ---> e8533bddb7ad 14:19:58 Step 14/22 : EXPOSE $APP_PORT 14:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:19:58 ---> Running in 628a3ecd5f83 14:19:58 ---> 8aca12e8b061 14:19:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:19:58 (1/2) Installing readline (8.0.4-r0) 14:19:58 (2/2) Installing bash (5.0.17-r0) 14:19:58 Executing bash-5.0.17-r0.post-install 14:19:58 Executing busybox-1.31.1-r19.trigger 14:19:58 OK: 12 MiB in 22 packages 14:19:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:19:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:19:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:19:58 Removing intermediate container 4c20874c4e63 14:19:58 ---> 0bd327f4b6c5 14:19:58 Step 14/23 : EXPOSE $APP_PORT 14:19:58 Removing intermediate container 3a49ccc9b682 14:19:58 ---> 58737a1348bd 14:19:58 Step 14/22 : EXPOSE $APP_PORT 14:19:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 71.3% of statements 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:19:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:19:58 ---> Running in 102a21a8bf82 14:19:58 Removing intermediate container 628a3ecd5f83 14:19:58 ---> 2fd22047cdee 14:19:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:19:58 ---> Running in 80371bde879f 14:19:59 ---> 6e8ae9193d72 14:19:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:19:59 Removing intermediate container 102a21a8bf82 14:19:59 ---> 0887ea4a66e3 14:19:59 Step 15/23 : WORKDIR / 14:19:59 ---> 8423e5fb747f 14:19:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:19:59 ---> Running in 32faf4500812 14:19:59 Removing intermediate container 80371bde879f 14:19:59 ---> 0e2153bb826c 14:19:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:19:59 Removing intermediate container 77508672484f 14:19:59 ---> 7403d4d690c5 14:19:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:19:59 ---> 319c7e6cb720 14:19:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:19:59 ---> Running in d6a210174e89 14:19:59 ---> Running in ee3d9e5c2af3 14:19:59 Removing intermediate container 32faf4500812 14:19:59 ---> 2f3cbbc3690c 14:19:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:19:59 ---> bf85eca61b0d 14:19:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:19:59 Removing intermediate container d6a210174e89 14:19:59 ---> ce97e4d6ad57 14:19:59 Step 14/26 : ENV APP_PORT=48090 14:20:00 ---> c8ff65a4c34c 14:20:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:20:00 ---> Running in c06c5a91156a 14:20:00 Removing intermediate container ee3d9e5c2af3 14:20:00 ---> ee95434960f8 14:20:00 Step 18/21 : CMD ["--init=true"] 14:20:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.9% of statements 14:20:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:20:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:20:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.143s coverage: 78.9% of statements 14:20:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:20:00 ---> 9e31989d7ea6 14:20:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:20:00 ---> Running in bc603e6854a6 14:20:00 ---> f4eb0ca4e693 14:20:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:20:00 Removing intermediate container c06c5a91156a 14:20:00 ---> d424af171468 14:20:00 Step 15/26 : EXPOSE $APP_PORT 14:20:01 ---> e07b85875aa6 14:20:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:20:01 ---> Running in aee2b30ac0f3 14:20:01 ---> Running in 61d789b82d73 14:20:01 Removing intermediate container bc603e6854a6 14:20:01 ---> 30960d85e63b 14:20:01 Step 19/21 : LABEL arch=x86_64 14:20:01 ---> 8c82b9b829f3 14:20:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:20:01 ---> 50f98bc02eb7 14:20:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:20:01 ---> Running in 089da6293688 14:20:01 ---> Running in 3101127d7595 14:20:01 Removing intermediate container aee2b30ac0f3 14:20:01 ---> 8e5828498743 14:20:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:20:01 Removing intermediate container 61d789b82d73 14:20:01 ---> 705a5f700cb7 14:20:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:20:02 ---> Running in b0e0d66b77ae 14:20:02 ---> 6c7e303ab636 14:20:02 Step 19/23 : ENTRYPOINT ["/core-command"] 14:20:02 Removing intermediate container 089da6293688 14:20:02 ---> d113db6c2dd2 14:20:02 Step 20/21 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:20:02 Removing intermediate container 3101127d7595 14:20:02 ---> f00e2e80360d 14:20:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:20:02 ---> Running in c2015855ac1a 14:20:02 ---> Running in 1777ac76a164 14:20:02 ---> Running in 9a6446ef580d 14:20:02 Removing intermediate container b0e0d66b77ae 14:20:02 ---> 6b90a736f75f 14:20:02 Step 20/22 : LABEL arch=x86_64 14:20:02 ---> 4b45e446a0c4 14:20:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:20:02 Removing intermediate container c2015855ac1a 14:20:02 ---> 9ab4ed96bc9c 14:20:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:20:02 Removing intermediate container 1777ac76a164 14:20:02 ---> df7b897612bd 14:20:02 Step 21/21 : LABEL version=0.0.0 14:20:02 ---> Running in 00f34a68aa41 14:20:02 Removing intermediate container 9a6446ef580d 14:20:02 ---> aa3234923e6b 14:20:02 Step 20/22 : LABEL arch=x86_64 14:20:02 ---> Running in bda1bbea095c 14:20:02 ---> Running in 420eac40561b 14:20:02 ---> Running in 3b830dca0253 14:20:03 ---> 8cb4f28d5f77 14:20:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:20:03 Removing intermediate container 00f34a68aa41 14:20:03 ---> 96e8276aa87f 14:20:03 Step 21/22 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:20:03 Removing intermediate container 420eac40561b 14:20:03 ---> 1fb6d0ab20dc 14:20:03 14:20:03 Removing intermediate container bda1bbea095c 14:20:03 ---> 0adbf4967244 14:20:03 Step 21/23 : LABEL arch=x86_64 14:20:03 Removing intermediate container 3b830dca0253 14:20:03 ---> c385534c8237 14:20:03 Step 21/22 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:20:03 ---> Running in 2419086fc7e0 14:20:03 ---> Running in 0fe2f7b06a0c 14:20:03 Successfully built 1fb6d0ab20dc 14:20:03 ---> Running in a8ac23cbf8cb 14:20:03 Successfully tagged docker-security-proxy-setup-go:latest 14:20:03 Building docker-security-bootstrapper-go 14:20:03  Building docker-security-proxy-setup-go ... done  ---> 3cef6c314b61 14:20:03 Step 19/26 : RUN apk --no-cache add py3-pip 14:20:03 Removing intermediate container 2419086fc7e0 14:20:03 ---> 362846e75b2d 14:20:03 Step 22/22 : LABEL version=0.0.0 14:20:03 ---> Running in 60f34f550b5d 14:20:03 Removing intermediate container 0fe2f7b06a0c 14:20:03 ---> 5a857463e7d3 14:20:03 Step 22/23 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:20:03 Removing intermediate container a8ac23cbf8cb 14:20:03 ---> 0b57fab83e5c 14:20:03 Step 22/22 : LABEL version=0.0.0 14:20:04 ---> Running in 3191ca0c3b85 14:20:05 ---> Running in 1151d098febc 14:20:05 ---> Running in 6af916c9ab3f 14:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:06 (1/33) Installing libbz2 (1.0.8-r1) 14:20:06 (2/33) Installing expat (2.2.9-r1) 14:20:06 (3/33) Installing libffi (3.3-r2) 14:20:06 (4/33) Installing gdbm (1.13-r1) 14:20:06 Removing intermediate container 3191ca0c3b85 14:20:06 ---> d199182b79ee 14:20:06 (5/33) Installing xz-libs (5.2.5-r0) 14:20:06 14:20:06 (6/33) Installing sqlite-libs (3.32.1-r0) 14:20:06 (7/33) Installing python3 (3.8.8-r0) 14:20:09 Removing intermediate container 1151d098febc 14:20:09 ---> 0253baf3050e 14:20:09 Step 23/23 : LABEL version=0.0.0 14:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.108s coverage: 28.6% of statements 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.375s coverage: 86.7% of statements 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.316s coverage: 97.5% of statements 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:20:13 Removing intermediate container 6af916c9ab3f 14:20:13 ---> d1ee5aab3be3 14:20:13 14:20:13 (8/33) Installing py3-appdirs (1.4.4-r1) 14:20:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:20:13 (10/33) Installing py3-parsing (2.4.7-r0) 14:20:14 (11/33) Installing py3-six (1.15.0-r0) 14:20:14 (12/33) Installing py3-packaging (20.4-r0) 14:20:14 (13/33) Installing py3-setuptools (47.0.0-r0) 14:20:14 (14/33) Installing py3-chardet (3.0.4-r4) 14:20:14 (15/33) Installing py3-idna (2.9-r0) 14:20:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:20:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:20:15 Successfully built d1ee5aab3be3 14:20:15 Successfully built d199182b79ee 14:20:16 (18/33) Installing py3-requests (2.23.0-r0) 14:20:16 (19/33) Installing py3-msgpack (1.0.0-r0) 14:20:16 Successfully tagged docker-support-scheduler-go:latest 14:20:16  Building docker-support-scheduler-go ... done Building docker-core-data-go 14:20:16 (20/33) Installing py3-lockfile (0.12.2-r3) 14:20:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:20:16 Successfully tagged docker-support-notifications-go:latest 14:20:16 Building docker-security-secretstore-setup-go 14:20:17  Building docker-support-notifications-go ... done  ---> Running in a1a8d611afe3 14:20:17 (22/33) Installing py3-colorama (0.4.3-r0) 14:20:17 (23/33) Installing py3-distlib (0.3.0-r0) 14:20:17 (24/33) Installing py3-distro (1.5.0-r1) 14:20:17 (25/33) Installing py3-webencodings (0.5.1-r3) 14:20:17 (26/33) Installing py3-html5lib (1.0.1-r4) 14:20:17 (27/33) Installing py3-pytoml (0.1.21-r0) 14:20:18 (28/33) Installing py3-pep517 (0.8.2-r0) 14:20:18 (29/33) Installing py3-progress (1.5-r0) 14:20:18 (30/33) Installing py3-toml (0.10.1-r0) 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.177s coverage: 92.8% of statements 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:20:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.130s coverage: 79.5% of statements 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 14:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 14:20:19 (31/33) Installing py3-retrying (1.3.3-r0) 14:20:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:20:20 (33/33) Installing py3-pip (20.1.1-r0) 14:20:20 Removing intermediate container a1a8d611afe3 14:20:20 ---> 884c33a42e1c 14:20:20 14:20:21 Executing busybox-1.31.1-r19.trigger 14:20:21 OK: 71 MiB in 55 packages 14:20:21 Successfully built 884c33a42e1c 14:20:21 Successfully tagged docker-core-command-go:latest 14:20:21  Building docker-core-command-go ... done Building docker-core-metadata-go 14:20:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:20:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:20:28 ---> 0fa71ed112d7 14:20:28 Step 3/31 : WORKDIR /edgex-go 14:20:28 ---> Using cache 14:20:28 ---> a20517c49e52 14:20:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:28 ---> Using cache 14:20:28 ---> 0434d8627f14 14:20:28 Step 5/31 : RUN apk add --update --no-cache make git 14:20:28 ---> Using cache 14:20:28 ---> db9eda10c845 14:20:28 Step 6/31 : COPY go.mod . 14:20:28 ---> Using cache 14:20:28 ---> 54b5b86883c6 14:20:28 Step 7/31 : RUN go mod download 14:20:28 ---> Using cache 14:20:28 ---> fdf1b78b6c17 14:20:28 Step 8/31 : COPY . . 14:20:28 ---> Using cache 14:20:28 ---> 3c15a6b01867 14:20:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:20:31 ---> Running in cc6c0e09a0df 14:20:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements 14:20:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 14:20:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.272s coverage: 81.9% of statements 14:20: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 14:20:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:20:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:20:45 ---> 0fa71ed112d7 14:20:45 Step 3/24 : WORKDIR /edgex-go 14:20:45 ---> Using cache 14:20:45 ---> a20517c49e52 14:20:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:45 ---> Using cache 14:20:45 ---> 0434d8627f14 14:20:45 Step 5/24 : RUN apk add --update --no-cache make git 14:20:45 ---> Using cache 14:20:45 ---> db9eda10c845 14:20:45 Step 6/24 : COPY go.mod . 14:20:45 ---> Using cache 14:20:45 ---> 54b5b86883c6 14:20:45 Step 7/24 : RUN go mod download 14:20:45 ---> Using cache 14:20:45 ---> fdf1b78b6c17 14:20:45 Step 8/24 : COPY . . 14:20:45 ---> Using cache 14:20:45 ---> 3c15a6b01867 14:20:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:20:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:20:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:20:45 ---> 0fa71ed112d7 14:20:45 Step 3/23 : WORKDIR /edgex-go 14:20:45 ---> Using cache 14:20:45 ---> a20517c49e52 14:20:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:45 ---> Using cache 14:20:45 ---> 0434d8627f14 14:20:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.586s coverage: 62.4% of statements 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:20:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 14:20:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 14:20:47 ---> Running in e2c4d2b497a2 14:20:47 ---> Running in d0d31e1ecde1 14:20:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 14:20:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:20:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:20:49 ---> 0fa71ed112d7 14:20:49 Step 3/23 : WORKDIR /edgex-go 14:20:49 ---> Using cache 14:20:49 ---> a20517c49e52 14:20:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:20:49 ---> Using cache 14:20:49 ---> 0434d8627f14 14:20:49 Step 5/23 : RUN apk add --update --no-cache make git 14:20:49 ---> Using cache 14:20:49 ---> db9eda10c845 14:20:49 Step 6/23 : COPY go.mod . 14:20:49 ---> Using cache 14:20:49 ---> 54b5b86883c6 14:20:49 Step 7/23 : RUN go mod download 14:20:49 ---> Using cache 14:20:49 ---> fdf1b78b6c17 14:20:49 Step 8/23 : COPY . . 14:20:49 ---> Using cache 14:20:49 ---> 3c15a6b01867 14:20:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:20:49 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 14:20:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:20:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:20:50 ---> Running in 3a11ff3120be 14:20:51 OK: 233 MiB in 51 packages 14:20:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.863s coverage: 69.0% of statements 14:20:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:20:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:20:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:20:51 Removing intermediate container 60f34f550b5d 14:20:51 ---> ae4136cafb33 14:20:51 Step 20/26 : RUN pip install docker-compose==1.23.2 14:20:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:20:51 ---> Running in 77221b9c829c 14:20:52 Removing intermediate container d0d31e1ecde1 14:20:52 ---> 57d56dbaf692 14:20:52 Step 6/23 : COPY go.mod . 14:20:52 ---> 51839f5af3e2 14:20:52 Step 7/23 : RUN go mod download 14:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements 14:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 14:20:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:20:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements 14:20:53 ---> Running in a41a2c0c831f 14:20:56 Removing intermediate container a41a2c0c831f 14:20:56 ---> ca620acd4511 14:20:56 Step 8/23 : COPY . . 14:20:56 Collecting docker-compose==1.23.2 14:20:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:20:58 Collecting PyYAML<4,>=3.10 14:20:58 Downloading PyYAML-3.13.tar.gz (270 kB) 14:20:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:20:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:20:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:20:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.443s coverage: 87.1% of statements 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:20:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:21:02 Collecting jsonschema<3,>=2.5.1 14:21:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:21:04 Collecting dockerpty<0.5,>=0.4.1 14:21:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:21:05 Collecting websocket-client<1.0,>=0.32.0 14:21:05 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:21:05 Collecting texttable<0.10,>=0.9.0 14:21:05 Downloading texttable-0.9.1.tar.gz (11 kB) 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.269s coverage: 29.1% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.242s coverage: 99.0% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.304s coverage: 96.5% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:21:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:21:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:21:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 14:21:07 Collecting cached-property<2,>=1.2.0 14:21:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:21:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:21:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:21:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 14:21:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 14:21:09 GO111MODULE=on go vet ./... 14:21:10 Collecting docopt<0.7,>=0.6.1 14:21:10 Downloading docopt-0.6.2.tar.gz (25 kB) 14:21:12 Collecting docker<4.0,>=3.6.0 14:21:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:21:12 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) 14:21:12 Collecting idna<2.8,>=2.5 14:21:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:21:12 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 14:21:13 Collecting urllib3<1.25,>=1.21.1 14:21:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:21:13 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) 14:21:14 Collecting docker-pycreds>=0.4.0 14:21:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:21:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:21:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:21:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:21:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:21:15 Installing collected packages: PyYAML, jsonschema, dockerpty, websocket-client, texttable, cached-property, idna, urllib3, requests, docopt, docker-pycreds, docker, docker-compose 14:21:15 Running setup.py install for PyYAML: started 14:21:17 Running setup.py install for PyYAML: finished with status 'done' 14:21:18 Running setup.py install for dockerpty: started 14:21:19 Running setup.py install for dockerpty: finished with status 'done' 14:21:19 Running setup.py install for texttable: started 14:21:20 Removing intermediate container cc6c0e09a0df 14:21:20 ---> 69e64e999c5f 14:21:20 14:21:20 Step 10/31 : FROM alpine:3.12 14:21:20 ---> 88dd2752d2ea 14:21:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:21:20 Running setup.py install for texttable: finished with status 'done' 14:21:20 Attempting uninstall: idna 14:21:20 Found existing installation: idna 2.9 14:21:20 Uninstalling idna-2.9: 14:21:20 Successfully uninstalled idna-2.9 14:21:20 ---> 412a2f9f12a4 14:21:20 Step 9/23 : RUN make cmd/core-data/core-data 14:21:21 Attempting uninstall: urllib3 14:21:21 ---> Running in 13fbac7b88a8 14:21:21 Found existing installation: urllib3 1.25.9 14:21:21 Uninstalling urllib3-1.25.9: 14:21:21 Successfully uninstalled urllib3-1.25.9 14:21:21 ---> Running in 29b0d34be4eb 14:21:22 Attempting uninstall: requests 14:21:22 Found existing installation: requests 2.23.0 14:21:22 Uninstalling requests-2.23.0: 14:21:22 Removing intermediate container 13fbac7b88a8 14:21:22 ---> 6e63be2c15b2 14:21:22 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:21:22 Successfully uninstalled requests-2.23.0 14:21:23 Running setup.py install for docopt: started 14:21:23 ---> Running in 2c2ce5d83ddf 14:21:23 Running setup.py install for docopt: finished with status 'done' 14:21:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:21:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:24 (1/2) Installing dumb-init (1.2.2-r1) 14:21:24 (2/2) Installing su-exec (0.2-r1) 14:21:24 Executing busybox-1.31.1-r19.trigger 14:21:25 OK: 6 MiB in 16 packages 14:21:26 Removing intermediate container e2c4d2b497a2 14:21:26 ---> 9e35e9ccfc1c 14:21:26 14:21:26 Step 10/24 : FROM alpine:3.12 14:21:26 ---> 88dd2752d2ea 14:21:26 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:21:26 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 14:21:27 ---> Running in 35a2b0687255 14:21:27 Removing intermediate container 2c2ce5d83ddf 14:21:27 ---> 0b15f27565c7 14:21:27 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:21:27 ---> Running in 13744ecf139a 14:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:28 Removing intermediate container 13744ecf139a 14:21:28 ---> 660c48fabcf2 14:21:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:21:28 (1/5) Installing ca-certificates (20191127-r4) 14:21:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:21:28 (3/5) Installing libcurl (7.69.1-r3) 14:21:28 (4/5) Installing curl (7.69.1-r3) 14:21:28 (5/5) Installing dumb-init (1.2.2-r1) 14:21:28 Executing busybox-1.31.1-r19.trigger 14:21:29 Executing ca-certificates-20191127-r4.trigger 14:21:29 OK: 7 MiB in 19 packages 14:21:29 ---> Running in 478e5ca0e802 14:21:30 Removing intermediate container 77221b9c829c 14:21:30 ---> a50d91197c5d 14:21:30 Step 21/26 : RUN apk --no-cache add curl 14:21:31 Removing intermediate container 478e5ca0e802 14:21:31 ---> 702b0c4a52d4 14:21:31 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:21:32 ---> Running in e82aef383b9c 14:21:32 ---> Running in 7cba5af6d031 14:21:33 Removing intermediate container 3a11ff3120be 14:21:33 ---> 22f71284b9e8 14:21:33 14:21:33 Step 10/23 : FROM alpine:3.12 14:21:33 ---> 88dd2752d2ea 14:21:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:21:33 ---> Using cache 14:21:33 ---> eb4920de5216 14:21:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:21:33 ---> Using cache 14:21:33 ---> 5cc58c93eca8 14:21:33 Step 13/23 : ENV APP_PORT=48081 14:21:34 ---> Running in 88aad074d706 14:21:34 Removing intermediate container 35a2b0687255 14:21:34 ---> ca07270d5ce2 14:21:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:21:34 ---> Running in e0854bfc5e74 14:21:34 Removing intermediate container 88aad074d706 14:21:34 ---> 02d7e0b50368 14:21:34 Step 14/23 : EXPOSE $APP_PORT 14:21:35 ---> Running in 375a7e1bec90 14:21:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:35 Removing intermediate container e0854bfc5e74 14:21:35 ---> c9ba60c406b0 14:21:35 Step 13/24 : WORKDIR / 14:21:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:35 ---> Running in dc848fdd1405 14:21:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:21:35 (2/3) Installing libcurl (7.69.1-r3) 14:21:35 (3/3) Installing curl (7.69.1-r3) 14:21:35 Executing busybox-1.31.1-r19.trigger 14:21:35 OK: 72 MiB in 58 packages 14:21:35 Removing intermediate container 375a7e1bec90 14:21:35 ---> 8dcbf0e361a1 14:21:35 Step 15/23 : WORKDIR / 14:21:35 ---> Running in b0df606be4db 14:21:36 Removing intermediate container dc848fdd1405 14:21:36 ---> a21d63c49be1 14:21:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:21:36 Removing intermediate container 7cba5af6d031 14:21:36 ---> 36f611b20494 14:21:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:21:36 ---> Running in 46252783ef33 14:21:36 Removing intermediate container b0df606be4db 14:21:36 ---> b8f47ac7289f 14:21:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:37 ---> 748ec560eb47 14:21:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:21:37 Removing intermediate container e82aef383b9c 14:21:37 ---> 34a4941b961e 14:21:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:21:37 ---> Running in 35e7094d3808 14:21:37 Removing intermediate container 46252783ef33 14:21:37 ---> e83afb485b49 14:21:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:21:37 Removing intermediate container 35e7094d3808 14:21:37 ---> 37e3454e97aa 14:21:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:21:38 ---> 63b203db1779 14:21:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:21:38 ---> 191b653acb0e 14:21:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:21:38 ---> Running in f8f962fd47db 14:21:38 ---> 3e68602c8f73 14:21:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:21:38 ---> Running in 9882b018d537 14:21:38 Removing intermediate container f8f962fd47db 14:21:38 ---> 45a664dd00ee 14:21:38 Step 24/26 : LABEL arch=x86_64 14:21:39 ---> e707d88f03cc 14:21:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:21:39 ---> Running in 979f0b0e57e6 14:21:39 ---> e186701f075a 14:21:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:21:40 Removing intermediate container 979f0b0e57e6 14:21:40 ---> eec8019980d9 14:21:40 Step 25/26 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:21:41 ---> Running in dfd62a6bf451 14:21:41 ---> f1298ecf9322 14:21:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:21:41 ---> a6ca86b3acee 14:21:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:21:41 ---> Running in 7407e2e82f9e 14:21:41 Removing intermediate container dfd62a6bf451 14:21:41 ---> 8c6258e1963e 14:21:41 Step 26/26 : LABEL version=0.0.0 14:21:41 ---> Running in 3eeb2ef5a9b0 14:21:42 Removing intermediate container 7407e2e82f9e 14:21:42 ---> aa406746d538 14:21:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:21:42 ---> 8e0126e8677b 14:21:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:21:42 ---> Running in 147ed6fa07a5 14:21:42 Removing intermediate container 3eeb2ef5a9b0 14:21:42 ---> 22250d0a383d 14:21:42 14:21:42 Removing intermediate container 9882b018d537 14:21:42 ---> ee8cfff5405a 14:21:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:42 Successfully built 22250d0a383d 14:21:42 Successfully tagged docker-sys-mgmt-agent-go:latest 14:21:42  Building docker-sys-mgmt-agent-go ... done  ---> 01c0565fb74f 14:21:42 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/ 14:21:42 Removing intermediate container 147ed6fa07a5 14:21:42 ---> 511cce4fd1f3 14:21:42 Step 21/23 : LABEL arch=x86_64 14:21:42 ---> Running in ddd21089c679 14:21:42 ---> Running in b7da171724b8 14:21:42 ---> f68f7972be15 14:21:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:21:43 Removing intermediate container b7da171724b8 14:21:43 ---> 60a65ed93511 14:21:43 Step 22/23 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:21:44 ---> Running in 87a23ec6bc6b 14:21:44 ---> 2bd7cbd9a3bf 14:21:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:21:44 Removing intermediate container 87a23ec6bc6b 14:21:44 ---> 3635ac8801f8 14:21:44 Step 23/23 : LABEL version=0.0.0 14:21:44 ---> Running in 860082c408ab 14:21:44 ---> 7d0b63e2343f 14:21:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:21:45 Removing intermediate container 860082c408ab 14:21:45 ---> f7cabc7200e7 14:21:45 14:21:45 Removing intermediate container ddd21089c679 14:21:45 ---> 0a112bc897d6 14:21:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:21:45 ---> Running in ce5fe57cd7d3 14:21:45 ---> 53b46e6d29dc 14:21:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:21:45 Successfully built f7cabc7200e7 14:21:45 Successfully tagged docker-core-metadata-go:latest 14:21:45  Building docker-core-metadata-go ... done Removing intermediate container ce5fe57cd7d3 14:21:45 ---> 818a8bc00476 14:21:45 Step 22/24 : LABEL arch=x86_64 14:21:47 ---> Running in 376775109fee 14:21:47 ---> b3189e17cb29 14:21:47 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:21:47 Removing intermediate container 29b0d34be4eb 14:21:47 ---> fa7c6a748a51 14:21:47 14:21:47 Step 10/23 : FROM alpine:3.12 14:21:47 ---> 88dd2752d2ea 14:21:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:21:47 ---> Running in b562fd23c734 14:21:47 ---> Running in c1c146db7576 14:21:47 Removing intermediate container 376775109fee 14:21:47 ---> 83f5009f651d 14:21:47 Step 23/24 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:21:47 ---> Running in a8d6780f2e7a 14:21:47 Removing intermediate container b562fd23c734 14:21:47 ---> 5a8ac860458c 14:21:47 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:21:47 Removing intermediate container c1c146db7576 14:21:47 ---> f3ce9035a570 14:21:47 Step 12/23 : ENV APP_PORT=48080 14:21:48 Removing intermediate container a8d6780f2e7a 14:21:48 ---> 7596bfc06052 14:21:48 Step 24/24 : LABEL version=0.0.0 14:21:48 ---> Running in 71f6e3cd2776 14:21:48 ---> Running in f3ed10fdf9ad 14:21:48 ---> 9fe71073c679 14:21:48 Step 26/31 : RUN chmod +x /entrypoint.sh 14:21:48 Removing intermediate container 71f6e3cd2776 14:21:48 ---> c9fd65f7c0d2 14:21:48 Step 13/23 : EXPOSE $APP_PORT 14:21:48 ---> Running in 1fed0c33acb9 14:21:48 ---> Running in 6f2bf22203b0 14:21:48 Removing intermediate container f3ed10fdf9ad 14:21:48 ---> b49ec8810a01 14:21:48 14:21:48 Successfully built b49ec8810a01 14:21:48 Successfully tagged docker-security-secretstore-setup-go:latest 14:21:48  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6f2bf22203b0 14:21:48 ---> a7a0585edb20 14:21:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:21:49 ---> Running in 15b50054703d 14:21:49 Removing intermediate container 1fed0c33acb9 14:21:49 ---> 7d7ca0124c29 14:21:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:21:49 ---> Running in 84df6a33535a 14:21:50 Removing intermediate container 84df6a33535a 14:21:50 ---> fe36e3cebc29 14:21:50 Step 28/31 : CMD ["gate"] 14:21:50 Removing intermediate container 15b50054703d 14:21:50 ---> af68fc2b241c 14:21:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:21:51 ---> Running in f12905bc33a8 14:21:51 ---> Running in 7195ba207a06 14:21:51 Removing intermediate container f12905bc33a8 14:21:51 ---> 060e83c8aa0e 14:21:51 Step 29/31 : LABEL arch=x86_64 14:21:51 ---> Running in 26a6dd6220ec 14:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:21:51 Removing intermediate container 26a6dd6220ec 14:21:51 ---> 700dcdaf16d2 14:21:51 Step 30/31 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:21:51 ---> Running in 3ef03eea4e8b 14:21:52 Removing intermediate container 3ef03eea4e8b 14:21:52 ---> 227683c78e65 14:21:52 Step 31/31 : LABEL version=0.0.0 14:21:52 ---> Running in 9fe83b0d0c75 14:21:52 Removing intermediate container 9fe83b0d0c75 14:21:52 ---> 526939560587 14:21:52 14:21:52 Successfully built 526939560587 14:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:21:52 Successfully tagged docker-security-bootstrapper-go:latest 14:21:53  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) 14:21:53 (2/6) Installing libgcc (9.3.0-r2) 14:21:53 (3/6) Installing libsodium (1.0.18-r0) 14:21:53 (4/6) Installing libstdc++ (9.3.0-r2) 14:21:54 (5/6) Installing libzmq (4.3.3-r0) 14:21:54 (6/6) Installing zeromq (4.3.3-r0) 14:21:54 Executing busybox-1.31.1-r19.trigger 14:21:54 OK: 8 MiB in 20 packages 14:21:55 Removing intermediate container 7195ba207a06 14:21:55 ---> 6a13a2c5bf3c 14:21:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:21:55 ---> 2e53106be826 14:21:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:21:56 ---> 28a3a3e26d21 14:21:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:21:56 ---> f96f80db2feb 14:21:56 Step 19/23 : ENTRYPOINT ["/core-data"] 14:21:56 ---> Running in bbdeeacf4833 14:21:56 Removing intermediate container bbdeeacf4833 14:21:56 ---> e8d93fe99502 14:21:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:21:56 ---> Running in 4bb40259832b 14:21:56 Removing intermediate container 4bb40259832b 14:21:56 ---> 19a94c5ad4a5 14:21:56 Step 21/23 : LABEL arch=x86_64 14:21:57 ---> Running in e4f6e07f84ff 14:21:57 Removing intermediate container e4f6e07f84ff 14:21:57 ---> 2f289e422a15 14:21:57 Step 22/23 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:21:57 ---> Running in 4abf50e673ee 14:21:57 Removing intermediate container 4abf50e673ee 14:21:57 ---> 35c86d548c74 14:21:57 Step 23/23 : LABEL version=0.0.0 14:21:57 ---> Running in 6baccfda508d 14:21:57 Removing intermediate container 6baccfda508d 14:21:57 ---> 08bd8e4d37e0 14:21:57 14:21:57 Successfully built 08bd8e4d37e0 14:21:57 Successfully tagged docker-core-data-go:latest 14:21:58  Building docker-core-data-go ... done  [Pipeline] } 14:21:58 $ docker stop --time=1 eb28c8483ceecfa0c4dab19d813816bffbf74d0d516b655f2879beaac392f479 14:21:59 $ docker rm -f eb28c8483ceecfa0c4dab19d813816bffbf74d0d516b655f2879beaac392f479 [Pipeline] // withDockerContainer [Pipeline] sh 14:22:00 + docker images 14:22:00 + grep docker 14:22:00 docker-core-data-go latest 08bd8e4d37e0 3 seconds ago 22.6MB 14:22:00 docker-security-bootstrapper-go latest 526939560587 8 seconds ago 18.8MB 14:22:00 docker-security-secretstore-setup-go latest b49ec8810a01 12 seconds ago 24.9MB 14:22:00 docker-core-metadata-go latest f7cabc7200e7 16 seconds ago 19.1MB 14:22:00 docker-sys-mgmt-agent-go latest 22250d0a383d 19 seconds ago 313MB 14:22:00 docker-core-command-go latest 884c33a42e1c About a minute ago 17.3MB 14:22:00 docker-support-scheduler-go latest d1ee5aab3be3 About a minute ago 17.3MB 14:22:00 docker-support-notifications-go latest d199182b79ee About a minute ago 17.9MB 14:22:00 docker-security-proxy-setup-go latest 1fb6d0ab20dc About a minute ago 24.7MB 14:22:00 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 14:22:16 Still waiting to schedule task 14:22:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:22:31 gofmt -l . 14:22:31 [ "`gofmt -l .`" = "" ] 14:22:31 ./bin/test-go-mod-tidy.sh 14:22:31 ./bin/test-attribution-txt.sh [Pipeline] sh 14:22:31 + ls -al . 14:22:31 total 788 14:22:31 drwxrwxr-x 9 1001 1001 4096 Mar 22 14:22 . 14:22:31 drwxr-xr-x 4 root root 4096 Mar 22 14:18 .. 14:22:31 -rw-rw-r-- 1 1001 1001 11 Mar 22 14:16 .dockerignore 14:22:31 drwxrwxr-x 8 1001 1001 4096 Mar 22 14:16 .git 14:22:31 drwxrwxr-x 3 1001 1001 4096 Mar 22 14:16 .github 14:22:31 -rw-rw-r-- 1 1001 1001 818 Mar 22 14:16 .gitignore 14:22:31 -rw-rw-r-- 1 1001 1001 166 Mar 22 14:16 .sonarcloud.properties 14:22:31 -rw-rw-r-- 1 1001 1001 8607 Mar 22 14:16 Attribution.txt 14:22:31 -rw-rw-r-- 1 1001 1001 3804 Mar 22 14:16 CONTRIBUTING.md 14:22:31 -rw-rw-r-- 1 1001 1001 931 Mar 22 14:16 Dockerfile.build 14:22:31 -rw-rw-r-- 1 1001 1001 863 Mar 22 14:16 Jenkinsfile 14:22:31 -rw-rw-r-- 1 1001 1001 10775 Mar 22 14:16 LICENSE 14:22:31 -rw-rw-r-- 1 1001 1001 5774 Mar 22 14:16 Makefile 14:22:31 -rw-rw-r-- 1 1001 1001 6548 Mar 22 14:16 README.md 14:22:31 -rw-rw-r-- 1 1001 1001 6755 Mar 22 14:16 SECURITY.md 14:22:31 -rw-rw-r-- 1 1001 1001 5 Mar 22 14:13 VERSION 14:22:31 -rw-rw-r-- 1 1001 1001 4131 Mar 22 14:16 ZMQWindows.md 14:22:31 drwxrwxr-x 2 1001 1001 4096 Mar 22 14:16 bin 14:22:31 drwxrwxr-x 14 1001 1001 4096 Mar 22 14:16 cmd 14:22:31 -rw-r--r-- 1 root root 650607 Mar 22 14:21 coverage.out 14:22:31 -rw-r--r-- 1 root root 1055 Mar 22 14:22 go.mod 14:22:31 -rw-r--r-- 1 root root 22209 Mar 22 14:22 go.sum 14:22:31 drwxrwxr-x 8 1001 1001 4096 Mar 22 14:16 internal 14:22:31 drwxrwxr-x 4 1001 1001 4096 Mar 22 14:16 openapi 14:22:31 drwxrwxr-x 4 1001 1001 4096 Mar 22 14:16 snap 14:22:31 -rw-rw-r-- 1 1001 1001 168 Mar 22 14:16 version.go [Pipeline] sh 14:22:32 + '[' -e coverage.out ] 14:22:32 + chown 1001:1001 coverage.out [Pipeline] stash 14:22:32 Warning: overwriting stash ‘coverage-report’ 14:22:34 Stashed 1 file(s) [Pipeline] sh 14:22:34 + make build 14:22:34 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 14:22:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:23:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:23:14 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 14:23:15 Running on prd-ubuntu18.04-docker-8c-8g-30873 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 14:23:15 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 14:23:17 using credential edgex-jenkins-ssh 14:23:17 Cloning the remote Git repository 14:23:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:23:17 > git init /w/workspace/edgex-go/9 # timeout=10 14:23:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:23:17 > git --version # timeout=10 14:23:17 > git --version # 'git version 2.17.1' 14:23:17 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:23:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:23:22 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 14:23:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:23:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:23:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:23:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:23:23 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:23:24 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 3996e6206ecf6545d3837532f55264bacc8f1ea2 14:23:24 Merge succeeded, producing 3996e6206ecf6545d3837532f55264bacc8f1ea2 14:23:24 Checking out Revision 3996e6206ecf6545d3837532f55264bacc8f1ea2 (PR-3241) 14:23:24 > git config core.sparsecheckout # timeout=10 14:23:24 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 14:23:24 > git remote # timeout=10 14:23:24 > git config --get remote.origin.url # timeout=10 14:23:24 using GIT_SSH to set credentials SSH Credentials for GitHub 14:23:24 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 14:23:24 > git rev-parse HEAD^{commit} # timeout=10 14:23:24 > git config core.sparsecheckout # timeout=10 14:23:24 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 14:23:26 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 14:23:28 Commit message: "fix(snap): secure kong admin ports" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:23:29 + echo snap-build.sh 14:23:29 snap-build.sh 14:23:29 + SNAP_BASE_DIR=. 14:23:29 + '[' '!' -z /w/workspace/edgex-go/9 ']' 14:23:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 14:23:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 14:23:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 14:23:29 + cd /w/workspace/edgex-go/9 14:23:29 + sudo apt-get remove -qy --purge lxd lxd-client 14:23:29 Reading package lists... 14:23:29 Building dependency tree... 14:23:29 Reading state information... 14:23:29 The following packages were automatically installed and are no longer required: 14:23:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:23:29 uidmap xdelta3 14:23:29 Use 'sudo apt autoremove' to remove them. 14:23:29 The following packages will be REMOVED: 14:23:29 lxd* lxd-client* 14:23:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:23:30 After this operation, 31.7 MB disk space will be freed. 14:23:31 (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.) 14:23:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:23:32 Removing lxd dnsmasq configuration 14:23:32 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 14:23:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:23:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:23:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:23:34 (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.) 14:23:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:23:35 Processing triggers for systemd (237-3ubuntu10.42) ... 14:23:35 Processing triggers for ureadahead (0.100.0-21) ... 14:23:36 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 14:23:36 + sudo snap remove --purge lxd 14:23:37 snap "lxd" is not installed 14:23:37 + sudo groupadd --force --system lxd 14:23:37 ++ whoami 14:23:37 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:23:37 + newgrp - lxd 14:23:37 + sudo snap install lxd 14:23:40 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 14:23:44 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 14:23:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:23:54 $ docker stop --time=1 395a70be1e1e3815665ab315cd6b7d9d5d3a30dc6383e87be615ef87c56db2a8 14:23:56 $ docker rm -f 395a70be1e1e3815665ab315cd6b7d9d5d3a30dc6383e87be615ef87c56db2a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:23:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:23:58 14:23:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:23:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:23:59 latest: Pulling from edgex-devops/edgex-compose-arm64 14:23:59 29e5d40040c1: Pulling fs layer 14:23:59 1ce36da41761: Pulling fs layer 14:23:59 25b303627fd3: Pulling fs layer 14:24:00 29e5d40040c1: Verifying Checksum 14:24:00 29e5d40040c1: Download complete 14:24:00 1ce36da41761: Verifying Checksum 14:24:00 1ce36da41761: Download complete 14:24:01 29e5d40040c1: Pull complete 14:24:02 25b303627fd3: Verifying Checksum 14:24:02 25b303627fd3: Download complete 14:24:02 1ce36da41761: Pull complete 14:24:12 25b303627fd3: Pull complete 14:24:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:24:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:24:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:24:13 prd-ubuntu18.04-docker-arm64-4c-16g-30872 does not seem to be running inside a container 14:24:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:24:16 2021-03-22T14:24:11Z INFO Waiting for automatic snapd restart... 14:24:16 $ docker top 125abd8a0f9dd44b4c880700258d342a6e53571963074fba98877fbf8cc6c816 -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:17 + docker-compose build --help 14:24:17 + grep parallel 14:24:20 --parallel Build images in parallel. [Pipeline] } 14:24:20 $ docker stop --time=1 125abd8a0f9dd44b4c880700258d342a6e53571963074fba98877fbf8cc6c816 14:24:22 $ docker rm -f 125abd8a0f9dd44b4c880700258d342a6e53571963074fba98877fbf8cc6c816 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:24:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:24:23 . [Pipeline] withDockerContainer 14:24:24 prd-ubuntu18.04-docker-arm64-4c-16g-30872 does not seem to be running inside a container 14:24:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:24:25 $ docker top 0cde4f8f258339886509bd99e65b8ee8d4075371d1c2d2cff2ae93e80e39aebd -eo pid,comm [Pipeline] { [Pipeline] sh 14:24:26 + docker-compose -f ./docker-compose-build.yml build --parallel 14:24:31 Building docker-core-command-go ... 14:24:31 Building docker-core-data-go ... 14:24:31 Building docker-core-metadata-go ... 14:24:31 Building docker-security-bootstrapper-go ... 14:24:31 Building docker-security-proxy-setup-go ... 14:24:31 Building docker-security-secretstore-setup-go ... 14:24:31 Building docker-support-notifications-go ... 14:24:31 Building docker-support-scheduler-go ... 14:24:31 Building docker-sys-mgmt-agent-go ... 14:24:31 Building docker-security-secretstore-setup-go 14:24:31 Building docker-support-notifications-go 14:24:31 Building docker-security-bootstrapper-go 14:24:31 Building docker-core-metadata-go 14:24:31 Building docker-core-command-go 14:24:48 lxd 4.12 from Canonical* installed 14:24:48 + sudo lxd init --auto 14:24:53 + sudo snap install --classic snapcraft 14:25:05 snapcraft 4.5.4 from Canonical* installed 14:25:05 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 14:25:05 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 14:25:05 % Total % Received % Xferd Average Speed Time Time Time Current 14:25:05 Dload Upload Total Spent Left Speed 14:25:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3445 0 --:--:-- --:--:-- --:--:-- 3445 14:25:05 100 3325k 100 3325k 0 0 10.4M 0 --:--:-- --:--:-- --:--:-- 10.4M 14:25:06 ./yq_linux_amd64 14:25:06 + sudo snapcraft prime --use-lxd 14:25:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:25: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: 14:25:07 - README.md 14:25:07 14:25:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:25:08 Launching a container. 14:25:20 Waiting for container to be ready 14:25:20 To start your first instance, try: lxc launch ubuntu:18.04 14:25:20 14:25:23 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:25:24 Waiting for network to be ready... 14:25:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:25:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 14:25:24 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:25:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 14:25:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:25:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:25:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 14:25:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 14:25:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 14:25:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 14:25:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:25:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:25:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:25:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:25:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:25:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:25:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:25:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:25:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:25:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 14:25:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 14:25:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:25:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:25:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 14:25:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 14:25:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 14:25:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 14:25:29 Fetched 24.1 MB in 4s (5826 kB/s) 14:25:29 Reading package lists... 14:25:30 Reading package lists... 14:25:30 Building dependency tree... 14:25:30 Reading state information... 14:25:30 The following additional packages will be installed: 14:25:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:25:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:25:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:25:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:25:30 Suggested packages: 14:25:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:25:30 Recommended packages: 14:25:30 gnupg libsasl2-modules 14:25:30 The following NEW packages will be installed: 14:25:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:25:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:25:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:25:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:25:30 The following packages will be upgraded: 14:25:30 gpg gpg-agent gpgconf libudev1 14:25:30 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 14:25:30 Need to get 3530 kB of archives. 14:25:30 After this operation, 13.3 MB of additional disk space will be used. 14:25:30 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] 14:25:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 14:25:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:25:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:25:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 14:25:30 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 14:25:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:25:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:25:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:25:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:25:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:25:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:25:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:25:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:25:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:25:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:25:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:25:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:25:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:25:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:25:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:25:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:25:31 debconf: delaying package configuration, since apt-utils is not installed 14:25:31 Fetched 3530 kB in 1s (3133 kB/s) 14:25:31 (Reading database ... 12511 files and directories currently installed.) 14:25:31 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 14:25:31 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 14:25:31 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 14:25:31 Selecting previously unselected package udev. 14:25:31 (Reading database ... 12511 files and directories currently installed.) 14:25:31 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 14:25:31 Unpacking udev (237-3ubuntu10.45) ... 14:25:32 Selecting previously unselected package libfuse2:amd64. 14:25:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:25:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:25:32 Selecting previously unselected package fuse. 14:25:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:25:32 Unpacking fuse (2.9.7-1ubuntu1) ... 14:25:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:25:32 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:25:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:25:32 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:25:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:25:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:25:32 Selecting previously unselected package libksba8:amd64. 14:25:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:25:32 Unpacking libksba8:amd64 (1.3.5-2) ... 14:25:32 Selecting previously unselected package libroken18-heimdal:amd64. 14:25:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:25:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:32 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:25:32 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:32 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:25:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libwind0-heimdal:amd64. 14:25:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:25:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:25:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:25:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:25:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:25:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:33 Selecting previously unselected package libsasl2-modules-db:amd64. 14:25:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:25:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:25:33 Selecting previously unselected package libsasl2-2:amd64. 14:25:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:25:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:25:34 Selecting previously unselected package libldap-common. 14:25:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:25:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:25:34 Selecting previously unselected package libldap-2.4-2:amd64. 14:25:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:25:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:25:34 Selecting previously unselected package dirmngr. 14:25:34 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:25:34 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:25:34 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:25:34 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:25:34 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:25:34 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:25:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:25:34 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:25:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:34 Setting up libksba8:amd64 (1.3.5-2) ... 14:25:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:25:34 Setting up udev (237-3ubuntu10.45) ... 14:25:34 invoke-rc.d: policy-rc.d denied execution of start. 14:25:35 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Processing triggers for systemd (237-3ubuntu10) ... 14:25:35 Setting up fuse (2.9.7-1ubuntu1) ... 14:25:35 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:25:35 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:25:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:25:35 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:25:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:25:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:25:35 settings in the [Install] section, and DefaultInstance for template units). 14:25:35 This means they are not meant to be enabled using systemctl. 14:25:35 Possible reasons for having this kind of units are: 14:25:35 1) A unit may be statically enabled by being symlinked from another unit's 14:25:35 .wants/ or .requires/ directory. 14:25:35 2) A unit's purpose may be to act as a helper for some other unit which has 14:25:35 a requirement dependency on it. 14:25:35 3) A unit may be started when needed via activation (socket, path, timer, 14:25:35 D-Bus, udev, scripted systemctl call, ...). 14:25:35 4) In case of template units, the unit is meant to be enabled with some 14:25:35 instance name specified. 14:25:36 Reading package lists... 14:25:36 Building dependency tree... 14:25:36 Reading state information... 14:25:36 The following additional packages will be installed: 14:25:36 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:25:36 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:25:36 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:25:36 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:25:36 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:25:36 Suggested packages: 14:25:36 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:25:36 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:25:36 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:25:36 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:25:36 systemd-container policykit-1 14:25:36 Recommended packages: 14:25:36 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:25:36 The following NEW packages will be installed: 14:25:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:25:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:25:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:25:36 multiarch-support openssh-client python3 python3-minimal python3.6 14:25:36 python3.6-minimal snapd squashfs-tools sudo 14:25:36 The following packages will be upgraded: 14:25:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:25:36 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 14:25:36 Need to get 35.2 MB of archives. 14:25:36 After this operation, 141 MB of additional disk space will be used. 14:25:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:25:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:25:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 14:25:36 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 14:25:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:25:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:25:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:25:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:25:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:25:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:25:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:25:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:25:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:25:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:25:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:25:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:25:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:25:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:25:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:25:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 14:25:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:25:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:25:37 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:25:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:25:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:25:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:25:37 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:25:37 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:25:37 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:25:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:25:38 debconf: delaying package configuration, since apt-utils is not installed 14:25:38 Fetched 35.2 MB in 1s (26.1 MB/s) 14:25:38 (Reading database ... 12757 files and directories currently installed.) 14:25:38 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 14:25:38 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 14:25:38 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 14:25:38 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 14:25:38 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 14:25:38 (Reading database ... 12757 files and directories currently installed.) 14:25:38 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:25:39 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:25:39 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:25:39 (Reading database ... 12757 files and directories currently installed.) 14:25:39 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:25:39 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:25:39 Setting up apt (1.6.12ubuntu0.2) ... 14:25:39 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:25:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:25:40 (Reading database ... 12764 files and directories currently installed.) 14:25:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:25:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:25:40 Selecting previously unselected package libpython3.6-minimal:amd64. 14:25:40 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:25:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:25:40 Selecting previously unselected package libexpat1:amd64. 14:25:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:25:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:25:40 Selecting previously unselected package python3.6-minimal. 14:25:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:25:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:25:41 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 14:25:41 Checking for services that may need to be restarted...done. 14:25:41 Checking for services that may need to be restarted...done. 14:25:41 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:25:41 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:25:41 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:25:41 Selecting previously unselected package python3-minimal. 14:25:41 (Reading database ... 13012 files and directories currently installed.) 14:25:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:25:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:25:41 Selecting previously unselected package mime-support. 14:25:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:25:41 Unpacking mime-support (3.60ubuntu1) ... 14:25:42 Selecting previously unselected package libmpdec2:amd64. 14:25:42 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:25:42 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:25:42 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:25:42 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:25:42 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:25:42 Selecting previously unselected package python3.6. 14:25:42 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:25:42 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:25:42 Selecting previously unselected package libpython3-stdlib:amd64. 14:25:42 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:25:42 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:25:42 Setting up python3-minimal (3.6.7-1~18.04) ... 14:25:42 Selecting previously unselected package python3. 14:25:42 (Reading database ... 13442 files and directories currently installed.) 14:25:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:25:43 Unpacking python3 (3.6.7-1~18.04) ... 14:25:43 Selecting previously unselected package multiarch-support. 14:25:43 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:25:43 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:25:43 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:25:43 Selecting previously unselected package liblzo2-2:amd64. 14:25:43 (Reading database ... 13479 files and directories currently installed.) 14:25:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:25:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:25:43 Selecting previously unselected package libbsd0:amd64. 14:25:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:25:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:25:43 Selecting previously unselected package sudo. 14:25:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:25:43 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:25:43 Selecting previously unselected package apparmor. 14:25:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:25:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:25:43 Selecting previously unselected package libedit2:amd64. 14:25:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:25:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:25:43 Selecting previously unselected package libkrb5support0:amd64. 14:25:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:25:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:25:43 Selecting previously unselected package libk5crypto3:amd64. 14:25:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:25:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:25:44 Selecting previously unselected package libkeyutils1:amd64. 14:25:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:25:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:25:44 Selecting previously unselected package libkrb5-3:amd64. 14:25:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:25:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:25:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:25:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:25:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:25:44 Selecting previously unselected package libssl1.0.0:amd64. 14:25:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:25:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:25:44 Selecting previously unselected package openssh-client. 14:25:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:25:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:25:44 Selecting previously unselected package squashfs-tools. 14:25:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:25:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:25:45 Selecting previously unselected package snapd. 14:25:45 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:25:45 Unpacking snapd (2.48.3+18.04) ... 14:25:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:25:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:25:47 Setting up mime-support (3.60ubuntu1) ... 14:25:47 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:25:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:25:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:25:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:25:47 Setting up systemd (237-3ubuntu10.45) ... 14:25:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:25:50 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:25:50 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:25:50 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:25:50 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:25:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:25:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:25:51 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:25:51 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:25:51 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:25:51 Setting up python3 (3.6.7-1~18.04) ... 14:25:51 running python rtupdate hooks for python3.6... 14:25:51 running python post-rtupdate hooks for python3.6... 14:25:51 Setting up apparmor (2.12-4ubuntu5.1) ... 14:25:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:25:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:25:52 ---> 4eaf2f3244a9 14:25:52 Step 3/31 : WORKDIR /edgex-go 14:25:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:25:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:25:52 ---> 4eaf2f3244a9 14:25:52 Step 3/24 : WORKDIR /edgex-go 14:25:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:25:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:25:52 ---> 4eaf2f3244a9 14:25:52 Step 3/23 : WORKDIR /edgex-go 14:25:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:25:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:25:52 ---> 4eaf2f3244a9 14:25:52 Step 3/23 : WORKDIR /edgex-go 14:25:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:25:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:25:52 ---> 4eaf2f3244a9 14:25:52 Step 3/22 : WORKDIR /edgex-go 14:25:52 ---> Running in a41bd8082c9e 14:25:52 ---> Running in 9b8a0c621493 14:25:52 ---> Running in cbf206a2b5a2 14:25:52 ---> Running in ee284d47e234 14:25:52 ---> Running in 5ac94eb3d070 14:25:52 Removing intermediate container cbf206a2b5a2 14:25:52 ---> c8d6c9ac11bf 14:25:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:52 Removing intermediate container 5ac94eb3d070 14:25:52 ---> ffc75ccf8161 14:25:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:52 Removing intermediate container 9b8a0c621493 14:25:52 ---> 956d3db6b4eb 14:25:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:52 Removing intermediate container ee284d47e234 14:25:52 ---> 96f58f59feb0 14:25:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:52 Removing intermediate container a41bd8082c9e 14:25:52 ---> ee67a45fb57e 14:25:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:25:52 ---> Running in 8186dc21ef25 14:25:52 ---> Running in 104366e1d697 14:25:52 ---> Running in 342456d6a3fc 14:25:52 ---> Running in ba2abc5e0f4b 14:25:52 ---> Running in 76d2c6835b20 14:25:52 Removing intermediate container 8186dc21ef25 14:25:52 ---> 51111a90ef9c 14:25:52 Step 5/24 : RUN apk add --update --no-cache make git 14:25:52 ---> Running in 0c6823b39bd0 14:25:52 Removing intermediate container 104366e1d697 14:25:52 ---> cd2a7fc1f27e 14:25:52 Step 5/23 : RUN apk add --update --no-cache make git 14:25:52 Removing intermediate container 342456d6a3fc 14:25:52 ---> 830299adfee5 14:25:52 Step 5/23 : RUN apk add --update --no-cache make git 14:25:52 ---> Running in fa4846a1c579 14:25:52 Removing intermediate container 76d2c6835b20 14:25:52 ---> ad62ccef9c2d 14:25:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:25:52 ---> Running in 785beb359b11 14:25:52 Removing intermediate container ba2abc5e0f4b 14:25:52 ---> 418788befc5f 14:25:52 Step 5/31 : RUN apk add --update --no-cache make git 14:25:52 ---> Running in 73f9112ada8c 14:25:52 ---> Running in 9d6ecf7922dc 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:52 OK: 217 MiB in 51 packages 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:25:53 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:25:53 OK: 217 MiB in 51 packages 14:25:53 OK: 217 MiB in 51 packages 14:25:53 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:25:53 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:25:53 Setting up snapd (2.48.3+18.04) ... 14:25:53 OK: 217 MiB in 51 packages 14:25:53 OK: 217 MiB in 51 packages 14:25:53 Removing intermediate container 0c6823b39bd0 14:25:53 ---> f5f18d6b981d 14:25:53 Step 6/24 : COPY go.mod . 14:25:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:25:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:25:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:25:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:25:54 Removing intermediate container fa4846a1c579 14:25:54 ---> caa522861e31 14:25:54 Step 6/23 : COPY go.mod . 14:25:54 ---> 61936e1cb55d 14:25:54 Step 7/24 : RUN go mod download 14:25:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:25:54 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:25:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:25:54 ---> Running in aa7f3655b68b 14:25:55 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:25:55 Removing intermediate container 785beb359b11 14:25:55 ---> fd77df73f2b3 14:25:55 Step 6/23 : COPY go.mod . 14:25:55 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:25:55 Removing intermediate container 73f9112ada8c 14:25:55 ---> 1e321debe693 14:25:55 Step 6/22 : COPY go.mod . 14:25:55 Removing intermediate container 9d6ecf7922dc 14:25:55 ---> 412673dd06f5 14:25:55 Step 6/31 : COPY go.mod . 14:25:55 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:25:55 /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' 14:25:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:25:55 Processing triggers for systemd (237-3ubuntu10.45) ... 14:25:55 ---> 7ab756e03b51 14:25:55 Step 7/23 : RUN go mod download 14:25:56 ---> Running in 73cd4c314360 14:25:56 ---> 84604d10809f 14:25:56 Step 7/23 : RUN go mod download 14:25:56 ---> dc9b289e8168 14:25:56 Step 7/22 : RUN go mod download 14:25:56 ---> Running in 354caf5a27c2 14:25:56 ---> 2d7a7d4a57cb 14:25:56 Step 7/31 : RUN go mod download 14:25:56 ---> Running in af84ec79253f 14:25:56 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 14:25:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:25:57 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:25:57 ---> Running in 5b92e0b66943 14:25:58 Reading package lists... 14:25:58 Reading package lists... 14:25:58 Building dependency tree... 14:25:58 Reading state information... 14:25:58 Calculating upgrade... 14:25:58 The following packages will be upgraded: 14:25:58 advancecomp base-files bash binutils binutils-common 14:25:58 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:25:58 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:25:58 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:25:58 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:25:58 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:25:58 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:25:58 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 14:25:58 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 14:25:58 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 14:25:58 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 14:25:58 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 14:25:58 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 14:25:58 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 14:25:58 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:25:58 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:25:58 Need to get 63.8 MB of archives. 14:25:58 After this operation, 5207 kB of additional disk space will be used. 14:25:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 14:25:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:25:59 Removing intermediate container aa7f3655b68b 14:25:59 ---> 7d8241a61e63 14:25:59 Step 8/24 : COPY . . 14:25:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:25:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:25:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:25:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:25:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:25:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:25:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:25:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:25:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:25:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:25:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:25:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:25:59 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:25:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:25:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:25:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:25:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:25:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:25:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:25:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:25:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:25:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:25:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:26:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:26:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:26:00 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:26:00 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:26:00 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:26:00 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:26:00 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:26:00 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:26:00 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:26:00 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:26:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:26:00 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:26:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:26:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:26:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:26:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:26:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:26:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:26:00 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:26:00 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:26:00 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:26:00 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:26:00 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:26:00 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 14:26:00 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:26:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:26:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:26:00 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:26:00 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:26:00 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:26:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:26:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:26:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:26:00 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:26:00 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:26:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 14:26:00 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:26:00 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:26:00 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:26:00 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:26:00 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:26:00 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:26:00 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 14:26:00 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:26:00 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:26:00 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:26:00 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:26:00 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:26:00 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:26:00 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:26:00 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:26:00 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:26:00 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:26:00 Removing intermediate container 73cd4c314360 14:26:00 ---> 544680f63ae6 14:26:00 Step 8/23 : COPY . . 14:26:00 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:26:00 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:26:00 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:26:00 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:26:00 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 14:26:00 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:26:00 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:26:00 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:26:00 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:26:00 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:26:00 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:26:00 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:26:01 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:26:01 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:26:01 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:26:01 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:26:01 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:26:01 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:26:01 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:26:01 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:26:01 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:26:02 debconf: delaying package configuration, since apt-utils is not installed 14:26:02 Fetched 63.8 MB in 3s (21.4 MB/s) 14:26:02 (Reading database ... 13912 files and directories currently installed.) 14:26:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:26:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:26:02 Removing intermediate container 354caf5a27c2 14:26:02 ---> 49754feba646 14:26:02 Step 8/23 : COPY . . 14:26:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:26:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:26:02 Removing intermediate container 5b92e0b66943 14:26:02 ---> 7c18a734c6d6 14:26:02 Step 8/31 : COPY . .Removing intermediate container af84ec79253f 14:26:02 14:26:02 ---> d7583a031d06 14:26:02 Step 8/22 : COPY . . 14:26:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 14:26:02 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 14:26:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:03 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:03 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:03 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:03 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:04 (Reading database ... 13911 files and directories currently installed.) 14:26:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:26:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:26:04 (Reading database ... 13911 files and directories currently installed.) 14:26:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:26:05 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:26:05 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:05 (Reading database ... 13911 files and directories currently installed.) 14:26:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:26:05 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:26:05 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:26:06 (Reading database ... 13911 files and directories currently installed.) 14:26:06 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:26:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:26:06 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:26:06 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:26:06 Setting up base-files (10.1ubuntu2.10) ... 14:26:06 Installing new version of config file /etc/issue ... 14:26:06 Installing new version of config file /etc/issue.net ... 14:26:06 Installing new version of config file /etc/lsb-release ... 14:26:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:26:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:26:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:26:06 Removing obsolete conffile /etc/default/motd-news ... 14:26:06 (Reading database ... 13912 files and directories currently installed.) 14:26:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:26:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:26:07 Setting up bash (4.4.18-2ubuntu1.2) ... 14:26:07 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 14:26:07 (Reading database ... 13912 files and directories currently installed.) 14:26:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:26:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:26:07 (Reading database ... 13912 files and directories currently installed.) 14:26:07 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:26:07 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:26:07 Setting up tar (1.29b-2ubuntu0.2) ... 14:26:07 (Reading database ... 13912 files and directories currently installed.) 14:26:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:26:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:26:07 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:26:08 (Reading database ... 13912 files and directories currently installed.) 14:26:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:26:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:26:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:26:08 (Reading database ... 13912 files and directories currently installed.) 14:26:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:26:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:26:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:26:08 (Reading database ... 13912 files and directories currently installed.) 14:26:08 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:26:08 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:26:08 Setting up grep (3.1-2build1) ... 14:26:08 (Reading database ... 13912 files and directories currently installed.) 14:26:08 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:26:08 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:26:09 Setting up login (1:4.5-1ubuntu2) ... 14:26:09 (Reading database ... 13912 files and directories currently installed.) 14:26:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:26:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:26:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:26:09 (Reading database ... 13912 files and directories currently installed.) 14:26:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:26:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:26:09 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:26:09 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:26:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:26:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:26:10 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:26:10 (Reading database ... 13912 files and directories currently installed.) 14:26:10 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:26:10 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:26:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:26:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:26:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:26:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:26:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:26:13 (Reading database ... 13912 files and directories currently installed.) 14:26:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:26:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:26:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:26:14 (Reading database ... 13912 files and directories currently installed.) 14:26:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:26:14 (Reading database ... 13912 files and directories currently installed.) 14:26:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:26:15 (Reading database ... 13912 files and directories currently installed.) 14:26:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:26:15 (Reading database ... 13912 files and directories currently installed.) 14:26:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:26:15 (Reading database ... 13912 files and directories currently installed.) 14:26:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:26:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:26:16 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:26:16 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:26:16 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:26:16 (Reading database ... 13912 files and directories currently installed.) 14:26:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:26:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:26:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:26:16 (Reading database ... 13912 files and directories currently installed.) 14:26:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:26:16 (Reading database ... 13912 files and directories currently installed.) 14:26:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:26:16 (Reading database ... 13912 files and directories currently installed.) 14:26:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:26:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:26:18 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:26:18 (Reading database ... 13912 files and directories currently installed.) 14:26:18 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:26:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:26:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:26:18 (Reading database ... 13912 files and directories currently installed.) 14:26:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:26:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:26:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:26:19 (Reading database ... 13914 files and directories currently installed.) 14:26:19 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:26:19 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:26:19 Setting up debconf (1.5.66ubuntu1) ... 14:26:19 (Reading database ... 13914 files and directories currently installed.) 14:26:19 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:26:19 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:26:19 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:26:19 (Reading database ... 13914 files and directories currently installed.) 14:26:19 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:26:19 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:26:19 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:26:19 (Reading database ... 13914 files and directories currently installed.) 14:26:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:26:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:26:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:26:20 (Reading database ... 13914 files and directories currently installed.) 14:26:20 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:26:20 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:26:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:26:20 (Reading database ... 13914 files and directories currently installed.) 14:26:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:26:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:26:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:26:20 (Reading database ... 13914 files and directories currently installed.) 14:26:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:26:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:26:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 14:26:20 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 14:26:21 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:26:21 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:26:21 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:26:21 (Reading database ... 13914 files and directories currently installed.) 14:26:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:26:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:26:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:26:21 (Reading database ... 13914 files and directories currently installed.) 14:26:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:26:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:26:22 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:26:22 (Reading database ... 13914 files and directories currently installed.) 14:26:22 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:26:22 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:26:22 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:26:22 (Reading database ... 13914 files and directories currently installed.) 14:26:22 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 14:26:22 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 14:26:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 14:26:23 (Reading database ... 13914 files and directories currently installed.) 14:26:23 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:26:23 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:26:23 Setting up passwd (1:4.5-1ubuntu2) ... 14:26:23 (Reading database ... 13914 files and directories currently installed.) 14:26:23 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:26:23 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:26:23 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:26:23 (Reading database ... 13914 files and directories currently installed.) 14:26:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:26:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:26:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:26:24 (Reading database ... 13914 files and directories currently installed.) 14:26:24 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:26:24 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:26:24 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:26:24 (Reading database ... 13914 files and directories currently installed.) 14:26:24 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:26:24 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:26:24 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:26:24 (Reading database ... 13914 files and directories currently installed.) 14:26:24 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:26:24 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:26:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:26:25 (Reading database ... 13914 files and directories currently installed.) 14:26:25 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:26:25 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:26:25 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:26:25 (Reading database ... 13914 files and directories currently installed.) 14:26:25 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:26:25 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:26:25 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:26:25 (Reading database ... 13915 files and directories currently installed.) 14:26:25 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:26:25 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:26:25 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:26:25 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:26:26 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:26:26 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:26:26 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:26:26 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:26:26 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:26:26 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:26:26 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:26:26 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:26:26 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:26:26 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:26:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:26:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:26:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:26:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:26:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:26:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:26:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:26:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:26:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:26:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:26:29 ---> e59d04982b9d 14:26:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:26:29 ---> 8d0357e29bc1 14:26:29 Step 9/23 : RUN make cmd/core-command/core-command 14:26:29 ---> 64a92f32a302 14:26:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:26:29 ---> 7c8e2cce4670 14:26:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:26:29 ---> 00a7f1b5a61d 14:26:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:26:29 ---> Running in 429f94b03b44 14:26:29 ---> Running in 67d43d60735d 14:26:29 ---> Running in ed19af90890d 14:26:29 ---> Running in c9156cfc7379 14:26:29 ---> Running in de28f150e5da 14:26:29 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 14:26:29 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 14:26: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 14:26:29 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 14:26:29 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 14:26:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:26:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:26:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:26:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:26:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:26:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:26:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:26:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:26:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:26:30 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:26:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:26:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:26:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:34 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:34 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:35 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:26:35 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:26:35 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:26:35 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:26:35 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:26:35 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:26:35 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:26:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:26:35 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:26:35 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:26:35 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:26:35 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:26:35 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:26:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:26:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:26:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:26:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:36 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:26:36 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:36 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:36 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:36 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:26:36 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:26:36 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:26:36 14:26:36 Current default time zone: 'Etc/UTC' 14:26:36 Local time is now: Mon Mar 22 14:26:36 UTC 2021. 14:26:36 Universal Time is now: Mon Mar 22 14:26:36 UTC 2021. 14:26:36 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:26:36 14:26:36 Setting up systemd-sysv (237-3ubuntu10.45) ... 14:26:36 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:36 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 14:26:36 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:26:36 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:26:36 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:26:36 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:26:36 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:26:36 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:26:36 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:26:36 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:36 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:26:37 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:26:37 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:26:37 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:37 Setting up patch (2.7.6-2ubuntu1.1) ... 14:26:37 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:26:37 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:26:37 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 14:26:37 Installing new version of config file /etc/ssl/openssl.cnf ... 14:26:37 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:26:37 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:26:37 Setting up ca-certificates (20210119~18.04.1) ... 14:26:39 Updating certificates in /etc/ssl/certs... 14:26:40 23 added, 27 removed; done. 14:26:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:26:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:26:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:26:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:26:40 Setting up pkgbinarymangler (138.18.04.1) ... 14:26:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:26:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up perl (5.26.1-6ubuntu0.5) ... 14:26:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:26:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:26:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:26:40 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:26:40 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:26:40 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:26:40 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:26:40 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:26:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:26:40 Processing triggers for systemd (237-3ubuntu10.45) ... 14:26:41 Processing triggers for mime-support (3.60ubuntu1) ... 14:26:41 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:26:41 Updating certificates in /etc/ssl/certs... 14:26:41 0 added, 0 removed; done. 14:26:41 Running hooks in /etc/ca-certificates/update.d... 14:26:41 done. 14:26:42 Reading package lists... 14:26:42 Building dependency tree... 14:26:42 Reading state information... 14:26:42 The following NEW packages will be installed: 14:26:42 apt-transport-https 14:26:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:26:42 Need to get 1696 B of archives. 14:26:42 After this operation, 153 kB of additional disk space will be used. 14:26:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:26:42 debconf: delaying package configuration, since apt-utils is not installed 14:26:42 Fetched 1696 B in 0s (8515 B/s) 14:26:42 Selecting previously unselected package apt-transport-https. 14:26:42 (Reading database ... 13920 files and directories currently installed.) 14:26:42 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:26:42 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:26:42 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:26:43 Waiting for network to be ready... 14:26:49 2021-03-22T14:26:47Z INFO Waiting for automatic snapd restart... 14:26:51 snapd 2.49 from Canonical* installed 14:26:52 "snapd" switched to the "latest/stable" channel 14:26:52 14:26:55 core18 20210128 from Canonical* installed 14:26:55 "core18" switched to the "latest/stable" channel 14:26:55 14:26:59 snapcraft 4.5.4 from Canonical* installed 14:26:59 "snapcraft" switched to the "latest/stable" channel 14:26:59 14:27:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:27:02 - README.md 14:27:02 14:27:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:27:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:27:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:27:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:27:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:27:10 Reading package lists... 14:27:10 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 14:27:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:27:17 Reading package lists... 14:27:17 Building dependency tree... 14:27:17 Reading state information... 14:27:17 Suggested packages: 14:27:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:27:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:27:17 Recommended packages: 14:27:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:27:17 The following NEW packages will be installed: 14:27:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:27:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:27:17 pkg-config zip 14:27:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:27:17 Need to get 7657 kB of archives. 14:27:17 After this operation, 43.8 MB of additional disk space will be used. 14:27:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 14:27:17 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:27:17 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:27:17 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:27:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:27:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:27:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:27:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:27:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:27:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:27:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:27:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 14:27:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 14:27:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:27:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:27:18 debconf: delaying package configuration, since apt-utils is not installed 14:27:18 Fetched 7657 kB in 1s (7204 kB/s) 14:27:18 Selecting previously unselected package libglib2.0-0:amd64. 14:27:18 (Reading database ... 13924 files and directories currently installed.) 14:27:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 14:27:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 14:27:18 Selecting previously unselected package libpsl5:amd64. 14:27:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:27:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:27:18 Selecting previously unselected package libnghttp2-14:amd64. 14:27:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:27:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:27:18 Selecting previously unselected package librtmp1:amd64. 14:27:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:27:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:27:18 Selecting previously unselected package libcurl3-gnutls:amd64. 14:27:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:27:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:27:19 Selecting previously unselected package liberror-perl. 14:27:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:27:19 Unpacking liberror-perl (0.17025-1) ... 14:27:19 Selecting previously unselected package git-man. 14:27:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 14:27:19 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 14:27:19 Selecting previously unselected package git. 14:27:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 14:27:19 Unpacking git (1:2.17.1-1ubuntu0.8) ... 14:27:20 Selecting previously unselected package libnorm1:amd64. 14:27:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:27:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:27:20 Selecting previously unselected package libpgm-5.2-0:amd64. 14:27:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:27:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:27:20 Selecting previously unselected package libsodium23:amd64. 14:27:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:27:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:27:20 Selecting previously unselected package libzmq5:amd64. 14:27:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:27:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:27:20 Selecting previously unselected package libzmq3-dev:amd64. 14:27:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:27:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:27:20 Selecting previously unselected package pkg-config. 14:27:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:27:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:27:20 Selecting previously unselected package zip. 14:27:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:27:20 Unpacking zip (3.0-11build1) ... 14:27:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:27:21 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 14:27:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:27:21 Setting up liberror-perl (0.17025-1) ... 14:27:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:27:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 14:27:21 No schema files found: doing nothing. 14:27:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:27:21 Setting up zip (3.0-11build1) ... 14:27:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:27:21 Setting up libsodium23:amd64 (1.0.16-2) ... 14:27:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:27:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:27:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:27:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:27:21 Setting up git (1:2.17.1-1ubuntu0.8) ... 14:27:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:27:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:27:27 git set to automatically installed. 14:27:27 git-man set to automatically installed. 14:27:27 libcurl3-gnutls set to automatically installed. 14:27:27 liberror-perl set to automatically installed. 14:27:27 libglib2.0-0 set to automatically installed. 14:27:27 libnghttp2-14 set to automatically installed. 14:27:27 libnorm1 set to automatically installed. 14:27:27 libpgm-5.2-0 set to automatically installed. 14:27:27 libpsl5 set to automatically installed. 14:27:27 librtmp1 set to automatically installed. 14:27:27 libsodium23 set to automatically installed. 14:27:27 libzmq3-dev set to automatically installed. 14:27:27 libzmq5 set to automatically installed. 14:27:27 pkg-config set to automatically installed. 14:27:27 zip set to automatically installed. 14:27:29 snapd is not logged in, snap install commands will use sudo 14:27:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:28:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:28:13 Removing intermediate container 67d43d60735d 14:28:13 ---> 859d51492c9f 14:28:13 14:28:13 Step 10/24 : FROM alpine:3.12 14:28:13 3.12: Pulling from library/alpine 14:28:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:28:14 Status: Downloaded newer image for alpine:3.12 14:28:14 ---> d10569e2745f 14:28:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:28:15 ---> Running in ebc9879c5a18 14:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:18 (1/5) Installing ca-certificates (20191127-r4) 14:28:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:28:18 (3/5) Installing libcurl (7.69.1-r3) 14:28:18 (4/5) Installing curl (7.69.1-r3) 14:28:18 (5/5) Installing dumb-init (1.2.2-r1) 14:28:18 Executing busybox-1.31.1-r19.trigger 14:28:18 Executing ca-certificates-20191127-r4.trigger 14:28:18 OK: 7 MiB in 19 packages 14:28:18 Removing intermediate container c9156cfc7379 14:28:18 ---> 5cc4cd0879cb 14:28:18 14:28:18 Step 10/31 : FROM alpine:3.12 14:28:18 ---> d10569e2745f 14:28:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:28:19 ---> Running in 77bc77be67b4 14:28:20 Removing intermediate container 77bc77be67b4 14:28:20 ---> 4d496038cea7 14:28:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:28:20 ---> Running in e79ac3497006 14:28:22 Removing intermediate container ebc9879c5a18 14:28:22 ---> 53d955e49757 14:28:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:28:22 ---> Running in f2ea13802170 14:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:23 Removing intermediate container f2ea13802170 14:28:23 ---> cce9d3c7db3a 14:28:23 Step 13/24 : WORKDIR / 14:28:23 (1/2) Installing dumb-init (1.2.2-r1) 14:28:23 (2/2) Installing su-exec (0.2-r1) 14:28:23 Executing busybox-1.31.1-r19.trigger 14:28:23 OK: 5 MiB in 16 packages 14:28:23 ---> Running in f0a0f325c80c 14:28:25 Removing intermediate container f0a0f325c80c 14:28:25 ---> 9168a28812f2 14:28:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:28:26 Removing intermediate container e79ac3497006 14:28:26 ---> 880ff6354a18 14:28:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:28:27 Removing intermediate container 429f94b03b44 14:28:27 ---> 76c31ab07605 14:28:27 14:28:27 Step 10/23 : FROM alpine:3.12 14:28:27 ---> d10569e2745f 14:28:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:28:27 ---> Running in 5a5efd339846 14:28:27 ---> 0e16c649e401 14:28:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:28:27 ---> Running in 53fb0c3b43d3 14:28:27 Removing intermediate container 5a5efd339846 14:28:27 ---> ae686a9a95a5 14:28:27 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:28:28 ---> Running in a01ae5a07792 14:28:28 ---> 12a02af789ca 14:28:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:29 Removing intermediate container a01ae5a07792 14:28:29 ---> 80252f5ff565 14:28:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:28:29 ---> Running in 366d4b1cb8ee 14:28:29 (1/1) Installing dumb-init (1.2.2-r1) 14:28:29 Executing busybox-1.31.1-r19.trigger 14:28:29 OK: 5 MiB in 15 packages 14:28:30 Removing intermediate container de28f150e5da 14:28:30 ---> 5f9584172715 14:28:30 14:28:30 Step 10/22 : FROM alpine:3.12 14:28:30 ---> d10569e2745f 14:28:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:28:30 ---> 6cf3550bb7c4 14:28:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:28:30 ---> Running in c902bb3fc1ef 14:28:32 Removing intermediate container 53fb0c3b43d3 14:28:32 ---> c14ea936790d 14:28:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:32 ---> 525526489003 14:28:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:32 ---> Running in 53577d4e25c5 14:28:33 (1/2) Installing ca-certificates (20191127-r4) 14:28:33 (2/2) Installing dumb-init (1.2.2-r1) 14:28:33 Executing busybox-1.31.1-r19.trigger 14:28:33 Executing ca-certificates-20191127-r4.trigger 14:28:33 OK: 6 MiB in 16 packages 14:28:33 Removing intermediate container 53577d4e25c5 14:28:33 ---> 3749dcc8b8d9 14:28:33 Step 13/23 : ENV APP_PORT=48082 14:28:34 Removing intermediate container 366d4b1cb8ee 14:28:34 ---> 0b1e2fa41889 14:28:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:28:34 ---> Running in 97bcd49c6496 14:28:34 ---> a1f34029a14e 14:28:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:28:34 ---> Running in 16fa26559f1c 14:28:36 Removing intermediate container 97bcd49c6496 14:28:36 ---> deaa898f44a9 14:28:36 Step 14/23 : EXPOSE $APP_PORT 14:28:36 Removing intermediate container 16fa26559f1c 14:28:36 ---> 8e2e4b721854 14:28:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:28:36 ---> Running in f40efbc1806e 14:28:36 Removing intermediate container c902bb3fc1ef 14:28:36 ---> 563f26c4bd14 14:28:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:28:36 ---> af3de21ea276 14:28:36 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/ 14:28:36 Removing intermediate container ed19af90890d 14:28:36 ---> 9e7cf9ce0721 14:28:36 14:28:36 Step 10/23 : FROM alpine:3.12 14:28:36 ---> d10569e2745f 14:28:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:28:36 ---> Using cache 14:28:36 ---> c14ea936790d 14:28:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:28:36 ---> Using cache 14:28:36 ---> 3749dcc8b8d9 14:28:36 Step 13/23 : ENV APP_PORT=48081 14:28:37 ---> Running in 9636b8c81dfd 14:28:37 ---> Running in 9719841d3f9d 14:28:37 ---> Running in a5cfeaffdb1a 14:28:37 Removing intermediate container f40efbc1806e 14:28:37 ---> aec601d0dec5 14:28:37 Step 15/23 : WORKDIR / 14:28:37 ---> b66c93bd2795 14:28:37 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:28:37 ---> Running in f3e5df727726 14:28:37 ---> Running in db28ce15415b 14:28:37 Removing intermediate container 9636b8c81dfd 14:28:37 ---> c91729acef17 14:28:37 Step 13/22 : ENV APP_PORT=48060 14:28:37 Removing intermediate container a5cfeaffdb1a 14:28:37 ---> 8bbbddf342b2 14:28:37 Step 14/23 : EXPOSE $APP_PORT 14:28:38 ---> Running in d267a0a53d16 14:28:38 ---> Running in 54b0c061d0c6 14:28:38 Removing intermediate container f3e5df727726 14:28:38 ---> befc7e78851e 14:28:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:38 Removing intermediate container 54b0c061d0c6 14:28:38 ---> 0db514ec1720 14:28:38 Step 15/23 : WORKDIR / 14:28:38 Removing intermediate container d267a0a53d16 14:28:38 ---> f68b7f746c24 14:28:38 Step 14/22 : EXPOSE $APP_PORT 14:28:39 ---> Running in a49ec5cbce7c 14:28:39 ---> Running in dc1a2c4ead64 14:28:39 ---> 89998a43f641 14:28:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:28:40 Removing intermediate container a49ec5cbce7c 14:28:40 Removing intermediate container dc1a2c4ead64 14:28:40 ---> d9a8f6e9b19e 14:28:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:40 ---> b52bebcb07e9 14:28:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:40 Removing intermediate container 9719841d3f9d 14:28:40 ---> 08043e2ac69b 14:28:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:28:40 ---> Running in 33a98001fbca 14:28:41 ---> e4217716953d 14:28:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:28:41 ---> 14730e4e161c 14:28:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:28:41 Removing intermediate container db28ce15415b 14:28:41 ---> 522bcf8c42d4 14:28:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:41 Removing intermediate container 33a98001fbca 14:28:41 ---> 162d0519c14a 14:28:41 Step 22/24 : LABEL arch=arm64 14:28:41 ---> 8cc86fbf5e41 14:28:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:28:41 ---> Running in 6179d252296b 14:28:42 Removing intermediate container 6179d252296b 14:28:42 ---> 878d9abbaa05 14:28:42 Step 23/24 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:28:42 ---> 90e287b1d5a1 14:28:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:28:43 ---> 9a5b08c98739 14:28:43 Step 19/23 : ENTRYPOINT ["/core-command"] 14:28:43 ---> Running in e99cd7455298 14:28:43 ---> 62fb1f18fe89 14:28:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:28:43 ---> Running in 4edf03844e4f 14:28:43 ---> 535d708f569c 14:28:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:28:43 Removing intermediate container e99cd7455298 14:28:43 ---> 34ffb770884d 14:28:43 Step 24/24 : LABEL version=0.0.0 14:28:43 ---> Running in 3f3dbc045ef7 14:28:43 Removing intermediate container 4edf03844e4f 14:28:43 ---> 46cf9612e836 14:28:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:44 ---> Running in 43ebbbe79198 14:28:44 ---> 480521f5f4fb 14:28:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:28:44 ---> e6ca33c3b38b 14:28:44 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:28:44 ---> e04293458377 14:28:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:28:44 Removing intermediate container 3f3dbc045ef7 14:28:44 ---> b073421c3aeb 14:28:44 14:28:44 ---> Running in 39d207107bbc 14:28:44 ---> Running in 4dc8e54e8267 14:28:44 Removing intermediate container 43ebbbe79198 14:28:44 ---> 2643bb3a9319 14:28:44 Step 21/23 : LABEL arch=arm64 14:28:44 ---> Running in 9ccf2b24428c 14:28:44 Successfully built b073421c3aeb 14:28:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:28:45  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 14:28:45 Removing intermediate container 39d207107bbc 14:28:45 ---> e025723e2ea0 14:28:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:45 Removing intermediate container 4dc8e54e8267 14:28:45 ---> 5fed0dfc5e79 14:28:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:45 ---> Running in 6f53eace14e7 14:28:45 ---> 224f2ff75893 14:28:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:28:45 ---> Running in e5ff7d44238e 14:28:45 Removing intermediate container 9ccf2b24428c 14:28:45 ---> a1db6123215d 14:28:45 Step 22/23 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:28:45 ---> Running in 6b7cec052636 14:28:46 Removing intermediate container 6f53eace14e7 14:28:46 ---> 0fd35d4e4110 14:28:46 Step 20/22 : LABEL arch=arm64 14:28:46 ---> Running in 014b787351c3 14:28:46 Removing intermediate container e5ff7d44238e 14:28:46 ---> bc47d979ee1d 14:28:46 Step 21/23 : LABEL arch=arm64 14:28:46 Removing intermediate container 6b7cec052636 14:28:46 ---> 00ab6f0b1b25 14:28:46 Step 23/23 : LABEL version=0.0.0 14:28:46 ---> 544d77728eec 14:28:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:28:47 ---> Running in e6a93614455c 14:28:47 ---> Running in 503d69eef3ac 14:28:47 Removing intermediate container 014b787351c3 14:28:47 ---> 6d48dbac697f 14:28:47 Step 21/22 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:28:48 ---> Running in fc1e9cd8f597 14:28:48 Removing intermediate container 503d69eef3ac 14:28:48 ---> 5d6c4737847a 14:28:48 Step 22/23 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:28:48 Removing intermediate container e6a93614455c 14:28:48 ---> 1f9e7ec1cb59 14:28:48 14:28:48 ---> 3ab89557bc4b 14:28:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:28:48 ---> Running in 913217bab41a 14:28:48 Successfully built 1f9e7ec1cb59 14:28:49 Removing intermediate container fc1e9cd8f597 14:28:49 ---> 29fc92efb314 14:28:49 Step 22/22 : LABEL version=0.0.0 14:28:49 Successfully tagged docker-core-command-go-arm64:latest 14:28:49 Building docker-sys-mgmt-agent-go 14:28:49  Building docker-core-command-go ... done  ---> Running in cb46aaa41ba9 14:28:49 ---> Running in a49dba074269 14:28:49 Removing intermediate container 913217bab41a 14:28:49 ---> 6109c5727fd1 14:28:49 Step 23/23 : LABEL version=0.0.0 14:28:49 ---> Running in 0d7b61e7ec3f 14:28:49 Removing intermediate container cb46aaa41ba9 14:28:49 ---> c42456c3be0a 14:28:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:28:50 Removing intermediate container a49dba074269 14:28:50 ---> 1b101d3d4c06 14:28:50 14:28:50 Removing intermediate container 0d7b61e7ec3f 14:28:50 ---> 9ca3d9ecdbf3 14:28:50 14:28:50 Successfully built 1b101d3d4c06 14:28:50 Successfully tagged docker-support-notifications-go-arm64:latest 14:28:50 Building docker-support-scheduler-go 14:28:50  Building docker-support-notifications-go ... done Successfully built 9ca3d9ecdbf3 14:28:50 Successfully tagged docker-core-metadata-go-arm64:latest 14:28:51  Building docker-core-metadata-go ... done Building docker-core-data-go 14:28:51 ---> b34d8cde70fc 14:28:51 Step 26/31 : RUN chmod +x /entrypoint.sh 14:28:51 ---> Running in 3b143f5e51f8 14:28:54 Removing intermediate container 3b143f5e51f8 14:28:54 ---> 988a7d94f597 14:28:54 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:28:54 ---> Running in 993d419e533d 14:28:55 Removing intermediate container 993d419e533d 14:28:55 ---> e329fb85c061 14:28:55 Step 28/31 : CMD ["gate"] 14:28:55 ---> Running in fb1d25a96485 14:28:56 Removing intermediate container fb1d25a96485 14:28:56 ---> e874ca77776c 14:28:56 Step 29/31 : LABEL arch=arm64 14:28:57 ---> Running in c444e085b2cb 14:28:58 Removing intermediate container c444e085b2cb 14:28:58 ---> 27502a75eb76 14:28:58 Step 30/31 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:28:58 ---> Running in a6003d96ba00 14:28:59 Removing intermediate container a6003d96ba00 14:28:59 ---> 98dab78b4fd0 14:28:59 Step 31/31 : LABEL version=0.0.0 14:28:59 ---> Running in a8302aa6429b 14:29:00 Removing intermediate container a8302aa6429b 14:29:00 ---> cff502df302e 14:29:00 14:29:00 Successfully built cff502df302e 14:29:00 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:29:39  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:29:39 ---> 4eaf2f3244a9 14:29:39 Step 3/21 : WORKDIR /edgex-go 14:29:39 ---> Using cache 14:29:39 ---> 96f58f59feb0 14:29:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:39 ---> Using cache 14:29:39 ---> cd2a7fc1f27e 14:29:39 Step 5/21 : RUN apk add --update --no-cache make git 14:29:39 ---> Using cache 14:29:39 ---> caa522861e31 14:29:39 Step 6/21 : COPY go.mod . 14:29:39 ---> Using cache 14:29:39 ---> 7ab756e03b51 14:29:39 Step 7/21 : RUN go mod download 14:29:39 ---> Using cache 14:29:39 ---> 544680f63ae6 14:29:39 Step 8/21 : COPY . . 14:29:39 ---> Using cache 14:29:39 ---> 8d0357e29bc1 14:29:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:29:41 ---> Running in d29e3fcc19e3 14:29:43 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 14:29:43 snapd is not logged in, snap install commands will use sudo 14:29:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:29:43 snap "core18" has no updates available 14:29:43 Pulling go-build-helper 14:29:43 + snapcraftctl pull 14:29:43 'app-service-config' has dependencies that need to be staged: go-build-helper 14:29:43 Skipping pull go-build-helper (already ran) 14:29:43 Building go-build-helper 14:29:43 + snapcraftctl build 14:29:43 Staging go-build-helper 14:29:43 + snapcraftctl stage 14:29:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:29:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:29:43 ---> 4eaf2f3244a9 14:29:43 Step 3/26 : WORKDIR /edgex-go 14:29:43 ---> Using cache 14:29:43 ---> 96f58f59feb0 14:29:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:43 ---> Using cache 14:29:43 ---> cd2a7fc1f27e 14:29:43 Step 5/26 : RUN apk add --update --no-cache make bash git 14:29:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:29:44 ---> 4eaf2f3244a9 14:29:44 Step 3/22 : WORKDIR /edgex-go 14:29:44 ---> Using cache 14:29:44 ---> 96f58f59feb0 14:29:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:44 ---> Using cache 14:29:44 ---> cd2a7fc1f27e 14:29:44 Step 5/22 : RUN apk add --update --no-cache make git 14:29:44 ---> Using cache 14:29:44 ---> caa522861e31 14:29:44 Step 6/22 : COPY go.mod . 14:29:44 ---> Using cache 14:29:44 ---> 7ab756e03b51 14:29:44 Step 7/22 : RUN go mod download 14:29:44 ---> Running in a0e0632d8124 14:29:44 ---> Using cache 14:29:44 ---> 544680f63ae6 14:29:44 Step 8/22 : COPY . . 14:29:44 ---> Using cache 14:29:44 ---> 8d0357e29bc1 14:29:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:29:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:29:44 ---> 4eaf2f3244a9 14:29:44 Step 3/23 : WORKDIR /edgex-go 14:29:44 ---> Using cache 14:29:44 ---> 96f58f59feb0 14:29:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:44 ---> Using cache 14:29:44 ---> cd2a7fc1f27e 14:29:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:29:44 ---> Running in 32073b22c025 14:29:44 ---> Running in 4b0e15439fc3 14:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:46 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 14:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:48 OK: 217 MiB in 51 packages 14:29:48 OK: 217 MiB in 51 packages 14:29:50 Removing intermediate container a0e0632d8124 14:29:50 ---> bdb501dd2715 14:29:50 Step 6/26 : COPY go.mod . 14:29:50 Removing intermediate container 32073b22c025 14:29:50 ---> 6a056d053b77 14:29:50 Step 6/23 : COPY go.mod . 14:29:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:29:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:29:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 14:29:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 14:29:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:29:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:29:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 14:29:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 14:29:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 14:29:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 14:29:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:29:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:29:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:29:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:29:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:29:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:29:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:29:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:29:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:29:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 14:29:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 14:29:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:29:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:29:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 14:29:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 14:29:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 14:29:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 14:29:51 Fetched 24.1 MB in 0s (0 B/s) 14:29:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:29:51 Fetched 224 kB in 0s (0 B/s) 14:29:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:29:51 Fetched 157 kB in 0s (0 B/s) 14:29:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:29:51 Fetched 221 kB in 0s (0 B/s) 14:29:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:29:51 Fetched 143 kB in 0s (0 B/s) 14:29:51 Pulling app-service-config 14:29:51 + snapcraftctl pull 14:29:51 ---> ebdddc0bf377 14:29:51 Step 7/26 : RUN go mod download 14:29:51 ---> Running in f1f7ae07cbf2 14:29:51 ---> 16c92d047545 14:29:51 Step 7/23 : RUN go mod download 14:29:51 ---> Running in a76e25c72c86 14:29:52 Cloning into '/root/parts/app-service-config/src'... 14:29:52 Pulling config-common 14:29:52 + snapcraftctl pull 14:29:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:29:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:29:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:29:56 Fetched 0 B in 0s (0 B/s) 14:29:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:29:56 Fetched 0 B in 0s (0 B/s) 14:29:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:29:56 Fetched 0 B in 0s (0 B/s) 14:29:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:29:56 Fetched 0 B in 0s (0 B/s) 14:29:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:29:56 Fetched 0 B in 0s (0 B/s) 14:29:56 Pulling edgex-go 14:29:56 + snapcraftctl pull 14:29:57 Removing intermediate container f1f7ae07cbf2 14:29:57 ---> 81cbf1f199c2 14:29:57 Step 8/26 : COPY . . 14:29:57 Removing intermediate container a76e25c72c86 14:29:57 ---> f20fd088087a 14:29:57 Step 8/23 : COPY . . 14:30:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:30:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:30:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:30:18 Fetched 0 B in 0s (0 B/s) 14:30:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:30:18 Fetched 96.5 kB in 0s (0 B/s) 14:30:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:30:18 Fetched 279 kB in 0s (0 B/s) 14:30:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:30:18 Fetched 122 kB in 0s (0 B/s) 14:30:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:30:18 Fetched 77.8 kB in 0s (0 B/s) 14:30:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:30:18 Fetched 8848 B in 0s (0 B/s) 14:30:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:30:18 Fetched 47.8 kB in 0s (0 B/s) 14:30:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:30:18 Fetched 45.6 kB in 0s (0 B/s) 14:30:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:30:18 Fetched 15.0 kB in 0s (0 B/s) 14:30:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:30:18 Fetched 214 kB in 0s (0 B/s) 14:30:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:30:18 Fetched 154 kB in 0s (0 B/s) 14:30:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:30:18 Fetched 50.6 kB in 0s (0 B/s) 14:30:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:30:18 Fetched 14.8 kB in 0s (0 B/s) 14:30:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:30:18 Fetched 41.8 kB in 0s (0 B/s) 14:30:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:30:18 Fetched 499 kB in 0s (0 B/s) 14:30:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:30:18 Fetched 111 kB in 0s (0 B/s) 14:30:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:30:18 Fetched 240 kB in 0s (0 B/s) 14:30:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:30:18 Fetched 29.3 kB in 0s (0 B/s) 14:30:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:30:18 Fetched 85.5 kB in 0s (0 B/s) 14:30:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:30:18 Fetched 24.5 kB in 0s (0 B/s) 14:30:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:30:18 Fetched 49.2 kB in 0s (0 B/s) 14:30:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:30:18 Fetched 54.2 kB in 0s (0 B/s) 14:30:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:30:18 Fetched 30.8 kB in 0s (0 B/s) 14:30:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:30:18 Fetched 15.8 kB in 0s (0 B/s) 14:30:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:30:18 Fetched 85.9 kB in 0s (0 B/s) 14:30:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:30:18 Fetched 8720 B in 0s (0 B/s) 14:30:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:30:18 Fetched 137 kB in 0s (0 B/s) 14:30:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:30:18 Fetched 119 kB in 0s (0 B/s) 14:30:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:30:18 Fetched 109 kB in 0s (0 B/s) 14:30:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:30:18 Fetched 11.1 kB in 0s (0 B/s) 14:30:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:30:18 Fetched 645 kB in 0s (0 B/s) 14:30:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:30:18 Fetched 41.3 kB in 0s (0 B/s) 14:30:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:30:18 Fetched 17.9 kB in 0s (0 B/s) 14:30:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:30:18 Fetched 368 kB in 0s (0 B/s) 14:30:18 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:30:18 Fetched 187 kB in 0s (0 B/s) 14:30:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:30:18 Fetched 175 kB in 0s (0 B/s) 14:30:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:30:18 Fetched 206 kB in 0s (0 B/s) 14:30:18 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 14:30:18 Fetched 1301 kB in 0s (0 B/s) 14:30:18 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:30:18 Fetched 36.2 kB in 0s (0 B/s) 14:30:18 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:30:18 Fetched 159 kB in 0s (0 B/s) 14:30:18 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:30:18 Fetched 107 kB in 0s (0 B/s) 14:30:18 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:30:18 Fetched 48.7 kB in 0s (0 B/s) 14:30:18 Pulling static-packages 14:30:18 + snapcraftctl pull 14:30:19 Pulling version 14:30:19 + cd /root/project 14:30:19 + [ -f VERSION ] 14:30:19 + PROJECT_VERSION=local-dev 14:30:19 + git rev-parse --short HEAD 14:30:19 + GIT_REVISION=3996e620 14:30:19 + snapcraftctl set-version local-dev 14:30:20 Skipping build go-build-helper (already ran) 14:30:21 Building app-service-config 14:30:21 + make build 14:30:21 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 14:30:23 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 14:30:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 14:30:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 14:30:23 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 14:30:23 go: downloading github.com/go-kit/kit v0.8.0 14:30:23 go: downloading github.com/BurntSushi/toml v0.3.1 14:30:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:30:23 go: downloading github.com/pelletier/go-toml v1.2.0 14:30:23 go: downloading github.com/gorilla/mux v1.8.0 14:30:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 14:30:23 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:30:23 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 14:30:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 14:30:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:30:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 14:30:23 go: downloading github.com/hashicorp/consul/api v1.8.1 14:30:23 go: downloading github.com/x448/float16 v0.8.4 14:30:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:30:24 go: downloading github.com/mitchellh/copystructure v1.0.0 14:30:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:30:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 14:30:24 go: downloading github.com/google/uuid v1.2.0 14:30:24 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:30:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:30:24 go: downloading github.com/go-playground/universal-translator v0.17.0 14:30:24 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:30:24 go: downloading github.com/fatih/color v1.9.0 14:30:24 go: downloading github.com/mattn/go-isatty v0.0.12 14:30:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:30:24 go: downloading github.com/hashicorp/serf v0.9.5 14:30:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:30:24 go: downloading github.com/go-playground/locales v0.13.0 14:30:24 go: downloading github.com/pebbe/zmq4 v1.2.5 14:30:24 go: downloading github.com/mattn/go-colorable v0.1.6 14:30:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:30:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:30:24 go: downloading github.com/leodido/go-urn v1.2.0 14:30:24 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 14:30:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:30:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:30:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:30:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:30:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:30:29 ---> 35ed7b8c551d 14:30:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:30:29 ---> 64089af64e53 14:30:29 Step 9/23 : RUN make cmd/core-data/core-data 14:30:29 ---> Running in 26e2d526f37b 14:30:29 ---> Running in fd3be1cea4ae 14:30:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:30:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:30:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:30:34 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 14:30:34 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 14:30:34 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 14:30:34 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 14:30:34 Building config-common 14:30:34 + snapcraftctl build 14:30:37 Building edgex-go 14:30:37 + cd /root/parts/edgex-go/src 14:30:37 + make build 14:30:37 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 14:30:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 14:30:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 14:30:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 14:30:37 go: downloading github.com/imdario/mergo v0.3.12 14:30:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:30:37 go: downloading github.com/pkg/errors v0.8.1 14:30:37 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 14:30:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 14:30:37 go: downloading github.com/gorilla/websocket v1.4.2 14:30:37 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 14:30:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:30:42 go: downloading gopkg.in/yaml.v2 v2.4.0 14:30:47 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 14:30:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:30:50 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 14:30:51 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 14:30:51 go: downloading github.com/stretchr/testify v1.7.0 14:30:51 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:30:51 go: downloading github.com/pmezard/go-difflib v1.0.0 14:30:51 go: downloading github.com/davecgh/go-spew v1.1.1 14:30:52 Removing intermediate container d29e3fcc19e3 14:30:52 ---> a4633bbeb8d3 14:30:52 14:30:52 Step 10/21 : FROM alpine:3.12 14:30:52 ---> d10569e2745f 14:30:52 Step 11/21 : RUN apk add --update --no-cache curl 14:30:52 ---> Running in a1009a08c50e 14:30:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:30:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:30:52 (1/4) Installing ca-certificates (20191127-r4) 14:30:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:30:52 (3/4) Installing libcurl (7.69.1-r3) 14:30:52 (4/4) Installing curl (7.69.1-r3) 14:30:52 Executing busybox-1.31.1-r19.trigger 14:30:52 Executing ca-certificates-20191127-r4.trigger 14:30:53 OK: 7 MiB in 18 packages 14:30:53 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 14:30:53 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:30:53 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:30:54 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 14:30:55 Removing intermediate container a1009a08c50e 14:30:55 ---> 8d120494309e 14:30:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:30:55 ---> Running in a2d0e5c1f765 14:30:56 Removing intermediate container a2d0e5c1f765 14:30:56 ---> d96b15a772fa 14:30:56 Step 13/21 : WORKDIR /edgex 14:30:56 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 14:30:56 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 14:30:56 ---> Running in 29da69fb7a10 14:30:57 Removing intermediate container 29da69fb7a10 14:30:57 ---> 15e6c570272b 14:30:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:30:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:30:58 ---> 4ab490920935 14:30:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:30:59 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 14:30:59 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:31:00 ---> 2fc266f91264 14:31:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:31:00 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 14:31:01 go: downloading github.com/lib/pq v1.9.0 14:31:03 ---> 2ca22197b659 14:31:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:31:03 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:31:03 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:31:03 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:31:03 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:31:03 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:31:03 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:31:03 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:31:03 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:31:03 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:31:03 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:31:03 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:31:03 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:31:03 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:31:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:31:03 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:31:03 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:31:03 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:31:03 + 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 14:31:03 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:31:03 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:31:03 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:31:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:31:03 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:31:03 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:31:03 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 14:31:03 ---> Running in 2050029f40a3 14:31:04 Removing intermediate container 2050029f40a3 14:31:04 ---> 643f1b6fe017 14:31:04 Step 18/21 : CMD ["--init=true"] 14:31:05 ---> Running in 7c45b86daf9c 14:31:05 Removing intermediate container 4b0e15439fc3 14:31:05 ---> 839ee7d3cf61 14:31:05 14:31:05 Step 10/22 : FROM alpine:3.12 14:31:05 ---> d10569e2745f 14:31:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:31:05 ---> Using cache 14:31:05 ---> c14ea936790d 14:31:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:31:05 ---> Using cache 14:31:05 ---> 3749dcc8b8d9 14:31:05 Step 13/22 : ENV APP_PORT=48085 14:31:05 ---> Running in 306b814e4f81 14:31:06 Removing intermediate container 7c45b86daf9c 14:31:06 ---> 373930ac0dbd 14:31:06 Step 19/21 : LABEL arch=arm64 14:31:06 ---> Running in b66fe5e90f21 14:31:06 Removing intermediate container 306b814e4f81 14:31:06 ---> 6a62d471818c 14:31:06 Step 14/22 : EXPOSE $APP_PORT 14:31:06 ---> Running in 303ac75efa5f 14:31:06 Removing intermediate container b66fe5e90f21 14:31:06 ---> 51e59c6fd457 14:31:06 Step 20/21 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:31:07 Building static-packages 14:31:07 + snapcraftctl build 14:31:07 ---> Running in 99f36a6f944e 14:31:07 Removing intermediate container 303ac75efa5f 14:31:07 ---> 390536940c9b 14:31:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:08 Removing intermediate container 99f36a6f944e 14:31:08 ---> 11a85072c7a7 14:31:08 Step 21/21 : LABEL version=0.0.0 14:31:08 ---> Running in c84affaa39b4 14:31:08 Building version 14:31:08 + snapcraftctl build 14:31:08 ---> 9c4dd57c86c7 14:31:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:31:09 Removing intermediate container c84affaa39b4 14:31:09 ---> 6b9e40f657fe 14:31:09 14:31:10 Successfully built 6b9e40f657fe 14:31:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:31:10 Skipping stage go-build-helper (already ran) 14:31:10 Staging app-service-config 14:31:10 + snapcraftctl stage 14:31:11  Building docker-security-proxy-setup-go ... done  ---> 339bb64558bd 14:31:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:31:11 Staging config-common 14:31:11 + snapcraftctl stage 14:31:12 ---> dedb6f9ebb5d 14:31:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:31:12 ---> Running in b8d253ea5e01 14:31:12 Staging edgex-go 14:31:12 + snapcraftctl stage 14:31:12 Removing intermediate container b8d253ea5e01 14:31:12 ---> 7cfd7015fe9d 14:31:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:13 ---> Running in 278f1ab25692 14:31:13 Staging static-packages 14:31:13 + snapcraftctl stage 14:31:13 Removing intermediate container 278f1ab25692 14:31:13 ---> b26a249a1e8a 14:31:13 Step 20/22 : LABEL arch=arm64 14:31:14 ---> Running in 256a1f251349 14:31:14 Staging version 14:31:14 + snapcraftctl stage 14:31:14 Removing intermediate container 256a1f251349 14:31:14 ---> 71d6f6a8f334 14:31:14 Step 21/22 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:31:14 ---> Running in 575df3a7c095 14:31:15 Priming go-build-helper 14:31:15 + snapcraftctl prime 14:31:15 Removing intermediate container 575df3a7c095 14:31:15 ---> aee58f60db2a 14:31:15 Step 22/22 : LABEL version=0.0.0 14:31:15 ---> Running in f7154ac1e604 14:31:17 Priming app-service-config 14:31:17 + snapcraftctl prime 14:31:17 Priming config-common 14:31:17 + snapcraftctl prime 14:31:17 Removing intermediate container f7154ac1e604 14:31:17 ---> 89b950422c5b 14:31:17 14:31:17 Successfully built 89b950422c5b 14:31:17 Successfully tagged docker-support-scheduler-go-arm64:latest 14:31:18 Priming edgex-go 14:31:18 + snapcraftctl prime 14:31:19 Priming static-packages 14:31:19 + snapcraftctl prime 14:31:21 Priming version 14:31:21 + snapcraftctl prime 14:31:22 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:31:39  Building docker-support-scheduler-go ... done Removing intermediate container 26e2d526f37b 14:31:39 ---> 5a41439fa03d 14:31:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:31:39 ---> Running in 747e9b8ff738 14:31: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 14:31:41 Removing intermediate container 747e9b8ff738 14:31:41 ---> d8e1bda57bda 14:31:41 14:31:41 Step 11/26 : FROM docker:20.10.0 14:31:41 20.10.0: Pulling from library/docker 14:31:51 Removing intermediate container fd3be1cea4ae 14:31:51 ---> 8bbc644e6d8a 14:31:51 14:31:51 Step 10/23 : FROM alpine:3.12 14:31:51 ---> d10569e2745f 14:31:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:31:51 ---> Running in 1c7d07ab795f 14:31:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:31:51 Status: Downloaded newer image for docker:20.10.0 14:31:51 ---> eeaf43b92773 14:31:51 Step 12/26 : RUN apk add --no-cache bash 14:31:51 Removing intermediate container 1c7d07ab795f 14:31:51 ---> 37e40ef17d9f 14:31:51 Step 12/23 : ENV APP_PORT=48080 14:31:51 ---> Running in 2001f8a4a99e 14:31:51 ---> Running in da68a977f233 14:31:51 Removing intermediate container da68a977f233 14:31:51 ---> 10b2fc3fe031 14:31:51 Step 13/23 : EXPOSE $APP_PORT 14:31:51 ---> Running in ec520cde3e3f 14:31:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:31:52 Removing intermediate container ec520cde3e3f 14:31:52 ---> 0d587ca40e05 14:31:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:31:52 ---> Running in 11d1f8f39ed7 14:31:53 (1/2) Installing readline (8.0.4-r0) 14:31:53 (2/2) Installing bash (5.0.17-r0) 14:31:53 Executing bash-5.0.17-r0.post-install 14:31:53 Executing busybox-1.31.1-r19.trigger 14:31:53 OK: 12 MiB in 22 packages 14:31:54 Removing intermediate container 2001f8a4a99e 14:31:54 ---> fa665d10bea8 14:31:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:31:54 ---> Running in 14167c5f496f 14:31:54 Removing intermediate container 11d1f8f39ed7 14:31:54 ---> 120a8371d3b4 14:31:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:31:55 ---> Running in fee9a9bae77d 14:31:55 Removing intermediate container 14167c5f496f 14:31:55 ---> f68572c40961 14:31:55 Step 14/26 : ENV APP_PORT=48090 14:31:55 ---> Running in de978b98d08c 14:31:55 Removing intermediate container de978b98d08c 14:31:55 ---> 95906119c538 14:31:55 Step 15/26 : EXPOSE $APP_PORT 14:31:56 ---> Running in 370d156a80b0 14:31:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:31:56 Removing intermediate container 370d156a80b0 14:31:56 ---> bed7efe2b8eb 14:31:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:31:57 ---> 2b181465b490 14:31:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:31:57 (1/6) Installing dumb-init (1.2.2-r1) 14:31:58 (2/6) Installing libgcc (9.3.0-r2) 14:31:58 (3/6) Installing libsodium (1.0.18-r0) 14:31:58 (4/6) Installing libstdc++ (9.3.0-r2) 14:31:58 (5/6) Installing libzmq (4.3.3-r0) 14:31:58 ---> 5c3744fcf476 14:31:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:31:58 (6/6) Installing zeromq (4.3.3-r0) 14:31:58 Executing busybox-1.31.1-r19.trigger 14:31:58 OK: 8 MiB in 20 packages 14:31:59 ---> 3d80607cd332 14:31:59 Step 19/26 : RUN apk --no-cache add py3-pip 14:31:59 ---> Running in 5d4134071949 14:32:00 Removing intermediate container fee9a9bae77d 14:32:00 ---> e326d75a0d29 14:32:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:32:01 ---> 367078360754 14:32:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:32:01 (1/33) Installing libbz2 (1.0.8-r1) 14:32:01 (2/33) Installing expat (2.2.9-r1) 14:32:01 (3/33) Installing libffi (3.3-r2) 14:32:01 (4/33) Installing gdbm (1.13-r1) 14:32:01 (5/33) Installing xz-libs (5.2.5-r0) 14:32:01 (6/33) Installing sqlite-libs (3.32.1-r0) 14:32:01 (7/33) Installing python3 (3.8.8-r0) 14:32:03 ---> 519a32d981e7 14:32:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:32:03 (8/33) Installing py3-appdirs (1.4.4-r1) 14:32:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:32:03 (10/33) Installing py3-parsing (2.4.7-r0) 14:32:03 (11/33) Installing py3-six (1.15.0-r0) 14:32:03 (12/33) Installing py3-packaging (20.4-r0) 14:32:03 (13/33) Installing py3-setuptools (47.0.0-r0) 14:32:03 (14/33) Installing py3-chardet (3.0.4-r4) 14:32:03 (15/33) Installing py3-idna (2.9-r0) 14:32:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:32:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:32:03 (18/33) Installing py3-requests (2.23.0-r0) 14:32:03 (19/33) Installing py3-msgpack (1.0.0-r0) 14:32:03 (20/33) Installing py3-lockfile (0.12.2-r3) 14:32:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:32:03 (22/33) Installing py3-colorama (0.4.3-r0) 14:32:03 (23/33) Installing py3-distlib (0.3.0-r0) 14:32:03 (24/33) Installing py3-distro (1.5.0-r1) 14:32:03 (25/33) Installing py3-webencodings (0.5.1-r3) 14:32:03 (26/33) Installing py3-html5lib (1.0.1-r4) 14:32:03 (27/33) Installing py3-pytoml (0.1.21-r0) 14:32:03 (28/33) Installing py3-pep517 (0.8.2-r0) 14:32:04 (29/33) Installing py3-progress (1.5-r0) 14:32:04 (30/33) Installing py3-toml (0.10.1-r0) 14:32:04 (31/33) Installing py3-retrying (1.3.3-r0) 14:32:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:32:04 (33/33) Installing py3-pip (20.1.1-r0) 14:32:04 Executing busybox-1.31.1-r19.trigger 14:32:04 OK: 71 MiB in 55 packages 14:32:04 ---> 49c2365045b1 14:32:04 Step 19/23 : ENTRYPOINT ["/core-data"] 14:32:04 ---> Running in b8464594e1e1 14:32:04 Removing intermediate container b8464594e1e1 14:32:04 ---> 88fb535c6943 14:32:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:04 ---> Running in f19259176b9a 14:32:05 Removing intermediate container f19259176b9a 14:32:05 ---> 03bff90cccc2 14:32:05 Step 21/23 : LABEL arch=arm64 14:32:05 ---> Running in d49409a70f10 14:32:06 Removing intermediate container d49409a70f10 14:32:06 ---> 753973f54883 14:32:06 Step 22/23 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:32:06 ---> Running in a07cda78a73a 14:32:07 Removing intermediate container a07cda78a73a 14:32:07 ---> 80bcd62d08f0 14:32:07 Step 23/23 : LABEL version=0.0.0 14:32:07 ---> Running in 3de00c927d4d 14:32:08 Removing intermediate container 3de00c927d4d 14:32:08 ---> 2658ed1e4b70 14:32:08 14:32:08 Successfully built 2658ed1e4b70 14:32:08 Successfully tagged docker-core-data-go-arm64:latest 14:32:10  Building docker-core-data-go ... done Removing intermediate container 5d4134071949 14:32:10 ---> 12d5b30ba4d5 14:32:10 Step 20/26 : RUN pip install docker-compose==1.23.2 14:32:10 ---> Running in b4b57e2f3409 14:32:15 Collecting docker-compose==1.23.2 14:32:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:32:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:32:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:32:16 Collecting texttable<0.10,>=0.9.0 14:32:16 Downloading texttable-0.9.1.tar.gz (11 kB) 14:32:19 Collecting PyYAML<4,>=3.10 14:32:19 Downloading PyYAML-3.13.tar.gz (270 kB) 14:32:21 Collecting cached-property<2,>=1.2.0 14:32:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:32:22 Collecting dockerpty<0.5,>=0.4.1 14:32:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:32:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:32:24 Collecting jsonschema<3,>=2.5.1 14:32:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:32:24 Collecting docopt<0.7,>=0.6.1 14:32:24 Downloading docopt-0.6.2.tar.gz (25 kB) 14:32:26 Collecting websocket-client<1.0,>=0.32.0 14:32:26 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:32:27 Collecting docker<4.0,>=3.6.0 14:32:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:32:27 Collecting idna<2.8,>=2.5 14:32:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:32:27 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) 14:32:28 Collecting urllib3<1.25,>=1.21.1 14:32:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:32:28 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) 14:32:28 Collecting docker-pycreds>=0.4.0 14:32:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:32:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:32:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:32:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:32:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:32:29 Installing collected packages: idna, urllib3, requests, texttable, PyYAML, cached-property, dockerpty, jsonschema, docopt, websocket-client, docker-pycreds, docker, docker-compose 14:32:29 Attempting uninstall: idna 14:32:29 Found existing installation: idna 2.9 14:32:29 Uninstalling idna-2.9: 14:32:29 Successfully uninstalled idna-2.9 14:32:30 Attempting uninstall: urllib3 14:32:30 Found existing installation: urllib3 1.25.9 14:32:30 Uninstalling urllib3-1.25.9: 14:32:30 Successfully uninstalled urllib3-1.25.9 14:32:30 Attempting uninstall: requests 14:32:30 Found existing installation: requests 2.23.0 14:32:30 Uninstalling requests-2.23.0: 14:32:30 Successfully uninstalled requests-2.23.0 14:32:31 Running setup.py install for texttable: started 14:32:33 Running setup.py install for texttable: finished with status 'done' 14:32:33 Running setup.py install for PyYAML: started 14:32:35 Running setup.py install for PyYAML: finished with status 'done' 14:32:35 Running setup.py install for dockerpty: started 14:32:37 Running setup.py install for dockerpty: finished with status 'done' 14:32:37 Running setup.py install for docopt: started 14:32:39 Running setup.py install for docopt: finished with status 'done' 14:32:41 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 14:32:44 Removing intermediate container b4b57e2f3409 14:32:44 ---> a3dea91c2a7d 14:32:44 Step 21/26 : RUN apk --no-cache add curl 14:32:44 ---> Running in 9c59d38a9548 14:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:32:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:32:46 (2/3) Installing libcurl (7.69.1-r3) 14:32:46 (3/3) Installing curl (7.69.1-r3) 14:32:46 Executing busybox-1.31.1-r19.trigger 14:32:46 OK: 72 MiB in 58 packages 14:32:47 Removing intermediate container 9c59d38a9548 14:32:47 ---> 0074fe181425 14:32:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:32:47 ---> Running in 6028db7fa94b 14:32:48 Removing intermediate container 6028db7fa94b 14:32:48 ---> 1457ec434166 14:32:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:48 ---> Running in ffe7378dea13 14:32:49 Removing intermediate container ffe7378dea13 14:32:49 ---> 8bbb59517e00 14:32:49 Step 24/26 : LABEL arch=arm64 14:32:49 ---> Running in aa4bfac9c745 14:32:49 Removing intermediate container aa4bfac9c745 14:32:49 ---> 035ee54e518a 14:32:49 Step 25/26 : LABEL git_sha=3996e6206ecf6545d3837532f55264bacc8f1ea2 14:32:49 ---> Running in fcf0de92702f 14:32:50 Removing intermediate container fcf0de92702f 14:32:50 ---> 9b823026e815 14:32:50 Step 26/26 : LABEL version=0.0.0 14:32:50 ---> Running in 2ff6e948504f 14:32:50 Removing intermediate container 2ff6e948504f 14:32:50 ---> 5b4d595bd7bf 14:32:50 14:32:51 Successfully built 5b4d595bd7bf 14:32:51 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:32:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:32:51 $ docker stop --time=1 0cde4f8f258339886509bd99e65b8ee8d4075371d1c2d2cff2ae93e80e39aebd 14:32:53 $ docker rm -f 0cde4f8f258339886509bd99e65b8ee8d4075371d1c2d2cff2ae93e80e39aebd [Pipeline] // withDockerContainer [Pipeline] sh 14:32:54 + docker images 14:32:54 + grep docker 14:32:54 docker-sys-mgmt-agent-go-arm64 latest 5b4d595bd7bf 4 seconds ago 300MB 14:32:54 docker-core-data-go-arm64 latest 2658ed1e4b70 47 seconds ago 21.3MB 14:32:54 docker-support-scheduler-go-arm64 latest 89b950422c5b About a minute ago 16.3MB 14:32:54 docker-security-proxy-setup-go-arm64 latest 6b9e40f657fe About a minute ago 23.4MB 14:32:54 docker-security-bootstrapper-go-arm64 latest cff502df302e 3 minutes ago 17.8MB 14:32:54 docker-support-notifications-go-arm64 latest 1b101d3d4c06 4 minutes ago 16.9MB 14:32:54 docker-core-metadata-go-arm64 latest 9ca3d9ecdbf3 4 minutes ago 17.9MB 14:32:54 docker-core-command-go-arm64 latest 1f9e7ec1cb59 4 minutes ago 16.3MB 14:32:54 docker-security-secretstore-setup-go-arm64 latest b073421c3aeb 4 minutes ago 23.7MB 14:32:54 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:32:55 ---> job-cost.sh 14:32:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vEV2 14:33:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:35:11 lf-activate-venv(): INFO: Adding /tmp/venv-vEV2/bin to PATH 14:35:11 INFO: No Stack... 14:35:11 INFO: Retrieving Pricing Info for: lf-standard-4 14:35:11 INFO: Archiving Costs [Pipeline] sh 14:35:11 + cat /w/workspace/edgex-go/9/archives/cost.csv 14:35:11 + cut -d, -f6 [Pipeline] lock 14:35:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-9-stack-cost] 14:35:12 Resource [jenkins-edgexfoundry-edgex-go-PR-3241-9-stack-cost] did not exist. Created. 14:35:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:35:12 + echo total: 0.20999999344348907 [Pipeline] stash 14:35:12 Stashed 1 file(s) [Pipeline] } 14:35:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-9-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 14:35:14 provisioning config files... 14:35:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config8635000609772321711tmp [Pipeline] { [Pipeline] sh 14:35:15 + set +x 14:35:15 + curl -s https://codecov.io/bash 14:35:15 + bash -s -- 14:35:15 14:35:15 _____ _ 14:35:15 / ____| | | 14:35:15 | | ___ __| | ___ ___ _____ __ 14:35:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:35:15 | |___| (_) | (_| | __/ (_| (_) \ V / 14:35:15 \_____\___/ \__,_|\___|\___\___/ \_/ 14:35:15 Bash-20210309-2b87ace 14:35:15 14:35:15 14:35:15 ==> git version 2.24.3 found 14:35:15 ==> 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 14:35:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:35:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:35:15 ==> Jenkins CI detected. 14:35:15 project root: . 14:35:15 --> token set from env 14:35:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:35:15 ==> Running gcov in . (disable via -X gcov) 14:35:15 ==> Python coveragepy not found 14:35:15 ==> Searching for coverage reports in: 14:35:15 + . 14:35:15 -> Found 1 reports 14:35:15 ==> Detecting git/mercurial file structure 14:35:15 ==> Reading reports 14:35:15 + ./coverage.out bytes=650607 14:35:15 ==> Appending adjustments 14:35:15 https://docs.codecov.io/docs/fixing-reports 14:35:19 + Found adjustments 14:35:19 ==> Gzipping contents 14:35:19 96K /tmp/codecov.28E0fl.gz 14:35:19 ==> Uploading reports 14:35:19 url: https://codecov.io 14:35:19 query: branch=PR-3241&commit=3996e6206ecf6545d3837532f55264bacc8f1ea2&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= 14:35:19 -> Pinging Codecov 14:35:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3241&commit=3996e6206ecf6545d3837532f55264bacc8f1ea2&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= 14:35:19 -> Uploading to 14:35:19 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/3996e6206ecf6545d3837532f55264bacc8f1ea2/6870e4cb-6355-4053-b7ad-23b97bf986eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T143519Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3112a25e13ac8ed2ba50d6f26c057211c18e7e87ad81e2c542017785e2fe4f62 14:35:19 % Total % Received % Xferd Average Speed Time Time Time Current 14:35:19 Dload Upload Total Spent Left Speed 14:35:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94902 0 0 100 94902 0 174k --:--:-- --:--:-- --:--:-- 174k 14:35:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3996e6206ecf6545d3837532f55264bacc8f1ea2 [Pipeline] } 14:35:20 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 14:35:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:35:23 ---> package-listing.sh 14:35:23 ++ facter osfamily 14:35:23 ++ tr '[:upper:]' '[:lower:]' 14:35:23 + OS_FAMILY=redhat 14:35:23 + workspace=/w/workspace/edgex-go/9 14:35:23 + START_PACKAGES=/tmp/packages_start.txt 14:35:23 + END_PACKAGES=/tmp/packages_end.txt 14:35:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:35:23 + PACKAGES=/tmp/packages_start.txt 14:35:23 + '[' /w/workspace/edgex-go/9 ']' 14:35:23 + PACKAGES=/tmp/packages_end.txt 14:35:23 + case "${OS_FAMILY}" in 14:35:23 + rpm -qa 14:35:23 + sort 14:35:28 + '[' -f /tmp/packages_start.txt ']' 14:35:28 + '[' -f /tmp/packages_end.txt ']' 14:35:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:35:28 + '[' /w/workspace/edgex-go/9 ']' 14:35:28 + mkdir -p /w/workspace/edgex-go/9/archives/ 14:35:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 14:35:28 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:35:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:35:29 14:35:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:35:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:35:29 alpine: Pulling from edgex-lftools-log-publisher 14:35:29 df20fa9351a1: Pulling fs layer 14:35:29 36b3adc4ff6f: Pulling fs layer 14:35:29 8ad3a11d3b57: Pulling fs layer 14:35:29 46f8f816bc3b: Pulling fs layer 14:35:29 93b61091891f: Pulling fs layer 14:35:29 93b9cdb0e59b: Pulling fs layer 14:35:29 5e14af77c1be: Pulling fs layer 14:35:29 01666e4c0597: Pulling fs layer 14:35:29 aa168da1d23b: Pulling fs layer 14:35:29 93b9cdb0e59b: Waiting 14:35:29 5e14af77c1be: Waiting 14:35:29 01666e4c0597: Waiting 14:35:29 aa168da1d23b: Waiting 14:35:29 46f8f816bc3b: Waiting 14:35:29 93b61091891f: Waiting 14:35:29 36b3adc4ff6f: Verifying Checksum 14:35:29 36b3adc4ff6f: Download complete 14:35:29 46f8f816bc3b: Verifying Checksum 14:35:29 46f8f816bc3b: Download complete 14:35:29 df20fa9351a1: Verifying Checksum 14:35:29 df20fa9351a1: Download complete 14:35:30 93b9cdb0e59b: Download complete 14:35:30 93b61091891f: Download complete 14:35:30 8ad3a11d3b57: Verifying Checksum 14:35:30 8ad3a11d3b57: Download complete 14:35:30 5e14af77c1be: Verifying Checksum 14:35:30 5e14af77c1be: Download complete 14:35:30 01666e4c0597: Verifying Checksum 14:35:30 01666e4c0597: Download complete 14:35:30 df20fa9351a1: Pull complete 14:35:30 36b3adc4ff6f: Pull complete 14:35:31 8ad3a11d3b57: Pull complete 14:35:31 46f8f816bc3b: Pull complete 14:35:32 aa168da1d23b: Verifying Checksum 14:35:32 aa168da1d23b: Download complete 14:35:33 93b61091891f: Pull complete 14:35:33 93b9cdb0e59b: Pull complete 14:35:33 5e14af77c1be: Pull complete 14:35:34 01666e4c0597: Pull complete 14:35:44 aa168da1d23b: Pull complete 14:35:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:35:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:35:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:35:44 prd-centos7-docker-4c-2g-30871 does not seem to be running inside a container 14:35:44 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-lftools-log-publisher:alpine cat 14:35:48 $ docker top 3f7da8a8d666fb4dfdf8f412fcae20f4a5557b96f3b656dde53c4ba5fb137ba9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:35:49 + touch /tmp/pre-build-complete [Pipeline] sh 14:35:49 + mkdir -p /var/log/sa [Pipeline] sh 14:35:49 + ls /var/log/sa-host 14:35:49 + sadf -c /var/log/sa-host/sa22 14:35:49 file_magic: OK 14:35:49 HZ: Using current value: 100 14:35:49 file_header: OK 14:35:49 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 14:35:49 Statistics: 14:35:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:35:49 File successfully converted to sysstat format version 12.2.1 14:35:49 + sadf -c /var/log/sa-host/sa23 14:35:49 file_magic: OK 14:35:49 HZ: Using current value: 100 14:35:49 file_header: OK 14:35:49 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 14:35:49 Statistics: 14:35:49 Hnuu...uuuununununu... 14:35:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:35:50 provisioning config files... 14:35:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config964976321875187577tmp [Pipeline] { [Pipeline] echo 14:35:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:35:50 ---> create-netrc.sh [Pipeline] } 14:35:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:35:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:35:51 ---> python-tools-install.sh [Pipeline] echo 14:35:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:35:51 ---> sudo-logs.sh 14:35:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:35:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:35:51 ---> job-cost.sh 14:35:51 lf-activate-venv: SKIPPING 14:35:51 DEBUG: total: 0.20999999344348907 14:35:51 INFO: Retrieving Stack Cost... 14:35:53 INFO: Retrieving Pricing Info for: v1-standard-2 14:35:53 INFO: Archiving Costs [Pipeline] echo 14:35:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:35:53 ---> logs-deploy.sh 14:35:53 lf-activate-venv: SKIPPING 14:35:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/9 14:35:53 INFO: archiving workspace using pattern(s): 14:35:55 Archives upload complete. 14:35:55 INFO: archiving logs to Nexus